.main-wrapper {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 24px 28px 30px;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow Condensed", sans-serif;
}


/* =====================================================
   CUSTOM BUTTON
===================================================== */

.custom-btn {
    background: linear-gradient(90deg, #2D5838 0%, #8D8C53 100%);
    color: #FFFFFF;
    border: none;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: inline-block;
}

.custom-btn:hover {
    opacity: 0.95;
    transform: translateY(-1px);
}


/* =====================================================
   TOP HEADING
===================================================== */

.hero-title {
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 700;
    margin-bottom: 27px;
    letter-spacing: -0.5px;
}

.hero-description {
    max-width: 900px;
    margin: auto;
    text-align: center;
    font-size: 14px;
    line-height: 1.35;
    color: #222;
}


/* =====================================================
   MAIN FEATURES
===================================================== */

.feature-area {
    position: relative;
    margin-top: -56px;
}

.feature-grid {
    width: calc(85% - 190px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-left: 109px;
}

.feature-card {
    min-height: 164px;
    border: 1px solid #d9d9d9;
    border-radius: 14px;
    background: rgba(255,255,255,0.96);
    padding: 17px 16px 14px;

    box-shadow:
        0 5px 12px rgba(0,0,0,0.10),
        0 2px 3px rgba(0,0,0,0.05),
        0 0 0 rgba(214,167,70,0);

    position: relative;
    z-index: 2;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


/* =====================================================
   GOLDEN / ORANGE GLOW
===================================================== */

.feature-card:nth-child(2),
.feature-card:nth-child(3),
.feature-card:nth-child(4),
.feature-card:nth-child(6),
.feature-card:nth-child(7) {

    box-shadow:
        0 5px 12px rgba(0,0,0,0.10),
        0 2px 3px rgba(0,0,0,0.05),
        0 0 10px rgba(214,167,70,0.18),
        0 0 22px rgba(214,167,70,0.12);
}

.feature-card:nth-child(3),
.feature-card:nth-child(6) {

    box-shadow:
        0 5px 12px rgba(0,0,0,0.10),
        0 2px 3px rgba(0,0,0,0.05),
        0 0 12px rgba(214,167,70,0.24),
        0 0 25px rgba(214,167,70,0.14);
}

.feature-card:nth-child(3),
.feature-card:nth-child(4),
.feature-card:nth-child(6) {
    background: #fffef8;
}

.feature-card:nth-child(7),
.feature-card:nth-child(8) {
    background: #fbfff8;
}

.feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e8dfbd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 22px;
    color: #222;
}

.feature-card h3 {
    font-size: 23px;
    line-height: 0.95;
    margin-bottom: 6px;
    font-weight: 700;
}

.feature-card p {
    font-size: 12px;
    line-height: 1.22;
    margin: 0;
    color: #222;
}


/* =====================================================
   DECORATIVE CIRCLE
===================================================== */

.orbit {
    position: absolute;
    width: 480px;
    height: 300px;
    border: 1.5px solid #aaa;
    border-radius: 50%;
    left: 360px;
    top: 75px;
    transform: rotate(-5deg);
    z-index: 2;
    pointer-events: none;
}

.orbit-dot {
    position: absolute;
    color: #b59c55;
    font-size: 17px;
}

.dot-one {
    top: 30px;
    left: 235px;
}

.dot-two {
    bottom: 15px;
    left: 250px;
}


/* =====================================================
   PHONE MOCKUP
===================================================== */

.phone-area {
    position: absolute;
    right: 0;
    top: 41px;
    width: 320px;
    height: 395px;
    z-index: 5;
}

.phone {
    width: 145px;
    height: 300px;
    border: 5px solid #111;
    border-radius: 30px;
    background: #f6fff9;
    position: absolute;
    right: 24px;
    top: 0;
    transform: rotate(8deg);
    box-shadow: 0 8px 15px rgba(0,0,0,.20);
    overflow: hidden;
}

.phone-notch {
    position: absolute;
    width: 55px;
    height: 15px;
    background: #111;
    border-radius: 0 0 12px 12px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 3;
}

.phone-header {
    padding: 23px 10px 8px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-size: 12px;
}

.phone-card {
    margin: 4px 8px;
    padding: 10px;
    border-radius: 10px;
    background: #dcefe3;
    font-size: 8px;
}

.phone-card strong {
    display: block;
    font-size: 13px;
}

.phone-wallet {
    margin: 10px 8px;
    background: #b6d9c2;
    padding: 12px 8px;
    border-radius: 9px;
    font-size: 8px;
}

.phone-wallet strong {
    font-size: 16px;
    display: block;
}

.phone-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 10px;
}


/* =====================================================
   FLOATING LABELS
===================================================== */

.float-label {
    position: absolute;
    background: #fff;
    border-radius: 8px;
    padding: 7px 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,.16);
    font-size: 10px;
    font-weight: 600;
    display: flex;
    gap: 5px;
    align-items: center;
    z-index: 10;
    white-space: nowrap;
}

