* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "DM Sans", sans-serif;
    height: 100%;
    background-color: #fff;
    font-weight: 400;
    color: #333;
}
.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;
}

.container {
    max-width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 16px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1184px !important;

        padding: 100px 16px;
    }
}

.flex-column {
    flex-direction: column;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.d-grid {
    display: grid;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.relative {
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #dddddd;
    font-size: 14px;
}

.inner-div {
    .header {
        box-shadow: 0px 0px 15px -3px #252525;
        position: sticky;
        top: 0px;
        background: #41474a;
        height: 65px;
        display: flex;
        align-items: center;
        z-index: 1;
        .inner-div {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            width: 100%;
            padding: 0px 16px;

            .hamburger {
                display: none;

            }

            .logo-wrapper {
                width: 20%;
                min-width: 165px;
                display: flex;
                justify-content: flex-start;
                align-items: center;

                img {}
            }

            .navbar-wrapper {
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 20px;
&.btn-wrapper-header{
    
                width: 30%;
}
                .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;
                    }
                }
.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;
                        }
                    }
                .qoute-btn {
                    background: #fdd60c;
                    padding: 10px 20px;
                    border-radius: 6px;

                    a {
                        font-size: 14px;
                        color: #333;
                    }
                }
            }
        }
    }

    .hero {
        height: calc(100vh - 100px);
        background: url('./assets/img/Banner_ong.png');
        background-size: cover;

        .inner-div {
            display: none;
            height: 100%;

            .first-line {
                p {
                    color: #ddd;
                }
            }

            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;

            .heading {
                h1 {
                    font-size: 60px;
                    max-width: 70%;
                    color: #ddd;
                }
            }

            .para {
                display: flex;
                justify-content: space-between;
                align-items: center;

                p {
                    max-width: 54%;
                    font-size: 15px;
                    color: #ddd;
                }

                a {
                    background: #e5c900;
                    padding: 15px;
                    border-radius: 6px;
                    color: #333;
                    text-transform: uppercase;
                }
            }
        }
    }

    .first-line {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
        margin-bottom: 25px;

        p {
            font-size: 14px;
        }
    }

    .why-us {
        .inner-div {

            .heading {
                width: 55%;
                margin-bottom: 50px;

                h2 {
                    font-size: 45px;
                    font-weight: 400;
                }
            }

            .why-us-blocks {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;

                .block {
                    flex-direction: column;
                    align-items: flex-start;
                    max-width: 300px;

                    img {
                        width: 20px;
                        height: 20px;
                        background: #051c2f;
                        padding: 15px;
                        border-radius: 6px;
                        margin-bottom: 10px;
                    }

                    h3 {
                        font-size: 25px;
                        margin-bottom: 10px;
                    }

                    p {
                        font-size: 18px;
                    }
                }
            }
        }

        .video-wrapper {
            padding: 50px 0 0;
            margin: 50px 0 0;
            border-top: 1px solid #e1e1e1;

            video {
                width: 100%;
                border-radius: 15px;
            }
        }
    }
}

.about-us {
    .inner-div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;

        .lhs {
            width: 45%;
            display: flex;
            justify-content: space-between;
            gap: 20px;
            align-items: flex-start;
            flex-direction: column;

            img {
                width: 100%;
                max-width: 400px;
                border-radius: 12px;
            }
        }

        .rhs {
            width: 55%;

            h2 {
                font-size: 50px;
                line-height: 1.2;
                font-weight: 400;
                margin-bottom: 30px;
            }

            p {
                font-size: 16px;
            }

            h3 {
                font-size: 16px;
                margin-bottom: 30px;
            }

            .mission-wrapper {
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                gap: 15px;

                p {
                    font-size: 14px;
                    background: #41474a;
                    PADDING: 10PX 20PX;
                    border-radius: 6px;
                    color: #ddd;
                    min-width: -webkit-fill-available
                }
            }
        }
    }
}

.calculator {
    background: #fdd60c;

    .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: 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;
            }
        }

    }
}

.services {
    background: #1c1a1a;

    .first-line {
        justify-content: center;

        img+p {
            color: #ddd;
        }
    }

    .inner-div {
        h2 {
            font-size: 50px;
            font-weight: 400;
            max-width: 600px;
            text-align: center;
            width: 100%;
            margin: auto;
            margin-bottom: 10px;
            color: #ddd;
        }

        h2+p {
            text-align: center;
            max-width: 600px;
            margin: auto;
            color: #ddd;
            margin-bottom: 30px;
        }

        .services-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 20px;

            .service {
                width: 100%;

                img {
                    width: 100%;
                    border-radius: 12px;
                }

                h3 {
                    font-size: 16px;
                    margin: 10px 0;
                    color: #ddd;

                }

                p {
                    color: #ddd;
                    margin: 10px 0 10px;
                    font-size: 12px;
                }

                a {
                    color: #E5C900;
                }
            }
        }

        .stats-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            border-top: 1px solid #ddd;
            padding: 50px 0 0;
            margin: 50px 0 0;

            .stat {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                gap: 10px;
                background: #ddd;
                width: 170px;
                height: 170px;
                border-radius: 12px;

                h3 {
                    font-size: 32px;
                }

                p {
                    max-width: 100px;
                    text-align: center;
                    font-size: 12px;
                    color: #333;
                }
            }
        }
    }
}

