﻿/********** Template CSS **********/
:root {
    --primary: #0c2e8a;
    --secondary: #86c440;
    --light: #F8F2F0;
    --green: #6CC24A;
    --green-dark: #57a838;
    --navy: #1a2a4f;
    --navy-light: #2a3a6f;
    --bg: #f7f9fc;
    --card: #ffffff;
    --text: #1a2a4f;
    --muted: #5a6a85;
    --shadow: 0 10px 30px rgba(26, 42, 79, 0.08);
    --shadow-hover: 0 18px 45px rgba(26, 42, 79, 0.15);
    --dark: #060315;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

    .btn.btn-primary,
    .btn.btn-secondary {
        color: #FFFFFF;
    }

.btn-primary {
    background-color: #86c440 !important;
    border-color: transparent !important;
}

    .btn-primary:hover {
        color: var(--light) !important;
        background-color: var(--primary) !important;
        border-color: var(--primary) !important;
    }

.btn:focus, .btn:active {
    outline: var(--primary) !important;
    box-shadow: none !important;
    background-color: var(--primary) !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/


.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
}


    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--primary);
    }

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 80px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        top: -6px;
        left: 50%;
        background: #FFFFFF;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}




.page-header {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.owl-height {
    height: 676px !important;
}

.owl-width {
    height: 76px !important;
}

.icon_1 {
    width: 120px;
    height: auto;
}

.shopContainer {
    background: url(../CustomerIndex/img/Half-store.png) bottom right no-repeat;;
    background-position-y: 120px;
    background-size: 510px;
    background-clip: 100;
}


    .shopContainer p,
    .font-weight-normal {
        font-weight: 400 !important;
        margin: 0 !important;
    }

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: 200 !important;
}

.font-weight-thin {
    font-weight: 100 !important;
}

.text-primary {
    color: #0c2e8a !important;
}

.joinus {
    background-image: url('../CustomerIndex/img/the-95-best-online-clothing-stores-in-the-us-blue shade.jpg');
    padding-top: 95px;
    background-position-y: bottom;
    background-position-y: -220px;
    background-position-x: left;
}

.text-green {
    color: #86c440;
}

.subscribe {
    background: url(../CustomerIndex/img/internet3-section-bg2.jpg);
    background-position-y: bottom;
    background-size: cover;
    background-position: bottom right;
}

.step {
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.highlight {
    color: #f1f4fa;
    font-weight: bold;
    background-color: #86c440;
}

/* .delivery-carousel{
  transform: rotate(90deg);
  
  margin-top:100px;
} 
.item{
  transform: rotate(-90deg);
  width: 500px;
  background-repeat: no-repeat;
}

div.delivery-carousel .owl-stage-outer{
  font-size:36px;
  top:unset;
  bottom: 15px; 
} */




/*** Header ***/
@media (max-width: 768px) {
    .delivery-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

        .delivery-carousel .owl-carousel-item img {
            position: absolute;
            height: 100%;
            object-fit: cover;
        }
}

.contact {
    background: url(../CustomerIndex/img/internet3-section-bg-dark.jpg);
    padding-top: 95px;
    background-position-y: bottom;
    background-position-y: -220px;
    background-position-x: left;
}

/* ========================================
   DOWNLOAD SECTION — all styles scoped
   to avoid conflicts with Bootstrap/template
   ======================================== */

.download-section {
    padding: 80px 20px;
    background: linear-gradient(180deg, #f7f9fc 0%, #eef2f9 100%);
}

    .download-section .section-container {
        max-width: 1200px;
        margin: 0 auto;
    }

.section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
    padding-bottom: 12px;
}

    .section-header .store-buttons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 14px;
        margin-top: 28px;
    }

.eyebrow {
    display: inline-block;
    background: rgba(108, 194, 74, 0.12);
    color: var(--green-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 20px;
}

.headline {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    color: var(--navy);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

    .headline span {
        color: var(--green);
    }

.subheadline {
    font-size: clamp(15px, 1.6vw, 18px);
    color: var(--muted);
    max-width: 600px;
    margin: 0 auto 24px;
}

/* Steps grid */
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 20px;
    margin-bottom: 60px;
}

.step-card {
    position: relative;
    background: var(--card);
    border-radius: 20px;
    padding: 36px 28px 32px;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(26, 42, 79, 0.05);
}

    .step-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow-hover);
    }

.step-number {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 56px;
    font-weight: 800;
    color: rgba(108, 194, 74, 0.12);
    line-height: 1;
}