.reward-label {
    right: -8px;
    top: 115px;
}

.verified-label {
    left: -10px;
    top: 185px;
}

.wallet-label {
    right: -12px;
    top: 205px;
}

.secure-label {
    right: -12px;
    top: 265px;
}


/* =====================================================
   SMALL FEATURE CARDS
===================================================== */

.small-features {
    margin-top: -68px;
    width: 47%;
    margin-left: 108px;
}

.small-card {
    min-height: 120px;
    border: 1px solid #d6d6d6;
    border-radius: 11px;
    padding: 12px 11px;
    background: #fff;

    box-shadow:
        0 4px 10px rgba(0,0,0,.09),
        0 0 0 rgba(214,167,70,0);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.small-features .col-6:nth-child(3) .small-card,
.small-features .col-6:nth-child(4) .small-card {

    box-shadow:
        0 4px 10px rgba(0,0,0,.09),
        0 0 10px rgba(214,167,70,0.18),
        0 0 20px rgba(214,167,70,0.11);
}

.small-icon {
    font-size: 22px;
    margin-bottom: 5px;
    color: #333;
    margin-right: 99px;
}

.small-card h4 {
    font-size: 17px;
    line-height: 1;
    margin-bottom: 5px;
    font-weight: 700;
}

.small-card p {
    font-size: 9px;
    line-height: 1.22;
    margin: 0;
}


/* =====================================================
   PROCESS FLOW
===================================================== */

/* =====================================================
   STYLE 3 PROCESS FLOW
   UNIQUE CLASSES - NO CONFLICT WITH STYLE 2
===================================================== */

.merchant-process-flow {
    margin-top: -51px;
    width: 52%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 80px;
}

.merchant-process-item {
    text-align: center;
    flex: 1;
    position: relative;
    min-width: 0;
}

.merchant-process-item:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -7px;
    top: 15px;
    font-size: 19px;
    color: #444;
}

.merchant-process-icon {
    width: 35px;
    height: 35px;
    margin: auto;

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

    font-size: 24px;
}

.merchant-process-item span {
    display: block;

    font-family: "Barlow Condensed", sans-serif;

    font-size: 12px;
    font-weight: 600;
    line-height: 1;

    margin-top: 3px;
}


/* =====================================================
   LOWER AREA
===================================================== */

.bottom-area {
    width: 100%;
    margin-top: 18px;
    position: relative;
}

.comparison-row {
    width: 93%;
    display: block;
}

.comparison-row > .row {
    display: flex;
    width: 100%;
    margin: 0;
    margin-left: 49px;
}

.comparison-row .col-md-6 {
    display: block;
}

.comparison-box {
    width: 100%;
    min-height: 205px;

    border: 1px solid #d6d6d6;
    border-radius: 11px;

    padding: 14px 13px;

    background: #fff;

    box-shadow: 0 4px 10px rgba(0,0,0,.10);
}

.comparison-box.success {
    display: block;
    visibility: visible;
    opacity: 1;

    background: #fff;

    box-shadow:
        0 4px 10px rgba(0,0,0,.10),
        0 0 12px rgba(214,167,70,0.20),
        0 0 25px rgba(214,167,70,0.13);
}

.comparison-box h3 {
    display: block;

    font-family: "Barlow Condensed", sans-serif;

    font-size: 20px;
    line-height: 1;

    margin: 0 0 10px 0;

    font-weight: 700;

    color: #111;
}

.comparison-list {
    list-style: none;

    padding: 0;
    margin: 0;

    display: block;
}

