* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    background-color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 80px;
}

img {
    max-width: 100%;
}

/* Header Start */

header {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}

header.scrolled {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
}

header.scrolled .btn-hire {
    padding: 18px 35px;
    font-size: 20px;
}

header.scrolled .navbar {
    font-size: 20px;
}

header.scrolled .logo img {
    height: 52px;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

header.scrolled .header-main {
    padding: 15px 0;

}

.logo {
    width: 100%;
    max-width: 282px;
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav a.active {
    border-bottom: 2px solid #3FF3B4;
}

.navbar {
    font-family: "Alice", serif;
    font-size: 24px;
}

header nav a {
    margin-right: 50px;
    text-decoration: none;
    color: #222;
    font-weight: 500;
}

.main-btn {
    font-family: "Alice", serif;
    font-size: 24px;
    background-color: #3FF3B4;
    color: black;
    text-decoration: none;
    padding: 20px 53px;
    box-shadow: 0px 4px 4px 0px #3B3B3B40;
    display: inline-block;
}

.btn-hire {
    font-family: "Alice", serif;
    font-size: 24px;
    background-color: #3FF3B4;
    color: black;
    text-decoration: none;
    padding: 20px 53px;
    box-shadow: 0px 4px 4px 0px #3B3B3B40;
    display: inline-block;
}

/* End header */

/* Start hero section*/

.hero-section {
    background-image: url('http://stage.infyras.com/wp-content/uploads/2025/11/background-min-min.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section .hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 150px;
    height: auto;
    overflow: hidden;
}

.hero-section .hero .hero-img {
    width: 100%;
    max-width: 57%;
}

.hero-section .hero .hero-img img {
    width: 100%;
    max-width: 970px;
}

.hero-section .hero .hero-text {
    width: 100%;
    max-width: 43%;
}

.hero-section .hero .hero-text p {
    font-size: 24px;
    font-family: "Alice", serif;
    line-height: 40px;
    color: 1C1C1C;
}

.hero-section .hero .hero-text h1 {
    font-size: 65px;
    line-height: 80px;
    margin-top: 25px;
    margin-bottom: 0px !important;
    padding-bottom: 40px;
    font-family: "Alice", serif;
    font-weight: 400;
}

.hero-section .hero .hero-text .hire-btn {
    font-family: "Alice", serif;
    font-size: 24px;
    background-color: #3FF3B4;
    color: black;
    text-decoration: none;
    padding: 21px 73px;
    box-shadow: 0px 4px 4px 0px #3B3B3B40;
    display: inline-block;
}

.hero-section .slider {
    width: 100%;
    margin-bottom: 48px;
    display: inline-block;
}

.bannerSlider .slick-track {
    display: flex;
    gap: 10px;
}

.hero-section .slider .slider-track {
    display: flex;
    margin-top: 48px;
    justify-content: space-between;
}

.hero-section .hero .hero-img svg {
    width: 100%;
    max-height: 640px;
    display: block;
    margin-left: auto;
    max-width: 800px;
}

.hero-section .slider .slider-track .track {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bannerSlider .slick-dots {
    width: 100%;
    max-width: 57%;
    right: 0;
    bottom: 0;
}

.bannerSlider .slick-dots li {
    margin: 0 3.5px;
    width: 20px;
    height: 6px;
    border-radius: 7px;
}

.bannerSlider .slick-dots li button {
    width: 20px;
    height: 6px;
    background-color: #5e5e5e;
    border-radius: 7px;
    padding: 0;

}

.bannerSlider .slick-dots li button::after,
.bannerSlider .slick-dots li button::before {
    display: none;
}

.bannerSlider .slick-dots li.slick-active button {
    background-color: #3ff3b4;
}

/* End hero section */

/* start web section */

.Development .web-dev {
    padding: 158px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Development .web-dev .web-text p {
    font-size: 22px;
    line-height: 34px;
}

.Development .web-dev .web-text p:nth-child(1) {
    font-size: 24px;
    margin-bottom: 30px;
    font-family: "Alice", serif;
}

.Development .web-dev .web-text h1 {
    font-size: 55px;
    font-family: "Alice", serif;
    margin-bottom: 35px;
}

.Development .web-dev .web-text p:nth-child(3) {
    margin-bottom: 25px;
}

.Development .web-dev .web-text {
    width: 100%;
    max-width: 926px;
}

.Development .web-dev .web-img {
    max-width: 760px;
}

.Development .web-dev .web-img img {
    width: 100%;
}

/* End web section */

/* start Services section */

.Services {
    background-color: #ECFEF7;
    padding: 105px 0;
}

.Services .services-wrap {
    text-align: center;
}

.Services .services-wrap h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Alice", serif;
}

.Services .services-wrap p {
    font-size: 22px;
    font-weight: 400;
}

.Services .services-wrap .services-cont {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.Services .services-wrap .services-cont .cont {
    border-radius: 20px;
    background-color: white;
    padding: 60px 32px;
    position: relative;
    flex: 1;
}

.Services .services-wrap .services-cont .cont img {
    margin-bottom: 15px;
    width: 100%;
    max-width: 87px;
    height: 87px;
}

.Services .services-wrap .services-cont .cont h4 {
    font-size: 28px;
    margin-bottom: 15px;
    font-family: "Alice", serif;
}

.Services .services-wrap .services-cont .cont .para {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.cont-Last {
    border-radius: 20px;
    background-color: white;
    padding: 60px 32px;
    width: 100%;
    max-width: 530px;
}

.Services .services-wrap .services-cont .cont-Last img {
    margin-bottom: 15px;
    width: 100%;
    max-width: 87px;
    height: 87px;
}

.Services .services-wrap .services-cont .cont-Last h4 {
    font-size: 28px;
    margin-bottom: 15px;
    font-family: "Alice", serif;
}

.Services .services-wrap .services-cont .cont-Last .para {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.Services .services-wrap .services-cont .cont::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3FF3B4;
    border-radius: 15px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    perspective: 1000px;
    transition: all 0.8s;
    transform-style: preserve-3d;
}

.Services .services-wrap .services-cont .cont:hover::after {
    transform: rotateY(180deg);
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.Services .services-wrap .services-cont .cont * {
    position: relative;
    z-index: 2;
}

/* end Services section */

/* start Work section */

.work-section {
    padding: 150px 0 0 0;
    margin-bottom: 124px;
}

.work-section .recents-work {
    text-align: center;
}

.work-section .recents-work h2 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    font-family: "Alice", serif;
}

.work-section .recents-work p {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 47px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.work-section .recents-work .tabs {
    display: flex;
    gap: 35px;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}


.work-section .recents-work .tabs .active {
    background-color: #3FF3B4;
    border: none;
    padding: 3px 26px;
    line-height: 34px;
    text-align: center;
    font-size: 22px;
    border-radius: 40px;
    font-family: "Alice", serif;
}

.work-section .recents-work .tabs button {
    border-radius: 40px;
    border: none;
    background-color: F9F9F9;
    padding: 3px 26px;
    line-height: 34px;
    font-size: 22px;
    font-family: 'Alice';
    cursor: pointer;
}

.work-section .work-grid {
    display: flex;
    gap: 54px;
    flex-wrap: wrap;
}

.work-section .work-grid .workcard {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    width: 100%;
    max-width: calc(50% - 27px);
    position: relative;
}

.work-section .work-grid .workcard .project-image {
    text-align: center;
    position: relative;
    z-index: 2;
}

.project-image img {
    width: 100%;
    max-width: 651px;
    margin-top: 10px;
}

.work-logo {
    position: absolute;
    bottom: 30px;
    left: 35px;
    z-index: 2;
}

.work-section .main-btn {
    display: block;
    max-width: 275px;
    padding-inline: 33px;
    margin: 45px auto 0;
}

.work-section .work-grid .workcard::after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(63, 243, 180, 100%), rgba(0, 0, 0, 70%));
    border-radius: 15px;
    z-index: 1;
}

/* Projects Popup css */
.project-popwrap {
    display: flex;
    gap: 20px;
    overflow: hidden;
    max-height: 1080px;
}

.project-popwrap .projects-tab {
    max-width: 445px;
    width: 100%;
}

.project-popwrap .project-description {
    width: 100%;
    max-width: 576px;
    padding-top: 15px;
}

.project-popwrap .project-overview {
    width: 100%;
}

.project-popwrap .project-overview .projectImg img {
    width: 100%;
    object-fit: cover;
}

.project-popup {
    margin: 50px 0 150px;
    padding: 42px 0;
    background: linear-gradient(360deg, rgba(63, 243, 180, 0) 0%, #3FF3B4 100%), url('assets/images/projectBg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.closePop {
    position: absolute;
    top: -60px;
    right: 80px;
    width: 42px;
    height: 35px;
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #3FF3B4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.project-popup .container {
    position: relative;
}

.project-popwrap .projects-tab .projectImg {
    margin-bottom: 34px;
}

.project-popwrap .projects-tab .projectImg {
    margin-bottom: 34px;
}

.des-content .logo {
    margin-bottom: 40px;
    text-align: center;
    max-width: 100%;
}

.des-content .logo img {
    height: 190px;
}

.des-content .contentinner {
    padding: 30px 30px 80px;
    background-color: #262F37;
    position: relative;
    height: calc(100% - 230px);
}

.des-content .contentinner p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
}

.des-content .contentinner .btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #fff;
    padding: 0 30px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-wrap .projectBtn {
    font-family: 'Alice';
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    flex: 1;
    align-items: center;
    gap: 10px;
}

.btn-wrap .projectBtn:not(:first-child) {
    justify-content: flex-end;
}

.project-popwrap .project-description .des-content {
    height: 100%;
}

/* Testimonial section css */
.testimonial-section {
    margin-bottom: 150px;
}

.testimonial-section .headingWrap h2 {
    font-family: 'Alice';
    font-weight: 400;
    font-size: 60px;
    line-height: 65px;
    text-align: center;
    margin-bottom: 50px;
}

.testimonial-video .videoInner {
    display: flex;
    gap: 50px;
    align-items: center;
}

.testimonial-video .videoInner video {
    width: 100%;
}

.videoWrap {
    position: relative;
}

.videoWrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000000;
    display: grid;
    place-items: center;
}

.videoWrap .overlay .videoButton {
    width: 158px;
    height: 158px;
    background-color: #262F37D1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 158px;
    cursor: pointer;
}

.testimonial-content-wrap {
    margin-top: 47px;
    display: flex;
    flex-wrap: wrap;
    gap: 47px;
}

.testimonial-content-wrap .testimonial {
    width: 100%;
    max-width: calc(100%/3 - 33px);
    box-shadow: 0px 4px 16px 0px #00000040;
    border-radius: 15px;
    padding: 25px 24px;
}

.testimonial-content-wrap .testimonial .client {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.testimonial-content-wrap .testimonial .client .clientImg {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    overflow: hidden;
}

.testimonial-content-wrap .testimonial .client .clientImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-content-wrap .testimonial .client .clientDetail {
    margin-left: 20px;
}

.testimonial-content-wrap .testimonial .client .clientDetail .name {
    font-family: 'Alice';
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 7px;
}

.testimonial-content-wrap .testimonial .client .clientDetail .role {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 7px;
}

.testimonial-content-wrap .testimonial .client .clientDetail .rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.testimonial-content-wrap .testimonial .client .clientDetail .rating span {
    font-size: 20px;
    line-height: 20px;
}

.testimonial-content-wrap .testimonial .content p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 42px;
}

/* Blog section css */
.blogs-section {
    margin-bottom: 150px;
}

.blogs-section .headingWrap h2 {
    font-family: 'Alice';
    font-weight: 400;
    font-size: 60px;
    line-height: 65px;
    text-align: center;
    margin-bottom: 50px;
}

.blogInnerContent {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.blogInnerContent .blog {
    width: 100%;
    max-width: calc(100%/4 - 25px);
    border-radius: 16px;
    background-color: #9BFFDC;
    overflow: hidden;
}

.blogInnerContent .blog img {
    width: 100%;
    max-width: 100%;
}

.blogInnerContent .blog .blogContent {
    padding: 20px 24px;
}

.blogInnerContent .blog .blogContent .date {
    font-family: 'Alice';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #262F37;
    display: inline-block;
    margin-bottom: 10px;
}

.blogInnerContent .blog .blogContent .title {
    font-family: 'Alice';
    line-height: 30.8px;
    font-weight: 400;
    color: #262F37;
    font-size: 26px;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.blogInnerContent .blog .blogContent p.content {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-bottom: 20px;
    color: #262F37;
    min-height: 149px;
}

.blogContent .readMore {
    font-family: 'Alice';
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #262F37;
    text-decoration: none;
}


/* blog page*/

.blogs {
   background: linear-gradient(180deg, rgb(254 254 254 / 95%), rgba(63, 243, 180, 80%)), url('assets/images/officebg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 195px 542px;
    background-position: center;

}

.blogs .main-blog .blogBanner h1 {
    font-size: 48px;
    font-weight: 400;
    font-family: 'Alice';
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.blogs .main-blog .blogBanner p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.breadcrumb li+li::before {
    content: "›";
    padding: 0 8px;
    color: black;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    }

    .breadcrumb a {
        text-decoration: none;
        color: black;
        font-size: 15px;
        line-height: 18px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .breadcrumb a:hover {
        text-decoration: underline;
    }

    .breadcrumb [aria-current="page"] {
        color: #555;
        font-weight: bold;
    }

    .blogs-sect {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    .blogs-sect .gridWrap {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

 .pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.pagination button {
    border: none;
    outline: none;
    background: #fff;
    color: #333;
    padding: 8px 12px;
    border-radius: 54%;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    box-shadow: 0 0 0 1px #e0e0e0;
    width: 100%;
    height: 32px;
    max-width: 32px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.pagination button:hover {
  background: #e0e0e0;
}

.pagination button.active {
    background: #3FF3B4;
    color: black;
    font-weight: 400;
    box-shadow: none;
}

.pagination span {
  color: #999;
  font-size: 16px;
}

.pagination .btn10{
    padding: 7px 8.5px;
}


    /*contact-section*/
    .cta-section {
        padding: 211px 40px 150px 40px;
        background: linear-gradient(90deg, #3FF3B4 0%, rgb(115 115 115 / 68%) 100%);
        position: relative;
    }

    .cta-section .ctaInnerContent H6 {
        font-size: 25px;
        font-weight: 400;
        font-family: 'Alice';
    }

    .cta-section .ctaInnerContent {
        width: 100%;
        max-width: 830px;
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .cta-section .ctaInnerContent h2 {
        font-size: 61px;
        font-family: 'Alice';
        line-height: 65px;
        font-weight: 400;
    }

    .estimateBtn {
        border: 2px solid white;
        background: white;
        padding: 21.5px 55.5px;
        width: 100%;
        max-width: 300px;
        color: black;
        text-decoration: none;
        font-size: 23px;
        font-weight: 400;
        font-family: 'Alice';
    }

    /* Footer css */
    .footer-section {
        background-color: #1C1C1C;
        padding: 70px 0 33px;
    }

    .footer-section .footerContent {
        display: flex;
        justify-content: space-between;
    }

    .footer-section .footerContent .footerCol:first-child {
        max-width: 468px;
        width: 100%;
    }

    .footer-section .footerContent .footerCol:first-child .logo {
        max-width: 100%;
    }

    .footer-section .footerContent .footerCol:first-child .logo .workLogo .logoWrap {
        display: flex;
        align-items: top;
        gap: 50px;
    }

    .footer-section .footerContent .footerCol:first-child .logo .workLogo h5 {
        color: #fff;
        font-family: 'Alice';
        font-weight: 400;
        font-size: 30px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .footer-section .footerContent .footerCol:first-child .logo .workLogo .logoWrap img {
        height: 47px;
    }

    .footer-section .footerContent .footerCol:first-child .logo .workLogo .logoWrap a:first-child img {
        height: 60px;
    }

    .footer-section .footerContent .footerCol:first-child .logo img {
        height: 82px;
    }

    .footer-section .footerContent .footerCol p {
        font-family: 'Plus Jakarta Sans';
        font-weight: 400;
        font-size: 22px;
        line-height: 32px;
        color: #fff;
        margin: 25px 0 50px;
    }

    .footerLinks ul {
        list-style: none;
        padding: 0;
    }

    .footerLinks ul li {
        line-height: 40px;
    }

    .footerLinks ul li a {
        text-decoration: none;
        color: #fff;
        font-family: 'Plus Jakarta Sans';
        font-weight: 400;
        font-size: 24px;
        line-height: 40px;
    }

    .footerCol .footerLinks h4 {
        font-family: 'Alice';
        font-weight: 400;
        font-size: 40px;
        line-height: 28px;
        color: #3FF3B4;
        margin-bottom: 30px;
    }

    footer .footerCol:last-child {
        max-width: 317px;
    }

    footer .copyright {
        margin-top: 70px;
        padding: 20px 35px;
        background-color: #3FF3B4;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    footer .copyright .social-links {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    footer .copyright .social-links .iconWrap {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    footer .copyright p {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
    }

    footer .copyright .social-links .iconWrap a {
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        background-color: #33363F;
        color: #fff;
        text-decoration: none;
        font-size: 24px;
        transition: all 0.3s ease;
    }

    footer .copyright .social-links .iconWrap a:hover {
        background-color: #fff;
        color: #000;
        box-shadow: 0px 4px 4px 0px #3B3B3B40;
        transform: translateY(-5px);
    }

    .fixedLinks {
        display: flex;
        flex-flow: column;
        position: fixed;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        gap: 15px;
        align-items: flex-end;
    }

    .fixedLinks a {
        width: 60px;
        height: 60px;
        border-radius: 60px;
        background-color: #3FF3B4;
        box-shadow: 0px 0px 6px 0px #00000026;
        text-decoration: none;
        display: flex;
        align-items: center;
        padding: 15px;
        transition: all 0.4s ease;
    }

    .fixedLinks a span {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        color: #000;
        font-family: 'Plus Jakarta Sans', sans-serif;
        display: inline-block;
        margin-left: 10px;
        opacity: 0;
        visibility: hidden;
    }

    .fixedLinks a:last-child:hover {
        width: 105px;
        transition: all 0.4s ease;
    }

    .fixedLinks a:hover {
        transition: all 0.4s ease;
        width: 145px;
    }

    .fixedLinks a:hover span {
        visibility: visible;
        opacity: 1;
    }

    .bgSliderInner.v-scroll .bgImageSlide img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: top;
    }

    .bgSlider {
        z-index: -1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        pointer-events: none;
    }

    .bgSliderCols .bgSliderCol:nth-child(odd) .v-scroll {
        animation-direction: reverse;
    }

    .bgSliderCols {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 85%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 0;
        bottom: auto;
        left: 12%;
        right: auto;
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    .bgSliderCols .bgSliderCol {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 36%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }

    @-webkit-keyframes scroll {
        from {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        to {
            -webkit-transform: translateX(calc(-100% - 5rem));
            transform: translateX(calc(-100% - 5rem))
        }
    }

    @keyframes scroll {
        from {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        to {
            -webkit-transform: translateX(calc(-100% - 5rem));
            transform: translateX(calc(-100% - 5rem))
        }
    }

    @-webkit-keyframes heroscroll {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        100% {
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0)
        }
    }

    @keyframes heroscroll {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        100% {
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0)
        }
    }

    .v-scroll {
        -webkit-animation: heroscroll 50s linear infinite;
        animation: heroscroll 50s linear infinite
    }

    .bgSliderInner.v-scroll {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .bgSliderInner.v-scroll .bgImageSlide {
        aspect-ratio: 16 / 9;
        border-radius: 5px;
        overflow: hidden;
    }

/* pricing page css start */
body{
    font-family: "Alice", serif;
}
html body section.blogs{
    margin-bottom: 160px;
}
html body section.information{
    margin-bottom: 150px;
}

.information div.container div.infoworktable{
    display: flex;
    gap: 55px;
}
html body section.information div.container div.infoworktable div.infotable{
   background: linear-gradient(0deg, #FFFFFF 0%, #E0FFF4 100%);
box-shadow: 0px 0px 10px 0px #00000040;

    max-width: 550px;
    width: 100%;

}
html body section.information div.container div.infoworktable div.infotable div.uptable img{
    margin: 30px 20px;
}
html body section.information div.container div.infoworktable div.infotable div.uptable{
    border-bottom: 1px solid #3FF3B4;
}
html body section.information div.container div.infoworktable div.infotable div.downtable{
    padding: 25px;
}
html body section.information div.container div.infoworktable div.infotable div.downtable div.paragraphs{
    display: flex;
    flex-direction: column;
    gap:20px;
    margin-bottom: 50px;
}
html body section.information div.container div.infoworktable div.infotable div.downtable div.paragraphs h6{ 
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: 0.5px;
vertical-align: middle;
}
html body section.information div.container div.infoworktable div.infotable div.downtable div.paragraphs h3{
font-weight: 400;
font-size: 35px;
line-height: 42px;
letter-spacing: 0.3px;
vertical-align: middle;

}
html body section.information div.container div.infoworktable div.infotable div.downtable div.paragraphs p{
font-weight: 400;
font-size: 18px;
line-height: 32px;
letter-spacing: 0px;
vertical-align: middle;
font-family: "Plus Jakarta Sans", sans-serif;

}
html body section.information div.container div.infoworktable div.infotable div.downtable div.infolist{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}

html body section.information div.container div.infoworktable div.infotable div.downtable div.infolist div.greentick{
    display: flex;
    align-items: center;
    gap: 10px;
}
html body section.information div.container div.infoworktable div.infotable div.downtable div.infolist div.greentick p{
    
font-weight: 400;
font-size: 16px;
line-height: 24.38px;
letter-spacing: 0.2px;

}
html body section.information div.container div.infoworktable div.infotable div.downtable div.infolist div.greentick img{
    height: 16px;
}
html body section.information div.container div.infoworktable div.infotable div.downtable div.lastpricing{
margin-bottom: 40px;
    
}
html body section.information div.container div.infoworktable div.infotable div.downtable div.lastpricing h2{
font-weight: 400;
font-size: 24px;
line-height: 42px;
letter-spacing: 0.3px;
vertical-align: middle;

}
html body section.information div.container div.infoworktable div.infotable div.downtable div.lastpricing h2 span{
    color: #3FF3B4;
}
html body section.information div.container div.infoworktable div.infotable div.downtable div.button{
    margin-bottom: 30px;
}
html body section.information div.container div.infoworktable div.infotable div.downtable div.button a{
padding: 14px 35px;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
background: #3FF3B4;
width: 43%;
text-decoration: none;
color: black;
box-shadow: 0px 4px 4px 0px #3B3B3B40;

}
html body section.pricebanner{
    margin-bottom: 151px;
   
}
html body section.pricebanner div.container div.budget{
   
display: flex;
justify-content: center;
}
html body section.pricebanner div.container div.budget .parent{
    display: flex;
    justify-content: space-between;
    padding: 100px 40px;
     background: linear-gradient(180deg, rgb(63, 243, 180, 80%), rgba(63, 243, 180, 80%)), url('assets/images/building.png');
border-radius: 15px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
max-width: 1350px;
width: 100%;
}
html body section.pricebanner div.container div.budget .parent h6{
font-weight: 400;
font-size: 50px;
line-height: 100%;
letter-spacing: 0%;

}
html body section.pricebanner div.container div.budget .parent a{
    padding: 20px 60px;
   
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
background: white;
color: black;
text-decoration: none;
box-shadow: 0px 4px 4px 0px #3B3B3B40;
}
html body section.faq div.container div.accordion-container h2{
font-weight: 400;
font-size: 48px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
margin-bottom: 40px;

}

html body section.faq{
    margin-bottom: 154px;
}

html body section.faq div.container div.accordion-container details{
    border: 1px solid #ccc;
            border-radius: 4px;
            margin-bottom: 10px;
            border: none;
            background: #F2F3F4;
        

}
html body section.faq div.container div.accordion-container details summary{

           padding-left: 30px;
            cursor: default;
            list-style: none;
font-weight: 400;
font-size: 18px;
line-height: 21.6px;
letter-spacing: 0.5px;
display: flex;
justify-content: space-between;
align-items: center;
pointer-events: none;


}
html body section.faq div.container div.accordion-container details summary span.faq-text{
    padding: 25px 0px;
}
html body section.faq div.container div.accordion-container details p{
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;
  background: white;
  padding: 32px 50px;
 font-family: "Plus Jakarta Sans", sans-serif;

}


summary::-webkit-details-marker {
  display: none;
}

/* Icon styling */
.faq-text,.faq-wrapper{
    pointer-events: auto;
    
}
.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 25px;
  background-color: #3FF3B4;
}
.faq-icon  {
  transition: transform 0.3s ease;
 pointer-events: auto;
  cursor: pointer;
 
}

/* Rotate icon when open */
details[open] .faq-icon {
  transform: rotate(180deg);
}
  
/* pricing page css end */




/* contact us page css start */
html body section.letbuild{
    text-align: center;
    margin-bottom: 55px;
}
html body section.letbuild div.container .outbuild{
    display: flex;
    justify-content: center;
}
html body section.letbuild div.container .outbuild div.innerbuild{
    max-width: 1055px;
    width: 100%;
}
html body section.letbuild div.container .outbuild .innerbuild h2{
font-weight: 400;
font-size: 48px;
line-height: 100%;
letter-spacing: 0%;
padding-bottom: 25px;

}
html body section.letbuild div.container .outbuild .innerbuild p{
font-weight: 400;
 font-family: "Plus Jakarta Sans", sans-serif;
font-size: 20px;
line-height: 32px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

}


html body section.projectform div.container div.contactcontent{
    display: flex;
    margin-bottom: 150px;
}
html body section.projectform div.container div.contactcontent div.leftcontact{
    width: 50%;
    padding: 40px 125px 140px 50px;
background: linear-gradient(270deg, rgb(254 254 254 / 85%), rgba(63, 243, 180, 80%)), url('assets/images/contactoffice.png');
background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}
html body section.projectform div.container div.contactcontent div.leftcontact div.downleftcontent div.numberinfo div.numimg{
padding: 10px;
  background: #3FF3B4;
  position: absolute;
  top: -20;
  border-radius: 60px;
  display: flex;
  left: 75px;
  width: 45px;
}
html body section.projectform div.container div.contactcontent div.leftcontact div.downleftcontent div.numberinfo img{
   width: 25px;

}
html body section.projectform div.container div.contactcontent div.leftcontact div.upleftcontact h4{  
font-weight: 400;
font-size: 35px;
line-height: 32px;
letter-spacing: 0%;
margin-bottom: 20px;

}
html body section.projectform div.container div.contactcontent div.leftcontact div.upleftcontact p{
  font-family: "Plus Jakarta Sans", sans-serif; 
font-weight: 400;
font-size: 22px;
line-height: 32px;
letter-spacing: 0%;
vertical-align: middle;
margin-bottom: 30px;
max-width: 586px;
width: 100%;
}
html body section.projectform div.container div.contactcontent div.leftcontact div.downleftcontent{display: flex;
gap: 30px;

}
html body section.projectform div.container div.contactcontent div.leftcontact div.downleftcontent div.numberinfo{
    text-align: center;
    background: #FFFFFFCC;
   position: relative;
   padding: 0px 15px;
   border-radius: 10px;
}

html body section.projectform div.container div.contactcontent div.leftcontact div.downleftcontent div.numberinfo h4{
font-weight: 400;
font-size: 20px;
line-height: 25px;
letter-spacing: 0%;
margin-top: 45px;
margin-bottom: 10px;
}
html body section.projectform div.container div.contactcontent div.leftcontact div.downleftcontent div.numberinfo h2{
     font-family: "Plus Jakarta Sans", sans-serif; 
font-weight: 400;
font-size: 16px;
line-height: 25px;
letter-spacing: 0%;
text-align: center;
margin-bottom: 22px;
}

html body section.projectform div.container div.contactcontent div.rightform{
    width: 50%;
    padding: 40px 50px 50px 50px;
    background: #F2F3F4;

}
html body section.projectform div.container div.contactcontent div.rightform div form.form1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    
}
html body section.projectform div.container div.contactcontent div.rightform div form.form1 input{
    border: none;
    width:45%;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
     padding-top: 10px;
    background: #F2F3F4;

}
html body section.projectform div.container div.contactcontent div.rightform div form.form1 input::placeholder{
 font-family: "Plus Jakarta Sans", sans-serif; 
font-weight: 400;
font-size: 20px;
line-height: 32px;
letter-spacing: 0%;
vertical-align: middle;
color: #000000;
}
html body section.projectform div.container div.contactcontent div.rightform div form.form2{
    display: flex;
    flex-direction: column;
    gap:40px;
    margin-bottom: 40px;
}

html body section.projectform div.container div.contactcontent div.rightform div form.form2 input{
    border: none;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
     padding-top: 10px;
    background: #F2F3F4;

}
 html body section.projectform div.container div.contactcontent div.rightform div form.form2 input::placeholder{
    font-family: "Plus Jakarta Sans", sans-serif; 
font-weight: 400;
font-size: 20px;
line-height: 32px;
letter-spacing: 0%;
vertical-align: middle;
color: #000000;
 }


html body section.projectform div.container div.contactcontent div.rightform div div.attachments p{
     font-family: "Plus Jakarta Sans", sans-serif; 
font-weight: 400;
font-size: 20px;
line-height: 32px;
letter-spacing: 0%;
margin-bottom: 13px;

}

html body section.projectform div.container div.contactcontent div.rightform div div.attachments div.attachfile{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}
html body section.projectform div.container div.contactcontent div.rightform div div.attachments div.attachfile img{
    height: 38px;
}
html body section.projectform div.container div.contactcontent div.rightform div div.attachments div.attachfile a{
 font-family: "Plus Jakarta Sans", sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 32px;
letter-spacing: 0%;
vertical-align: middle;
color: #000000;

}

html body section.projectform div.container div.contactcontent div.rightform div div.buttonform a{

padding: 16.5px 61px;
background: #3FF3B4;
box-shadow: 0px 4px 4px 0px #3B3B3B40;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-decoration: none;
color: #000000;
}

html body section.pricebanner div.container div.budget div.parent div.contactimages{
    display: flex;
    gap:20px;
}
html body section.showmap{
    margin-bottom: 154px;
}
html body section.showmap div.container iframe{
    width: 100%;
    height: 600px;
}
/* contact us page css end */





/* unique  construction css start */





html body section.frames div.container div.mainframe{
 display: flex;
gap:50px;
margin-bottom:25px;
}

html body section.frames div.container div.mainframe div.leftframe{
    
border-bottom: 1px solid #D9D9D9;
max-width: 1300px;
width: 100%;
}
html body section.frames div.container div.mainframe div.leftframe div.leftimg1{
    display: flex;
    justify-content: center;
     border-radius: 15px;
     background: linear-gradient(360deg, rgba(0, 0, 0, 0.49) 0%, rgba(63, 243, 180, 0.7) 55%), url('assets/images/book.png');
     position: relative;
     margin-bottom: 25px;
     border: none; background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
html body section.frames div.container div.mainframe div.leftframe div.leftimg1 div.sideimg img{
    position:absolute;
    bottom: 32px;
    left:70px;
}
html body section.frames div.container div.mainframe div.leftframe p{
   
font-weight: 400;
 font-family: "Plus Jakarta Sans", sans-serif;
font-size: 22px;
margin-bottom: 25px;
line-height: 35px;
letter-spacing: 0%;

}
html body section.frames div.container div.mainframe div.rightframe{
    max-width: 411px;
    width: 100%;
}

html body section.frames div.container div.mainframe div.rightframe h6{
font-weight: 400;
font-size: 24px;
line-height: 28.8px;
letter-spacing: 0%;
vertical-align: middle;
margin-bottom: 27px;
}
html body section.frames div.container div.mainframe div.rightframe div.rightdownframe div.rightframe11{
    margin-bottom: 25px;
  
}

html body section.frames div.container div.mainframe div.rightframe div.rightdownframe div.rightframe11 div.innerimg{
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.49) 0%, rgba(63, 243, 180, 0.7) 55%), url('assets/images/book.png');
    margin-bottom: 9.88px;
      position: relative;
      border-radius: 15px;
      display: flex;
      justify-content: center;
      border: none;
       background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
html body section.frames div.container div.mainframe div.rightframe div.rightdownframe div.rightframe11 div.innerimg div.workimg img{
    width: 79.6px;
    position: absolute;
    bottom: 10;
    left: 20;
    
}
html body section.frames div.container div.mainframe div.rightframe div.rightdownframe div.rightframe11 div.outimg{
    display: flex;
    gap: 10px;
}
html body section.frames div.container div.mainframe div.rightframe div.rightdownframe div.rightframe11 div.outimg img{
    width: 14px;
}
html body section.frames div.container div.mainframe div.rightframe div.rightdownframe div.rightframe11 div.outimg p{
   font-family: "Plus Jakarta Sans", sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 14px;
line-height: 14px;
letter-spacing: 0%;
vertical-align: middle;
text-transform: capitalize;
color: #74787C;

}
html body section.frames div.container div.mainframe div.rightframe div.rightdownframe div.rightframe11 div.innerimg div.outimg55 img{
    height: 249px;
}

html body section.uniqueconstruction{
margin-bottom: 25px;
}
html body section.uniqueconstruction div.container img{
    margin-bottom: 15px;
}
html body section.uniqueconstruction div.container div.icons1{
    margin-bottom: 25px;
    border-bottom: 1px solid #D9D9D9;
    max-width: 1300px;
    width: 100%;
}
html body section.uniqueconstruction div.container div.icons1 div.icons11{
    display: flex;
    align-items: center;
    gap:15px;
    margin-bottom: 10px;
}
html body section.uniqueconstruction div.container div.icons1 div.icons11 i.fa-solid.fa-arrow-right{
    width:35px;
    padding: 10px 0px;
    background: #3FF3B4;
border-radius: 100px;

}
html body section.lorem{
    margin-bottom: 150px;
}
html body section.uniqueconstruction div.container div.icons1 div.icons11 p{
font-weight: 400;
font-size: 22px;
line-height: 30px;
letter-spacing: 0%;

}
html body section.lorem div.container div.content12{
    max-width: 1300px;
    width: 100%;
    margin-bottom: 47px;
}

html body section.lorem div.container div.content12 div.content11{
    margin-bottom: 35px;
}
html body section.lorem div.container div.content12 div.content11 h4{
font-weight: 400;
font-size: 30px;
line-height: 100%;
letter-spacing: 0%;
margin-bottom: 15px;
}
html body section.lorem div.container div.content12 div.content11 p{
 font-family: "Plus Jakarta Sans", sans-serif;
font-weight: 400;
font-size: 22px;
line-height: 35px;
letter-spacing: 0%;

}

html body section.lorem div.container div.share{
    display: flex;
    align-items: center;
    gap:15px;
}
html body section.lorem div.container div.share h4{
   
font-weight: 400;
font-size: 30px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;

}
html body section.lorem div.container div.share div.company{
    display: flex;
    gap: 12px;
}
html body section.lorem div.container div.share div.company a{
    padding: 17px 15px;
    border-radius: 100px;
    border: 2px solid #3FF3B4;
;
}
html body section.lorem div.container div.share div.company a i{
font-weight: 400;
font-size: 20px;
color: #3FF3B4;
}
/* unique  construction css end */

/* blog animate css start */

html body section.animate11{
    margin-top: 200px;
}

html body section.animate11 div.container div.animatemain{
    display: flex;
    gap:22px;
    margin-bottom: 154px;
}
html body section.animate11 div.container div.animatemain div.leftanimate{
    max-width: 1263px;
    width: 100%;
}
html body section.animate11 div.container div.animatemain div.leftanimate div.headinganimate{
    margin-bottom:32px;
}

html body section.animate11 div.container div.animatemain div.leftanimate div.headinganimate h2{
font-weight: 400;
font-size: 48px;
line-height: 65px;
letter-spacing: 0%;
margin-bottom: 20px;
}

html body section.animate11 div.container div.animatemain div.leftanimate div.headinganimate div.anidate{
    display: flex;
    align-items: center;
    gap: 11px;
}
html body section.animate11 div.container div.animatemain div.leftanimate div.headinganimate div.anidate div.leftanidate{
    display: flex;
    align-items: center;
  gap: 8px;
}

html body section.animate11 div.container div.animatemain div.leftanimate div.headinganimate div.anidate div.leftanidate i.fa-solid.fa-circle-user{
    font-size: 28px;
    color: #696A75;

}
html body section.animate11 div.container div.animatemain div.leftanimate div.headinganimate div.anidate div.leftanidate p{
    font-family: "Plus Jakarta Sans", sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #696A75;
}
html body section.animate11 div.container div.animatemain div.leftanimate div.headinganimate div.anidate div.riganidate p{
    font-family: "Plus Jakarta Sans", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #696A75;

}
html body section.animate11 div.container div.animatemain div.leftanimate div.animainimg img{
    width: 100%;
height: 462px;
border-radius: 15px;
object-fit: cover;
margin-bottom: 32px;

}
html body section.animate11 div.container div.animatemain div.leftanimate div.animainimg div.imgprg p{
    font-family: "Plus Jakarta Sans", sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 32px;
letter-spacing: 0%;
margin-bottom: 32px;
}
html body section.animate11 div.container div.animatemain div.leftanimate div.secondprg div.secoondprg11 h3{
font-weight: 400;
font-size: 30px;
line-height: 100%;
letter-spacing: 0%;
margin-bottom: 16px;
}
html body section.animate11 div.container div.animatemain div.leftanimate div.secondprg div.secoondprg11 div.paraanimate p{
 
 font-family: "Plus Jakarta Sans", sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 32px;
letter-spacing: 0%;
margin-bottom: 32px;
}
html body section.animate11 div.container div.animatemain div.rightanimate{
    max-width: 475px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 12.34px 0px 32px;
}
html body section.animate11 div.container div.animatemain div.rightanimate div.aniform form.input-class{
    position: relative;
}
html body section.animate11 div.container div.animatemain div.rightanimate div.aniform form.input-class input{
    width: 100%;
    padding: 18px 20px;
    margin-bottom: 54px;
    border: 1px solid #E4E4E4;
   background: #F2F3F4;

}
html body section.animate11 div.container div.animatemain div.rightanimate div.aniform form.input-class input::placeholder{
font-weight: 400;
font-size: 16px;
padding-left: 20px;
color: black;
font-family: "Alice", serif;

}
html body section.animate11 div.container div.animatemain div.rightanimate div.aniform form.input-class a{
	position: absolute;
	right: -0.15px;
	top: 0px;
	font-size: 16px;
	color: black;
	background: #3FF3B4;
	padding: 18.6px 20px;
}
html body section.animate11 div.container div.animatemain div.rightanimate div.aniform2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
}
html body section.animate11 div.container div.animatemain div.rightanimate div.aniform2 h4{
font-weight: 400;
font-size: 24px;
line-height: 28.8px;
letter-spacing: 0%;
vertical-align: middle;

}
html body section.animate11 div.container div.animatemain div.rightanimate div.aniform2 form.input-class1{
    position: relative;
}
html body section.animate11 div.container div.animatemain div.rightanimate div.aniform2 form.input-class1 input{
     width: 100%;
    padding: 18px 20px; 
    background: #F2F3F4;
     border: 1px solid #E4E4E4;

}

html body section.animate11 div.container div.animatemain div.rightanimate div.aniform2 form.input-class1 input::placeholder{
    font-weight: 400;
font-size: 16px;
padding-left: 20px;
color: black;
font-family: "Alice", serif;
}
html body section.animate11 div.container div.animatemain div.rightanimate div.aniform2 form.input-class1 i.fa-solid.fa-arrow-right{
    position:absolute;
     right: 31.85px;
    top: 19px;
    font-size: 16px;
    color: black;
}

html body section.animate11 div.container div.animatemain div.rightanimate div.aniinfo h2{
font-weight: 400;
font-size: 24px;
line-height: 28.8px;
letter-spacing: 0%;
vertical-align: middle;
margin-bottom: 30px;
}
html body section.animate11 div.container div.animatemain div.rightanimate div.aniinfo div.aniinfo11{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
html body section.animate11 div.container div.animatemain div.rightanimate div.aniinfo div.aniinfo11 div.maininfo14{
    display: flex;
    gap:20px;
}
html body section.animate11 div.container div.animatemain div.rightanimate div.aniinfo div.aniinfo11 div.maininfo14 div.infyrasimg11 img{
    width: 100px;
}
html body section.animate11 div.container div.animatemain div.rightanimate div.aniinfo div.aniinfo11 div.maininfo14 div.anicom div.anicom1{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 12px;
}
html body section.animate11 div.container div.animatemain div.rightanimate div.aniinfo div.aniinfo11 div.maininfo14 div.anicom div.anicom1 i.fa-regular.fa-circle-user{
    font-size: 14px;
    color: #74787C;

}
html body section.animate11 div.container div.animatemain div.rightanimate div.aniinfo div.aniinfo11 div.maininfo14 div.anicom div.anicom1 p{
    font-family: "Plus Jakarta Sans", sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 14px;
line-height: 22.75px;
letter-spacing: 0%;
vertical-align: middle;
text-transform: capitalize;
  color: #74787C;
}
html body section.animate11 div.container div.animatemain div.rightanimate div.aniinfo div.aniinfo11 div.maininfo14 div.anicom div.anicom2 h3{
font-weight: 400;
font-size: 18px;
line-height: 25.2px;
letter-spacing: 0%;
text-transform: uppercase;
}

/* blog animate css end */