* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.img-limited {
    max-width: 350px;
  }

.cmr-30 {
    margin-right: 30px;
}

.hero-section {
    max-width: 1440px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-direction: column;
    height: 858px;
    padding: 0px 100px 150px 100px
}

.copyright-text div a {
    color: var(--text-color-black, #0E0D0D);
    text-decoration: none;
}

@media (max-width:1350px) {
    .hero-section {
        height: 924px;
    }
}

.hero-img {
    max-width: 580px;
    position: absolute;
    top: -65px;
    right: 24px;
}

.hero-heading {
    color: var(--Blue, #3AB54A);
    font-family: Montserrat;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -1.12px;
    max-width: 589px;
    margin-bottom: 16px;
}

.hero-para {
    color: var(--text-color-black, #0E0D0D);
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    max-width: 589px;
}

.hero-para span {
    font-style: italic;
}

.sec-section {
    max-width: 1440px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 160px;
    padding: 100px;
}

.sec-section img {
    max-width: 649px;
    width: 100%;
    height: auto;
}

.sec-section>* {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.sec-section>div:nth-child(2) {
    flex-direction: row;
}

.sec-section>div>div:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    align-self: stretch;
    max-width: 495px;
}

.sec-section>div>div>div:first-child {
    color: var(--text-color-black, #0E0D0D);
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.sec-section>div>div>div:first-child span {
    color: #3AB54A;
}

.sec-section>div>div>div:nth-child(2) {
    color: var(--text-color-black, #0E0D0D);
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}


.third-section {
    max-width: 1440px;
    margin: auto;
    padding: 0 100px;
}


.third-section .feature-info {
    max-width: 1032px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}

.third-section .feature-description {
    color: var(--text-color-black, #0E0D0D);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
}

.third-section .highlight {
    color: var(--Blue, #3AB54A);
}


.third-section .additional-content {}

.additional-content {
    display: flex;
    flex-direction: column;
    position: relative;
}

.me-3 {
    margin-right: 16px;
}

.justify-center{
    justify-content: center;
}

.d-flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.content {
    max-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.heading {
    color: var(--text-color-black, #0E0D0D);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.description {
    color: var(--text-color-black, #0E0D0D);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}

.image-container img {
    max-width: 100%;
}



.additional-content>div {
    justify-content: space-around;
    margin-bottom: 50px;
}

.additional-content>div:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
}


.bullet-points-container {
    justify-content: start !important;
    flex-direction: column !important;
    align-items: center;
    position: absolute;
    left: 50%;
    width: 24px;
    height: 1450px;
    background: rgba(58, 181, 74, 0.1);
    display: flex;
    justify-content: center !important;
    margin: 0 !important;

}

.vertical-line {
    display: flex;
    justify-content: center;
    position: relative;
    width: 3px;
    height: 285px;
    /* border: 1px solid red; */
    background: repeating-linear-gradient(to bottom,
            #3AB54A,
            #3AB54A 4px,
            /* Color for 2 pixels */
            transparent 3px,
            /* Transparent for 2 pixels */
            transparent 8px
            /* Gap of 2 pixels */
        );
    opacity: 1;
}

.bullet-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50px;
    min-width: 72px;
    height: 72px;
    background: rgba(58, 181, 74, 0.1);
}

.vertical-line:nth-child(1) .bullet-circle {
    top: -30px;
}

.vertical-line:nth-child(2) .bullet-circle {
    top: -20px;
}

.vertical-line:nth-child(3) .bullet-circle {
    top: -2px;
}

.vertical-line:nth-child(4) .bullet-circle {
    top: 14px;
}

.vertical-line:nth-child(5) .bullet-circle {
    top: 29px;
}

.bullet-text {
    text-align: center;
    align-content: center;
    border-radius: 50px;
    width: 58px;
    height: 58px;
    background: rgba(58, 181, 74);
    color: var(--text-color-white, #FFF);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


footer {
    max-width: 1440px;
    margin: auto;
    padding: 0 100px;
    /* border: 1px solid red; */
}


/* footer > :first-child {
   
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 40px;
    padding: 50px;
    height: 574px;
    background-image: url(/public/img/footer-img.png);
    background-size: contain;
    background-repeat: no-repeat;

} */

.footer-title {
    max-width: 550px;
    color: var(--background-white, #FFF);
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    text-align: start;
    margin-bottom: 30px;

}

footer hr {
    height: 1px;
    opacity: 0.3;
    background: #8A8A8A;
    border: none;
    margin: 60px 0 40px 0;
}

.copyright-text {
    display: flex;
    justify-content: space-between;
    color: var(--text-color-black, #0E0D0D);
    font-family: Montserrat;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.image-section {
    position: relative;
    /* To position the heading over the image if needed */
    text-align: center;
    /* Center the heading text */
}

.section-image {
    width: 100%;
    /* Set image width */
    object-fit: contain;
    /* Ensure the image covers the area without distortion */
}

.section-heading {
    color: var(--background-white, #FFF);
    /* Use your specified color */
    font-family: Montserrat, sans-serif;
    /* Specify the font */
    font-size: 40px;
    /* Set the font size */
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    position: absolute;
    top: 45%;
    left: 4%;
    z-index: 1;
}

/*9/26/2024*/
section#feature-section {
    flex-direction: column;
}

.sec-section {
    max-width: 1440px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 75px;
    padding: 100px;
}

.sec-section {
    max-width: 1440px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 75px;
    padding: 100px;
    padding-top: 0px !important;
}

.hero-section {
    max-width: 1440px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-direction: column;
    /* height: 923px; */
    padding: 0px 100px 0px 100px;
}

.navbar {
    max-width: 1440px;
    margin: auto;
    padding: 10px 100px;
    padding-top: 30px !important;
}

@media (max-width:1390px) {
    .first-content {
        padding-right: 60px;
    }

    .text-content {
        padding-left: 60px;
    }
}


@media (max-width:1350px) {
    .hero-img {
        width: 44%;
        top: 1px;
    }

    .section-heading {
        color: var(--background-white, #FFF);
        font-family: Montserrat, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: 130%;
        position: absolute;
        top: 40%;
        left: 4%;
        z-index: 1;
    }

}

@media (max-width:1230px) and (min-width:1025px) {
    .hero-img {
        width: 40%;
        top: 1px;
    }

    .hero-heading {
        color: var(--Blue, #3AB54A);
        font-family: Montserrat;
        font-size: 56px;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
        letter-spacing: -1.12px;
        max-width: 500px;
        margin-bottom: 16px;
    }

    .hero-para {
        color: var(--text-color-black, #0E0D0D);
        font-family: Montserrat;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        max-width: 550px;
    }

    .section-heading {
        color: var(--background-white, #FFF);
        font-family: Montserrat, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: 130%;
        position: absolute;
        top: 38%;
        left: 4%;
        z-index: 1;
    }

    .footer-title {
        max-width: 540px;
        color: var(--background-white, #FFF);
        font-family: Montserrat;
        font-size: 32px;
        font-style: normal;
        font-weight: 800;
        line-height: 130%;
        text-align: start;
        margin-bottom: 30px;
    }

    .hero-section {
        max-width: 1440px;
        margin: auto;
        position: relative;
        display: flex;
        justify-content: center;
        gap: 40px;
        flex-direction: column;
        height: 760px;
        padding: 0px 100px 0px 100px;
    }

}

@media (max-width:1100px) and (min-width:1026px) {
    .hero-para {
        color: var(--text-color-black, #0E0D0D);
        font-family: Montserrat;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        max-width: 530px;
    }

}

@media (max-width:1150px) and (min-width:1031px) {
    .hero-section {
        max-width: 1440px;
        margin: auto;
        position: relative;
        display: flex;
        justify-content: center;
        gap: 40px;
        flex-direction: column;
        height: 740px;
        padding: 0px 100px 0px 100px;
    }
}


@media (max-width:1030px) {
    .hero-img {
        width: 44%;
        top: 1px;
    }

    .hero-heading {
        font-size: 50px;
    }

    .hero-para {
        font-size: 32px;
    }

    .sec-section {
        padding: 50px;
    }

    .sec-section>* {
        gap: 40px;
    }

    .third-section {
        padding: 0 50px;
    }

    .additional-content>div {
        justify-content: space-between;
    }

    .additional-content>div:nth-child(even) {
        justify-content: space-between;
    }

    footer {
        padding: 0 50px;
    }

    /* footer > :first-child {
        padding: 30px;
        height: 421px;
        gap: 30px;
    } */

    .footer-title {
        max-width: 440px;
        font-size: 30px;
        margin-bottom: 15px;
    }

    .sec-section>* {
        gap: 0px;
    }

    .hero-section {
        height: 720px;
        padding: 0 50px 0px 50px;
    }
}

@media (max-width:950px) and (min-width:776px) {

    .sec-section>div>div>div:first-child {
        color: var(--text-color-black, #0E0D0D);
        font-family: Montserrat, sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }

    .sec-section>* {
        gap: 0px;
    }


}

@media (max-width:935px) and (min-width:776px) {
    .hero-content {
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width:888px) and (min-width:769px) {
    .sec-section>* {
        flex-direction: column-reverse;
    }

    .sec-section>div:nth-child(2) {
        flex-direction: column-reverse;
    }

    .first-content {
        padding-right: 0px;
        padding-top: 50px;
    }

    .text-content {
        padding-left: 0px;
        padding-top: 50px;
    }

    .sec-section>div>div:first-child {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 24px;
        align-self: center;
        max-width: 500px;
    }

    .bullet-points-container {
        display: none !important;
    }

    .content {
        max-width: 300px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .section-heading {
        color: var(--background-white, #FFF);
        font-family: Montserrat, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: 130%;
        position: absolute;
        top: 35%;
        left: 4%;
        z-index: 1;
    }
}


@media (max-width:768px) {


    .hero-section {
        height: 565px;
    }

    .hero-heading {
        font-size: 36px;
        max-width: 370px;
    }

    .hero-para {
        max-width: 356px;
        font-size: 25px;
    }

    .sec-section {
        gap: 80px;
    }

    .sec-section>* {
        flex-direction: column-reverse;
    }

    .sec-section>div:nth-child(2) {
        flex-direction: column-reverse;
    }

    .sec-section>div>div:first-child {
        margin: auto;
        text-align: center;
    }

    .third-section .feature-description {
        font-size: 38px;
    }

    .additional-content>div {
        gap: 30px;
        flex-direction: column-reverse;
    }

    .additional-content>div:nth-child(even) {
        flex-direction: column-reverse;
    }

    .additional-content>.bullet-points-container {
        display: none !important;
        top: 15px;
        left: 48%;
        gap: 0;
    }

    /* .content {
        width: 390px;
    } */

    .additional-content img {
        width: 100%;
        height: auto;
    }

    .bullet-points-container {
        height: auto;
    }

    /* .vertical-line {
        height: 245px;
    }

    .bullet-circle {
        min-width: 52px;
        height: 52px;
    }

    .bullet-text {
        width: 38px;
        height: 38px;
        font-size: 22px;
    }

    .vertical-line:nth-child(2) .bullet-circle {
        top: -30px;
    }

    .vertical-line:nth-child(3) .bullet-circle {
        top: -32px;
    }

    .vertical-line:nth-child(4) .bullet-circle {
        top: -36px;
    }

    .vertical-line:nth-child(5) .bullet-circle {
        top: -19px;
    } */

    /* footer > :first-child {
        padding: 0 0 0 20px;
        height: 308px;
        gap: 25px;
    } */

    .footer-title {
        max-width: 340px;
        font-size: 25px;
    }

    footer hr {
        margin: 40px 0 20px 0;
    }

    .copyright-text {
        font-size: 11px;
    }

    .cmr-30 {
        margin-right: 10px;
    }

    .sec-section>div>div:first-child {
        margin: auto;
        text-align: center;
        padding-top: 50px;
    }

    .text-content {
        padding-left: 0;
    }

    .first-content{
        padding-right: 0;
    }

}

@media (max-width:940px) {

    .hero-section {
        align-items: center;
        text-align: center;
        height: 420px;
        padding: 0px 20px 0px 20px;

    }

    .hero-img {
        display: none;
    }

}

@media (max-width:767px) {

    .navbar {
        padding: 10px 20px;
    }

    /* .hero-img {
        display: none;
    } */

    /* .hero-section {
        align-items: center;
        text-align: center;
        height: 420px;
        padding: 0px 20px 0px 20px;
    } */

    .description, .heading {
        text-align: center;
    }

    .sec-section {
        padding: 20px;
    }

    .third-section {
        padding: 0 20px;
    }

    footer {
        padding: 0 20px;
    }

    /* footer > :first-child {
        padding: 0 0 0 14px;
        height: 176px;
        gap: 14px;
    } */

    .footer-title {
        max-width: 337px;
        font-size: 20px;
    }

    footer img {
        width: 100%;
    }

    footer>div>.d-flex {
        width: 175px;
    }

    .d-flex {
        margin-bottom: 10px;
    }


    .copyright-text .d-flex:first-child {
        width: 60%;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .copyright-text .d-flex:nth-child(2) {
        width: 35%;
        flex-wrap: wrap;
    }


    .third-section .feature-description {
        font-size: 20px;
    }

    .sec-section>div>div>div:first-child {
        font-size: 26px;
    }

    .footer-badges {
        width: 80%;
    }

    .first-content {
        padding-top: 50px;
    }

    .text-content {
        padding-top: 50px;
    }

    .first-content {
        padding-left: 0px;
    }

    .text-content {
        padding-right: 0px;
    }

    .sec-section>div>div:first-child {
        margin: auto;
        text-align: center;
        padding-top: 50px;
    }
}



@media (max-width:600px) {

    .footer-title {
        max-width: 256px;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .footer-badges {
        width: 70%;
    }

}

@media (max-width:480px) {

    .footer-title {
        max-width: 190px;
        font-size: 12px;
    }

    .footer-badges {
        width: 65%;
    }

}

@media (max-width:390px) {
    .section-heading {
        color: var(--background-white, #FFF);
        font-family: Montserrat, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: 130%;
        position: absolute;
        top: 38%;
        left: 4%;
        z-index: 1;
    }
}


@media (max-width:376px) {
    /* 
        footer > :first-child {
            padding: 0 0 0 10px;
            height: 160px;
            gap: 8px;
        } */

    .copyright-text .d-flex:nth-child(2) {
        width: 24%;
        justify-content: space-around;
    }

    .copyright-text .d-flex:first-child {
        width: 75%;
    }

    footer hr {
        margin: 20px 0 10px 0;
    }

    .cmr-30 {
        margin-right: 1px;
    }

    .footer-badges {
        width: 55%;
        transform: translateY(-5px);
    }

    .section-heading {
        top: 37%;
    }

    .copyright-text .d-flex:nth-child(2) {
        width: 23%;
        justify-content: space-around;
    }

}

.hero-para {

    padding-bottom: 20px;
}

.center-div {
    display: grid;
    place-items: center;
}}

/* Call-to-action button styles */
.btn-primary {
    padding: 12px 24px;
    background-color: #3AB54A;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.btn-primary:hover {
    background-color: #2a9d3a;
}

.btn-secondary {
    padding: 10px 20px;
    background-color: #3AB54A;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.btn-secondary:hover {
    background-color: #2a9d3a;
}

/* Utility margin classes */
.mt-20 {
    margin-top: 20px;
}

/* FAQ Page Styles */
.faq-section {
    max-width: 1440px;
    margin: auto;
    padding: 100px;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-title {
    color: var(--Blue, #3AB54A);
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 48px;
    text-align: center;
}

.faq-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E0E0E0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    color: var(--text-color-black, #0E0D0D);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 16px;
}

.faq-answer {
    color: var(--text-color-black, #0E0D0D);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin: 0;
}

.faq-answer a {
    color: var(--Blue, #3AB54A);
    text-decoration: none;
    word-break: break-all;
}

.faq-answer a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 50px 20px;
    }
    
    .faq-title {
        font-size: 36px;
    }
    
    .faq-question {
        font-size: 20px;
    }
    
    .faq-answer {
        font-size: 16px;
    }
}
