.onzo-trust-section {
    background: #fff;
}

.trust-badge {
    display: inline-block;
    background: #f3efff;
    color: var(--purple);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 7px 16px;
    border-radius: 50px;
    text-transform: uppercase;
}

.trust-heading {
    font-size: 48px;
    font-weight: 700;
    color: black;
    line-height: 1.2;
}

.trust-heading span {
    color: var(--purple);
}

/* Cards */
.trust-card {
    background: #fff;
    border: 1px solid #ece9f8;
    border-radius: 22px;
    text-align: center;
    padding: 35px 24px;
    height: 100%;
    transition: all 0.3s ease;
}

.trust-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(111, 77, 246, 0.08);
}

.icon-box {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f6f2ff 0%, #ece5ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i {
    color: var(--purple);
    font-size: 30px;
}

.trust-card h5 {
    color: black;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}

.trust-card p {
    color: #6c7293;
    font-size: 16px;
    line-height: 1.9;
    margin: 0;
}

/* Stats */
.stats-wrapper {
    background: linear-gradient(180deg, #f8f5ff 0%, #f4f0ff 100%);
    border-radius: 22px;
    padding: 35px 20px;
}

.stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-right: 1px solid #e6defe;
    padding: 10px 15px;
}

.stat-item i {
    color: var(--purple);
    font-size: 38px;
}

.stat-item h3 {
    color: var(--purple);
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}

.stat-item p {
    color: #646b90;
    font-size: 16px;
    margin: 0;
}

/* Tablet */
@media (max-width: 991px) {
    .trust-heading {
        font-size: 36px;
    }

    .trust-card {
        padding: 30px 22px;
    }

    .stat-item {
        border-right: none;
        padding: 20px 10px;
    }

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

/* Mobile */
@media (max-width: 767px) {
    .trust-heading {
        font-size: 30px;
    }

    .trust-card h5 {
        font-size: 20px;
    }

    .trust-card p {
        font-size: 15px;
        line-height: 1.7;
    }

    .stats-wrapper {
        padding: 20px 10px;
    }

    .stat-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

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

    .stat-item i {
        font-size: 32px;
    }
}

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

.onzo-testimonials-section {
    background: #fff;
    position: relative;
}

.testimonial-heading {
    font-size: 48px;
    font-weight: 700;
    color: black;
    line-height: 1.2;
}

.testimonial-heading span {
    color: var(--purple);
}

.testimonial-card {
    background: #fff;
    border: 1px solid #ece9f8;
    border-radius: 18px;
    padding: 22px;
    height: 100%;
    transition: 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(111, 77, 246, 0.08);
}

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

.user-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-wrap img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.user-wrap h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: black;
}

.stars {
    color: var(--purple);
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 3px;
}

.quote-icon {
    color: #c8bcff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.testimonial-text {
    color: #606887;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.location {
    color: #8a90ae;
    font-size: 13px;
}

/* Dots */

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

.testimonial-dots span {
    width: 8px;
    height: 8px;
    background: #dad4f4;
    border-radius: 50%;
}

.testimonial-dots span.active {
    width: 18px;
    border-radius: 20px;
    background: var(--purple);
}

/* Arrow */

.testimonial-arrow {
    position: absolute;
    right: 40px;
    bottom: 45px;
}

.testimonial-arrow button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #ece9f8;
    background: #fff;
    color: var(--purple);
    transition: 0.3s;
}

.testimonial-arrow button:hover {
    background: var(--purple);
    color: #fff;
}

/* Responsive */

@media (max-width: 991px) {
    .testimonial-heading {
        font-size: 36px;
    }

    .testimonial-arrow {
        display: none;
    }
}

@media (max-width: 767px) {
    .testimonial-heading {
        font-size: 30px;
    }

    .testimonial-card {
        padding: 20px;
    }

    .testimonial-text {
        font-size: 13px;
    }
}
/* //News Letter  */
/* //News Letter  */
/* //News Letter  */
/* //News Letter  */
/* ==================================
   APP DOWNLOAD CTA
================================== */
.onzo-app-promo-section {
    padding: 60px 20px;
    background-color: #ffffff;
    font-family:
        system-ui,
        -apple-system,
        sans-serif;
}
.onzo-app-promo-container {
    /* Align with Bootstrap container widths across breakpoints */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: var(
        --purple
    ); /* Deep solid purple gradient feel from your image */
    border-radius: 24px;
    position: relative;
    overflow: visible;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
}
@media (min-width: 576px) {
    .onzo-app-promo-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .onzo-app-promo-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .onzo-app-promo-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .onzo-app-promo-container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .onzo-app-promo-container {
        max-width: 1320px;
    }
}

