.main.solarghar-landing-page {
    .inner-div {

        h1,
        h2,
        h3,
        h4,
        h5,
        a,
        p,
        button {
            color: #333;
            line-height: 1.2;
            text-align: center;
        }

        h1 {
            font-weight: 700;
        }
        
        .fade-in-up {
          opacity: 0;
          transform: translateY(20px);
          transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        }
        
        .fade-in-up.show {
          opacity: 1;
          transform: translateY(0);
        }


        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 600;
        }

        p {
            font-weight: 400;
            margin-top: 0;
        }

        .d-flex {
            display: flex;
        }

        .d-block {
            display: block;
        }

        .d-none {
            display: none;
        }

        .justify-content-center {
            justify-content: center;
        }

        .justify-content-start {
            justify-content: flex-start;
        }

        .justify-content-end {
            justify-content: flex-end;
        }

        .justify-content-between {
            justify-content: space-between;
        }

        .align-items-center {
            align-items: center;
        }

        .align-items-start {
            align-items: flex-start;
        }

        .align-items-end {
            align-items: flex-end;
        }

        .gap-10 {
            gap: 10px
        }

        .gap-5 {
            gap: 5px
        }

        .gap-15 {
            gap: 15px
        }

        .gap-20 {
            gap: 20px
        }

        .relative {
            position: relative;
        }

        img {
            max-width: 100%;
            height: auto;
        }

        a {
            text-decoration: none;
        }

        .first-line {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 5px;
            margin-bottom: 5px;

            p {
                font-size: 14px;
            }
        }

        .header {
            box-shadow: 0px 0px 15px -3px #252525;
            position: sticky;
            top: 0px;
            background: #41474a;
            height: 65px;
            display: flex;
            align-items: center;
            z-index: 999;

            .inner-div {
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 20px;
                width: 100%;
                padding: 0px 16px;

                .hamburger {
                    display: none;
                }

                .logo-wrapper {
                    width: 35%;
                    min-width: 200px;
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                }

                .navbar-wrapper {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    gap: 20px;
                    width: 65%;

                    .nav-options {
                        .nav-wrapper {
                            display: flex;
                            gap: 40px;

                            .navbar-link {
                                text-decoration: none;
                                list-style: none;

                                a {
                                    text-decoration: none;
                                    color: #dddddd;
                                    font-size: 16px;
                                }
                            }
                        }

                        .close-btn {
                            display: none;
                        }
                    }

                    .qoute-btn {
                        background: #fdd60c;
                        padding: 10px 20px;
                        border-radius: 6px;

                        a {
                            font-size: 14px;
                            color: #333;
                        }
                    }
                    .call-btn{
                        border: 1px solid  #fdd60c;
                        color: #fff;
                        padding: 10px 20px;
                        border-radius: 6px;
                        height: 44px;
                        display: flex
;
                        align-items: center;
                        a{
                            display: flex
;
    gap: 5px;
    color: #fff;
                        }
                    }
                }
            }
        }
        .carousel-banner-img{
                width: -webkit-fill-available;
        }

        .hero-carousel {
            /*background: url('../assets/img/landing-page/landing-desktop-banner.webp');*/
            /*background-size: cover !important;*/
            /*min-height: calc(100vh - 65px);*/
            display: flex;
            height: 100%;
            justify-content: center;
            align-items: center;
            position: relative;
            .inner-div {
                    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
                .content-div {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;

                    h1 {
                        font-size: 85px;
                    }

                    h2 {
                        font-size: 32px;
                        margin-top: 10px;
                        font-weight: 500;
                    }

                    a {
                        font-size: 28px;
                        background-color: #C4AC02;
                        margin-top: 100px;
                        border-radius: 25px;
                        padding: 5px 40px;
                        font-weight: 700;
                        text-transform: uppercase;
                    }
                }
            }
        }

        .solar-calc-wrapper {
            background: #1C1A1A;

            .inner-div {
                .solar-calc-data {

                    h2 {
                        font-size: 48px;
                        color: #eee;
                        margin-bottom: 35px;
                    }

                    .calc-data-btns {
                        border-bottom: 4px solid #5b5b5b;
                        max-width: 60%;
                        margin: auto;
                        padding-bottom: 30px;
                        border-radius: 2px;

                        .calc-btn {
                            h3 {
                                cursor: pointer;
                                background-color: #fff;
                                border-radius: 25px;
                                padding: 5px 20px;
                                color: #333;
                                border: 1px solid #333;

                                &:hover {
                                    background-color: transparent;
                                    color: #fdd60c;
                                    border: 1px solid #fdd60c;
                                }
                            }

                            &.active h3 {
                                background-color: #fdd60c;

                                /*color: #eee;*/
                                &:hover {
                                    background-color: #333;
                                    color: #fdd60c;
                                    border: 1px solid #333;
                                }
                            }
                        }

                        margin-bottom: 30px;
                    }

                    .calc-data-table {
                        .data-table {

                            .column {
                                font-size: 14px;
                                color: #eee;
                                border: 1px solid #eee;

                                &.first {
                                    font-weight: 600;
                                    border-radius: 8px 0 0 0;

                                    &.adjacent {
                                        border-radius: 0 8px 0 0;
                                    }
                                }
                            }

                            .row {
                                .column {
                                    width: 50%;
                                    text-align: center;
                                    padding: 10px;

                                    &.last {
                                        background-color: #fdd60c;
                                        color: #333;
                                        font-weight: 600;
                                        border-radius: 0 0 0 8px;

                                        &.adjacent {
                                            border-radius: 0 0 8px 0;
                                        }
                                    }
                                }
                            }
                        }
                    }

                    .calc-btn-out {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin: 30px auto 0;
                        border: 1px solid #fdd60c;
                        max-width: max-content;
                        padding: 8px 20px;
                        border-radius: 8px;
                        gap: 3px;
                        cursor: pointer;

                        a {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            gap: 10px;
                            color: #fff;
                            font-weight: 600;
                            color: #fdd60c;
                            font-weight: 600;
                            font-size: 16px;
                            padding: 5px 10px;
                            background: transparent;
                            border: none;
                            cursor: pointer;
                        }

                        img {
                            width: 12px;
                        }
                    }
                }

                .real-calculator {
                    display: none;
                    border-radius: 20px;

                    .calculator {
                        background: #fdd60c;
                        border-radius: 20px;

                        .inner-div {
                            padding: 35px 35px;
                        }

                        .first-line {
                            justify-content: center;
                        }

                        h2 {
                            font-size: 48px;
                            line-height: 1.2;
                            font-weight: 400;
                            margin-bottom: 30px;
                            text-align: center;
                            font-weight: 600;
                        }

                        .calculator-form-wrapper {
                            #solarForm {
                                display: flex;
                                justify-content: center;
                                align-items: flex-end;
                                gap: 30px;

                                label {
                                    font-weight: 700;
                                    font-size: 16px;
                                }

                                select {
                                    height: 45px;
                                    border-radius: 6px;
                                    padding: 10px;
                                    min-width: 160px;
                                    font-size: 14px;
                                }

                                label[for="state"] {}

                                #state {}

                                label[for="district"] {}

                                #district {}

                                label[for="monthlyBill"] {}

                                #monthlyBill {
                                    height: 39px;
                                    border-radius: 6px;
                                    padding: 0 10px;
                                    min-width: 180px;
                                    font-size: 14px;
                                }

                                button[type="button"] {
                                    background: #1c1a1a;
                                    color: #fff;
                                    padding: 0 20px;
                                    height: 45px;
                                    border-radius: 6px;
                                }
                            }

                            h3 {
                                margin: 50px 0 20px;
                                text-align: center;
                            }

                            .result-wrapper {
                                display: grid;
                                grid-template-columns: repeat(4, auto);
                                gap: 20px;

                                p {
                                    display: flex;
                                    flex-direction: column;
                                    align-items: center;
                                    justify-content: center;
                                    gap: 20px;
                                    font-size: 18px;
                                    font-weight: 700;
                                    background: #1c1a1a;
                                    color: #ddd;
                                    padding: 20px;
                                    border-radius: 12px;
                                    text-align: center;
                                }

                                span {
                                    font-size: 40px;
                                    color: #fdd60c;
                                }
                            }

                        }
                    }
                }
            }
        }

        .tie-up {
            .inner-div {
                padding-bottom: 25px;

                .first-line {
                    justify-content: center;

                    img {}

                    p {}
                }

                .content {
                    h2 {
                        font-size: 48px;
                    }

                    .img-wrapper {
                        gap: 50px;
                        margin-top: 10px;

                        img {
                            width: 200px;
                            height: auto;
                        }
                    }
                }
            }
        }
        
        .reels-wrapper .img-wrapper{
                display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px !important;
        }
        

        .recent-projects {
            .inner-div {
                margin-top: 20px;
                .first-line {
                    justify-content: center;

                    img {}

                    p {}
                }

                h2 {
                    font-size: 48px;
                    margin-bottom: 30px;
                }

                .project-wrapper {
                    margin: 20px 0;

                    .project {
                        .content {
                            background-color: #051C2FD6;
                            position: absolute;
                            bottom: 0;
                            width: 100%;
                            padding: 5px 10px;
                            width: calc(100% - 20px);
                            padding: 5px 10px;
                            border-radius: 0 0 12px 12px;

                            h3 {
                                font-size: 18px;
                                color: #eee;
                            }
                        }

                        &.first {
                            background: url('./img/1tm.webp');
                            background-size: contain;
                            min-height: 410px;
                            width: 50%;
                            border-radius: 12px;
                            background-repeat: round;
                            
                        }

                        &.second {
                            background: url('./img/2tm.webp');
                            background-size: contain;
                            min-height: 410px;
                            width: 50%;
                            border-radius: 12px;
                            background-repeat: round;
                        }

                        &.third {
                            background: url('./img/3tm.webp');
                            background-size: contain;
                            min-height: 450px;
                            width: 33%;
                            border-radius: 12px;
                            background-repeat: round;
                        }

                        &.four {
                            background: url('./img/4tm.webp');
                            background-size: contain;
                            min-height: 450px;
                            width: 33%;
                            border-radius: 12px;
                            background-repeat: round;
                        }

                        &.five {
                            background: url('./img/6tm.webp');
                            background-size: contain;
                            min-height: 450px;
                            width: 33%;
                            border-radius: 12px;
                            background-repeat: round;
                        }
                    }
                }
            }
        }

        .bg-img {
            background: url('../assets/img/landing-page/desktop-cta-banner.webp');
            background-size: cover !important;
            height: 800px;
        }

        .usp-wrapper {
            padding: 100px 0;

            .inner-div {
                background-color: #2F4252;
                padding: 35px 30px;
                justify-content: space-around;
                border-radius: 20px;

                .usp {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    gap: 5px;

                    img {
                        width: 60px;
                        height: 60px;
                    }

                    h3 {
                        font-size: 22px;
                        color: #C4AC02;
                    }
                }
            }
        }

        .testimonials {
            color: #ddd;
            background: #41474a;

            .first-line {
                justify-content: center;

                p {
                    color: #ddd;
                }
            }

            .inner-div {
                h2 {
                    font-size: 50px;
                    margin-bottom: 30px;
                    width: 100%;
                    text-align: center;
                    color: #eee;
                }

                .testimonials-wrapper {
                    display: grid;
                    grid-template-columns: repeat(3, auto);
                    gap: 20px;

                    .review {
                        background: #fff;
                        color: #333;
                        border-radius: 12px;
                        padding: 12px 18px;

                        img {
                            width: 35px;
                            height: 35px;
                            border-radius: 50%;
                        }

                        h3 {
                            font-size: 18px;
                            margin: 10px 0;
                            color: #333;
                            text-align: left;
                        }

                        .para {
                            font-size: 13px;
                            color: #333;
                            text-align: left;
                        }

                        .name {
                            margin-top: 10px;
                            color: darkgreen;
                            text-align: left;
                                display: flex
;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
                        }
                    }
                }
            }
        }

        .contact-form {
            .inner-div {
                /*.address-form-wrapper {*/
                /*    display: flex;*/
                /*    justify-content: space-between;*/
                /*    align-items: flex-start;*/
                /*    gap: 20px;*/

                /*    .address {*/
                /*        width: 50%;*/
                /*        display: flex;*/
                /*        justify-content: flex-start;*/
                /*        align-items: flex-start;*/
                /*        flex-direction: column;*/
                /*        gap: 10px;*/

                /*        p {*/
                /*            font-size: 18px;*/
                /*            font-weight: 700;*/
                /*        }*/

                /*    }*/
                h2 {
                                        font-size: 24px;
                    margin-bottom: 20px;
                }

                p {
                    width: 70%;
                    margin: 0 auto;\
                    text-align: justify;
                }

                .form-wrapper {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-top: 50px;
                    flex-direction: column;

                    #contactForm-landingpage {
                        width: 50%;

                        label {
                            font-size: 14px;
                        }

                        input {
                            height: 35px;
                            border-radius: 6px;
                            width: -webkit-fill-available;
                            padding: 2px 15px;
                            border: none;
                            margin-bottom: 10px;
                            background: #F1EFEF;

                        }

                        select {
                            width: 100%;
                            height: 40px;
                            border-radius: 6px;
                            font-size: 14px;
                            color: #757587;
                            padding: 2px 10px;
                            margin-bottom: 10px;
                            background: #F1EFEF;
                            border: none;
                        }

                        textarea {
                            width: -webkit-fill-available;
                            border-radius: 6px;
                            font-size: 14px;
                            color: #757587;
                            padding: 6px 10px;
                            margin-bottom: 10px;
                            background: #F1EFEF;
                            border: none;
                        }

                        button[type="submit"] {
                            background: #fdd60c;
                            padding: 10px 20px;
                            border-radius: 6px;
                            width: 100%;
                            font-size: 18px;
                            font-weight: 700;
                            margin-bottom: 0;
                            height: 47px;
                            line-height: 1;
                            cursor: pointer;
                            border: none;
                        }
                    }

                }
            }
        }

        #responseMessage-landingpage {
            text-align: center;
            margin: 15px 0;
            font-size: 18px;
            font-weight: 700;
            padding: 25px;
            border-radius: 6px;
        }
    }

    .footer {
        background: #1c1a1a;
        color: #dddddd;
    margin-top: -25px;
        .inner-div {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 50px;
            padding-bottom: 0;

            .block {
                min-width: 265px;

                h2 {
                    margin-bottom: 5px;
                    font-size: 20px;
                    color: #eee;
                    text-align: left;
                }

                p {
                    font-size: 14px;
                    margin-bottom: 8px;
                    color: #878787;
                    text-align: left;
                }
            }
        }

        .inner-div-last {
            display: flex;
            justify-content: center;
            gap: 5px;
            align-items: center;
            border-top: 1px solid #ddd;
            padding: 20px 0;
            margin: 20px auto 0;
            width: 100%;

            p {
                color: #eee;
            }
        }
    }
}