.portfolio {
    .inner-div {}
}

.finance {
    .inner-div {
        .first-line {
            justify-content: center;
        }

        .finance-wrapper {
            display: grid;
            justify-content: space-between;
            gap: 20px;
            height: 100%;
            grid-template-columns: auto auto auto;
            width: 100%;

            .finance {
                background: #2f4252;
                color: #ddd;
                padding: 20px 15px;
                border-radius: 8px;
                height: 100%;
                max-height: -webkit-fill-available;

                h3 {
                    font-size: 16px;
                    font-weight: 600;
                    color: #e5c902;
                    margin-bottom: 20px;
                    text-align: center;
                }

                p {
                    text-align: justify;
                    font-size: 13px;

                }
            }
        }
    }
}

.testimonials {
    color: #ddd;
    background: #41474a;

    .first-line {
        justify-content: center;
    }
    
    img{
        width: 35px;
                            height: 35px;
                            border-radius: 50%;
    }
.name {
                            margin-top: 10px;
                            color: #fdd60c;
                            text-align: left;
                            display: flex
;
                            align-items: center;
                            justify-content: flex-start;
                            gap: 10px;
                        }
    .inner-div {
        h2 {
            font-size: 50px;
            margin-bottom: 30px;
            width: 100%;
            text-align: center;
        }

        .testimonials-wrapper {
            display: grid;
            grid-template-columns: repeat(3, auto);
            gap: 20px;

            .review {
                background: #3e5261;
                color: #ddd;
                border-radius: 12px;
                padding: 12px 18px;

                img {
                    /*width: 120px;*/
                }

                h3 {
                    font-size: 18px;
                    margin: 10px 0;
                }

                .para {
                    font-size: 13px;
                }

                .name {
                    margin-top: 10px;
                    color: #fdd60c;
                }
            }
        }
    }
}

.footer {
    background: #1c1a1a;
    color: #dddddd;

    .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;
            }

            p {
                font-size: 14px;
                margin-bottom: 8px;
                color: #878787;
            }
        }
    }

    .inner-div-last {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #ddd;
        padding: 20px;
        margin: 20px auto 0;
        width: 100%;

        p {}
    }
}

#contact-us {
    .inner-div {
        .address-form-wrapper {
                display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
            .address {
                   width: 100%;
                display: flex
;
                justify-content: flex-start;
                align-items: flex-start;
                flex-direction: column-reverse;
                gap: 10px;
                margin-top: 100px;

                p {
                        font-size: 18px;
                    font-weight: 700;
}

            }
            .form-wrapper{
                width: 50%;
                #contactForm{
                    label{
                            font-size: 14px;
                    }
                    input{
                            height: 35px;
    border-radius: 6px;
    width: -webkit-fill-available;
                            padding: 2px 15px;
                            border: none;
                                                    margin-bottom: 10px;
                    }
                    select{
                            width: 100%;
    height: 40px;
    border-radius: 6px;
    font-size: 14px;
    color: #757587;
    padding: 2px 10px;
    margin-bottom: 10px;
                    }
                    textarea{
                        width: -webkit-fill-available;
    border-radius: 6px;
    font-size: 14px;
    color: #757587;
    padding: 6px 10px;
    margin-bottom: 10px;
                    }
                    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;
                    
                    }
                }
                
            }
        }
    }
    #responseMessage{
                        text-align: center;
                        margin: 15px 0;
                        font-size: 18px;
                        font-weight: 700;
                        padding: 25px;
                        border-radius: 6px;
                }
}

#zf_div_Ns4vQcsGB9OUrtifkmG3rwO_rWJQCA-PgWSzvMxDnAM{
    max-height: 1110px;
    overflow: hidden;
}

