@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

/* ===================================
RESET
=================================== */

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    color: #1f1f1f;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}


/* ===================================
CONTAINER
=================================== */

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


/* ===================================
BUTTONS
=================================== */

.primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px 5px 24px;
    font-family: "DM Sans", sans-serif;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    background: #1177FE;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    border-radius: 100px;
}

.primary-btn:hover {
    background: #0047d1;
}

.header-btn {
    padding: 16px 32px;
    background: #1177FE;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    transition: .3s;
}

.header-btn:hover {
    background: #0047d1;
}

.playstore-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 26px;
    border: 1px solid #d7d7d7;
    border-radius: 50px;
    color: #000;
    font-weight: 500;
}

.playstore-btn img {
    width: 20px;
}


/* ===================================
SECTION TAG
=================================== */

.section-tag {
    display: inline-block;
    background: #eef4ff;
    color: #163E72;
    padding: 10px 22px;
    font-family: 'DM Sans', sans-serif;
    line-height: 140%;
    letter-spacing: 0%;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.white {
    background: rgba(255, 255, 255, .15);
    color: #fff;
}


/* ===================================
HEADER
=================================== */

.site-header {
    position: relative;
    z-index: 99;
    padding: 20px 0;
    border-bottom: 1px solid #25458008;
    /* background-color: #F3F8FE; */
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    max-width: 180px;
}

.main-nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.main-nav a {
    color: #222;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
}

.main-nav a:hover {
    color: #0057ff;
}


/* ===================================
HERO
=================================== */

.hero-section {
    padding: 60px 0 100px;
}

.hero-wrapper {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    align-items: center;
    /* padding-left: 270px; */
}

.hero-content {
    flex: 0 0 52%;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #eef4ff;
    padding: 12px 24px;
    border-radius: 50px;
    margin-bottom: 30px;
}

.hero-badge img {
    width: 20px;
}

.hero-badge span {
    font-size: 14px;
    font-weight: 600;
    color: #0057ff;
}

.hero-content h1 {
    margin-bottom: 25px;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 130%;
    letter-spacing: 0%;
}

.hero-content p {
    color: #666;
    margin-bottom: 35px;
    /* max-width: 580px; */
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

img.downloadbner {
    margin-left: 10px;
}


/* .hero-review {
    margin-top: 40px;
} */

.hero-review img {
    max-width: 192px !important;
    width: 100%;
}

p.rightreviewtext {
    margin-bottom: 5px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    margin-top: 7px;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1E1E1E;
}

.gpayimage img {
    max-width: 200px;
    width: 100%;
    margin-top: 30px;
}

p.rightreviewsubtext {
    margin-bottom: 0;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.flexdetails {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-image {
    text-align: right;
}

.hero-image img {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
}


/* ===================================
STATS
=================================== */


/* .stats-section {
    padding-bottom: 120px;
} */

.stats-grid {
    display: flex;
    /* grid-template-columns: 2fr 1fr 1fr 1fr; */
    gap: 20px;
}

.stats-main-card {
    background: #1F5AA8;
    color: #fff;
    padding: 22px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 662px;
    width: 100%;
}

.stats-main-card h3 {
    margin-bottom: 20px;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
}

.stats-main-card p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.stat-card.revealed {
    max-width: 215px;
    width: 100%;
    padding: 30px;
    background-color: #1F5AA8;
}

.stat-card {
    background: #0f61ff;
    color: #fff;
    padding: 40px 20px;
    border-radius: 30px;
    text-align: center;
}

.stat-card h2 {
    margin-bottom: 10px;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    text-align: left;
    letter-spacing: 0%;
}

.stat-card p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: left;
    letter-spacing: 0%;
}


/* ===================================
ABOUT SECTION
=================================== */


/* 
.about-section {
    padding: 120px 0;
} */

.about-wrapper {
    display: flex;
    grid-template-columns: 520px 1fr;
    gap: 60px;
    align-items: center;
}

.about-image {
    flex: 0 0 35%;
}

.about-image img {
    width: 100%;
}

.about-content h2 {
    margin-bottom: 10px;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0%;
}

.about-content>p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #1E1E1E;
    margin-bottom: 40px;
}

.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.about-card {
    /* display: flex; */
    gap: 16px;
    padding: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    transition: .3s;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.about-card img {
    width: 24px;
    height: 32px;
}

.about-card h4 {
    margin-bottom: 8px;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}

.about-card-content {
    padding-top: 15px;
}

.about-card p {
    color: #1E1E1E;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}


/* ===================================
RESPONSIVE
=================================== */


/* @media(max-width:1200px) {
    .hero-content h1 {
        font-size: 58px;
    }
    .about-wrapper {
        grid-template-columns: 1fr;
    }
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
} */

@media(max-width:991px) {
    .hero-wrapper {
        grid-template-columns: 1fr;
    }
    .hero-image {
        text-align: center;
    }
    .hero-content h1 {
        font-size: 48px;
    }
    .about-features {
        grid-template-columns: 1fr;
    }
    .stats-grid {
        grid-template-columns: 1fr;
    }
    .header-wrapper {
        /* flex-direction: column; */
        gap: 20px;
    }
    .main-nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media(max-width:767px) {
    .hero-content h1 {
        font-size: 38px;
    }
    .about-content h2 {
        font-size: 36px;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    .stats-main-card {
        padding: 35px;
        flex-wrap: wrap;
    }
    .feature-box:hover {
        box-shadow: none;
    }
    .stat-card h2 {
        font-size: 40px;
    }
    .feature-box-image-left {
        margin: 0 auto;
        padding: 10px;
    }
}


/* ===================================
SECTION HEADING
=================================== */

.section-heading {
    margin-bottom: 70px;
    padding-top: 70px;
}

.section-heading.center {
    text-align: center;
}

.section-heading h2 {
    margin-bottom: 10px;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #1E1E1E;
}

.section-heading p {
    margin: 0 auto;
    color: #1E1E1E;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
}


/* ===================================
FEATURES SECTION
=================================== */

.features-section {
    padding: 120px 0;
    background: #f7f9fd;
}

.features-wrapper {
    display: grid;
    grid-template-columns: 1fr 500px 1fr;
    gap: 40px;
    align-items: center;
}

.features-column {
    display: flex;
    flex-direction: column;
    /* gap: 25px; */
}


/* .feature-box {
    background: #fff;
    padding: 30px;
    border-radius: 24px;
    transition: .3s;
    border: 1px solid #edf0f5;
} */

.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.feature-box.revealed {
    display: flex;
    gap: 20px;
    padding: 30px 0;
    border-bottom: 1px solid #1E1E1E1A;
}

.feature-box img {
    width: 60px;
    margin-bottom: 20px;
}

.feature-box h4 {
    margin-bottom: 12px;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1E1E1E;
}

.feature-box p {
    color: #1E1E1E;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0%;
}

.features-image {
    text-align: center;
}

.features-image img {
    width: 100%;
    max-width: 450px;
    margin: auto;
}


/* ===================================
CTA SECTION
=================================== */

.cta-section {
    padding: 120px 0;
    position: relative;
}

.cta-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #1D78EF0D;
}

.cta-wrapper {
    /* background: #1F5AA8; */
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.cta-wrapper::before {
    position: absolute;
    content: '';
    background-color: #1F5AA8;
    width: 100%;
    height: 91%;
    z-index: -1;
    border-radius: 30px;
}

.cta-content {
    flex: 0 0 39%;
    padding-left: 60px;
}

.cta-content h2 {
    margin-bottom: 15px;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    color: #fff;
    letter-spacing: 0%;
}

.cta-content p {
    margin-bottom: 35px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 140%;
    letter-spacing: 0%;
    opacity: .95;
}

.faqbackground {
    background-color: #1F5AA80D;
    border-radius: 40px;
    /* padding: 60px 100px; */
}

.cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.white-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #0057ff;
    padding: 16px 34px;
    border-radius: 50px;
    font-weight: 600;
}

.outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, .35);
    color: #fff;
    padding: 16px 34px;
    border-radius: 50px;
    font-weight: 600;
}

.cta-image {
    text-align: center;
    padding-right: 191px;
}

.cta-image img {
    max-width: 380px;
    width: 100%;
    margin: auto;
}


/* ===================================
TESTIMONIALS
=================================== */


/* .testimonial-section {
    padding: 120px 0;
    background: #f8f8f8; 
} */

.testimonial-header {
    text-align: center;
    max-width: 1000px;
    margin: auto;
}

.testimonial-tag {
    display: inline-block;
    padding: 10px 22px;
    border: 1px solid #d6e2f6;
    border-radius: 40px;
    color: #0F428C;
    font-size: 14px;
    margin-bottom: 30px;
}

.testimonial-header h2 {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-stars {
    color: #ffb400;
    font-size: 32px;
    letter-spacing: 5px;
    margin-bottom: 25px;
}

.testimonial-text {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0%;
    text-align: center;
    line-height: 1.6;
    color: #1E1E1E;
}

.testimonial-showcase {
    position: relative;
    max-width: 1400px;
    margin: 60px auto 0;
}


/* .testimonial-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
} */

.main-user {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-center h4 {
    margin-top: 30px;
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    font-weight: 700;
}

.testimonial-center span {
    color: #1E1E1E;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}


/* arrows */

.testimonial-arrow {
    position: absolute;
    top: 30% !important;
    width: 60px !important;
    height: 60px !important;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 28px;
}

.prev {
    left: 50%;
    margin-left: -260px;
    background: #e7f0ff;
    color: #0066ff;
}

.next {
    right: 50%;
    margin-right: -260px;
    background: #0066ff;
    color: #fff;
}


/* floating avatars */

.avatar {
    position: absolute;
    border-radius: 50%;
    object-fit: cover;
}


/* top left */

.avatar-1 {
    width: 70px;
    top: 10px;
    left: 120px;
}


/* large left */

.avatar-2 {
    width: 150px;
    left: 330px;
    top: 70px;
}


/* blur bottom left */

.avatar-3 {
    width: 60px;
    left: 180px;
    bottom: 40px;
    opacity: .35;
    filter: blur(3px);
}


/* blur right */

.avatar-4 {
    width: 80px;
    right: 260px;
    top: 120px;
    opacity: .45;
    filter: blur(3px);
}


/* large right */

.avatar-5 {
    width: 140px;
    right: 70px;
    top: 80px;
}


/* small bottom right */

.avatar-6 {
    width: 60px;
    right: 180px;
    bottom: 20px;
}

@media(max-width:768px) {
    .testimonial-header h2 {
        font-size: 42px;
    }
    .features-wrapper {
        grid-template-columns: 1fr;
    }
    .cta-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .testimonial-wrapper {
        grid-template-columns: 1fr;
    }
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
    .testimonial-text {
        font-size: 18px;
    }
    .testimonial-showcase {
        height: auto;
        padding-top: 40px;
    }
    .avatar {
        display: none;
    }
    .testimonial-center {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }
    .testimonial-arrow {
        display: none;
    }
    .main-user {
        width: 180px;
        height: 180px;
    }
}


/* ===================================
FAQ
=================================== */

.faq-section {
    padding: 120px 0;
}

.faq-wrapper {
    max-width: 1200px;
    margin: auto;
}

.faq-item {
    border-bottom: 1px solid #DDDDDD;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    border: none;
    background: transparent;
    padding-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1E1E1E;
}

.faq-question span {
    font-size: 28px;
    color: #1E1E1E;
}

.faq-answer {
    display: none;
    padding-bottom: 30px;
}

.faq-answer p {
    color: #1E1E1E;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.faq-item.active .faq-answer {
    display: block;
}


/* ===================================
FOOTER
=================================== */

.footer-section {
    position: relative;
    overflow: hidden;
    background: #0F428C;
    padding: 80px 0 40px;
}

.footer-section::before {
    content: "";
    position: absolute;
    width: 900px;
    height: 500px;
    left: 50%;
    bottom: -120px;
    transform: translateX(-50%);
    /* background: url('../assets/footer.png') center center no-repeat; */
    background-size: contain;
    opacity: .08;
}

.footer-section .container {
    position: relative;
    z-index: 2;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.footer-logo img {
    max-width: 320px;
}

.footer-download-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 8px 8px 8px 25px;
    border-radius: 60px;
    color: #222;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}

.footer-download-btn span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0066FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-download-btn span img {
    width: 50px;
}

.footer-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.footer-links-box {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 28px 35px;
    width: 72%;
}

.quick-link {
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 40px;
    white-space: nowrap;
}

.quick-link::after {
    content: "";
    width: 110px;
    height: 1px;
    background: rgba(255, 255, 255, .3);
    margin-left: 20px;
}

.footer-links-box ul {
    display: flex;
    gap: 35px;
}

.footer-links-box ul li a {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    font-size: 16px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-social span {
    color: #fff;
    white-space: nowrap;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.social-icons {
    display: flex;
    gap: 20px;
}

.social-icons img {
    width: 22px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, .85);
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.footer-policy {
    display: flex;
    gap: 15px;
}

.footer-policy a {
    color: rgba(255, 255, 255, .85);
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.footer-policy span {
    color: rgba(255, 255, 255, .4);
}


/* ===================================
RESPONSIVE
=================================== */


/* @media(max-width:1200px) {} */

@media(max-width:991px) {
    .section-heading h2 {
        font-size: 42px;
    }
    .cta-content h2 {
        font-size: 42px;
    }
    .testimonial-main {
        flex-direction: column;
        text-align: center;
    }
    .footer-top {
        grid-template-columns: 1fr;
    }
    .footer-download {
        justify-content: flex-start;
    }
}

@media(max-width:767px) {
    .features-section,
    .cta-section,
    .testimonial-section,
    .faq-section .section-heading h2 {
        font-size: 34px;
    }
    .feature-box {
        padding: 25px;
    }
    .cta-wrapper {
        padding: 0px 25px;
    }
    .cta-content h2 {
        font-size: 34px;
    }
    .testimonial-main {
        padding: 30px;
    }
    .testimonial-content p {
        font-size: 16px;
    }
    .faq-question {
        font-size: 16px;
        padding: 20px;
    }
    .faq-answer {
        padding: 0 20px 20px;
    }
    .footer-bottom {
        text-align: center;
        justify-content: center;
    }
}


/* Sticky Header */

.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
    animation: slideDown .3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}


/* Reveal Animation */

.feature-box,
.about-card,
.stat-card {
    opacity: 0;
    transform: translateY(30px);
    transition: .6s ease;
}

.feature-box.revealed,
.about-card.revealed,
.stat-card.revealed {
    opacity: 1;
    transform: translateY(0);
}


/* Testimonial Fade */

.testimonial-main img {
    transition: .4s ease;
}

@media(max-width:991px) {
    .footer-top,
    .footer-middle,
    .footer-bottom {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .footer-links-box {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }
    .footer-links-box ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}


/* About us page */


/* Banner section */

.about-banner {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    /* background: #f7f9fc; */
}

.about-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../assets/abtbnner.png') bottom no-repeat;
    background-size: cover;
    /* opacity: .15; */
}

.about-banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.about-star {
    width: 72px;
    flex-shrink: 0;
}

.about-text h1 {
    margin-bottom: 15px;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #111;
}

.about-text p {
    /* max-width: 1200px; */
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #333;
}

@media(max-width:768px) {
    .about-banner {
        padding: 80px 0;
    }
    .faq-section {
        padding: 50px 0;
    }
    .about-banner-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    .about-star {
        width: 70px;
    }
    .about-text h1 {
        font-size: 50px;
    }
    .about-text p {
        font-size: 18px;
    }
}


/* global scope */

.vision-mission-section {
    background: #F3F8FE;
    padding: 120px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-badge {
    display: inline-block;
    padding: 10px 22px;
    border: 1px solid #D8E4F7;
    border-radius: 50px;
    background: #F1F6FD;
    color: #0F428C;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
    font-family: "DM Sans", sans-serif;
}

.section-header h2 {
    font-family: 'DM Serif Display', serif;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0%;
    text-align: center;
    color: #1E1E1E;
    line-height: 1.1;
}

.vision-mission-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 1400px;
    margin: auto;
    position: relative;
}

.vision-mission-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #DADDE2;
    transform: translateX(-50%);
}


/* .vision-box,
.mission-box {
    padding: 0 30px;
} */

.vision-box h3,
.mission-box h3 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #1E1E1E;
    margin-bottom: 25px;
}

.vision-box p,
.mission-box p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #1E1E1E;
    margin-bottom: 25px;
}

@media(max-width:991px) {
    .vision-mission-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .vision-mission-wrapper::after {
        display: none;
    }
    .section-header h2 {
        font-size: 42px;
    }
    .vision-box h3,
    .mission-box h3 {
        font-size: 34px;
    }
    .vision-box p,
    .mission-box p {
        font-size: 18px;
    }
}

.pt_120 {
    padding-top: 120px;
}

.pb_120 {
    padding-bottom: 120px;
}


/* contact section contact us page */

.contact-section {
    padding: 120px 0;
    background: #fff;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 569px 1fr;
    gap: 80px;
    align-items: stretch;
}


/* LEFT CARD */

.contact-info {
    background: #1F5AA8;
    border-radius: 35px;
    padding: 60px;
    color: #fff;
    /* display: flex; */
    /* flex-direction: column; */
}

.contact-info h2 {
    /* margin-bottom: 20px; */
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0%;
}

.contact-subtitle {
    color: rgba(255, 255, 255, .7);
    margin-bottom: 80px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.contact-item i {
    font-size: 26px;
    margin-top: 4px;
}

.contact-item span {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
}

.contact-social {
    margin-top: 60px;
    display: flex;
    gap: 30px;
    padding-top: 0px;
}

.contact-social a {
    color: #fff;
    font-size: 30px;
}


/* RIGHT */

.contact-form {
    display: flex;
    align-items: center;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    margin-bottom: 60px;
}

.form-group {
    width: 100%;
}

.form-group label {
    display: block;
    font-size: 20px;
    margin-bottom: 18px;
    color: #222;
}

.form-group input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #CFCFCF;
    padding: 15px 0;
    font-size: 22px;
    background: none;
    outline: none;
}

.form-group textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #CFCFCF;
    background: none;
    resize: none;
    outline: none;
    min-height: 80px;
    font-size: 22px;
    padding-bottom: 15px;
}

.full-width {
    margin-bottom: 60px;
}

.submit-wrap {
    text-align: right;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    border: none;
    background: #0A6BFF;
    color: #fff;
    border-radius: 60px;
    padding: 10px 10px 10px 35px;
    font-size: 22px;
    cursor: pointer;
}

.contact-btn span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #0A6BFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

@media(max-width:991px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    .form-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .contact-info {
        padding: 50px 35px;
    }
    .contact-info h2 {
        font-size: 42px;
    }
    .submit-wrap {
        text-align: center;
    }
}

.pgfaq {
    background-color: transparent;
}


/* privacy policy page */

.terms-section {
    /* padding: 120px 0; */
    background: #fff;
}

.terms-row {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 80px;
    padding: 60px 0;
    border-bottom: 1px solid #E5E5E5;
}

.terms-row:last-child {
    border-bottom: none;
}

.terms-title {
    color: #1E1E1E;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
}

.terms-content {
    font-family: "DM Sans", sans-serif;
}

.terms-content p {
    color: #1E1E1E;
    margin-bottom: 20px;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
}

.terms-content ul {
    margin: 15px 0 20px 25px;
    list-style: inside;
    align-items: center !important;
}

.terms-content ul li {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

@media(max-width:991px) {
    .terms-row {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 40px 0;
    }
    .terms-title {
        font-size: 28px;
    }
}

.privacy-policy {
    padding: 80px 0;
    background: #fff;
}

.privacy-policy .container {
    max-width: 1400px;
    margin: auto;
}


/* INTRO BOX */

.privacy-intro {
    border: 2px solid #3A82C9;
    border-radius: 20px;
    padding: 35px 40px;
    margin-bottom: 100px;
}

.privacy-intro h3 {
    margin-bottom: 20px;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #1E1E1E;
}

.privacy-intro p {
    color: #1E1E1E;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 12px;
}


/* SECTION TITLE */

.privacy-heading {
    color: #1b1b1b;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
}


/* ROWS */

.privacy-row {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 80px;
    padding: 50px 0;
    border-bottom: 1px solid #e7e7e7;
}

.privacy-row:last-child {
    border-bottom: none;
}


/* LEFT */

.privacy-title {
    color: #1E1E1E;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
}


/* RIGHT */

.privacy-content {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0%;
    line-height: 1.8;
    color: #1E1E1E;
}

.privacy-content p {
    margin-bottom: 15px;
}

.privacy-content ul {
    margin-top: 10px;
    margin-left: 25px;
}

.privacy-content ul li {
    margin-bottom: 6px;
}

@media(max-width:991px) {
    .privacy-heading {
        font-size: 42px;
    }
    .privacy-row {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .privacy-title {
        font-size: 24px;
    }
}

.pt_60 {
    padding-top: 60px;
}


/* =========================
   HEADER
========================= */

.site-header {
    padding: 20px 0;
    background: #fff;
    position: relative;
    z-index: 999;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.logo img {
    max-width: 120px;
    display: block;
}

.main-nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav a {
    text-decoration: none;
    color: #222;
    font-size: 16px;
    font-weight: 500;
}

.header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    background: #0A6BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}

.menu-toggle {
    display: none;
    border: none;
    background: none;
    font-size: 30px;
    cursor: pointer;
}


/* =========================
   TABLET
========================= */

@media (max-width:991px) {
    .main-nav ul {
        gap: 25px;
    }
    .header-btn {
        padding: 12px 22px;
        font-size: 14px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width:768px) {
    .header-wrapper {
        position: relative;
    }
    .menu-toggle {
        display: block;
    }
    .header-btn {
        display: none;
    }
    .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        max-height: 0;
        overflow: hidden;
        transition: .3s ease;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
    }
    .main-nav.active {
        max-height: 400px;
    }
    .main-nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 20px;
    }
    .main-nav li {
        width: 100%;
    }
    .main-nav a {
        display: block;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }
}


/* responsive homepage css */


/* ==========================================
RESPONSIVE FIXES
KEEP DESKTOP EXACTLY SAME
========================================== */


/* ======================
LARGE TABLET
====================== */


/* @media (max-width:1200px) {
    .hero-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .hero-content {
        flex: unset;
        max-width: 100%;
    }
    .hero-image {
        text-align: center;
    }
    .hero-image img {
        margin: auto;
    }
    .stats-grid {
        flex-wrap: wrap;
    }
    .stats-main-card {
        max-width: 100%;
    }
    .stat-card {
        flex: 1;
        min-width: 32%;
    }
    .about-wrapper {
        flex-direction: column;
    }
    .about-image {
        flex: unset;
        max-width: 500px;
    }
    .features-wrapper {
        grid-template-columns: 1fr;
    }
    .features-column {
        width: 100%;
    }
    .cta-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .cta-content {
        padding: 60px;
        flex: unset;
    }
    .cta-image {
        padding-right: 0;
    }
    .footer-middle {
        flex-direction: column;
        gap: 40px;
    }
    .footer-links-box {
        width: 100%;
    }
} */


/* ======================
TABLET
====================== */

@media (min-width: 768px) and (max-width: 1024px) {
    .stat-card {
        flex: 1;
        min-width: 31%;
    }
    .pt_120 {
        padding-top: 80px;
    }
    .pb_120 {
        padding-bottom: 80px;
    }
    .about-content {
        padding-bottom: 50px;
    }
    .features-wrapper {
        grid-template-columns: 1fr;
    }
    .cta-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .testimonial-wrapper {
        grid-template-columns: 1fr;
    }
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
    .hero-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .hero-content {
        flex: unset;
        max-width: 100%;
    }
    .hero-image {
        text-align: center;
    }
    .hero-image img {
        margin: auto;
    }
    .stats-grid {
        flex-wrap: wrap;
    }
    .stats-main-card {
        max-width: 100%;
    }
    .stat-card {
        flex: 1;
        min-width: 31%;
    }
    .about-wrapper {
        flex-direction: column;
    }
    .about-image {
        flex: unset;
        max-width: 500px;
    }
    .features-wrapper {
        grid-template-columns: 1fr;
    }
    .features-column {
        width: 100%;
    }
    .cta-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .cta-content {
        padding: 60px;
        flex: unset;
    }
    .cta-image {
        padding-right: 0;
    }
    .footer-middle {
        flex-direction: column;
        gap: 40px;
    }
    .footer-links-box {
        width: 100%;
    }
}

@media (max-width:991px) {
    .header-wrapper {
        flex-wrap: wrap;
    }
    .main-nav ul {
        gap: 20px;
    }
    .hero-section {
        padding: 50px 0;
    }
    .hero-content h1 {
        font-size: 48px;
    }
    .about-features {
        grid-template-columns: 1fr;
    }
    .faqbackground {
        padding: 50px;
    }
    .testimonial-showcase {
        height: 400px;
    }
    .prev {
        left: 25%;
    }
    .next {
        right: 25%;
    }
}


/* ======================
MOBILE
====================== */

@media (max-width:768px) {
    .container {
        padding: 0 15px;
    }
    .pt_120 {
        padding-top: 50px;
    }
    .pb_120 {
        padding-bottom: 50px;
    }
    .about-content {
        padding-bottom: 50px;
    }
    .contact-form {
        display: block;
    }
    .hero-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .hero-content {
        flex: unset;
        max-width: 100%;
    }
    .hero-image {
        text-align: center;
    }
    .hero-image img {
        margin: auto;
    }
    .stats-grid {
        flex-wrap: wrap;
    }
    .stats-main-card {
        max-width: 100%;
    }
    .stat-card {
        flex: 1;
        min-width: 32%;
    }
    .about-wrapper {
        flex-direction: column;
    }
    .about-image {
        flex: unset;
        max-width: 500px;
    }
    .features-wrapper {
        grid-template-columns: 1fr;
    }
    .features-column {
        width: 100%;
    }
    .cta-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .cta-content {
        padding: 60px;
        flex: unset;
    }
    .cta-image {
        padding-right: 0;
    }
    .footer-middle {
        flex-direction: column;
        gap: 40px;
    }
    .footer-links-box {
        width: 100%;
    }
    .stat-card.revealed {
        width: 100%;
        max-width: 100%;
    }
    .gpayimage img {
        max-width: 200px;
        width: 100%;
        margin-top: 30px;
        margin: 20px auto;
    }
    .menu-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 30px;
        cursor: pointer;
    }
    .header-btn {
        display: none;
    }
    .header-wrapper {
        position: relative;
    }
    .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        max-height: 0;
        overflow: hidden;
        transition: .3s;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
    }
    .main-nav.active {
        max-height: 500px;
    }
    .main-nav ul {
        flex-direction: column;
        gap: 0;
        padding: 20px;
        align-items: flex-start;
    }
    .main-nav li {
        width: 100%;
    }
    .main-nav a {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }
    .hero-content h1 {
        font-size: 40px;
    }
    .hero-content p {
        font-size: 18px;
    }
    .flexdetails {
        flex-direction: column;
        align-items: center;
    }
    .hero-buttons {
        justify-content: center;
    }
    .stats-grid {
        flex-direction: column;
    }
    .about-content h2 {
        font-size: 34px;
    }
    .section-heading h2 {
        font-size: 34px;
    }
    .about-card h4 {
        font-size: 22px;
    }
    .feature-box.revealed {
        flex-direction: column;
        text-align: center;
    }
    .cta-content {
        padding: 40px 25px;
    }
    .cta-content h2 {
        font-size: 34px;
    }
    .cta-image img {
        max-width: 100%;
    }
    .testimonial-showcase {
        height: auto;
        padding: 40px 0;
    }
    .avatar {
        display: none;
    }
    .testimonial-center {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }
    .testimonial-arrow {
        display: none;
    }
    .main-user {
        width: 180px;
        height: 180px;
    }
    .faqbackground {
        padding: 0;
    }
    .footer-top,
    .footer-middle,
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
    .footer-links-box {
        flex-direction: column;
        padding: 25px;
    }
    .quick-link {
        margin-right: 0;
    }
    .quick-link::after {
        display: none;
    }
    .footer-links-box ul {
        flex-direction: column;
        gap: 15px;
    }
    .features-section {
        padding: 50px 0;
    }
    .cta-section {
        padding: 50px 0;
    }
}


/* ======================
SMALL MOBILE
====================== */

@media (max-width:480px) {
    .hero-content h1 {
        font-size: 34px;
    }
    .hero-content p {
        font-size: 16px;
    }
    .section-heading h2,
    .about-content h2,
    .cta-content h2,
    .testimonial-header h2 {
        font-size: 30px;
    }
    .primary-btn {
        width: 100%;
    }
    .footer-download-btn {
        width: 100%;
        justify-content: center;
    }
}

.testimonialSwiper {
    width: 100%;
    max-width: 900px;
    margin: auto;
    overflow: hidden;
}

.testimonialSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-center {
    text-align: center;
    max-width: 900px;
    margin: auto;
    position: relative;
    transform: none;
    left: auto;
    top: auto;
}

.testimonial-stars {
    color: #FDBA12;
    font-size: 28px;
    margin-bottom: 20px;
}

.testimonial-text {
    max-width: 850px;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 1.8;
}

.main-user {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 25px;
}

.testimonial-center h4 {
    font-size: 24px;
    margin-bottom: 8px;
}

.testimonial-center span {
    color: #666;
}

.mb_120 {
    margin-bottom: 120px;
}

a.primary-btn {
    margin-bottom: 60px;
}