#zf_div_EGInO9h2_LZJaOA2iOo2xBALOS__ZDQL60HdljW9ry4{
    max-height: 950px;
    overflow: hidden;
}


@media (min-width: 590px) and (max-width: 820px) {
  .footer .inner-div {
    flex-wrap: wrap;
  }
  
.inner-div .testimonials .inner-div .testimonials-wrapper {
  grid-template-columns: repeat(6, auto) !important;
  gap: 10px;
  overflow: auto;
}

#zf_div_EGInO9h2_LZJaOA2iOo2xBALOS__ZDQL60HdljW9ry4 {
  max-height: 1050px;
  overflow: hidden;
}
.main.solarghar-landing-page {
    & .inner-div {
        & .testimonials {
            & .inner-div {
                .testimonials-wrapper {
                    display: flex;
                    .review{
                        min-width: 100%;
                    }
    
}
    
}
}}}
.main.solarghar-landing-page {
    & .inner-div {
        & .contact-form {
            & .inner-div {
                p {
                    width: 100%;
                    margin: 0 auto;
                }
            }
        }
    }
}
.main.solarghar-landing-page {
    & .inner-div {
        & .contact-form {
            & .inner-div {
                h2 {
                    font-size: 26px;
                    margin-bottom: 20px;
                }
            }
        }
    }
}
.main.solarghar-landing-page {
    & .inner-div {
        & .testimonials {
            & .inner-div {
                h2 {
                    font-size: 24px;
                    margin-bottom: 30px;
                    width: 100%;
                    text-align: center;
                    color: #eee;
                }
            }
        }
    }
}
.main.solarghar-landing-page {
    & .inner-div {
        & .hero-carousel {
            & .inner-div {
                & .content-div {
                    h1 {
    font-size: 40px;
}
h2{
    font-size: 14px;
}
a{
                            font-size: 20px;
                        background-color: #C4AC02;
                        margin-top: 20px;
}
}}}}}
.main.solarghar-landing-page {
    & .inner-div {
        & .hero-carousel {
            .inner-div {
                position: absolute;
                left: 0;
                right: 0;
                width: 100%;
                top: 35%;
                transform: translate(0, -50%);
            }
        }
    }
}
.nav-options{
    display: none;
}
}



