@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

:root {
    --primary: #0D8443;
    --black: #333;
    --white: #fff;
    --bg-color: #FEF6F4;
    --bg-color2: #E3F4EA;
    --light-color: #666;
    --light-bg: #eee;
    --border: 1px solid rgba(0, 0, 0, .1);
    --box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none !important;
    text-transform: capitalize;
}


/* custom scroll bar */
::-webkit-scrollbar {
    width: 10px;
}


::-webkit-scrollbar-track {
    background: #f1f1f1;
}


::-webkit-scrollbar-thumb {
    background: var(--primary);
}


html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    /* scroll-padding-top: 6.5rem; */
}


.content {
    max-width: 1250px;
    margin: auto;
    padding: 0px 20px;
}


/* navbar */
.header {
    padding: 1rem;
    border-bottom: var(--border);
    background-color: var(--white);
}


.header.active {
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    border: 0;
}


.logo img {
    width: 120px;
    height: 20px;
}

.navbar .nav {
    margin: auto;
}

.navbar .nav a {
    margin: 0 1rem;
    font-size: 16px;
    color: var(--light-color);
}


.navbar .nav a:hover {
    color: var(--primary);
}


.header .nav-mobile {
    display: none;
}


.navbar .nav-mobile a {
    margin: 0 1rem;
    font-size: 16px;
    color: var(--light-color);

}


.nav-left a {
    margin: 0 1rem;
    font-size: 16px;
    color: var(--light-color);
}

.signin:hover {
    color: var(--primary);
}


#register {
    color: var(--white);
    background-color: var(--primary);
    padding: 10px 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
}


#register:hover {
    background-color: #0b743a;
}


#menu-btn {
    font-size: 1.4rem;
    color: var(--primary);
    cursor: pointer;
    display: none;
}


/* hero section */
.hero-section {
    background-color: var(--bg-color2);
}

.hero-content {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    max-width: 1250px;
    margin: 0 auto;
    padding: 200px 20px 100px 20px;
}

.hero-text {
    flex-basis: 45%;
}


.hero-text h1 {
    font-size: 60px;
    color: var(--primary);
    font-weight: 700;
    line-height: 1.4;
    margin-top: 50px;
}

.hero-text p {
    margin-top: 10px;
    color: var(--light-color);
}

.hero-text img {
    margin-top: 5px;
}

.hero-img {
    flex-basis: 45%;
}

.hero-img img {
    width: 550px;
    height: 500px;
    border-radius: 20px;

}



/* our process */
.process-section {
    background-color: #FBFBFB;
    padding: 100px 0px;
}

.process-section .title h2 {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary);
}


.process-section .title p {
    color: var(--light-color);
}



.process-content {
    max-width: 1250px;
    margin: 0 auto;
}


.process-content .title {
    padding-left: 20px;
}


.process-content-row {
    display: flex;
    margin-top: -15px;
}

.process-content-col {
    margin: 20px;
    background-color: var(--white);
    padding: 30px;
    border-radius: 10px;
    transition: all .5s ease;
    cursor: pointer;
    flex-basis: 30%;
}

.process-content-col:hover {
    box-shadow: var(--box-shadow);
}

.process-content-col h5 {
    font-weight: bold;
    margin-top: 15px;
}


.process-content-col p {
    color: var(--light-color);
    font-size: 16px;
}



/* swiper js */
.swip {
    background-color: var(--bg-color);
    padding-top: 80px;
    display: none;
    padding-bottom: 40px;
}


.swiper {
    width: 50%;
    height: 100%;
    /* padding-top: 100px; */

}

.swiper h2 {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary);
}


.swiper-wrapper {
    /* background-color: red !important; */
    height: 320px;
    padding-bottom: 90px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--white);
    height: 370px !important;
    border-radius: 10px;
    padding: 20px;

}


.swiper-slide h5 {
    text-align: left;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}


.swiper-slide p {
    text-align: left;
    font-size: 16px;
}