@media (max-width: 450px) {
    
    #zf_div_Ns4vQcsGB9OUrtifkmG3rwO_rWJQCA-PgWSzvMxDnAM{
    max-height: 995px;
    overflow: hidden;
}
    .inner-div {
        .header {
            .inner-div {
                .hamburger {
                    display: block;
                }

                .logo-wrapper {
                    img {}
                }

                .navbar-wrapper {
                    justify-content: flex-end;

                    .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: 20px;
                        }
                    }
                    .call-btn{
                        
                        padding-top: 0 !Important;
                        padding-bottom: 0 !Important;
                    }

                    .qoute-btn {
                        padding: 10px 15px;
                        display: flex;
                        align-items: center;

                        a {
                            font-size: 10px;
                            white-space: nowrap;
                            font-weight: 700;
                        }
                    }
                }
            }
        }
    }

    .hero {
        height: 25vh !important;

        .inner-div {
            .image-wrapper {
                img {}
            }

            .heading {
                h1 {}
            }

            .para {
                p {}

                a {}
            }
        }
    }

    .first-line {
        margin-bottom: 30px;
    }

    .why-us {
        .inner-div {
            .heading {
                width: 100% !important;
                margin-bottom: 20px !important;

                h2 {
                    font-size: 30px !important;
                    line-height: 1 !important;
                }
            }

            .why-us-blocks {
                flex-direction: column;

                .block {
                    gap: 15px;
                    margin-bottom: 15px !important;
                    flex-direction: row !important;
                    max-width: 100% !important;

                    img {
                        margin-bottom: 0px !important;
                    }

                    h3 {
                        font-size: 16px !important;
                        margin-bottom: 2px !important;
                    }

                    p {
                        font-size: 12px !important;
                        line-height: 1 !important;
                    }
                }
            }

            .video-wrapper {
                padding: 30px 0 0;
                margin: 30px 0 0;
                display: none;

                video {}
            }
        }
    }

    .about-us {
        .inner-div {
            flex-direction: column;
            padding-top: 0;

            .lhs {
                width: 100%;
                flex-direction: row;
                overflow: auto;

                img {}
            }

            .rhs {
                width: 100%;

                h2 {
                    font-size: 30px;
                    line-height: 1;
                    margin-bottom: 20px;
                }

                p {}

                h3 {
                    margin-bottom: 10px;
                    margin-top: 20px;
                }

                .mission-wrapper {
                    p {}
                }
            }
        }
    }

    .calculator {
        .inner-div {
            h2 {
                font-size: 30px !important;
                line-height: 1 !important;
            }

            .calculator-form-wrapper {
                #solarForm {
                    flex-direction: column;
                    align-items: flex-start;

                    input {
                        width: calc(100% - 22px);
                    }
                    
                    select{
                        width: calc(100%);
                    }

                    button {
                        width: calc(100%);
                    }

                    .align-start {
                        width: 100%;
                    }
                }

                h3 {}

                p {}

                #capacity {}

                .result-wrapper {
                    display: grid;
                    grid-template-columns: repeat(2, auto);
                    gap: 10px;

                    p {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        gap: 10px;
                        font-size: 14px;
                        font-weight: 700;
                        background: #1c1a1a;
                        color: #ddd;
                        padding: 12px;
                        border-radius: 12px;
                                        text-align: center;
                    }

                    span {
                        font-size: 20px;
                        color: #fdd60c;
                    }
                }
            }
        }
    }

    .services {
        .inner-div {
            h2 {
                font-size: 30px;
                line-height: 1;
                margin-bottom: 20px;
            }

            p {}

            .services-wrapper {
                flex-direction: column;

                .service {
                    img {}

                    h4 {}

                    p {}

                    a {}
                }
            }

            .stats-wrapper {
                display: grid;
                grid-template-columns: auto auto;

                .stat {
                    h4 {}

                    p {}
                }
            }
        }
    }

    .portfolio {
        .inner-div {}
    }

    #finance {
        .inner-div {
            .finance-wrapper {
                grid-template-columns: auto;
                gap: 0px;
display: flex
;
    align-items: flex-start;
    gap: 20px;
    overflow: auto;
                .finance {
                    margin-bottom: 20px;
    min-width: fit-content;                    min-height: -webkit-fill-available;
                    h3 {}

                    p {}
                }
            }
        }
    }

    .testimonials {
        img{
        width: 35px;
                            height: 35px;
                            border-radius: 50%;
    }
        .inner-div {
            h2 {
                font-size: 30px;
                line-height: 1;
                margin-bottom: 20px;
            }

            .testimonials-wrapper {
                grid-template-columns: repeat(2, auto);
                gap: 10px;

                .review {
                    padding: 15px 10px;

                    h3 {
                        font-size: 14px;
                    }

                    .para {
                        font-size: 10px;
                    }

                    .name {
                        font-size: 14px;
                    }
                }
            }
        }
    }

    .footer {
        .inner-div {
            gap: 20px;
            flex-direction: column;

            .block {
                h2 {}

                p {}
            }
        }

        .inner-div-last {
             flex-direction: column;
            flex-direction: column-reverse;
            padding: 10px 0 !important;
            p {}

            p {}
        }
    }
    
    #contact-us {
    .inner-div {
        .address-form-wrapper {
           
            .address {
                    width: 100%;
                gap: 15px;
            }
            .form-wrapper{
                width: 100%;
            }
        }
    }
}
}

}