.comparison-list li {
    font-family: "Barlow Condensed", sans-serif;

    font-size: 13px;
    line-height: 1.08;

    margin-bottom: 7px;

    display: flex;
    align-items: flex-start;

    gap: 6px;

    color: #111;
}

.comparison-list .bad,
.comparison-list .good {
    flex-shrink: 0;

    font-weight: 700;

    font-size: 14px;
    line-height: 1;
}

.bad {
    color: #111;
}

.good {
    color: #198754;
}

.comparison-main {
    font-weight: 700;
    color: #111;
}

.comparison-sub {
    font-weight: 400;
    color: #222;
}


/* =====================================================
   DASHBOARD
===================================================== */

.dashboard-area {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
}

.laptop {
    width: 100%;
}

.laptop-screen {
    width: 64%;
    margin: auto;
    height: 245px;
    border: 7px solid #151515;
    border-bottom-width: 5px;
    border-radius: 8px 8px 3px 3px;
    background: #f7f8fa;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,.15);
}

.dashboard-header {
    height: 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 7px;
}

.dashboard-body {
    display: grid;
    grid-template-columns: 70px 1fr;
    height: calc(100% - 20px);
}

.dashboard-sidebar {
    border-right: 1px solid #ddd;
    padding: 8px 5px;
}

.dashboard-sidebar div {
    font-size: 6px;
    margin-bottom: 8px;
}

.dashboard-main {
    padding: 8px;
}

.dashboard-title {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 6px;
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.stat-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px;
}

.stat-box small {
    font-size: 5px;
    display: block;
}

.stat-box strong {
    font-size: 10px;
}

.chart {
    height: 65px;
    margin-top: 7px;
    border: 1px solid #ddd;
    border-radius: 3px;

    background:
        linear-gradient(
            165deg,
            transparent 0%,
            transparent 20%,
            #d6e7dc 21%,
            #d6e7dc 25%,
            transparent 26%,
            transparent 40%,
            #b8d4c0 41%,
            #b8d4c0 47%,
            transparent 48%,
            transparent 60%,
            #d6e7dc 61%,
            #d6e7dc 67%,
            transparent 68%
        );

    position: relative;
    overflow: hidden;
}

.chart::after {
    content: "";
    position: absolute;
    left: 4%;
    right: 4%;
    top: 53%;
    height: 2px;
    background: #789f83;
    transform: rotate(-7deg);

    box-shadow:
        30px -12px 0 #789f83,
        65px 6px 0 #789f83,
        100px -16px 0 #789f83,
        135px 2px 0 #789f83,
        170px -22px 0 #789f83;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-top: 6px;
}