.swiper-slide img {
    display: block;
    width: 20;
    height: 20%;
    object-fit: cover;
    margin-top: 10px;
}


.swiper-pagination {
    padding-bottom: -250px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background-color: var(--primary);
}


/* our service */
.title {
    background-color: #FBFBFB;
    padding-top: 20px;
}


.service-title {
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 20px;
    background-color: #FBFBFB;
}

.service-title h2 {
    color: var(--primary);
    font-weight: 700;
    font-size: 34px;
}


.service {
    background-color: var(--primary);
    margin-top: 20px;
    padding: 100px 0;

}


.service-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1250px;
    margin: 0 auto;
}

.service-text {
    flex-basis: 45%;
    padding-left: 20px;
    color: var(--light-bg);
}


.service-text h2 {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
    width: 98%;
}


.service-text p {
    letter-spacing: 2px;
    width: 95%;
}

.service-img {
    flex-basis: 45%;

}

.service-img img {
    width: 450px;
    height: 400px;
    border-radius: 20px;
}


/* why choose us */
.why-us {
    background-color: var(--white);
    padding: 100px 0;
}

.why-us-title {
    max-width: 1250px;
    margin: 0 auto;
}

.why-us-title h2 {
    margin-left: 20px;
    color: var(--primary);
    font-size: 34px;
    font-weight: 700;
}

.why-us-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 50px;
}

.why-us-img {
    flex-basis: 45%;
    margin-left: 20px;
}

.why-us-img img {
    width: 450px;
    height: 400px;
    border-radius: 20px;
}

.why-us-text {
    flex-basis: 45%;
}

.why-us-text h2 {
    color: var(--primary);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
}

.why-us-text p {
    color: var(--light-color);
    width: 80%;
    letter-spacing: 2px;
    margin-top: 10px;
}


/* testimonial section */
.testi {
    background-color: var(--bg-color2);
    padding: 100px 0;
}

.testi-content {
    max-width: 1250px;
    margin: 0 auto;
}

.owl-carousel {
    margin-top: 30px;
}

.owl-carousel .item {
    margin: 0 20px;
}

.owl-carousel .item p {
    width: 80%;
    margin-top: 10px;
}




/* security section */
.security {
    padding: 100px 0;
    background-color: var(--primary);
}


.security-content {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    color: var(--light-bg);
}

.security-content h2 {
    font-size: 34px;
    font-weight: 700;
}

.security-content p {
    letter-spacing: 1px;
    width: 80%;
    margin: 0 auto;
}


/* contact & support section */
.contact {
    padding: 100px 0;
}



.contact-content {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-text {
    flex-basis: 45%;
}

.contact-text h2 {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary);
}

.contact-text p {
    letter-spacing: 2px;
    margin-top: 10px;
}



.contact-img {
    flex-basis: 45%;
}



.contact-img img {
    width: 400px;
    height: 500px;
    border-radius: 20px;

}




/* about page */
.about-hero {
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: var(--bg-color2);
}

.abt-hero-content {
    max-width: 1250px;
    margin: 0 auto;
    text-align: center;

}

.abt-hero-content h2 {
    width: 80%;
    margin: auto;
    line-height: 1.3;
    font-weight: 500;
    color: var(--primary);
    font-weight: 700;
    font-size: 34px;
}

.abt-hero-content p {
    margin-top: 15px;
}

.copyright-abt {
    margin-top: 5px;
}

.wea {
    padding: 100px 0;
    text-align: center;
    background-color: #FBFBFB;
}

.wea-content {
    max-width: 1250px;
    margin: auto;
}

.wea-content h2 {
    font-size: 34px;
    color: var(--primary);
    font-weight: 700;
    margin-top: 20px;
}

.wea-content p {
    width: 80%;
    margin: auto;
}


/* our values */
.values {
    background-color: #FBFBFB;
    text-align: center;
}

.values-content {
    max-width: 1250px;
    margin: auto;
}

