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


:root {
    /* Colors from Figma */
    --primary-blue: #015bf8;
    --secondary-blue: #01d0fc;
    --gradient: linear-gradient(90deg, #01d0fc 0%, #015bf8 100%);
    --text-primary: #000000;
    --text-secondary: #868686;
    --text-white: #ffffff;
    --bg-cream: #f4f0e9;
    --bg-light: #f1f1f1;
    --bg-white: #ffffff;
    --bg-dark: #181f1f;
    --border-color: #ebebeb;

    /* Typography */
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    /* Container */
    --container-width: 1200px;
    --container-wide: 1440px;
}


body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    color: #1a1a1a;
    background: #f5f5f5;
    line-height: 1.6;
}

/* Navigation */
nav {
    background: white;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}

.logo {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.nav-menu {
    display: flex;
    gap: 30px;
    list-style: none;
    align-items: center;
}

.nav-menu a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.nav-menu a:hover {
    color: #1a1a1a;
}

.nav-right {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn {
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
}

.btn-login {
    background: transparent;
    color: #1a1a1a;
}

.btn-primary {
    background: #0051f2;
    color: white;
}

.btn-primary:hover {
    background: #0051f2;
}

/* Hero */
.hero {
    max-width: 800px;
    margin: 80px auto 60px;
    text-align: center;
    padding: 0 20px;
}

.hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.hero p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Pricing Card */
.pricing-section {
    max-width: 800px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.pricing-card-section {
    max-width: 600px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.pricing-card {
    background: #0051f2;
    border-radius: 20px;
    padding: 40px;
    color: white;
    margin-bottom: 40px;
    height: 250px;
}

.pricing-hero_card {
    background-color: #0051f2;
    border-radius: 2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.pricing-hero_card-inner {
    z-index: 2;
    aspect-ratio: 2;
    color: white;
    border-radius: 2rem;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding: 3.2rem;
    display: flex;
    position: relative;
    padding-bottom: 35px;
    box-shadow: 0 85px 34px #7090d208, 0 48px 29px #7090d21a, 0 21px 21px #7090d22e, 0 5px 12px #7090d236;
}


.margin-bottom {
    margin-top: 5rem !important;
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.margin-8 {
    margin: .8rem;
}

.h48 {
    letter-spacing: -.029em;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.15;
}


.text-color-content-inverted-tertiary {
    color: #0051f2;
}

.h16 {
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1.35;
    color: #72A2FF;
}

.button.is-onblue {
    background-color: #ffffff26;
    background-image: none;
}

.button {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    color: #fff;
    text-align: center;
    background-color: #015bf8;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    height: 3.2rem;
    padding: .8rem 1.6rem .8rem 2rem;
    font-weight: 500;
    transition: border-color .45s cubic-bezier(.215, .61, .355, 1), color .45s cubic-bezier(.215, .61, .355, 1), opacity .45s cubic-bezier(.215, .61, .355, 1), background-color .45s cubic-bezier(.215, .61, .355, 1);
    display: flex;
}

a {
    text-decoration: none;
}

.w-inline-block {
    max-width: 100%;
    /* display: inline-block; */
}

.button_arrow {
    aspect-ratio: 1;
    opacity: .5;
    color: white;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    transition: opacity .35s;
    display: flex;
    position: relative;
}

a .button_arrow-tail {
    width: 0;
}

.button_arrow-tail {
    justify-content: center;
    align-items: center;
    width: 10px;
    margin-right: -5px;
    transition: width .3s;
    display: flex;
    position: relative;
}


.button_arrow-head {
    justify-content: center;
    align-items: center;
    width: 8px;
    display: flex;
}

.text-color-content-secondary {
    color: var(--content--secondary);
}


.text-style-allcaps {
    text-transform: uppercase;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.pricing-hero_list-item:first-child {
    border-top: 0;
}

.pricing-hero_list-item {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    border-top: 1px solid #ebebec;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem .4rem;
}

.pricing-hero_item-inner {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.icon_20 {
    aspect-ratio: 1;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 2rem;
    display: flex;
}

.padding-16 {
    font-weight: 600;
    font-size: medium;
}

.pricing-hero_list-par {
    max-width: 26rem;
}

.text-color-content-secondary {
    color: #6c6f75;
}

.h13 {
    letter-spacing: -.0125em;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.35;
}

li {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

/* @media only screen and (min-width: 992px) {
    section:not([section-full]) {
        margin-left: 8px;
        margin-right: 8px;
    }
} */

.section_features-grid {
    /* padding-top: 16rem; */
    padding-bottom: 8rem;
    /* max-width: 1440px; */
    width: 100%;
    margin: auto;
}

section {
    position: relative;
    z-index: 1;
}


.padding-global {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 1200px;
    margin: auto;
}

.container-medium,
.container-small,
.container-large {
    margin-right: auto !important;
    margin-left: auto !important;
}

.container-medium {
    width: 100%;
    /* max-width: 101rem; */
    margin-left: auto;
    margin-right: auto;
}


.features-grid_wrap {
    grid-column-gap: 5.6rem;
    grid-row-gap: 5.6rem;
    flex-flow: column;
    display: flex;
    max-width: fit-content;
}

.features-grid_head {
    text-align: center;
    flex-flow: column;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.margin-16 {
    margin: 1.6rem;
}

.h44 {
    letter-spacing: -.018em;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
}


.text-color-content-secondary {
    color: var(--content--secondary);
}

.p15 {
    letter-spacing: -.02em;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
}

.features-grid_grid {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-rows: auto auto;
    grid-template-columns: .8fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#w-node-_9208a309-9e44-558e-3920-5acddf5509c5-1422adb2 {
    grid-area: span 3 / span 2 / span 3 / span 2;
}

.features-grid_card {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    background-color: white;
    border-radius: 2.4rem;
    justify-content: space-between;
    /* min-height: 25rem; */
    padding: 2rem;
}

.h15 {
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.35;
    font-weight: 600;
}

li {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.features-grid_card-top {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.max-width-240 {
    max-width: 240px;
}

.h20 {
    letter-spacing: -.0125em;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
}

.icon_48 {
    aspect-ratio: 1;
    flex: none;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    width: 2.4rem;
    display: flex;
}

.max-width-380 {
    max-width: 38rem;
}

.text-color-content-secondary {
    color: #6c6f75;
}

#w-node-_56f4cd86-59ce-f8c3-71ad-1217928e5e1c-1422adb2 {
    grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_29ca70ca-b12f-7fd5-c831-2eb2407c3cce-1422adb2,
#w-node-a07cab63-219f-b96e-57f4-4ab0777ed796-1422adb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29ca70ca-b12f-7fd5-c831-2eb2407c3cce-1422adb2,
#w-node-a07cab63-219f-b96e-57f4-4ab0777ed796-1422adb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

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

.price {
    font-size: 56px;
    font-weight: 700;
}

.price-cta {
    background: rgba(255, 255, 255, 0.2);
    padding: 12px 24px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s;
}

.price-cta:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Features */
.features-title {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.feature-item {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.feature-icon {
    width: 24px;
    height: 24px;
    background: #015bf8;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
}

.feature-content {
    flex: 1;
}

.feature-name {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.feature-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Benefits Section */
.benefits {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 20px;
    text-align: center;
}

.benefits h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
}

.benefits-subtitle {
    color: #666;
    font-size: 16px;
    margin-bottom: 60px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.benefit-box {
    background: white;
    border-radius: 16px;
    padding: 30px;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.benefit-icon {
    width: 48px;
    height: 48px;
    background: #E0F2FE;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #015bf8;
    font-size: 24px;
}

.benefit-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.benefit-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Testimonial */
.testimonial-section {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.testimonial-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-quote {
    font-size: 16px;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.testimonial-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
}

.stat {
    flex: 1;
}

.stat-value {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
}

.stat-label {
    font-size: 13px;
    color: #666;
}

.testimonial-link {
    color: #015bf8;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}


.author-name {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.author-title {
    font-size: 13px;
    color: #666;
}

.testimonial-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 30px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e5e5e5;
    cursor: pointer;
}

.dot.active {
    background: #015bf8;
}

/* FAQ */
/* .faq-section {
    max-width: 900px;
    margin: 100px auto;
    padding: 0 20px;
}

.faq-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.faq-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    cursor: pointer;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
} */



/* Form Section */
.form-section {
    max-width: 600px;
    margin: 100px auto;
    padding: 0 20px;
    text-align: center;
}

.form-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
}

.form-section>p {
    color: #666;
    margin-bottom: 40px;
}

.demo-form {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    text-align: left;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    background-color: var(--bg-white);
    color: #a1a3a5;
}

/* select options black */
select option {
    color: #000000;
}


.form-group input::placeholder,
.form-group select::placeholder {
    color: #a1a3a5;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #015bf8;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 20px 0;
}

.form-checkbox input {
    width: auto;
    margin-top: 3px;
}

.form-checkbox label {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    line-height: 1.5;
}

.form-submit {
    width: 100%;
    padding: 14px;
    /* background: #015bf8; */
    background: var(--gradient);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}


.form-submit:hover {
    background: var(--gradient);
}

.form-note {
    font-size: 12px;
    color: #999;
    margin-top: 16px;
    text-align: center;
}

/* CTA Banner */
.cta-banner {
    background: linear-gradient(135deg, #D4C5B9 0%, #B8ADA0 100%);
    padding: 80px 20px;
    margin: 100px 0;
    position: relative;
    overflow: hidden;
}

.cta-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.cta-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.cta-text .btn {
    background: #1a1a1a;
    color: white;
    padding: 12px 24px;
}

.cta-image {
    position: relative;
}

.cta-image img {
    width: 100%;
    border-radius: 20px;
}

/* Footer */
footer {
    background: white;
    padding: 60px 20px 30px;
    border-top: 1px solid #e5e5e5;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-brand img {
    width: 120px;
}

.footer-brand p {
    font-size: 14px;
    color: #666;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-col h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.footer-col ul {
    list-style: none;
}

.footer-col li {
    margin-bottom: 10px;
}

.footer-col a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.footer-col a:hover {
    color: #015bf8;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #999;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    color: #999;
    text-decoration: none;
}

.footer-bottom-links a:hover {
    color: #1a1a1a;
}

/* Responsive */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

    .hero h1 {
        font-size: 32px;
    }

    .price {
        font-size: 40px;
    }

    .benefits-grid,
    .faq-container,
    .cta-content,
    .footer-content,
    .footer-links {
        grid-template-columns: 1fr;
    }

    .testimonial-card {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
    }
}

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

.testimonials-carousel {
    background: #f6f1e9;
    padding: 80px 0;
    /* border-radius: 70px; */
    position: relative;
    overflow: visible;
}

.carousel-container {
    max-width: 1440px;
    margin: auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

/* DECORATIVE BACKGROUND IMAGES - FIXED POSITION */
.bg-left,
.bg-right {
    position: absolute;
    width: 132px;
    z-index: 1;
}

.bg-left {
    left: 155px;
    top: 112px;
}

.bg-right {
    right: 155px;
    top: 117px;
}

/* SLIDER WRAPPER */
.slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* CAROUSEL TRACK - SLIDING CONTAINER */
.carousel-track {
    display: flex;
    transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 40px 0;
    will-change: transform;
}

/* TESTIMONIAL SLIDE WRAPPER */
.testimonial-slide {
    min-width: 100%;
    flex-shrink: 0;
}

/* MAIN CARD */
.testimonial-card {
    background: #fff;
    border-radius: 40px;
    display: grid;
    grid-template-columns: 420px 1fr;
    overflow: hidden;
    height: 450px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    max-width: 1176px;
    margin: 0 auto;
}

/* LEFT IMAGE */
.testimonial-image {
    position: relative;
    height: 100%;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-labels {
    position: absolute;
    bottom: 20px;
    left: 40px;
}

.label {
    color: #fff;
    display: block;
    width: fit-content;
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.label-sub {
    color: #fff;
    display: block;
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.95;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* RIGHT CONTENT */
.testimonial-content {
    padding: 50px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0px;
}

.testimonial-content1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quote {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 156px;
    color: #333;
}

/* STATS */
.stats {
    display: flex;
    gap: 50px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.stat-item h3 {
    font-size: 32px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 8px;
}

.stat-item p {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

/* BUTTON */
.story-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #efebe3;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    width: fit-content;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    margin-top: 20px;
    justify-content: end;
}

.story-btn:hover {
    background: #e5dfd4;
    transform: translateX(5px);
}

.story-btn img {
    transition: transform 0.3s ease;
    width: 8px;
    height: 12px;
}

.story-btn:hover img {
    transform: translateX(3px);
}

/* PAGINATION DOTS */
.carousel-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.carousel-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d4cec1;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 0;
    position: relative;
    overflow: hidden;
}

.carousel-dots .dot:hover {
    transform: scale(1.3);
    background: #999;
}

.carousel-dots .dot.active {
    width: 40px;
    border-radius: 5px;
    background: #e8e4dc;
    animation: dotPulse 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Progress Bar Inside Active Dot */
.carousel-dots .dot.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #4a90e2 0%, #357abd 100%);
    border-radius: 5px;
    animation: progressBar 5s linear forwards;
}

@keyframes dotPulse {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes progressBar {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

/* MOBILE */
@media (max-width: 1024px) {
    .testimonial-card {
        grid-template-columns: 320px 1fr;
    }

    .testimonial-content {
        padding: 30px 40px;
    }

    .bg-left {
        left: 50px;
    }

    .bg-right {
        right: 50px;
    }
}

@media (max-width: 768px) {
    .testimonials-carousel {
        padding: 60px 0;
        /* border-radius: 40px; */
    }

    .carousel-container {
        padding: 0 15px;
    }

    .testimonial-card {
        height: auto;
        grid-template-columns: 1fr;
    }

    .testimonial-image {
        height: 280px;
    }

    .image-labels {
        left: 30px;
        bottom: 20px;
    }

    .testimonial-content {
        padding: 30px;
    }

    .stats {
        gap: 30px;
    }

    .stat-item h3 {
        font-size: 26px;
    }

    .bg-left,
    .bg-right {
        width: 80px;
    }

    .bg-left {
        left: 20px;
        top: 40px;
    }

    .bg-right {
        right: 20px;
        top: 40px;
    }
}


.faq-item:nth-child(1) {
    transition-delay: 0.1s;
}

.faq-item:nth-child(2) {
    transition-delay: 0.2s;
}

.faq-item:nth-child(3) {
    transition-delay: 0.3s;
}

/* ============================================
   FAQ ACCORDION ANIMATION
   ============================================ */

.faq-item {
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 15px;
}

.faq-item[open] {
    background: rgb(241, 241, 242);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-bottom: 10px;
}

.faq-item:hover {
    background: rgb(241, 241, 242);
    border-radius: 15px;
    margin-bottom: 10px;

}

.faq-icon {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item[open] .faq-icon {
    transform: rotate(45deg);
    color: #000000;
}

.faq-item summary:hover .faq-icon {
    transform: scale(1.2);
}

.animate-fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.visible {
    will-change: auto;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.faq-section {
    padding: 160px 0;
    background: var(--bg-white);
    border-radius: 70px;
    margin-top: 30px;
    /* padding-top: 160px; */
}


.faq-container {
    display: grid;
    grid-template-columns: 2fr 0.6fr;
    gap: 40px;
}

.section-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 40px;
}

.section-title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 50px;
}


.faq-left {
    margin-top: 110px;
}

.faq-item {
    /* border-bottom: 2px solid var(--border-color); */
    padding: 20px 10px;
}

.faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    list-style: none;
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 600;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: var(--text-primary);
}

.faq-item[open] .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    padding-top: 12px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-secondary);
}

.testimonial-card-dark {
    background: var(--bg-dark);
    border-radius: 20px;
    padding: 30px 10px;
    color: var(--text-white);
}

.testimonial-card-dark img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.testimonial-card-dark blockquote {
    font-size: clamp(16px, 3vw, 18px);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-secondary);
}

.author-role {
    color: var(--text-secondary);
}

.section-container {
    max-width: 1270px;
    margin: auto;
    padding: 0 24px;
}