.step-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    box-shadow: 0 8px 20px rgba(108, 194, 74, 0.3);
}

    .step-icon svg {
        width: 30px;
        height: 30px;
        stroke: #fff;
        fill: none;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.step-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 10px;
}

.step-text {
    color: var(--muted);
    font-size: 15px;
    margin-bottom: 22px;
}

/* App store buttons inside step 1 */
.store-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.store-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 10px;
    transition: transform 0.2s ease, background 0.2s ease;
}

    .store-btn:hover {
        background: #1a1a1a;
        transform: translateY(-2px);
    }

    .store-btn svg {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    .store-btn .small {
        font-size: 10px;
        opacity: 0.85;
        line-height: 1;
        display: block;
        margin-bottom: 2px;
    }

    .store-btn .big {
        font-size: 15px;
        font-weight: 600;
        line-height: 1;
    }

/* CTA block — scoped so its btn styles don't leak */
.cta-block {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    border-radius: 24px;
    padding: 50px 40px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .cta-block::before {
        content: '';
        position: absolute;
        top: -80px;
        right: -80px;
        width: 240px;
        height: 240px;
        background: radial-gradient(circle, rgba(108, 194, 74, 0.25) 0%, transparent 70%);
        border-radius: 50%;
    }

.cta-title {
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
    color: #fff !important;
}

.cta-sub {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 28px;
    font-size: 16px;
    position: relative;
}

.cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

/* CTA-specific button overrides — scoped inside .cta-block only */
.cta-block .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    cursor: pointer;
    border: none;
}

.cta-block .btn-primary {
    background: var(--green) !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 8px 20px rgba(108, 194, 74, 0.4);
}

    .cta-block .btn-primary:hover {
        background: var(--green-dark) !important;
        border-color: transparent !important;
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(108, 194, 74, 0.5);
    }

.cta-block .btn-secondary {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: none;
}

    .cta-block .btn-secondary:hover {
        background: rgba(255, 255, 255, 0.1) !important;
        border-color: #fff !important;
        transform: translateY(-2px);
    }

.trust-line {
    margin-top: 24px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .trust-line svg {
        width: 16px;
        height: 16px;
        stroke: var(--green);
        fill: none;
        stroke-width: 2.5;
    }

.border-primary {
    border-color: #86c440 !important;
}


/*** Footer Start ***/
.footer {
    background-color: transparent;
}

    .footer .footer-item a {
        line-height: 30px;
        color: black;
        transition: 0.5s;
    }

        .footer .footer-item a:hover {
            letter-spacing: 2px;
            color: #0c2e8a;
        }

    /*** Footer End ***/

    .footer p {
        font-size: x-small;
    }

.appImage {
    width: 250px !important;
    height: auto;
}

.copyright a {
    color: #86c440;
}


.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

    .footer .footer-menu a:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/


/* Tablet */
@media (max-width: 900px) {
    .steps {
        grid-template-columns: repeat(2, 1fr);
    }

        .steps .step-card:last-child {
            grid-column: 1 / -1;
            max-width: 480px;
            margin: 0 auto;
            width: 100%;
        }
}

/* Mobile */
@media (max-width: 600px) {
    .download-section {
        padding: 60px 16px;
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }

        .steps .step-card:last-child {
            max-width: none;
        }

    .cta-block {
        padding: 40px 24px;
    }

        .cta-block .btn {
            width: 100%;
            justify-content: center;
        }
}

/* HERO BUTTON (Green) */
.btn.btn-primary.hero-btn {
    background-color: #0c2e8a !important;
    border-color: #0c2e8a !important;
    color: #fff;
}

    .btn.btn-primary.hero-btn:hover {
        background-color: #57a838 !important; /* darker green */
        border-color: #57a838 !important;
    }

/* NAVBAR BUTTON (Always Green) */
.btn.btn-primary.join-btn {
    background-color: #86c440 !important;
    border-color: #86c440 !important;
}

    .btn.btn-primary.join-btn:hover {
        background-color: #0c2e8a !important;
        border-color: #218838 !important;
    }

.merchant-info-banner {
    background-image: url('/assets/CustomerIndex/img/internet3-section-bg2.jpg');
    background-size: cover;
    background-position: center;
    padding: 40px 20px;
    margin: 20px 0;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* space between buttons */
    flex-wrap: wrap; /* responsive on mobile */
    text-align: center;
}

.merchant-info-btn {
    height: auto;
    padding: 14px 32px !important;
    margin: 10px;
    font-size: 16px;
    font-weight: 600;
    min-width: 220px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}