.values-content h2 {
    font-size: 34px;
    color: var(--primary);
    font-weight: 700;
}

.values-content p {
    width: 80%;
    margin: auto;
}











/* contact us page */
.cont {
    background-color: #FBFBFB;
    padding: 100px 0;
}

.cont-content {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
}

.cont-content .cont-col {
    padding: 40px 20px;
    background-color: var(--white);
    margin: 10px;
    border-radius: 20px;
    transition: all .3s ease;
    cursor: pointer;
    flex-basis: 30%;
}

.cont-col:hover {
    box-shadow: var(--box-shadow);
}

.cont-content .cont-col div h3 {
    font-size: 22px;
    font-weight: bold;
    color: var(--light-color);
    margin-top: 10px;
}

.item div {
    margin-top: 10px;
}

/* #cont-i {
    background-color: var(--bg-color2);
    padding: 20px;
    width: 25%;
    border-radius: 100%;
} */



/* support page */
.qfa {
    padding: 100px 0;
}


.faq {
    margin: 2rem auto;
    max-width: 800px;
    /* Adjust as needed */
    padding: 0 20px;

}

.faq h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--primary);
    font-size: 34px;
    font-weight: 700;
}

.faq-item {
    margin-bottom: 1rem;
}

.faq-question {
    background-color: #f1f1f1;
    padding: 1rem 1.5rem;
    border: none;
    width: 100%;
    cursor: pointer;
    text-align: left;
    outline: none;
    transition: background-color 0.2s ease;
}

.faq-question[aria-expanded="true"] {
    background-color: #e0e0e0;
}

.faq-answer {
    padding: 1rem 1.5rem;
    display: none;
    background-color: var(--bg-color2);
}

.faq-answer p {
    margin-bottom: 0;
}

/* Media Queries for responsiveness (991px breakpoint) */
@media (max-width: 991px) {
    .faq-question {
        font-size: 1rem;
    }

    .faq-answer {
        font-size: 0.8rem;
    }
}


/* privacy policy page */
.privacy {
    padding: 100px 0;
}



.privacy-content {
    max-width: 1250px;
    margin: auto;
    padding: 0 20px;
}

.privacy-content h5 {
    margin-top: 50px;
    font-weight: 700;
}


/* footer */
footer {
    background-color: var(--primary);
    padding-top: 100px;
    padding-bottom: 5px;
}

.footer-content {
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 20px;
    display: flex;
}

.footer-logo {
    flex-basis: 30%;
}

.footer-logo img {
    width: 150px;
    height: 60px;
}

.footer-logo p {
    color: var(--light-bg);
    margin-top: 0px;
    font-size: 14px;
}

.footer-right {
    flex-basis: 70%;
}

.right-content {
    display: flex;
    justify-content: space-between;
}

.col {
    flex-basis: 20%;
}

.col h5 {
    color: var(--light-bg);
    font-weight: bolder;
}

.col a {
    display: flex;
    flex-direction: column;
    width: 35%;
    color: var(--light-bg);
    font-size: 14px;
    margin: 10px 0;
    transition: all ease .3;
}

.media {
    display: flex;
}

.media div {
    margin-right: 20px;
}

.media div a {
    font-size: 18px;
}

.col a:hover {
    text-decoration: underline !important;
}

.hr-content {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
}

.hr {
    height: 1px;
    background-color: var(--black);
    margin-top: 50px;
}

.copyright {
    text-align: center;
    color: var(--light-bg);
    font-size: 14px;
    margin-top: 20px;
}

/* float container */
.float-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--bg-color);
    padding: 25px 20px;
    display: none;
}

.float-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoo img {
    width: 120px;
    height: 20px;
}

.rating {
    color: #ffc107;
    font-size: 12px;
    padding-left: 10px;
}

.app a {
    background-color: var(--primary);
    padding: 10px 20px;
    color: var(--light-bg);
    border-radius: 10px;
}

