/* Slider Indicators */
.onzo-promo-dots {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 5;
}
.onzo-promo-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e2e5f1;
    opacity: 0.6;
}
.onzo-promo-dots .dot.active {
    width: 24px;
    border-radius: 6px;
    background: var(--purple);
    opacity: 1;
}
.onzo-promo-next-btn {
    position: absolute;
    right: -20px;
    top: -30px;
    width: 44px;
    height: 44px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #12162e;
    cursor: pointer;
    z-index: 5;
}

/* Main Layout Row */
.onzo-app-promo-row {
    display: flex;
    align-items: center;
    min-height: 240px;
}
.onzo-promo-phone-wrapper {
    width: 30%;
    position: relative;
    align-self: flex-end;
}
.onzo-promo-phone {
    width: 119%;
    height: auto;
    display: block;
    margin-top: -50px; /* Overlaps outside card container exactly like your design */
    margin-bottom: -4px;
}

.onzo-promo-body-content {
    width: 70%;
    padding: 40px 0 40px 40px;
    text-align: left;
}
.onzo-promo-body-content h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.onzo-promo-body-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin: 0 0 25px 0;
}

/* Store Badge Buttons */
.onzo-promo-buttons {
    display: flex;
    gap: 15px;
}
.onzo-store-link {
    background: #ffffff;
    color: #12162e;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.2s;
    line-height: 18px;
}
.onzo-store-link:hover {
    transform: translateY(-2px);
}
.onzo-store-link i {
    font-size: 26px;
}
.onzo-store-link span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    line-height: 1.1;
}
.onzo-store-link span small {
    font-size: 9px;
    font-weight: 500;
    color: #68708f;
    text-transform: uppercase;
}

