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

.onzo-service-hero {
    background: #f8f8fc;
    overflow: hidden;
    position: relative;
    padding-bottom: 90px;
}

.onzo-service-wrapper {
    display: flex;
    align-items: center;

    min-height: 552px;

    /* Behave like Bootstrap container for equal side spacing */
    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-service-wrapper {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .onzo-service-wrapper {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .onzo-service-wrapper {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .onzo-service-wrapper {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .onzo-service-wrapper {
        max-width: 1320px;
    }
} */

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

.onzo-service-content {
    width: 42%;

    /* padding-left: clamp(20px, calc((100vw - 1320px) / 2), 180px); */

    padding-right: 60px;
}

.onzo-service-badge {
    display: inline-flex;

    padding: 8px 18px;

    background: #f1edff;

    color: var(--purple);

    border-radius: 40px;

    font-size: 13px;
    font-weight: 700;

    margin-bottom: 25px;
}

.onzo-service-content h1 {
    font-size: 50px;
    line-height: 1.05;
    font-weight: 700;

    color: black;

    margin-bottom: 28px;
}

.onzo-service-content h1 span {
    color: var(--purple);
}

.onzo-service-content p {
    max-width: 580px;

    font-size: 18px;
    line-height: 1.8;

    color: #6d7392;

    margin-bottom: 40px;
}
.home-hero-google {
    line-height: 18px;
}
.home-hero-app-store {
    line-height: 18px;
}
/* ==========================
   IMAGE
========================== */

.onzo-service-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;

    /* Convert to background to anchor image flush-right without cropping */
    background-image: url("../images/landing-v2/van.png");
    background-size: contain; /* show full image, no left-side crop */
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 40px 0 0 40px; /* keep left curve, right flush */
    overflow: hidden;
    /* Ensure visible area even when inner <img> is hidden */
    min-height: 552px;
}

/* Hide inline img to avoid double rendering; CSS background is the visual */
.onzo-service-image img {
    display: none;
}

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

.onzo-service-buttons {
    display: flex;
    gap: 20px;
}

.onzo-service-btn {
    width: 190px;
    height: 72px;

    border-radius: 14px;

    display: flex;
    align-items: center;
    gap: 14px;

    text-decoration: none;

    padding: 0 20px;
}

.onzo-service-btn small {
    display: block;
    font-size: 11px;
}

.onzo-service-btn strong {
    display: block;
    font-size: 17px;
    font-weight: 700;
}

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

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

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

.google-btn {
    background: #fff;

    border: 1px solid #ebe7fb;

    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
}

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

.google-btn strong {
    color: black;
}

/* ==========================
   FEATURES BAR
========================== */

.onzo-service-features {
    max-width: 1320px;
    margin: 0px auto 0;

    background: #fff;

    border-radius: 22px;

    box-shadow: 0 10px 40px rgba(18, 23, 84, 0.08);

    padding: 22px 14px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    position: relative;
    z-index: 10;
}

.onzo-feature-item {
    display: flex;
    align-items: flex-start;

    gap: 16px;

    padding: 0 18px;
}

.onzo-feature-icon {
    width: 52px;
    height: 52px;

    flex-shrink: 0;

    background: #f4f0ff;

    border-radius: 14px;

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

.onzo-feature-icon i {
    font-size: 24px;
    color: var(--purple);
}

.onzo-feature-item h4 {
    font-size: 18px;
    font-weight: 700;

    color: black;

    margin-bottom: 8px;
}

.onzo-feature-item p {
    margin: 0;

    font-size: 14px;
    line-height: 1.7;

    color: #6d7392;
}

/* ==================================
   1400
================================== */

@media (max-width: 1400px) {
    .onzo-service-content h1 {
        font-size: 45px;
    }
    .onzo-step-title h4 {
        font-size: 12px !important;
    }
}

/* ==================================
   1200
================================== */

@media (max-width: 1199px) {
    .onzo-service-content {
        width: 48%;
        padding-left: 0;
    }

    .onzo-service-image {
        width: 52%;
    }

    .onzo-service-content h1 {
        font-size: 52px;
    }

    .onzo-service-features {
        margin-left: 20px;
        margin-right: 20px;
    }
}

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

@media (max-width: 991px) {
    .onzo-service-wrapper {
        flex-direction: column;
    }

    .onzo-service-content {
        width: 100%;
        text-align: center;

        padding: 60px 30px 40px;
    }

    .onzo-service-content p {
        margin-left: auto;
        margin-right: auto;
    }

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

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

    .onzo-service-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 30px;
    }
}

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

@media (max-width: 767px) {
    .onzo-service-content h1 {
        font-size: 38px;
    }

    .onzo-service-content p {
        font-size: 16px;
    }

    .onzo-service-buttons {
        flex-direction: column;
        align-items: center;
    }

    .onzo-service-btn {
        width: 100%;
        max-width: 320px;
    }

    .onzo-service-features {
        grid-template-columns: 1fr;
        padding: 25px;
    }
}

/* NEW SECTION  */
/* NEW SECTION  */
/* NEW SECTION  */
/* NEW SECTION  */
/* NEW SECTION  */
/* NEW SECTION  */
/* ==================================
   SERVICES SECTION
================================== */

.onzo-services-section {
    padding: 90px 0;
    background: #fff;
}

.onzo-services-header {
    text-align: center;
    margin-bottom: 45px;
}

.onzo-services-badge {
    display: inline-flex;

    background: #f1edff;
    color: var(--purple);

    padding: 8px 18px;

    border-radius: 40px;

    font-size: 13px;
    font-weight: 700;

    margin-bottom: 16px;
}

.onzo-services-header h2 {
    font-size: 56px;
    font-weight: 700;
    color: black;
    margin: 0;
}

.onzo-services-header h2 span {
    color: var(--purple);
}

/* ==========================
   GRID
========================== */

.onzo-services-grid {
    max-width: 1320px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 22px;
}

/* ==========================
   CARD
========================== */

.onzo-service-card {
    background: #fff;

    border: 1px solid #ebe7fb;

    border-radius: 18px;

    overflow: hidden;

    position: relative;

    display: flex;
    flex-direction: column;
}

.onzo-service-card-image {
    height: 190px;
}

.onzo-service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Floating Icon */

.onzo-service-icon {
    width: 64px;
    height: 64px;

    background: #f5f2ff;

    border: 1px solid #ebe7fb;

    border-radius: 16px;

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

    position: absolute;

    top: 158px;
    left: 24px;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

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

.onzo-service-card-body {
    padding: 50px 26px 22px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.onzo-service-card-body h3 {
    font-size: 22px;
    font-weight: 700;
    color: black;
    margin-bottom: 14px;
}

.onzo-service-card-body p {
    color: #6d7392;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 20px;
}

/* List */

.onzo-service-card-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.onzo-service-card-body ul li {
    position: relative;

    padding-left: 26px;

    margin-bottom: 12px;

    color: #6d7392;
}

.onzo-service-card-body ul li::before {
    content: "✓";

    position: absolute;
    left: 0;

    color: var(--purple);
    font-weight: 700;
}

/* Button */

.onzo-service-card-btn {
    margin-top: auto;

    height: 52px;

    background: var(--purple);
    color: #fff;

    border-radius: 10px;

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

    text-decoration: none;
    font-weight: 600;
}

.onzo-service-card-btn:hover {
    color: #fff;
}

/* Bottom Button */

.onzo-services-footer {
    text-align: center;
    margin-top: 35px;
}

.onzo-see-services-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    height: 62px;

    border: 2px solid var(--purple);

    color: var(--purple);

    border-radius: 14px;

    padding: 0 40px;

    text-decoration: none;

    font-weight: 700;
}

.onzo-see-services-btn i {
    font-size: 20px;
}

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

@media (max-width: 1200px) {
    .onzo-services-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
    }
}

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

@media (max-width: 991px) {
    .onzo-services-header h2 {
        font-size: 42px;
    }
}

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

@media (max-width: 767px) {
    .onzo-services-section {
        padding: 70px 0;
    }

    .onzo-services-grid {
        grid-template-columns: 1fr;
    }

    .onzo-services-header h2 {
        font-size: 34px;
    }

    .onzo-service-card-body h3 {
        font-size: 20px;
    }

    .onzo-service-card-body p {
        font-size: 15px;
    }

    .onzo-see-services-btn {
        width: calc(100% - 40px);
        justify-content: center;
    }
}

/* NEW SECTION  */
/* NEW SECTION  */
/* NEW SECTION  */
/* NEW SECTION  */
/* NEW SECTION  */
/* ==================================
   PROCESS SECTION
================================== */

.onzo-process-section {
    /* padding: 0 0 90px; */
}

.onzo-process-wrapper {
    /* max-width: 1320px; */
    margin: 0 auto;

    background: #f8f7fc;

    border-radius: 22px;

    padding: 55px 50px;
}

.onzo-process-badge {
    display: inline-flex;

    padding: 8px 18px;

    background: #f1edff;

    color: var(--purple);

    border-radius: 40px;

    font-size: 13px;
    font-weight: 700;

    margin-bottom: 16px;
}

.onzo-process-wrapper {
    text-align: center;
}

.onzo-process-wrapper h2 {
    font-size: 52px;
    font-weight: 700;

    color: black;

    margin-bottom: 50px;
}

.onzo-process-wrapper h2 span {
    color: var(--purple);
}

/* ==========================
   GRID
========================== */

.onzo-process-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 25px;
}

.onzo-process-item {
    display: flex;
    align-items: center;
    gap: 18px;

    text-align: left;
}

.onzo-process-image {
    width: 95px;
    height: 95px;

    flex-shrink: 0;

    border-radius: 50%;
    overflow: hidden;
}

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

.onzo-process-content span {
    width: 22px;
    height: 22px;

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

    background: var(--purple);

    color: #fff;

    border-radius: 50%;

    font-size: 12px;
    font-weight: 700;

    margin-bottom: 8px;
}

.onzo-process-content h4 {
    font-size: 18px;
    font-weight: 700;

    color: black;

    margin-bottom: 8px;
}

.onzo-process-content p {
    margin: 0;

    color: #6d7392;

    line-height: 1.7;

    font-size: 14px;
}

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

.onzo-process-cta {
    /* max-width: 1320px; */
    margin: 18px auto 0;

    background: linear-gradient(90deg, var(--purple) 0%, #9c8dff 100%);

    border-radius: 22px;

    padding: 34px 45px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}

.onzo-process-cta-content h3 {
    color: #fff;

    font-size: 42px;
    font-weight: 700;

    margin-bottom: 10px;
}

.onzo-process-cta-content p {
    color: rgba(255, 255, 255, 0.9);

    font-size: 18px;

    margin: 0;
}

.onzo-process-cta-buttons {
    display: flex;
    gap: 18px;
}

.white-btn {
    background: #fff;
    color: black;
}

.white-btn strong {
    color: black;
}

.white-btn i {
    color: black;
    font-size: 32px;
}

/* ==================================
   1200
================================== */

@media (max-width: 1200px) {
    .onzo-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .onzo-process-wrapper,
    .onzo-process-cta {
        margin-left: 20px;
        margin-right: 20px;
    }

    .onzo-process-cta h3 {
        font-size: 34px;
    }
}

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

@media (max-width: 991px) {
    .onzo-process-cta {
        flex-direction: column;
        text-align: center;
    }

    .onzo-process-wrapper h2 {
        font-size: 42px;
    }
}

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

@media (max-width: 767px) {
    .onzo-process-section {
        padding-bottom: 70px;
    }

    .onzo-process-wrapper {
        padding: 40px 25px;
    }

    .onzo-process-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .onzo-process-item {
        flex-direction: column;
        text-align: center;
    }

    .onzo-process-wrapper h2 {
        font-size: 34px;
    }

    .onzo-process-cta {
        padding: 30px 20px;
    }

    .onzo-process-cta h3 {
        font-size: 28px;
    }

    .onzo-process-cta p {
        font-size: 15px;
    }

    .onzo-process-cta-buttons {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
} /* ==================================
   HOW ONZO WORKS
================================== */

.onzo-how-work-section {
    /* padding: 90px 0 0; */
    background-color: white;
}

.onzo-how-work-container {
    /* max-width: 1320px; */
    margin: 0 auto;

    background: #f8f7fc;

    border-radius: 22px;

    padding: 38px 45px 45px;

    text-align: center;
}

.onzo-how-work-badge {
    display: inline-flex;

    padding: 6px 14px;

    background: #f1edff;

    color: var(--purple);

    border-radius: 40px;

    font-size: 11px;
    font-weight: 700;

    margin-bottom: 12px;
}

.onzo-how-work-container h2 {
    font-size: 42px;
    font-weight: 700;

    color: black;

    margin-bottom: 40px;
}

.onzo-how-work-container h2 span {
    color: var(--purple);
}

/* ==========================
   GRID
========================== */

.onzo-how-work-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.onzo-how-work-item {
    display: flex;
    align-items: center;
    gap: 15px;

    text-align: left;
}

.onzo-how-work-item img {
    width: 78px;
    height: 78px;

    border-radius: 50%;
    object-fit: cover;

    flex-shrink: 0;
}

.onzo-step-title {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 8px;
}

.onzo-step-title span {
    width: 18px;
    height: 18px;

    background: var(--purple);
    color: #fff;

    border-radius: 50%;

    font-size: 10px;
    font-weight: 700;

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

.onzo-step-title h4 {
    margin: 0;

    font-size: 15px;
    font-weight: 700;

    color: black;
}

.onzo-how-work-content p {
    margin: 0;

    color: #6d7392;

    font-size: 12px;
    line-height: 1.6;
}

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

@media (max-width: 1200px) {
    .onzo-how-work-container {
        margin-left: 20px;
        margin-right: 20px;
    }

    .onzo-how-work-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .onzo-how-work-section {
        padding-top: 70px;
    }

    .onzo-how-work-container {
        padding: 30px 20px;
    }

    .onzo-how-work-container h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .onzo-how-work-grid {
        grid-template-columns: 1fr;
    }

    .onzo-how-work-item {
        flex-direction: column;
        text-align: center;
    }

    .onzo-step-title {
        justify-content: center;
    }
}