/* mobile view */
@media (max-width: 991px) {


    html {
        overflow-x: hidden;
        scroll-behavior: smooth;
        /* scroll-padding-top: 6.5rem; */
    }

    .content {
        padding: 0px 0px;
    }

    .header {
        margin: 0px;
    }

    .nav {
        display: none;
    }

    .nav-left {
        display: none;
    }

    #menu-btn {
        display: inline-block;
        transition: .2s linear;
    }

    #menu-btn.fa-times {
        transform: rotate(180deg);
    }

    .header .nav-mobile {
        display: inline-block;
        position: absolute;
        padding: 25px 20px;
        top: 99%;
        left: 0;
        right: 0;
        margin-top: 1px;
        background-color: var(--white);
        border-top: var(--border);
        border-bottom: var(--border);
        display: flex;
        flex-direction: column;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        transition: .2s linear;
    }


    .header .nav-mobile a {
        font-size: 16px;
        color: var(--light-color);
    }


    #signin {
        margin-top: 40px;
        text-align: center;
    }


    #register-mobile {
        text-align: center;
        color: var(--white);
        background-color: var(--primary);
        padding: 10px 30px;
        border-radius: 30px;
    }

    .header .nav-mobile.active {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }


    .header .nav-mobile a {
        margin: .5rem 0;
    }


    /* hero section */
    .hero-content {
        flex-direction: column;
        padding: 100px 20px;
    }

    .hero-text {
        text-align: left;
    }

    .hero-text h1 {
        font-size: 35px;
    }

    .hero-img {
        margin-top: 70px;
        text-align: center;
    }


    /* our process */
    .process-section {
        display: none;
    }



    .process-content-row {
        flex-direction: column;
    }



    /* swiper */
    .swip {
        display: block;
    }


    .swiper {
        width: 80%;
    }


    .swiper h2 {
        font-size: 28px;
    }

    .swiper p {
        color: var(--light-color);
        font-size: 16px;
    }


    /* our service */
    .service {
        padding: 50px 0;
    }

    .service-title h2 {
        font-size: 24px;
    }


    .service-content {
        flex-direction: column;
    }


    .service-img {
        margin-top: 70px;
    }


    /* why choose us */
    .why-us-title h2 {
        font-size: 24px;
        margin-bottom: -40px;
    }


    .why-us-content {
        flex-direction: column-reverse;
    }

    .why-us-img {
        margin-top: 70px;
        margin-left: 0;
    }

    .why-us-text {
        margin-left: 20px;
        margin-right: 4px;
    }


    /* testimonail section */
    .owl-carousel {
        margin-top: 60px ;
    }

    .item p {
        margin-top: 10px;
    }





    /* security */
    .security-content p {
        width: 100%;
    }


    /* contact & support */
    .contact-content {
        flex-direction: column;
    }

    .contact-img {
        margin-top: 70px;
    }

    /* .contact-text h2 {
        font-size: 24px;
    } */



    /* About page */
    .abt-hero-content h2 {
        font-size: 28px;
    }

    /* About page */
    .abt-hero-content h2 {
        font-size: 28px;
    }

    .values {
        padding: 50px 0;
    }


    /* contact us page */
    .cont-content {
        flex-direction: column;
    }





    .footer-content {
        flex-direction: column;
    }

    .footer-right {
        margin-top: 30px;
    }


    .right-content {
        flex-direction: column;
    }

    .col h5 {
        margin-top: 20px;
    }


    /* float container */
    .float-container {
        display: block;
        bottom: 0;
        position: sticky;
        z-index: 1000;
    }











}


@media (max-width: 768px) {

    /* hero section */
    .content {
        padding: 0px 0px;
    }





    .hero-img img {
        width: 330px;
    }


    /* our service */
    .service-img img {
        width: 300px;
    }

    /* why xhoose us */
    .why-us-img img {
        width: 300px;
    }


    /* contact & support */
    .contact-img img {
        width: 300px;
    }




    /* About page */




}



@media (max-width: 450px) {

    .content {
        padding: 0px 0px;
    }


}