/* Responsiveness */
@media (max-width: 991px) {
    .onzo-app-promo-container {
        padding: 0 40px;
    }
    .onzo-promo-body-content h2 {
        font-size: 28px;
    }
    .onzo-promo-phone-wrapper {
        width: 35%;
    }
    .onzo-promo-body-content {
        width: 65%;
    }
}
@media (max-width: 768px) {
    .onzo-app-promo-row {
        flex-direction: column;
        text-align: center;
    }
    .onzo-promo-phone-wrapper {
        width: 60%;
        order: 2;
        align-self: center;
    }
    .onzo-promo-phone {
        margin-top: 0;
        width: 100%;
    }
    .onzo-promo-body-content {
        width: 100%;
        padding: 40px 0 20px 0;
        text-align: center;
    }
    .onzo-promo-buttons {
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .onzo-promo-body-content h2 {
        font-size: 22px;
    }
    .onzo-promo-buttons {
        flex-direction: column;
        gap: 10px;
    }
    .onzo-store-link {
        justify-content: center;
    }
}
/* HERO CSS  */
/* HERO CSS  */
/* HERO CSS  */
/* HERO CSS  */
/* HERO CSS  */
/* ==================================
   WHY ONZO HERO
================================== */

/* ==================================
   WHY ONZO HERO SECTION
================================== */

.onzo-hero-section {
    background: #f8f8fc;
    overflow: hidden;
}

.onzo-hero-wrapper {
    display: flex;
    align-items: center;
    min-height: 543px;
    /* Behave like a Bootstrap container for consistent side gutters */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
}
@media (min-width: 576px) {
    .onzo-hero-wrapper {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .onzo-hero-wrapper {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .onzo-hero-wrapper {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .onzo-hero-wrapper {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .onzo-hero-wrapper {
        max-width: 1320px;
    }
}

/* =========================
   LEFT CONTENT
========================= */

.onzo-hero-content {
    width: 42%;
    /* Let the wrapper control horizontal gutters to avoid zoom drift */
    padding-left: 0;
    padding-right: 60px;
}

.onzo-hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    background: #f1edff;
    color: var(--purple);
    font-size: 14px;
    font-weight: 700;
    border-radius: 40px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.onzo-hero-content h1 {
    font-size: 50px;
    line-height: 1.05;
    font-weight: 700;
    color: black;
    margin-bottom: 28px;
}

.onzo-hero-content h1 span {
    display: block;
    color: var(--purple);
}

.onzo-hero-content p {
    max-width: 600px;
    font-size: 18px;
    line-height: 1.65;
    color: #6d7392;
    margin-bottom: 48px;
}

/* =========================
   RIGHT IMAGE
========================= */
.onzo-hero-image {
    /* Make right image bleed to viewport right while left stays aligned */
    width: calc(58% + (50vw - 50%));
    margin-right: calc(50% - 50vw);

    display: flex;
    justify-content: flex-end;
    align-items: center;

    /* Use background so we can anchor flush-right without cropping */
    background-image: url("../images/landing-v2/van.png");
    background-size: contain; /* show full image */
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 80px 0 0 80px; /* keep left curve, right flush */
    overflow: hidden;
    min-height: 543px;
}

/* Hide inline img to avoid double rendering */
.onzo-hero-image img {
    display: none;
}
/* =========================
   BUTTONS
========================= */

.onzo-hero-buttons {
    display: flex;
    gap: 24px;
}

.onzo-download-btn {
    width: 250px;
    height: 84px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    padding: 0 24px;
    transition: all 0.3s ease;
}

.onzo-download-btn:hover {
    transform: translateY(-4px);
}

.onzo-download-btn small {
    display: block;
    font-size: 12px;
    line-height: 1.2;
}

.onzo-download-btn strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

/* =========================
   APPLE BUTTON
========================= */

.apple-btn {
    background: var(--purple);
    color: #fff;
}

.apple-btn i {
    font-size: 42px;
}

.apple-btn small {
    color: rgba(255, 255, 255, 0.85);
}

.apple-btn strong {
    color: #fff;
}

/* =========================
   GOOGLE BUTTON
========================= */

.google-btn {
    background: #fff;
    border: 1px solid #e8e5f8;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.google-btn img {
    width: 34px;
    flex-shrink: 0;
}

.google-btn small {
    color: #777;
}

.google-btn strong {
    color: black;
}

/* =========================
   LARGE DESKTOP
========================= */

@media (max-width: 1400px) {
    .onzo-hero-content {
        /* padding-left: 40px; */
        padding-right: 40px;
    }

    .onzo-hero-content h1 {
        font-size: 44px;
    }

    .onzo-hero-content p {
        font-size: 18px;
    }
}

/* =========================
   LAPTOP
========================= */

@media (max-width: 1199px) {
    .onzo-hero-content {
        width: 48%;
        padding-left: 40px;
        padding-right: 30px;
    }

    .onzo-hero-image {
        width: calc(52% + (50vw - 50%));
        margin-right: calc(50% - 50vw);
        background-position: right center;
        border-radius: 60px 0 0 60px;
    }

    .onzo-hero-content h1 {
        font-size: 40px;
    }

    .onzo-hero-content p {
        font-size: 17px;
        margin-bottom: 32px;
    }

    .onzo-download-btn {
        width: 220px;
        height: 74px;
    }

    .onzo-download-btn strong {
        font-size: 18px;
    }

    .apple-btn i {
        font-size: 36px;
    }
}

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

@media (max-width: 991px) {
    .onzo-hero-wrapper {
        flex-direction: column;
        min-height: auto;
    }

    .onzo-hero-content {
        width: 100%;
        text-align: center;
        padding: 60px 30px 40px;
    }

    .onzo-hero-content p {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
    }

    .onzo-hero-buttons {
        justify-content: center;
    }

    .onzo-hero-image {
        /* Keep flush-right behavior on smaller screens */
        width: calc(100% + (50vw - 50%));
        margin-right: calc(50% - 50vw);
        background-position: right center;
        border-radius: 40px 0 0 40px; /* softer radius on small screens */
        min-height: 380px;
    }

    .onzo-hero-content h1 {
        font-size: 42px;
    }
}

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

@media (max-width: 767px) {
    .onzo-hero-content {
        padding: 50px 20px 30px;
    }

    .onzo-hero-badge {
        font-size: 12px;
        padding: 7px 16px;
        margin-bottom: 20px;
    }

    .onzo-hero-content h1 {
        font-size: 34px;
        line-height: 1.15;
        margin-bottom: 20px;
    }

    .onzo-hero-content p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 25px;
    }

    .onzo-hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .onzo-download-btn {
        width: 100%;
        max-width: 320px;
        height: 68px;
        padding: 0 18px;
    }

    .apple-btn i {
        font-size: 34px;
    }

    .google-btn img {
        width: 28px;
    }

    .onzo-download-btn strong {
        font-size: 18px;
    }
}

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

@media (max-width: 480px) {
    .onzo-hero-content h1 {
        font-size: 30px;
    }

    .onzo-hero-content p {
        font-size: 15px;
    }

    .onzo-download-btn {
        height: 64px;
    }

    .onzo-download-btn strong {
        font-size: 16px;
    }
}