@media (max-width: 450px) {
    
    #zf_div_EGInO9h2_LZJaOA2iOo2xBALOS__ZDQL60HdljW9ry4{
    max-height: 850px;
    overflow: hidden;
}

@media (max-width: 450px) {
    .tie-up{
        .img-wrapper{
            /*flex-direction: column;*/
            gap: 20px !important;
            align-items: center;
                                    img {
                            width: 80px ! Important;
                        }
        }
    }
    
    .reels-wrapper .img-wrapper{
                display: flex !important;
    overflow: auto;
    justify-content: flex-start !important;
    video{
        width: 100%;
    }
        }
        
    .finance-opt{
        .grid{
            overflow: auto;
    display: flex;
    article{
            min-width: 90%;
    }
        }
    }
    
    
#zf_div_Ns4vQcsGB9OUrtifkmG3rwO_rWJQCA-PgWSzvMxDnAM{
    max-height: 1010px;
    overflow: hidden;
}


    .container{
        padding: 40px 10px;
    }
    .inner-div {
        .header {
            .inner-div {
                .hamburger {
                    display: block ;
                }

                .logo-wrapper {
                    img {}color: #fff;
    width: 20% !Important;
    min-width: 140px !Important;
                }

                .navbar-wrapper {
                    justify-content: flex-end;
width: unset !important;
                    .nav-options {
                        position: fixed;
                        background: #fff;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        justify-content: center;
                        align-items: center;
                        flex-direction: column;
                        display: none;

                        .nav-wrapper {
                            flex-direction: column;

                            .navbar-link {
                                text-align: center;

                                a {
                                    color: #333;

                                }
                            }
                        }

                        .close-btn {
                            display: block;
                            position: absolute;
                            top: 20px;
                            right: 20px;
                            color: #333;
                            font-size: 10px !important;
                        }
                    }
                    .qoute-btn{
                        padding: 4px 28px !important;
                        a{
                            font-size: 10px !important;
                            
                        }
                    }
                    .call-btn{
                        border: 1px solid  #fdd60c;
                        color: #fff;
                        padding: 4px 6px !important;
                        border-radius: 6px !important;
                        height: 24px !important;
                        display: flex
;
                        align-items: center;
                        a{
                            display: flex
;min-width: max-content;
    gap: 3px;
    font-size: 10px !important;
    
                        }
                        img{
                            width: 12px !important;
                            height: 12px !important;
                        }
                    }
                    &.btn-wrapper-header{
                        flex-direction: column;
    gap: 5px !important;
    width: 35% !Important;
                    }
                }
            }
        }

        .first-line {
            margin-bottom: 30px;
        }
        .carousel-banner-img{
                display: none;
        }


        .hero-carousel {
            background: url('../assets/img/landing-page/landing-mob-banner.webp') !important;
            background-size: cover !important;
            min-height: calc(85vh - 65px) !important;
            .inner-div {
                padding-top: 0;
                .content-div {
                    h1 {
                        font-size: 40px !important;
                    }

                    h2 {
                        font-size: 16px !important;
                    }

                    a {
                        font-size: 16px !important;
                        font-weight: 700;
                        margin-top: 30px !important;
                        padding: 8px 25px !important;
                        line-height: 1 !important;
                    }
                }
            }
        }

        .solar-calc-wrapper {
            .inner-div {
                .solar-calc-data {
                    h2 {
                        font-size: 24px !Important;
                        margin-bottom: 20px !Important;
                    }

                    .calc-data-btns {
                        gap: 4px !important;
                        margin-bottom: 15px !important;
                        padding-bottom: 15px !important;
                        .calc-btn {
                            h3 {
                                font-size: 14px !Important;
                                padding: 4px 15px !Important;
                            }
                        }
                    }

                    .calc-data-table {
                        .data-table {
                            .row {}

                            .column {
                                font-size: 12px !important;
                                &.first {}
                            }

                            .row {
                                .column {
                                    &.last {}
                                }
                            }
                        }
                    }

                    .calc-btn-out {
                        margin: 15px auto 0 !important;
                        h3 {}
                    }
                }

                .real-calculator {
                    margin-top: 15px;
                    .calculator {
                        background: #fdd60c;
                        border-radius: 20px;

                        .inner-div {
                            padding: 20px 10px !important;
                        }

                        .first-line {
                            justify-content: center;
                        }

                        h2 {
                            font-size: 50px;
                            line-height: 1.2;
                            font-weight: 400;
                            margin-bottom: 30px;
                            text-align: center;
                        }

                        .calculator-form-wrapper {
                            #solarForm {
                                display: flex;
                                justify-content: center;
                                align-items: flex-end;
                                gap: 10px !important;

                                label {
                                    font-weight: 700;
                                    font-size: 16px;
                                }

                                select {
                                    height: 45px;
                                    border-radius: 6px;
                                    padding: 10px;
                                    min-width: 160px;
                                    font-size: 14px;
                                }

                                label[for="state"] {}

                                #state {}

                                label[for="district"] {}

                                #district {}

                                label[for="monthlyBill"] {}

                                #monthlyBill {
                                    height: 39px;
                                    border-radius: 6px;
                                    padding: 0 10px;
                                    min-width: 180px;
                                    font-size: 14px;
                                }

                                button[type="button"] {
                                    background: #1c1a1a;
                                    color: #fff;
                                    padding: 0 20px;
                                    height: 45px;
                                    border-radius: 6px;
                                }
                            }

                            h3 {
                                margin: 50px 0 20px;
                                text-align: center;
                            }

                            .result-wrapper {
                                display: grid;
                                grid-template-columns: repeat(2, auto) !Important;
                                gap: 10px !important;

                                p {
                                    display: flex;
                                    flex-direction: column;
                                    align-items: center;
                                    justify-content: center;
                                    gap: 20px;
                                    font-size: 14px !Important;
                                    font-weight: 700;
                                    background: #1c1a1a;
                                    color: #ddd;
                                    padding: 10px;
                                    border-radius: 12px !Important;
                                    text-align: center;
                                }

                                span {
                                    font-size: 14px !Important;
                                    color: #fdd60c;
                                }
                            }

                        }
                    }
                }
            }
        }

        .tie-up {
            .inner-div {
                padding-bottom: 0 !important;
padding-top: 40px !important;
                .first-line {
                    img {}

                    p {}
                }

                .content {
                    h2 {
                        font-size: 32px !important;
                    }

                    .img-wrapper {
                        margin-top: 10px !Important;

                        img {
                            width: 90px !Important;
                        }
                    }
                }
            }
        }

        .recent-projects {
            .inner-div {
                .first-line {
                    img {}

                    p {}
                }

                h2 {
                    font-size: 32px !important;
                    margin-bottom: 20px !important;
                }

                .project-wrapper {
                    gap: 10px !important;
                    margin: 10px 0 10px !important;
                    .project {
                        border-radius: 4px !Important;
                        .content {
                            h3 {
                                font-size: 12px !important;
                            }
                        }

                        &.first {
                            background: url('../assets/img/landing-page/c.webp');
                            background-size: cover;
                            min-height: 150px !important;
                        }

                        &.second {
                            background: url('../assets/img/landing-page/d.webp');
                            background-size: cover;
                            min-height: 150px !important;
                        }

                        &.third {
                            background: url('../assets/img/landing-page/g.webp');
                            background-size: cover;
                            min-height: 150px !important;
                        }

                        &.four {
                            background: url('../assets/img/landing-page/f.webp');
                            background-size: cover;
                            min-height: 150px !important;
                        }

                        &.five {
                            background: url('../assets/img/landing-page/e.webp');
                            background-size: cover;
                            min-height: 150px !important;
                        }
                    }
                }
            }
        }

        .bg-img {
            background: url('../assets/img/landing-page/mob-cta-banner.webp') !important;
            background-size: cover;
            height: 480px !important;
        }

        .usp-wrapper {
            padding: 40px 0 !important;
            .inner-div {
                padding: 20px 10px !important;
                margin: 0 10px;

                .usp {
                    img {
                        width: 40px !important;
                        height: 40px !important;
                    }

                    h3 {
                        font-size: 14px !important;
                    }
                }
            }
        }

        .testimonials {
            .inner-div {
                h2 {
                    font-size: 16px ! Important;
                    line-height: 1.2;
                    margin-bottom: 20px;
                }

                .testimonials-wrapper {
                    grid-template-columns: repeat(6, auto) !Important;
                    gap: 10px;
                    overflow: auto;

                    .review {
                        width: 270px;
                        padding: 15px 10px;

                        h3 {
                            font-size: 14px;
                        }

                        .para {
                            font-size: 10px;
                        }

                        .name {
                            font-size: 14px;
                        }
                    }
                }
            }
        }

        .footer {
            .inner-div {
                gap: 30px !important;
                flex-direction: column;

                .block {
                    h2 {}

                    p {}
                }
            }

            .inner-div-last {
                p {}

                p {}
            }
        }
        
        #landingpage-form{
            h2{
                font-size: 24px !important;
            }
            p{
                width: 100% !important;
                font-size: 11px !important;
            }
            .form-wrapper{
                margin-top: 20px !important;
                #contactForm-landingpage{
                    width: 100% !important;
                }
            }
        }

        #contact-us {
            .inner-div {
                .address-form-wrapper {
                    flex-direction: column;

                    .address {
                        width: 100%;
                        gap: 15px;
                    }

                    .form-wrapper {
                        width: 100%;
                    }
                }
            }
        }
    }

}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 1000;
}

.whatsapp-icon {
    width: 40px;
    height: 40px;
}

.whatsapp-float:hover {
    background-color: #1ebe57;
}


@media (max-width: 450px) {
            .inner-div {
            & .hero-carousel {
                & .inner-div {
                    & .content-div {
                        h1 {
                            font-size: 35px !important;
                        }
                    }
                }
            }
        }
    }
            .inner-div {
            & .hero-carousel {
                & .inner-div {
                    & .content-div {
                        h2 {
                            font-size: 14px !important;
                        }
                    }
                }
            }
        }
    }
}