.mini-panel {
    height: 42px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.laptop-base {
    width: 78%;
    height: 9px;
    margin: 0 auto;
    background: #8c8c8c;
    border-radius: 0 0 10px 10px;

    clip-path: polygon(
        3% 0,
        97% 0,
        100% 100%,
        0 100%
    );
}


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

.cta-box {
  margin-top: 22px;
  width: 124%;
  min-height: 105px;
  background: #edf8ef;
  border-radius: 12px;
  padding: 17px 20px;
  text-align: center;
  border: 1px solid #d9e9dc;
  margin-left: 581px;
  margin-bottom: 36px;
}

.cta-box p {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    line-height: 1.05;
    margin-bottom: 13px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.btn-register {
    background: #286f4a;
    color: white;
    border-radius: 20px;
    border: none;
    padding: 8px 18px;
    font-size: 11px;
    box-shadow: 0 3px 7px rgba(0,0,0,.18);
}

.btn-explore {
    background: transparent;
    color: #222;
    border: 1px solid #333;
    border-radius: 20px;
    padding: 8px 18px;
    font-size: 11px;
}

.btn-register:hover {
    background: #1e5739;
    color: white;
}

.btn-explore:hover {
    background: #fff;
}


/* =====================================================
   =====================================================
   MOBILE RESPONSIVE
   DESKTOP CSS ABOVE IS NOT CHANGED
   =====================================================
===================================================== */

@media screen and (max-width: 767px) {

    /* ===============================
       GLOBAL MOBILE RESET
    =============================== */

    html,
    body {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden !important;
    }

    .main-wrapper {
        width: 100%;
        max-width: 100%;
        padding: 18px 14px 30px;
        margin: 0 auto;
        overflow: hidden;
    }

    /* Remove Bootstrap negative row behavior */
    .row {
        --bs-gutter-x: 0;
    }


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

    .hero-title {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 12px;
        padding: 0;
        font-size: 27px;
        line-height: 1.08;
        letter-spacing: -0.3px;
        text-align: center;
    }

    .hero-description {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 3px;
        font-size: 12px;
        line-height: 1.45;
        text-align: center;
    }

    .hero-description br {
        display: none !important;
    }


    /* =================================================
       MAIN FEATURE AREA
    ================================================= */

    .feature-area {
        position: relative;
        width: 100%;
        margin-top: 25px;
        padding: 0;
        overflow: visible;
    }

    .feature-grid {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .feature-card {
        width: 100%;
        min-width: 0;
        min-height: 145px;
        padding: 16px 15px 15px;
        border-radius: 13px;
        overflow: hidden;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 21px;
        margin-bottom: 8px;
    }

    .feature-card h3 {
        font-size: 22px;
        line-height: 1;
        margin: 0 0 7px;
    }

    .feature-card p {
        width: 100%;
        font-size: 11px;
        line-height: 1.35;
        margin: 0;
    }


    /* =================================================
       ORBIT HIDE
    ================================================= */

    .orbit {
        display: none !important;
    }


    /* =================================================
       PHONE / P2 IMAGE
    ================================================= */

    .phone-area {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;

        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;

        margin: 25px 0 10px !important;
        padding: 0 !important;

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

        z-index: 5;
    }

    .phone-area img {
        display: block !important;

        width: auto !important;
        max-width: 90% !important;

        height: auto !important;
        max-height: 340px !important;

        margin: 0 auto !important;
        padding: 0 !important;

        object-fit: contain !important;
    }

    .phone {
        position: relative !important;
        top: auto !important;
        right: auto !important;

        margin: 0 auto !important;

        transform: rotate(5deg);
    }

    .float-label {
        display: none !important;
    }


    /* =================================================
       SMALL FEATURES
    ================================================= */

    .small-features {
        width: 100% !important;
        max-width: 100% !important;

        margin: 22px 0 0 !important;
        padding: 0 !important;
    }

    .small-features > .row {
        width: calc(100% + 10px);
        margin-left: -5px !important;
        margin-right: -5px !important;

        display: flex;
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .small-features .col-6 {
        width: 50% !important;
        flex: 0 0 50% !important;

        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .small-card {
        width: 100% !important;
        min-width: 0;

        min-height: 132px;

        padding: 12px 10px;

        border-radius: 11px;

        overflow: hidden;
    }

    .small-icon {
        width: auto;
        margin: 0 0 6px !important;

        font-size: 21px;
        line-height: 1;
    }

    .small-card h4 {
        width: 100%;
        font-size: 16px;
        line-height: 1.05;

        margin: 0 0 6px;

        word-break: normal;
    }

    .small-card p {
        width: 100%;
        font-size: 9px;
        line-height: 1.3;

        margin: 0;
    }


    /* =================================================
       PROCESS FLOW
    ================================================= */

    /* =====================================================
   STYLE 3 PROCESS FLOW - MOBILE
===================================================== */

.merchant-process-flow {
    width: 100% !important;
    max-width: 100% !important;

    margin: 25px 0 0 !important;
    padding: 0 !important;

    display: grid !important;

    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

    column-gap: 10px !important;
    row-gap: 24px !important;

    align-items: start;
}

.merchant-process-item {
    width: 100% !important;
    min-width: 0;

    text-align: center;

    position: relative;
}

.merchant-process-item:not(:last-child)::after {
    display: none !important;
}

.merchant-process-icon {
    width: 38px;
    height: 38px;

    margin: 0 auto;

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

    font-size: 23px;
}

.merchant-process-item span {
    display: block;

    width: 100%;

    margin-top: 5px;

    font-family: "Barlow Condensed", sans-serif;

    font-size: 12px;
    line-height: 1.1;

    font-weight: 600;

    text-align: center;
}


    /* =================================================
       BOTTOM AREA
    ================================================= */

    .bottom-area {
        width: 100% !important;
        max-width: 100% !important;

        margin: 28px 0 0 !important;
        padding: 0 !important;

        position: relative;
    }

    .bottom-area > .row {
        width: 100% !important;
        margin: 0 !important;

        display: flex;
        flex-direction: column;
    }

    .bottom-area > .row > .col-lg-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* =================================================
       COMPARISON SECTION
    ================================================= */

    .comparison-row {
        width: 100% !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .comparison-row > .row {
        width: 100% !important;
        margin: 0 !important;

        display: flex !important;
        flex-direction: column !important;

        gap: 13px !important;
    }

    .comparison-row .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .comparison-box {
        width: 100% !important;
        min-height: 0 !important;

        padding: 16px 13px !important;

        border-radius: 11px;

        overflow: hidden;
    }

    .comparison-box h3 {
        width: 100%;

        font-size: 20px;
        line-height: 1.05;

        margin: 0 0 12px;
    }

    .comparison-list {
        width: 100%;

        margin: 0;
        padding: 0;
    }

    .comparison-list li {
        width: 100%;

        display: flex;
        align-items: flex-start;

        gap: 7px;

        margin: 0 0 9px;

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

    .comparison-list li:last-child {
        margin-bottom: 0;
    }

    .comparison-list .bad,
    .comparison-list .good {
        flex: 0 0 auto;

        font-size: 14px;
        line-height: 1.1;
    }

    .comparison-list li > div {
        min-width: 0;
        flex: 1;
    }

    .comparison-main {
        display: block;

        font-size: 12px;
        line-height: 1.2;
        font-weight: 700;
    }

    .comparison-sub {
        display: block;

        font-size: 10px;
        line-height: 1.2;

        margin-top: 2px;
    }


    /* =================================================
       DASHBOARD AREA
    ================================================= */

    .dashboard-area {
        position: relative !important;

        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 28px 0 0 !important;
        padding: 0 !important;
    }

    .laptop {
        width: 100% !important;
        max-width: 100% !important;

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

        margin: 0 !important;
        padding: 0 !important;
    }

    /*
       IMPORTANT:
       Desktop inline style has:
       margin-left: 471px;
       width: 585px;
       height: 327px;

       Mobile par sab reset kiya gaya hai.
    */

    .laptop img {
        display: block !important;

        width: 100% !important;
        max-width: 390px !important;

        height: auto !important;
        max-height: none !important;

        margin: 0 auto 18px !important;
        padding: 0 !important;

        object-fit: contain !important;
    }


    /* =================================================
       IF LAPTOP IS CSS MOCKUP
    ================================================= */

    .laptop-screen {
        width: 94% !important;
        max-width: 390px !important;

        height: auto !important;
        min-height: 185px;

        margin: 0 auto !important;
    }

    .dashboard-body {
        grid-template-columns: 60px 1fr;
    }

    .dashboard-sidebar {
        padding: 7px 4px;
    }

    .dashboard-main {
        padding: 7px;
    }


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

    .cta-box {
        width: 100% !important;
        max-width: 100% !important;

        min-height: 0 !important;

        margin: 10px 0 25px !important;
        padding: 18px 14px !important;

        border-radius: 12px;

        text-align: center;

        box-sizing: border-box !important;
    }

    .cta-box p {
        width: 100%;

        margin: 0 0 15px;

        font-size: 17px;
        line-height: 1.2;
    }

    .cta-buttons {
        width: 100%;

        display: flex !important;
        flex-direction: column !important;

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

        gap: 10px;
    }

    .custom-btn,
    .btn-register,
    .btn-explore {
        display: block !important;

        width: 92% !important;
        max-width: 300px !important;

        min-height: 40px;

        margin: 0 auto !important;

        padding: 9px 16px;

        font-size: 12px;

        box-sizing: border-box;
    }


    /* =================================================
       REMOVE HOVER EFFECT ON TOUCH
    ================================================= */

    .feature-card:hover,
    .small-card:hover {
        transform: none !important;
    }

}


/* =====================================================
   TABLET / LARGE MOBILE
   768px se neeche mobile already above
===================================================== */

@media screen and (min-width: 568px) and (max-width: 767px) {

    .main-wrapper {
        padding-left: 22px;
        padding-right: 22px;
    }

    .hero-title {
        font-size: 31px;
    }

    .hero-description {
        font-size: 13px;
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .feature-card {
        min-height: 160px;
    }

    .phone-area img {
        max-width: 70% !important;
        max-height: 380px !important;
    }

    .small-features .col-6 {
        width: 50% !important;
        flex: 0 0 50% !important;
    }

    .small-card {
        min-height: 135px;
    }

    .merchant-process-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 15px !important;
}

    .comparison-box {
        padding: 18px 16px !important;
    }

    .laptop img {
        max-width: 520px !important;
    }

    .cta-box p {
        font-size: 19px;
    }

}


/* =====================================================
   VERY SMALL MOBILE
   400px AND BELOW
===================================================== */

@media screen and (max-width: 400px) {

    .main-wrapper {
        padding: 15px 11px 25px;
    }


    /* HERO */

    .hero-title {
        font-size: 24px;
        line-height: 1.08;
        margin-bottom: 10px;
    }

    .hero-description {
        font-size: 11px;
        line-height: 1.4;
        padding: 0 2px;
    }


    /* FEATURES */

    .feature-area {
        margin-top: 20px;
    }

    .feature-grid {
        gap: 11px;
    }

    .feature-card {
        min-height: 140px;
        padding: 14px 13px;
    }

    .feature-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 20px;
    }

    .feature-card h3 {
        font-size: 21px;
        line-height: 1;
    }

    .feature-card p {
        font-size: 10.5px;
        line-height: 1.3;
    }


    /* PHONE */

    .phone-area {
        margin-top: 20px !important;
    }

    .phone-area img {
        max-width: 94% !important;
        max-height: 300px !important;
    }


    /* SMALL FEATURES */

    .small-features {
        margin-top: 18px !important;
    }

    .small-card {
        min-height: 120px;
        padding: 11px 9px;
    }

    .small-icon {
        font-size: 20px;
    }

    .small-card h4 {
        font-size: 15px;
        line-height: 1.05;
    }

    .small-card p {
        font-size: 8.5px;
        line-height: 1.28;
    }


    /* PROCESS */

   .merchant-process-flow {
    margin-top: 22px !important;
    gap: 20px 7px !important;
}

.merchant-process-icon {
    width: 34px;
    height: 34px;
    font-size: 21px;
}

.merchant-process-item span {
    font-size: 11px;
    line-height: 1.05;
}


    /* COMPARISON */

    .bottom-area {
        margin-top: 24px !important;
    }

    .comparison-box {
        padding: 14px 11px !important;
    }

    .comparison-box h3 {
        font-size: 19px;
        line-height: 1.05;
    }

    .comparison-list li {
        gap: 6px;
        margin-bottom: 8px;
    }

    .comparison-main {
        font-size: 11.5px;
    }

    .comparison-sub {
        font-size: 9.5px;
    }


    /* DASHBOARD */

    .dashboard-area {
        margin-top: 23px !important;
    }

    .laptop img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }


    /* CTA */

    .cta-box {
        padding: 15px 11px !important;
        margin-top: 8px !important;
        margin-bottom: 20px !important;
    }

    .cta-box p {
        font-size: 15px;
        line-height: 1.18;
    }

    .custom-btn,
    .btn-register,
    .btn-explore {
        width: 95% !important;
        min-height: 40px;
        font-size: 11px;
    }

}


/* =====================================================
   EXTRA SMALL DEVICES
   360px AND BELOW
===================================================== */

@media screen and (max-width: 360px) {

    .main-wrapper {
        padding-left: 9px;
        padding-right: 9px;
    }

    .hero-title {
        font-size: 22px;
    }

    .hero-description {
        font-size: 10.5px;
    }

    .feature-card {
        min-height: 135px;
        padding: 13px 12px;
    }

    .feature-card h3 {
        font-size: 20px;
    }

    .feature-card p {
        font-size: 10px;
    }

    .small-features .col-6 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .small-features > .row {
        width: calc(100% + 8px);
        margin-left: -4px !important;
        margin-right: -4px !important;
    }

    .small-card {
        min-height: 116px;
        padding: 10px 8px;
    }

    .small-card h4 {
        font-size: 14px;
    }

    .small-card p {
        font-size: 8px;
    }

   .merchant-process-item span {
    font-size: 10.5px;
}

    .comparison-box h3 {
        font-size: 18px;
    }

    .comparison-main {
        font-size: 11px;
    }

    .comparison-sub {
        font-size: 9px;
    }

    .cta-box p {
        font-size: 14px;
    }

    .custom-btn,
    .btn-register,
    .btn-explore {
        width: 100% !important;
    }

}