/* ============================================================
   RESPONSIVE.CSS — Mobile & Tablet overrides for OM Courier
   Breakpoints:
     xs  : max 480px
     sm  : max 575px
     md  : max 767px  (mobile)
     lg  : 768–991px  (tablet)
     xl  : 992px+     (desktop — base styles in style-min.css)
   ============================================================ */

/* ============================================================
   TABLET  768px – 991px
   ============================================================ */
@media (min-width: 768px) and (max-width: 991.98px) {

    /* --- Top Bar (tablet: keep on a single line so it never covers the navbar) --- */
    .top-bar { font-size: 12px; }
    .top-bar .d-none.d-sm-flex { gap: 10px !important; }

    /* --- Navbar --- */
    .navbar-custom { top: 41px; }
    .navbar-logo   { height: 60px; width: auto; max-width: 160px; }

    /* --- Hero --- */
    .hero-section  { min-height: auto; padding-top: 100px; padding-bottom: 32px; }
    .hero-layout   { flex-direction: column; gap: 28px; align-items: center; }
    .hero-carousel-wrap { width: 100%; max-width: 680px; }
    .hero-carousel { height: 340px; border-radius: 18px; }
    .hero-slide-content { padding: 36px 32px; }
    .hero-title    { font-size: 30px; }
    .hero-subtitle { font-size: 14px; max-width: 460px; }
    .hero-tracking-panel { width: 100%; max-width: 460px; margin: 0 auto; }
    .hero-tracking-card  { padding: 0 28px 24px; }
    .hero-tracking-accent { margin: 0 -28px 24px; }
    .hero-tracking-title { font-size: 19px; }

    /* --- Stats --- */
    .stats-section  { padding: 40px 0; }
    .stat-number    { font-size: 28px; }

    /* --- About --- */
    .about-layout   { grid-template-columns: 1fr; gap: 40px; }
    .about-img-main { height: 360px; }
    .about-experience-badge { bottom: -16px; left: 16px; padding: 18px 22px; }
    .about-exp-number { font-size: 30px; }
    .about-title    { font-size: 30px; }
    .about-content  { padding: 0; }

    /* --- Why Choose Us --- */
    .iconrow-section { padding: 56px 0; }
    .iconrow-title   { font-size: 28px; }
    .iconrow-grid    { flex-wrap: wrap; gap: 12px; justify-content: center; }
    .iconrow-item    { flex: 1 1 calc(33.333% - 12px); max-width: none; padding: 22px 14px; }

    /* --- Services Accordion --- */
    .services-accordion { height: 440px; gap: 12px; }
    .svc-card.svc-active .svc-title { font-size: 22px; }

    /* --- Process --- */
    .process-section { padding: 56px 0; }
    .process-title   { font-size: 28px; }
    .process-icon    { width: 46px; height: 46px; }
    .process-label-title { font-size: 15px; }
    .process-label-desc  { font-size: 12px; }

    /* --- Coverage --- */
    .coverage-section { padding: 56px 0; }
    .coverage-layout  { gap: 40px; }
    .coverage-title   { font-size: 30px; }
    .coverage-desc    { font-size: 15px; }
    .coverage-region  { padding: 12px 14px; }
    .coverage-region-name { font-size: 13px; }
    .map-image        { max-width: 400px; }

    /* --- Section defaults --- */
    .section-title   { font-size: 28px; }
    .section-padding { padding: 56px 0; }

    /* --- Testimonials --- */
    .testimonial-card { padding: 26px 22px; }
    .testimonial-text { font-size: 14px; }

    /* --- Service Pages (Tablet) --- */
    .service-detail-wrap {
        flex-direction: column;
    }

    .service-detail-sidebar {
        width: 100%;
    }

    /* --- Tracking Bar (Tablet) --- */
    .tracking-bar-section { margin-top: -50px; }
    .tracking-bar-card { padding: 24px 28px; gap: 24px; }
    .tracking-bar-title { font-size: 16px; }
    .tracking-bar-btn { padding: 13px 22px; font-size: 13px; }

    /* --- Footer --- */
    .footer-section  { padding: 40px 0 56px; }
    .footer-logo     { height: 42px; }
    .footer-bottom   { margin-top: 48px; padding-top: 28px; }

    /* --- Service Template (Tablet) --- */
    .svc-hero { padding: 140px 0 80px; min-height: 360px; }
    .svc-hero-title { font-size: 36px; }
    .svc-hero-desc { font-size: 15px; }
    .svc-overview-grid { grid-template-columns: 1fr; gap: 40px; }
    .svc-overview-visual { width: 100%; }
    .svc-overview-img { height: 340px; width: 100%; }
    .svc-overview-title { font-size: 30px; }
    .svc-overview-badge { position: relative; bottom: auto; right: auto; margin-top: 14px; display: inline-flex; width: 100%; padding: 16px 20px; }
    .svc-features-grid { grid-template-columns: repeat(2, 1fr); }
    .svc-process-timeline { flex-wrap: wrap; gap: 24px; justify-content: center; }
    .svc-process-line { display: none; }
    .svc-process-step { max-width: 160px; }
    .svc-why-grid { grid-template-columns: repeat(2, 1fr); }
    .svc-industries-grid { grid-template-columns: repeat(4, 1fr); }
    .svc-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .svc-faq-grid { display: flex; flex-direction: column; gap: 40px; }
    .svc-faq-left { position: static; }
    .svc-related-grid { grid-template-columns: repeat(2, 1fr); }
    .svc-cta { padding: 64px 0; }
    .svc-cta-title { font-size: 30px; }

    /* ---- About Page (Tablet) ---- */
    .about-hero { padding: 140px 0 80px; min-height: 360px; }
    .about-hero-title { font-size: 36px; }
    .about-hero-desc { font-size: 15px; }
    .about-intro-grid { grid-template-columns: 1fr; gap: 40px; }
    .about-intro-img { height: 340px; }
    .about-intro-title { font-size: 30px; }
    .about-intro-float-1 { left: 16px; }
    .about-intro-float-2 { right: 16px; }
    .about-story { padding: 80px 0; }
    .about-story-title { font-size: 32px; }
    .about-story-subtitle { font-size: 15px; max-width: 480px; }
    .about-timeline { max-width: 700px; }
    .about-timeline-card { padding: 24px 22px; }
    .about-timeline-dot { width: 50px; height: 50px; border-radius: 14px; }
    .about-timeline-dot svg { width: 18px; height: 18px; }
    .about-timeline-item:nth-child(odd) .about-timeline-card { margin-right: 12px; }
    .about-timeline-item:nth-child(even) .about-timeline-card { margin-left: 12px; }
    .about-services-header, .about-why-header, .about-mvs-header, .about-strengths-header, .about-process-header, .about-reach-header, .about-commitment-header { margin-bottom: 40px; }
    .about-services-title, .about-why-title, .about-mvs-title, .about-strengths-title, .about-process-title, .about-reach-title, .about-commitment-title { font-size: 30px; }
    .about-services-grid { grid-template-columns: repeat(2, 1fr); }
    .about-why-grid { grid-template-columns: repeat(2, 1fr); }
    .about-mvs-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
    .about-strengths-grid { grid-template-columns: repeat(2, 1fr); }
    .about-process-timeline { flex-wrap: wrap; gap: 24px; justify-content: center; }
    .about-process-line { display: none; }
    .about-process-step { max-width: 140px; }
    .about-reach-stats { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .about-commitment-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 32px; max-width: 700px; }

    /* ---- Contact Page (Tablet) ---- */
    .ct-hero { padding: 140px 0 80px; min-height: 360px; }
    .ct-hero-title { font-size: 38px; }
    .ct-hero-desc { font-size: 15px; }
    .ct-main { padding: 64px 0; }
    .ct-main-grid { gap: 32px; }
    .ct-main-form { padding: 32px; }
    .ct-main-info { padding: 32px; }
    .ct-map { padding: 64px 0; }
    .ct-map-wrapper iframe { height: 380px; }

    /* ---- Enquiry Page (Tablet) ---- */
    .eq-hero { padding: 140px 0 100px; min-height: 360px; }
    .eq-hero-title { font-size: 38px; }
    .eq-hero-desc { font-size: 15px; }
    .eq-form-card { padding: 36px; }
    .eq-form-title { font-size: 24px; }
    .eq-form-subtitle { font-size: 14px; }
    .eq-form-row { gap: 14px; }

    /* ---- Pickup Page (Tablet) ---- */
    .pk-hero { padding: 140px 0 100px; min-height: 360px; }
    .pk-hero-title { font-size: 38px; }
    .pk-hero-desc { font-size: 15px; }
    .pk-form-card { padding: 36px; }
    .pk-form-title { font-size: 24px; }
    .pk-form-subtitle { font-size: 14px; }
    .pk-form-row { gap: 14px; }
    .pk-form-row--three { grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
    .pk-form-group--half { max-width: 50%; }
    .pk-form-section-divider { margin: 28px 0 20px; }

    /* ---- Tracking Page (Tablet) ---- */
    .tk-hero { padding: 140px 0 80px; min-height: 340px; }
    .tk-hero-title { font-size: 38px; }
    .tk-card { margin-top: -40px; padding: 0 28px 28px; }
    .tk-card-accent { margin: 0 -28px 24px; }
    .tk-how-steps { gap: 16px; }
    .tk-how-step { padding: 28px 20px; }
    .tk-help-card { padding: 32px 36px; gap: 28px; }
}

/* ============================================================
   DRAWER NAVIGATION  max 991px  (mobile + tablet)
   ============================================================ */
@media (max-width: 991.98px) {

    /* ---- Slide-in drawer — full-height right panel ---- */
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: min(300px, 85vw);
        height: 100vh;
        background: #fff;
        display: flex !important;
        flex-direction: column;
        justify-content: flex-start !important;
        padding: 0;
        transition: right 0.32s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1032;
        box-shadow: -6px 0 32px rgba(0,0,0,.14);
        overflow-y: auto;
    }
    .navbar-collapse.show,
    .navbar-collapse.collapsing { right: 0; }

    /* Suppress Bootstrap's height collapse animation — we use right-slide instead */
    .navbar-collapse.collapsing {
        height: 100vh !important;
        transition: right 0.32s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    /* Drawer header — logo + close hint */
    .navbar-collapse::before {
        display: none; /* replaced by real close button in HTML */
    }

    /* ── Close button ── */
    .navbar-drawer-close {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 16px 20px;
        background: none;
        border: none;
        border-bottom: 1px solid var(--surface-container);
        cursor: pointer;
        flex-shrink: 0;
        color: var(--on-surface-variant);
    }
    .navbar-drawer-close::before {
        content: 'MENU';
        font-family: 'Manrope', sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .1em;
        color: var(--on-surface-variant);
    }
    .navbar-drawer-close svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        transition: color .2s;
    }
    .navbar-drawer-close:hover { color: var(--primary); }
    .navbar-drawer-close:hover svg { color: var(--primary); }

    /* Nav links list */
    .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%;
        margin: 0 !important;
        padding: 8px 0;
        flex: 1;
    }
    .navbar-collapse .nav-item { width: 100%; }
    .navbar-collapse .nav-link-custom {
        display: flex;
        align-items: center;
        padding: 13px 24px;
        font-size: 15px;
        font-weight: 600;
        color: var(--on-surface);
        border-bottom: none;
        border-left: 3px solid transparent;
        transition: background .2s, border-color .2s, color .2s;
    }
    .navbar-collapse .nav-link-custom:hover,
    .navbar-collapse .nav-link-custom.active {
        background: var(--surface-container-low);
        border-left-color: var(--secondary-container);
        color: var(--primary);
    }
    .navbar-collapse .nav-link-custom::after { display: none; }

    /* ── Mobile drawer dropdown ── */
    .navbar-collapse .dropdown-menu {
        display: none;
        position: static !important;
        box-shadow: none;
        border-radius: 0;
        background: var(--surface-container-low);
        padding: 0;
        min-width: 0;
        width: 100%;
        margin: 0;
        border: none;
        backdrop-filter: none;
    }
    .navbar-collapse .dropdown-menu::before { display: none; }
    .navbar-collapse .dropdown.show > .dropdown-menu,
    .navbar-collapse .dropdown-menu.show {
        display: block;
    }
    .navbar-collapse .dropdown.show > .nav-link-custom::after,
    .navbar-collapse .dropdown-toggle.show::after {
        transform: rotate(-180deg);
    }
    .navbar-collapse .dropdown-item {
        padding: 10px 24px 10px 44px;
        font-size: 14px;
        border-radius: 0;
    }
    .navbar-collapse .dropdown-item::before { display: none; }
    .navbar-collapse .dropdown-item:hover {
        padding-left: 44px;
        background: rgba(0, 0, 0, 0.04);
    }

    /* CTA buttons at the bottom of the drawer */
    .navbar-collapse .navbar-actions { display: none !important; } /* desktop only */
    .navbar-collapse .mb-2 { margin-bottom: 0 !important; }

    /* ── Drawer action buttons (Track + Login) ── */
    .navbar-drawer-actions {
        padding: 0px 20px 54px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-top: 1px solid var(--surface-container);
        flex-shrink: 0;
    }
    .btn-drawer-track {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 13px 20px;
        background: var(--primary);
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        border-radius: 12px;
        text-decoration: none;
        transition: background .25s ease;
    }
    .btn-drawer-track:hover { background: #001040; color: #fff; }
    .btn-drawer-login {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 20px;
        background: transparent;
        color: var(--on-surface);
        font-weight: 600;
        font-size: 14px;
        border: 1.5px solid var(--outline-variant);
        border-radius: 12px;
        text-decoration: none;
        transition: border-color .25s, color .25s, background .25s;
    }
    .btn-drawer-login:hover {
        border-color: var(--velocity-blue);
        color: var(--velocity-blue);
        background: rgba(17,86,180,.04);
    }
}

/* ============================================================
   MOBILE  max 767px
   ============================================================ */
@media (max-width: 767.98px) {

    /* ---- Top bar — mobile fade ticker ---- */
    .top-bar {
        padding: 0;
        font-size: 11.5px;
    }

    /* Fixed-height container, clips hidden items */
    .top-bar-ticker {
        position: relative;
        width: 100%;
        height: 32px;
        overflow: hidden;
    }

    /* All items sit on top of each other, absolutely positioned */
    .top-bar-ticker-item {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        gap: 8px;
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        white-space: nowrap;
        font-size: 11.5px;
        font-weight: 500;
        padding: 0 12px;
        /* hidden by default */
        opacity: 0;
        transform: translateY(6px);
        transition: opacity 0.4s ease, transform 0.4s ease;
        pointer-events: none;
    }

    /* Active item is fully visible and clickable */
    .top-bar-ticker-item.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    /* ---- Navbar ---- */
    .navbar-custom { top: 32px; }
    .navbar-logo   { height: 48px; width: auto; max-width: 130px; }
    .navbar-inner  { padding: 4px 0; }
    .navbar-mobile-right { gap: 8px; }
    .btn-track-nav-mobile { width: 34px; height: 34px; }

    /* ---- Hero ---- */
    .hero-section {
        min-height: auto;
        padding-top: 90px;
        padding-bottom: 28px;
    }
    .hero-layout {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }
    .hero-carousel-wrap { width: 100%; }
    .hero-carousel      { height: 260px; border-radius: 14px; }
    .hero-slide-content { padding: 22px 18px; }
    .hero-slide-badge   { font-size: 10px; padding: 4px 11px; margin-bottom: 12px; }
    .hero-title         { font-size: 22px; margin-bottom: 10px; }
    .hero-subtitle      { font-size: 13px; max-width: 100%; }
    .hero-dots          { margin-top: 12px; gap: 8px; }
    .hero-dot           { width: 8px; height: 8px; }
    .hero-dot.active    { width: 22px; }

    .hero-tracking-panel { width: 100%; }
    .hero-tracking-card  { padding: 0 18px 20px; border-radius: 16px; }
    .hero-tracking-accent { margin: 0 -18px 18px; }
    .hero-tracking-header { gap: 12px; margin-bottom: 16px; }
    .hero-tracking-icon-wrap { width: 42px; height: 42px; }
    .hero-tracking-icon-wrap svg { width: 18px; height: 18px; }
    .hero-tracking-title { font-size: 17px; }
    .hero-tracking-input { padding: 13px 36px; font-size: 13px; }
    .hero-btn-track      { padding: 13px 20px; font-size: 14px; }
    .hero-tracking-trust { gap: 12px; flex-wrap: wrap; }
    .hero-tracking-trust-item { font-size: 10.5px; }
    .hero-tracking-divider { margin: 16px 0; }

    /* ---- Stats ---- */
    .stats-section { padding: 28px 0; }
    .stat-number   { font-size: 24px; }
    .stat-label    { font-size: 10px; letter-spacing: .03em; }

    /* ---- About ---- */
    .about-section  { padding: 44px 0; }
    .about-layout   { grid-template-columns: 1fr; gap: 28px; }
    .about-img-main { height: 240px; }
    .about-img-accent { display: none; }
    .about-experience-badge {
        bottom: -12px; left: 12px;
        padding: 12px 16px; gap: 10px;
        border-radius: 12px;
    }
    .about-exp-number { font-size: 22px; }
    .about-exp-text   { font-size: 10px; }
    .about-title  { font-size: 22px; }
    .about-desc   { font-size: 14px; line-height: 1.6; }
    .about-highlights { gap: 8px; margin-bottom: 22px; }
    .about-highlight-item { padding: 10px 12px; gap: 12px; }
    .about-highlight-icon { width: 34px; height: 34px; }
    .about-highlight-icon svg { width: 16px; height: 16px; }
    .about-highlight-title { font-size: 12.5px; }
    .about-highlight-desc  { font-size: 11px; }
    .about-cta {
        padding: 12px 24px;
        font-size: 13px;
        width: 100%;
        justify-content: center;
    }

    /* ---- Why Choose Us ---- */
    .iconrow-section  { padding: 40px 0; }
    .iconrow-header   { margin-bottom: 28px; }
    .iconrow-tag      { font-size: 11px; margin-bottom: 8px; }
    .iconrow-title    { font-size: 22px; }
    /* horizontal scroll row on mobile */
    .iconrow-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        padding-bottom: 6px;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .iconrow-grid::-webkit-scrollbar { display: none; }
    .iconrow-item {
        flex: 0 0 140px;
        max-width: 140px;
        padding: 16px 12px;
        text-align: center;
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 12px;
    }
    .iconrow-circle {
        margin: 0 auto 10px;
        width: 44px; height: 44px;
    }
    .iconrow-circle svg { width: 20px; height: 20px; }
    .iconrow-label { font-size: 12px; margin-bottom: 4px; }
    .iconrow-desc  { font-size: 11px; }

    /* ---- Section defaults ---- */
    .section-subtitle { font-size: 11px; }
    .section-title    { font-size: 22px; }
    .section-padding  { padding: 44px 0; }

    /* ---- Our Expertise / Services ---- */

    /* Section header */
    .section-padding.bg-white-custom { padding: 36px 0; }
    .explore-link { font-size: 13px; }

    /* Stack cards vertically, each full width */
    .services-accordion {
        flex-direction: column;
        height: auto;
        gap: 12px;
    }

    /* Every card: full width, rounded, relative positioned */
    .svc-card {
        flex: none !important;
        width: 100%;
        min-height: auto;
        border-radius: 16px;
        overflow: hidden;
        transition: none;
    }

    /* Background always covers the full card */
    .svc-card-bg {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        transform: none !important; /* no scale effect on mobile */
    }

    /* Overlay — consistent on all cards */
    .svc-overlay {
        background: linear-gradient(to top, rgba(0,6,19,.85) 0%, rgba(0,6,19,.45) 60%, rgba(0,6,19,.25) 100%) !important;
    }

    /* ── Inactive card: compact strip with badge + title + chevron ── */
    .svc-card:not(.svc-active) {
        height: 90px;
    }
    .svc-card:not(.svc-active) .svc-content {
        writing-mode: horizontal-tb !important;
        text-orientation: initial !important;
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 5px;
        padding: 0 50px 0 18px; /* right side space for chevron */
        height: 100%;
    }
    /* Chevron — absolutely positioned on the right */
    .svc-card:not(.svc-active) .svc-content::after {
        content: '';
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
        height: 22px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.65)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
    }
    /* Badge — small pill above the title */
    .svc-card:not(.svc-active) .svc-badge {
        display: inline-block;
        font-size: 9px;
        padding: 3px 9px;
        border-radius: 5px;
        letter-spacing: .05em;
        margin-bottom: 0;
        white-space: nowrap;
    }
    .svc-card:not(.svc-active) .svc-title {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
        max-width: 100%;
    }
    .svc-card:not(.svc-active) .svc-desc { display: none; }
    .svc-card:not(.svc-active) .svc-link { display: none; }

    /* ── Active card: full expanded content ── */
    .svc-card.svc-active {
        height: auto;
        min-height: 300px;
    }
    .svc-card.svc-active .svc-content {
        writing-mode: horizontal-tb !important;
        text-orientation: initial !important;
        position: absolute;
        bottom: 0; left: 0; right: 0;
        padding: 24px 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: auto;
    }
    .svc-card.svc-active .svc-badge {
        font-size: 10px;
        padding: 4px 10px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .svc-card.svc-active .svc-title {
        font-size: 20px;
        white-space: normal;
        margin-bottom: 8px;
    }
    .svc-card.svc-active .svc-desc {
        font-size: 13px;
        max-height: 100px;
        opacity: 1;
        margin-bottom: 14px;
    }
    .svc-card.svc-active .svc-link {
        opacity: 1;
        transform: translateY(0);
        font-size: 13px;
    }
    /* Up-chevron on active card */
    .svc-card.svc-active .svc-content::after {
        display: none;
    }

    /* ================================================================
       PROCESS — "From Booking to Doorstep"
       Mobile: 2×2 grid of full-width cards
       Each card = step number + icon + title + desc
       Desktop is untouched (all styles here are max-width: 767px)
       ================================================================ */
    .process-section { padding: 40px 0 48px; }
    .process-title   { font-size: 22px; margin-bottom: 28px; }

    /* Hide the original horizontal layout (icons row + line) */
    .process-icons { display: none; }
    .process-line  { display: none; }

    /* Labels become a 2×2 grid */
    .process-labels {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin: 0;
    }

    /* Each step = a solid glass card */
    .process-label-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 18px 22px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 16px;
        text-align: left;
        position: relative;
        overflow: hidden;
        transition: background 0.3s ease, border-color 0.3s ease;
    }

    /* Green top accent line — hidden by default, lit when active */
    .process-label-item::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 3px;
        background: var(--cargo-green);
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    /* Step number — large, top-left */
    .process-label-num {
        font-family: 'Manrope', sans-serif;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--cargo-green);
        opacity: 0.5;
        margin-bottom: 14px;
        display: block;
        transition: opacity 0.4s ease;
    }

    /* Title */
    .process-label-title {
        font-family: 'Manrope', sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 6px;
        line-height: 1.3;
        transition: color 0.4s ease;
    }

    /* Description */
    .process-label-desc {
        font-size: 11.5px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.28);
        margin: 0;
        transition: color 0.4s ease;
    }

    /* ── Active card highlight animations ── */
    /* Card 1 */
    .process-label-item:nth-child(1) { animation: cardBgA 5s linear infinite; }
    .process-label-item:nth-child(1) .process-label-num   { animation: cardNumA 5s linear infinite; }
    .process-label-item:nth-child(1) .process-label-title { animation: textA 5s linear infinite; }
    .process-label-item:nth-child(1) .process-label-desc  { animation: cardDescA 5s linear infinite; }

    /* Card 2 */
    .process-label-item:nth-child(2) { animation: cardBgB 5s linear infinite; }
    .process-label-item:nth-child(2) .process-label-num   { animation: cardNumB 5s linear infinite; }
    .process-label-item:nth-child(2) .process-label-title { animation: textB 5s linear infinite; }
    .process-label-item:nth-child(2) .process-label-desc  { animation: cardDescB 5s linear infinite; }

    /* Card 3 */
    .process-label-item:nth-child(3) { animation: cardBgC 5s linear infinite; }
    .process-label-item:nth-child(3) .process-label-num   { animation: cardNumC 5s linear infinite; }
    .process-label-item:nth-child(3) .process-label-title { animation: textC 5s linear infinite; }
    .process-label-item:nth-child(3) .process-label-desc  { animation: cardDescC 5s linear infinite; }

    /* Card 4 */
    .process-label-item:nth-child(4) { animation: cardBgD 5s linear infinite; }
    .process-label-item:nth-child(4) .process-label-num   { animation: cardNumD 5s linear infinite; }
    .process-label-item:nth-child(4) .process-label-title { animation: textD 5s linear infinite; }
    .process-label-item:nth-child(4) .process-label-desc  { animation: cardDescD 5s linear infinite; }

    /* Card background glow */
    @keyframes cardBgA {
        0%,15%  { background: rgba(140,198,63,.1); border-color: rgba(140,198,63,.3); }
        25%,100%{ background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.08); }
    }
    @keyframes cardBgB {
        0%,25%  { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.08); }
        30%,50% { background: rgba(140,198,63,.1); border-color: rgba(140,198,63,.3); }
        60%,100%{ background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.08); }
    }
    @keyframes cardBgC {
        0%,50%  { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.08); }
        55%,75% { background: rgba(140,198,63,.1); border-color: rgba(140,198,63,.3); }
        85%,100%{ background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.08); }
    }
    @keyframes cardBgD {
        0%,75%  { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.08); }
        80%,100%{ background: rgba(140,198,63,.1); border-color: rgba(140,198,63,.3); }
    }

    /* Step number opacity */
    @keyframes cardNumA {
        0%,15%  { opacity: 1; }
        25%,100%{ opacity: 0.5; }
    }
    @keyframes cardNumB {
        0%,25%  { opacity: 0.5; }
        30%,50% { opacity: 1; }
        60%,100%{ opacity: 0.5; }
    }
    @keyframes cardNumC {
        0%,50%  { opacity: 0.5; }
        55%,75% { opacity: 1; }
        85%,100%{ opacity: 0.5; }
    }
    @keyframes cardNumD {
        0%,75%  { opacity: 0.5; }
        80%,100%{ opacity: 1; }
    }

    /* Description colour */
    @keyframes cardDescA {
        0%,15%  { color: rgba(255,255,255,.6); }
        25%,100%{ color: rgba(255,255,255,.28); }
    }
    @keyframes cardDescB {
        0%,25%  { color: rgba(255,255,255,.28); }
        30%,50% { color: rgba(255,255,255,.6); }
        60%,100%{ color: rgba(255,255,255,.28); }
    }
    @keyframes cardDescC {
        0%,50%  { color: rgba(255,255,255,.28); }
        55%,75% { color: rgba(255,255,255,.6); }
        85%,100%{ color: rgba(255,255,255,.28); }
    }
    @keyframes cardDescD {
        0%,75%  { color: rgba(255,255,255,.28); }
        80%,100%{ color: rgba(255,255,255,.6); }
    }

    /* ---- Coverage ---- */
    .coverage-section { padding: 44px 0; }
    .coverage-layout  { grid-template-columns: 1fr; gap: 28px; }
    .coverage-tag     { font-size: 11px; margin-bottom: 8px; }
    .coverage-title   { font-size: 22px; }
    .coverage-desc    { font-size: 14px; margin-bottom: 22px; }
    .coverage-regions { grid-template-columns: 1fr 1fr; gap: 8px; }
    .coverage-region  { padding: 10px 12px; }
    .coverage-region-icon { width: 30px; height: 30px; }
    .coverage-region-name { font-size: 12px; }
    .coverage-region-sub  { font-size: 11px; }
    .coverage-map { order: -1; }
    .map-image    { max-width: 260px; }

    /* ---- Testimonials ---- */
    .testimonial-card { padding: 20px; }
    .testimonial-text { font-size: 13px; margin-bottom: 16px; }
    .quote-icon { width: 32px; height: 32px; top: 12px; right: 12px; }
    .testimonial-author { gap: 12px; padding-top: 12px; }
    .author-avatar { width: 40px; height: 40px; }
    .author-name { font-size: 14px; }
    .author-role { font-size: 11px; }

    /* ---- Service Pages (Mobile) ---- */
    .service-detail-wrap {
        flex-direction: column;
    }

    .service-detail-sidebar {
        width: 100%;
    }

    .service-tracking-card,
    .service-nav-card {
        padding: 20px;
    }

    .service-tracking-trust {
        gap: 8px;
    }

    .service-tracking-trust-item {
        font-size: 9.5px;
        gap: 3px;
    }

    .service-tracking-trust-item svg {
        width: 12px;
        height: 12px;
    }

    .service-tracking-pulse {
        display: none;
    }

    /* ---- Tracking Bar (Mobile) ---- */
    .tracking-bar-section {
        margin-top: -44px;
        margin-bottom: 12px;
    }
    .tracking-bar-card {
        flex-direction: column;
        align-items: stretch;
        padding: 20px 20px 22px;
        gap: 16px;
        border-radius: 16px;
    }
    .tracking-bar-left {
        gap: 12px;
    }
    .tracking-bar-icon-wrap {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }
    .tracking-bar-icon-wrap svg {
        width: 20px;
        height: 20px;
    }
    .tracking-bar-title {
        font-size: 15px;
    }
    .tracking-bar-desc {
        font-size: 12px;
    }
    .tracking-bar-form {
        flex-direction: column;
        gap: 10px;
    }
    .tracking-bar-input {
        padding: 13px 14px 13px 40px;
        font-size: 13px;
    }
    .tracking-bar-btn {
        width: 100%;
        justify-content: center;
        padding: 13px 20px;
        font-size: 14px;
    }

    /* ---- Service Template (Mobile) ---- */
    .svc-hero { padding: 120px 0 70px; min-height: auto; }
    .svc-hero-title { font-size: 26px; }
    .svc-hero-desc { font-size: 14px; line-height: 1.6; }
    .svc-hero-badge { font-size: 10px; padding: 4px 12px; margin-bottom: 14px; }
    .svc-breadcrumb { font-size: 11px; margin-bottom: 16px; gap: 6px; }
    .svc-overview { padding: 48px 0; }
    .svc-overview-tag { font-size: 11px; }
    .svc-overview-title { font-size: 24px; }
    .svc-overview-desc { font-size: 14px; margin-bottom: 20px; }
    .svc-overview-list li { font-size: 13px; gap: 10px; }
    .svc-overview-grid { grid-template-columns: 1fr; gap: 32px; }
    .svc-overview-visual { width: 100%; }
    .svc-overview-img { height: 240px; width: 100%; border-radius: 16px; background-size: cover; background-position: center; }
    .svc-overview-badge { position: relative; bottom: auto; right: auto; margin-top: 12px; display: inline-flex; width: 100%; padding: 14px 18px; border-radius: 14px; box-shadow: 0 4px 16px rgba(0,0,0,0.10); }
    .svc-overview-badge-icon { width: 40px; height: 40px; flex-shrink: 0; }
    .svc-overview-badge-num { font-size: 20px; }
    .svc-features { padding: 48px 0; }
    .svc-features-header { margin-bottom: 32px; }
    .svc-features-tag { font-size: 11px; }
    .svc-features-title { font-size: 24px; }
    .svc-features-grid { grid-template-columns: 1fr; gap: 14px; }
    .svc-feature-card { padding: 22px 18px; border-radius: 16px; }
    .svc-feature-icon { width: 48px; height: 48px; border-radius: 14px; margin-bottom: 16px; }
    .svc-feature-icon svg { width: 22px; height: 22px; }
    .svc-feature-title { font-size: 15px; margin-bottom: 6px; }
    .svc-feature-desc { font-size: 13px; }
    .svc-process { padding: 48px 0; }
    .svc-process-header { margin-bottom: 36px; }
    .svc-process-tag { font-size: 11px; }
    .svc-process-title { font-size: 24px; }
    .svc-process-timeline { gap: 20px; padding: 0 8px; }
    .svc-process-step { max-width: 100px; }
    .svc-process-num { width: 52px; height: 52px; border-radius: 14px; }
    .svc-process-num svg { width: 20px; height: 20px; }
    .svc-process-label { font-size: 11px; }
    .svc-process-desc { font-size: 10px; }
    .svc-why { padding: 48px 0; }
    .svc-why-header { margin-bottom: 32px; }
    .svc-why-tag { font-size: 11px; }
    .svc-why-title { font-size: 24px; }
    .svc-why-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .svc-why-card { padding: 20px 14px; border-radius: 16px; }
    .svc-why-icon { width: 44px; height: 44px; border-radius: 12px; }
    .svc-why-icon svg { width: 20px; height: 20px; }
    .svc-why-num { font-size: 16px; }
    .svc-why-label { font-size: 11px; }
    .svc-industries { padding: 48px 0; }
    .svc-industries-header { margin-bottom: 32px; }
    .svc-industries-tag { font-size: 11px; }
    .svc-industries-title { font-size: 24px; }
    .svc-industries-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .svc-industry-card { padding: 18px 12px; border-radius: 14px; }
    .svc-industry-icon { width: 40px; height: 40px; border-radius: 10px; }
    .svc-industry-icon svg { width: 18px; height: 18px; }
    .svc-industry-name { font-size: 11px; }
    .svc-stats { padding: 48px 0; }
    .svc-stats-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .svc-stat-item { padding: 16px 12px; }
    .svc-stat-number { font-size: 30px; }
    .svc-stat-label { font-size: 11px; }
    .svc-faq { padding: 48px 0; }
    .svc-faq-grid { display: flex; flex-direction: column; gap: 24px; }
    .svc-faq-left { position: static; text-align: center; padding: 28px 20px; background: var(--svc-surface); border-radius: var(--svc-radius); border: 1px solid var(--svc-border); }
    .svc-faq-tag { font-size: 11px; }
    .svc-faq-title { font-size: 24px; margin-bottom: 12px; }
    .svc-faq-desc { font-size: 14px; margin-bottom: 20px; }
    .svc-faq-contact { padding: 12px 22px; font-size: 13px; width: 100%; justify-content: center; border-radius: 10px; }
    .svc-faq-list { gap: 10px; }
    .svc-faq-item { border-radius: 14px; }
    .svc-faq-question { font-size: 13px; padding: 14px 16px; gap: 10px; line-height: 1.4; }
    .svc-faq-toggle { width: 28px; height: 28px; border-radius: 8px; flex-shrink: 0; }
    .svc-faq-toggle svg { width: 14px; height: 14px; }
    .svc-faq-answer-inner { padding: 0 16px 14px; font-size: 13px; line-height: 1.6; }
    .svc-related { padding: 48px 0; }
    .svc-related-header { margin-bottom: 32px; }
    .svc-related-tag { font-size: 11px; }
    .svc-related-title { font-size: 24px; }
    .svc-related-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .svc-related-img { height: 120px; }
    .svc-related-body { padding: 12px; }
    .svc-related-name { font-size: 13px; margin-bottom: 4px; }
    .svc-related-desc { font-size: 11px; margin-bottom: 10px; }
    .svc-related-link { font-size: 11px; gap: 4px; }
    .svc-related-link svg { width: 12px; height: 12px; }
    .svc-cta { padding: 48px 0; }
    .svc-cta-title { font-size: 22px; line-height: 1.2; }
    .svc-cta-desc { font-size: 14px; margin-bottom: 28px; }
    .svc-cta-buttons { flex-direction: column; gap: 12px; }
    .svc-cta-btn { padding: 14px 24px; font-size: 14px; width: 100%; justify-content: center; border-radius: 12px; }

    /* ---- About Page (Mobile) ---- */
    .about-hero { padding: 120px 0 70px; min-height: auto; }
    .about-hero-title { font-size: 26px; }
    .about-hero-desc { font-size: 14px; line-height: 1.6; }
    .about-hero-badge { font-size: 10px; padding: 4px 12px; margin-bottom: 14px; }
    .about-intro { padding: 48px 0; }
    .about-intro-grid { grid-template-columns: 1fr; gap: 32px; }
    .about-intro-visual { order: -1; padding: 14px 14px 28px; }
    .about-intro-tag { font-size: 11px; }
    .about-intro-title { font-size: 24px; }
    .about-intro-desc { font-size: 14px; }
    .about-intro-img { height: 260px; border-radius: 14px; }
    .about-intro-float-card { padding: 12px 16px; gap: 10px; border-radius: 10px; }
    .about-intro-float-num { font-size: 18px; }
    .about-intro-float-label { font-size: 10px; }
    .about-intro-float-1 { bottom: 0; left: 0; }
    .about-intro-float-2 { top: 0; right: 0; }
    .about-intro-stats { grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
    .about-intro-stat { padding: 16px; border-radius: 12px; }
    .about-intro-stat-num { font-size: 22px; }
    .about-intro-stat-label { font-size: 11px; }
    .about-story { padding: 48px 0; }
    .about-story-tag { font-size: 11px; }
    .about-story-title { font-size: 24px; }
    .about-story-subtitle { font-size: 14px; max-width: 100%; }
    .about-story-header { margin-bottom: 40px; }
    .about-timeline { max-width: 100%; }
    .about-timeline-line { top: 0; bottom: 0; left: 20px; transform: none; width: 2px; }
    .about-timeline-item {
        display: block;
        margin-bottom: 20px;
        padding-left: 56px;
        position: relative;
    }
    .about-timeline-item .about-timeline-spacer { display: none; }
    .about-timeline-item:nth-child(even) .about-timeline-card,
    .about-timeline-item:nth-child(odd) .about-timeline-card {
        justify-self: stretch;
        margin: 0;
    }
    .about-timeline-item:nth-child(even) .about-timeline-dot,
    .about-timeline-item:nth-child(odd) .about-timeline-dot {
        position: absolute;
        left: 0;
        top: 2px;
        width: 40px;
        height: 40px;
        border-radius: 12px;
        justify-self: auto;
        align-self: auto;
        margin-top: 0;
    }
    .about-timeline-dot svg { width: 16px; height: 16px; }
    .about-timeline-card { padding: 20px; border-radius: 14px; }
    .about-timeline-year-badge { font-size: 12px; padding: 4px 12px; }
    .about-timeline-title { font-size: 16px; }
    .about-timeline-desc { font-size: 13px; }
    .about-services { padding: 48px 0; }
    .about-services-tag { font-size: 11px; }
    .about-services-title { font-size: 24px; }
    .about-services-grid { grid-template-columns: 1fr; gap: 14px; }
    .about-service-card { padding: 24px 20px; }
    .about-service-icon { width: 52px; height: 52px; border-radius: 14px; }
    .about-service-icon svg { width: 24px; height: 24px; }
    .about-service-name { font-size: 15px; }
    .about-service-desc { font-size: 13px; }
    .about-why { padding: 48px 0; }
    .about-why-tag { font-size: 11px; }
    .about-why-title { font-size: 24px; }
    .about-why-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .about-why-card { padding: 24px 16px; }
    .about-why-icon { width: 52px; height: 52px; border-radius: 14px; }
    .about-why-icon svg { width: 24px; height: 24px; }
    .about-why-title-text { font-size: 14px; }
    .about-why-desc { font-size: 12px; }
    .about-mvs { padding: 48px 0; }
    .about-mvs-tag { font-size: 11px; }
    .about-mvs-title { font-size: 24px; }
    .about-mvs-grid { grid-template-columns: 1fr; gap: 16px; max-width: 100%; }
    .about-mvs-card { padding: 28px 20px; border-radius: 16px; box-shadow: 0 8px 30px rgba(0,0,0,0.12); }
    .about-mvs-icon { width: 52px; height: 52px; border-radius: 14px; margin-bottom: 16px; }
    .about-mvs-icon svg { width: 28px; height: 28px; }
    .about-mvs-card-title { font-size: 17px; margin-bottom: 10px; }
    .about-mvs-card-desc { font-size: 13px; line-height: 1.65; }
    .about-strengths { padding: 48px 0; }
    .about-strengths-tag { font-size: 11px; }
    .about-strengths-title { font-size: 24px; }
    .about-strengths-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .about-strength-item { padding: 14px 12px; font-size: 12px; gap: 8px; }
    .about-strength-check { width: 28px; height: 28px; border-radius: 7px; }
    .about-strength-check svg { width: 14px; height: 14px; }
    .about-process { padding: 48px 0; }
    .about-process-tag { font-size: 11px; }
    .about-process-title { font-size: 24px; }
    .about-process-timeline { gap: 16px; }
    .about-process-step { max-width: 100px; }
    .about-process-num { width: 52px; height: 52px; border-radius: 14px; }
    .about-process-num svg { width: 20px; height: 20px; }
    .about-process-label { font-size: 11px; }
    .about-reach { padding: 48px 0; }
    .about-reach-tag { font-size: 11px; }
    .about-reach-title { font-size: 24px; }
    .about-reach-desc { font-size: 14px; }
    .about-reach-stats { grid-template-columns: 1fr 1fr; gap: 16px; }
    .about-reach-stat { padding: 16px 12px; }
    .about-reach-stat-number { font-size: 32px; }
    .about-reach-stat-label { font-size: 12px; }
    .about-commitment { padding: 48px 0; }
    .about-commitment-tag { font-size: 11px; }
    .about-commitment-title { font-size: 24px; }
    .about-commitment-desc { font-size: 14px; }
    .about-commitment-grid { grid-template-columns: 1fr; gap: 20px; max-width: 100%; }
    .about-commitment-card { gap: 14px; }
    .about-commitment-icon { width: 40px; height: 40px; border-radius: 10px; }
    .about-commitment-icon svg { width: 20px; height: 20px; }
    .about-commitment-name { font-size: 14px; }
    .about-commitment-desc-text { font-size: 13px; }

    /* ---- Contact Page (Mobile) ---- */
    .ct-hero { padding: 140px 0 60px; min-height: 320px; }
    .ct-hero-title { font-size: 30px; }
    .ct-hero-desc { font-size: 14px; }
    .ct-main { padding: 48px 0; }
    .ct-main-grid { grid-template-columns: 1fr; }
    .ct-main-form { padding: 24px; }
    .ct-main-title { font-size: 22px; }
    .ct-main-subtitle { font-size: 13px; margin-bottom: 20px; }
    .ct-form-row { grid-template-columns: 1fr; gap: 12px; }
    .ct-form-group { margin-bottom: 12px; }
    .ct-form-group:last-of-type { margin-bottom: 20px; }
    .ct-form-btn { padding: 14px 28px; }
    .ct-main-info { padding: 24px; order: -1; }
    .ct-main-info-title { font-size: 20px; margin-bottom: 20px; }
    .ct-main-info-block { padding: 14px 0; gap: 12px; }
    .ct-main-info-icon { width: 36px; height: 36px; border-radius: 10px; }
    .ct-main-info-label { font-size: 13px; }
    .ct-main-info-block a, .ct-main-info-block p { font-size: 13px; }
    .ct-map { padding: 48px 0; }
    .ct-map-wrapper { border-radius: 16px; }
    .ct-map-wrapper iframe { height: 280px; }

    /* ---- Enquiry Page (Mobile) ---- */
    .eq-hero { padding: 140px 0 80px; min-height: 320px; }
    .eq-hero-title { font-size: 30px; }
    .eq-hero-desc { font-size: 14px; }
    .eq-form-section { margin-top: -40px; padding-bottom: 48px; }
    .eq-form-card { padding: 28px 20px; border-radius: 16px; }
    .eq-form-title { font-size: 22px; }
    .eq-form-subtitle { font-size: 13px; margin-bottom: 24px; }
    .eq-form-row { grid-template-columns: 1fr; gap: 12px; }
    .eq-form-group { margin-bottom: 0; }
    .eq-form-btn { padding: 14px 28px; }

    /* ---- Pickup Page (Mobile) ---- */
    .pk-hero { padding: 140px 0 80px; min-height: 320px; }
    .pk-hero-title { font-size: 30px; }
    .pk-hero-desc { font-size: 14px; }
    .pk-form-section { margin-top: -40px; padding-bottom: 48px; }
    .pk-form-card { padding: 28px 20px; border-radius: 16px; }
    .pk-form-title { font-size: 22px; }
    .pk-form-subtitle { font-size: 13px; margin-bottom: 24px; }
    .pk-form-row { grid-template-columns: 1fr; gap: 12px; }
    .pk-form-group { margin-bottom: 0; }
    .pk-form-btn { padding: 14px 28px; }

    /* ---- Tracking Bar (Mobile stacked) ---- */
    .tracking-bar-card { flex-direction: column; align-items: stretch; gap: 16px; padding: 20px; }
    .tracking-bar-left { justify-content: center; text-align: center; }
    .tracking-bar-form { flex-direction: column; gap: 10px; }
    .tracking-bar-btn { width: 100%; justify-content: center; }

    /* ---- Footer ---- */
    .footer-section { padding: 32px 0 30px; }
    .footer-logo    { height: 38px; }
    .footer-about   { font-size: 14px; color: #fff;}
    .footer-heading { font-size: 15px; }
    .footer-link    { font-size: 13px; color: #fff; }
     .footer-link:hover    { font-size: 13px; color: #a1c42e; }
    .footer-contact-item { font-size: 13px; color: #fff;}
    .footer-contact-item:hover { font-size: 13px; color: #a1c42e;}
    .footer-bottom  { margin-top: 32px; padding-top: 20px; font-size: 12px; color: #fff; }

    /* ---- Tracking Page (Mobile) ---- */
    .tk-hero { padding: 120px 0 70px; min-height: 300px; }
    .tk-hero-title { font-size: 30px; }
    .tk-hero-desc { font-size: 15px; }
    .tk-main { padding: 40px 0 60px; }
    .tk-card { margin-top: -32px; padding: 0 20px 24px; border-radius: 16px; }
    .tk-card-accent { margin: 0 -20px 20px; }
    .tk-card-icon-wrap { width: 48px; height: 48px; border-radius: 14px; }
    .tk-card-title { font-size: 20px; }
    .tk-type-tabs { flex-wrap: wrap; }
    .tk-type-tab { padding: 8px 6px; font-size: 12px; }
    .tk-input { padding: 14px 44px 14px 46px; font-size: 14px; }
    .tk-btn-track { padding: 14px 32px; font-size: 15px; border-radius: 12px; }
    .tk-card-trust { gap: 16px; flex-wrap: wrap; justify-content: center; }
    .tk-result-header { padding: 16px 18px; flex-wrap: wrap; }
    .tk-result-awb { font-size: 16px; }
    .tk-result-body { padding: 0 18px 18px; }
    .tk-status-banner { padding: 16px 18px; gap: 12px; }
    .tk-status-banner-icon { width: 40px; height: 40px; border-radius: 12px; }
    .tk-status-banner-icon svg { width: 20px; height: 20px; }
    .tk-status-banner-text { font-size: 18px; }
    .tk-info-cards { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .tk-info-card { padding: 16px 10px; }
    .tk-info-card-icon { width: 38px; height: 38px; border-radius: 10px; }
    .tk-info-card-icon svg { width: 18px; height: 18px; }
    .tk-info-card-value { font-size: 14px; }
    .tk-detail-grid { grid-template-columns: 1fr; gap: 10px; }
    .tk-detail-item { padding: 10px 12px; }
    .tk-how { padding: 60px 0; }
    .tk-how-title { font-size: 28px; }
    .tk-how-steps { flex-direction: column; align-items: center; gap: 12px; }
    .tk-how-step { max-width: 100%; padding: 28px 20px; }
    .tk-how-step-arrow { transform: rotate(90deg); }
    .tk-help { padding: 0 0 60px; }
    .tk-help-card { flex-direction: column; text-align: center; padding: 28px 20px; gap: 20px; }
    .tk-help-actions { justify-content: center; flex-wrap: wrap; }
    .tk-help-visual { display: none; }

    /* ---- Hero Tracking Results (Mobile) ---- */
    .hero-result-card { padding: 18px; border-radius: 14px; }
    .hero-result-awb { font-size: 14px; }
    .hero-result-badge { font-size: 11px; padding: 3px 12px; }
    .hero-result-row { padding: 7px 0; }
    .hero-result-label { font-size: 11px; }
    .hero-result-value { font-size: 13px; }
    .hero-result-view-btn { padding: 10px 18px; font-size: 13px; }

    /* ---- Service Tracking Results (Mobile) ---- */
    .svc-result-card { padding: 18px; border-radius: 14px; }
    .svc-result-awb { font-size: 14px; }
    .svc-result-badge { font-size: 11px; padding: 3px 12px; }
    .svc-result-row { padding: 7px 0; }
    .svc-result-label { font-size: 11px; }
    .svc-result-value { font-size: 13px; }
    .svc-result-view-btn { padding: 10px 18px; font-size: 13px; }
}

/* ============================================================
   SMALL MOBILE  max 480px
   ============================================================ */
@media (max-width: 480px) {

    /* ---- Navbar ---- */
    .navbar-custom { top: 33px; }
    .navbar-logo   { height: 65px; max-width: 140px; }
    .navbar-collapse { width: min(270px, 88vw); }
    .navbar-collapse::before { padding: 16px 20px 14px; font-size: 10px; }

    /* ---- Hero ---- */
    .hero-section  { padding-top: 82px; padding-bottom: 20px; }
    .hero-carousel { height: 200px; border-radius: 12px; }
    .hero-slide-content { padding: 18px 14px; }
    .hero-slide-badge   { font-size: 9px; padding: 3px 9px; margin-bottom: 8px; }
    .hero-title    { font-size: 18px; margin-bottom: 8px; }
    .hero-subtitle { font-size: 11px; line-height: 1.4; }

    .hero-tracking-card   { padding: 0 14px 16px; border-radius: 14px; }
    .hero-tracking-accent { margin: 0 -14px 14px; }
    .hero-tracking-header { gap: 10px; margin-bottom: 12px; }
    .hero-tracking-icon-wrap { width: 36px; height: 36px; }
    .hero-tracking-icon-wrap svg { width: 16px; height: 16px; }
    .hero-tracking-pulse  { display: none; }
    .hero-tracking-title  { font-size: 15px; }
    .hero-tracking-input  { padding: 11px 30px; font-size: 12px; }
    .hero-btn-track       { padding: 11px 14px; font-size: 13px; }
    .hero-tracking-trust  { gap: 8px; }
    .hero-tracking-trust-item { font-size: 9.5px; gap: 3px; }
    .hero-tracking-trust-item svg { width: 12px; height: 12px; }
    .hero-tracking-divider { margin: 12px 0; }

    /* ---- About badge repositioned ---- */
    .about-img-main { height: 200px; }
    .about-experience-badge {
        position: relative;
        bottom: auto; left: auto;
        display: inline-flex;
        margin-top: 12px;
    }

    /* ---- Why Choose Us: 2 columns on xs ---- */
    .iconrow-grid {
        flex-wrap: wrap;
        overflow-x: visible;
    }
    .iconrow-item {
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }

    /* ---- Coverage ---- */
    .coverage-regions { grid-template-columns: 1fr; }
    .coverage-region  { padding: 10px 12px; }
    .map-image        { max-width: 220px; }

    /* ---- Process cards on small screens ---- */
    .process-labels      { gap: 10px; }
    .process-label-item  { padding: 16px 14px 18px; border-radius: 14px; }
    .process-label-num   { font-size: 10px; margin-bottom: 10px; }
    .process-label-title { font-size: 13px; }
    .process-label-desc  { font-size: 11px; }

    /* ---- Services on small screens ---- */
    .svc-card:not(.svc-active) { height: 90px; }
    .svc-card:not(.svc-active) .svc-title { font-size: 13px; }
    .svc-card:not(.svc-active) .svc-badge { font-size: 8px; padding: 2px 8px; }
    .svc-card.svc-active { min-height: 260px; }
    .svc-card.svc-active .svc-title { font-size: 18px; }

    /* ---- Service Pages (Small Mobile) ---- */
    .service-detail-image { height: 260px; }
    .service-cta-title { font-size: 24px; }
    .service-highlight-item { padding: 12px 14px; }
    .service-highlight-icon { width: 36px; height: 36px; }
    .service-highlight-title { font-size: 13px; }
    .service-highlight-desc { font-size: 11.5px; }
    .benefit-card { padding: 24px 20px; }
    .benefit-number { font-size: 36px; }
    .benefit-icon { width: 44px; height: 44px; }
    .benefit-title { font-size: 15px; }
    .benefit-desc { font-size: 13px; }
    .btn-primary-custom,
    .btn-outline-custom { width: 100%; justify-content: center; }

    /* ---- Tracking Bar (Small Mobile) ---- */
    .tracking-bar-section { margin-top: -38px; }
    .tracking-bar-card { padding: 16px; gap: 12px; }
    .tracking-bar-icon-wrap { width: 38px; height: 38px; }
    .tracking-bar-icon-wrap svg { width: 18px; height: 18px; }
    .tracking-bar-title { font-size: 14px; }
    .tracking-bar-desc { font-size: 11px; }
    .tracking-bar-input { padding: 12px 12px 12px 36px; font-size: 12px; }

    /* ---- Service Template (Small Mobile) ---- */
    .svc-hero { padding: 100px 0 60px; }
    .svc-hero-title { font-size: 22px; }

    /* ---- About Page (Small Mobile) ---- */
    .about-hero { padding: 100px 0 60px; }
    .about-hero-title { font-size: 22px; }
    .about-hero-desc { font-size: 13px; }
    .about-hero-badge { font-size: 9px; padding: 3px 10px; gap: 4px; }
    .about-intro { padding: 36px 0; }
    .about-intro-title { font-size: 20px; }
    .about-intro-desc { font-size: 13px; }
    .about-intro-img { height: 200px; }
    .about-intro-float-card { padding: 10px 12px; gap: 8px; }
    .about-intro-float-num { font-size: 16px; }
    .about-intro-float-label { font-size: 9px; }
    .about-intro-float-card svg { width: 18px; height: 18px; }
    .about-intro-stats { gap: 10px; }
    .about-intro-stat-num { font-size: 18px; }
    .about-intro-stat-label { font-size: 10px; }
    .about-story { padding: 36px 0; }
    .about-story-title { font-size: 20px; }
    .about-story-subtitle { font-size: 13px; }
    .about-story-header { margin-bottom: 32px; }
    .about-timeline-line { left: 16px; width: 2px; }
    .about-timeline-item { padding-left: 46px; margin-bottom: 16px; }
    .about-timeline-item:nth-child(even) .about-timeline-dot,
    .about-timeline-item:nth-child(odd) .about-timeline-dot {
        left: 0;
        top: 2px;
        width: 34px;
        height: 34px;
        border-radius: 10px;
        border-width: 2px;
    }
    .about-timeline-dot svg { width: 14px; height: 14px; }
    .about-timeline-card { padding: 16px 14px; border-radius: 12px; }
    .about-timeline-year-badge { font-size: 11px; padding: 3px 10px; }
    .about-timeline-title { font-size: 14px; }
    .about-timeline-desc { font-size: 12px; }
    .about-timeline-tag-item { font-size: 11px; padding: 4px 10px; }
    .about-services { padding: 36px 0; }
    .about-services-title { font-size: 20px; }
    .about-service-card { padding: 20px 16px; }
    .about-service-icon { width: 44px; height: 44px; border-radius: 12px; }
    .about-service-icon svg { width: 22px; height: 22px; }
    .about-service-name { font-size: 14px; }
    .about-service-desc { font-size: 12px; }
    .about-why { padding: 36px 0; }
    .about-why-title { font-size: 20px; }
    .about-why-grid { gap: 10px; }
    .about-why-card { padding: 20px 14px; }
    .about-why-icon { width: 44px; height: 44px; border-radius: 12px; }
    .about-why-icon svg { width: 22px; height: 22px; }
    .about-why-title-text { font-size: 13px; }
    .about-why-desc { font-size: 11px; }
    .about-mvs { padding: 36px 0; }
    .about-mvs-title { font-size: 20px; }
    .about-mvs-grid { gap: 12px; max-width: 100%; }
    .about-mvs-card { padding: 24px 16px; border-radius: 14px; }
    .about-mvs-icon { width: 46px; height: 46px; border-radius: 12px; margin-bottom: 14px; }
    .about-mvs-icon svg { width: 24px; height: 24px; }
    .about-mvs-card-title { font-size: 15px; margin-bottom: 8px; }
    .about-mvs-card-desc { font-size: 12px; line-height: 1.6; }
    .about-strengths { padding: 36px 0; }
    .about-strengths-title { font-size: 20px; }
    .about-strengths-grid { gap: 8px; }
    .about-strength-item { padding: 12px 10px; font-size: 11px; }
    .about-strength-check { width: 26px; height: 26px; border-radius: 6px; }
    .about-strength-check svg { width: 13px; height: 13px; }
    .about-process { padding: 36px 0; }
    .about-process-title { font-size: 20px; }
    .about-process-timeline { gap: 12px; }
    .about-process-step { max-width: 80px; }
    .about-process-num { width: 44px; height: 44px; border-radius: 12px; }
    .about-process-num svg { width: 18px; height: 18px; }
    .about-process-label { font-size: 10px; }
    .about-reach { padding: 36px 0; }
    .about-reach-title { font-size: 20px; }
    .about-reach-desc { font-size: 13px; }
    .about-reach-stats { gap: 12px; }
    .about-reach-stat { padding: 14px 8px; }
    .about-reach-stat-number { font-size: 28px; }
    .about-reach-stat-label { font-size: 11px; }
    .about-commitment { padding: 36px 0; }
    .about-commitment-title { font-size: 20px; }
    .about-commitment-desc { font-size: 13px; }
    .about-commitment-grid { gap: 16px; justify-items: stretch; }
    .about-commitment-card { gap: 12px; padding: 14px; }
    .about-commitment-icon { width: 36px; height: 36px; border-radius: 8px; }
    .about-commitment-icon svg { width: 18px; height: 18px; }
    .about-commitment-name { font-size: 13px; }
    .about-commitment-desc-text { font-size: 12px; }
    .svc-hero-desc { font-size: 13px; }
    .svc-hero-badge { font-size: 9px; padding: 3px 10px; gap: 4px; }
    .svc-hero-badge svg { width: 11px; height: 11px; }
    .svc-breadcrumb { font-size: 10px; gap: 5px; }
    .svc-overview { padding: 36px 0; }
    .svc-overview-title { font-size: 20px; }
    .svc-overview-desc { font-size: 13px; }
    .svc-overview-list li { font-size: 12px; gap: 8px; }
    .svc-overview-list-icon { width: 20px; height: 20px; border-radius: 6px; }
    .svc-overview-list-icon svg { width: 12px; height: 12px; }
    .svc-overview-img { height: 200px; border-radius: 14px; }
    .svc-overview-badge { padding: 12px 14px; gap: 10px; width: 100%; position: relative; bottom: auto; right: auto; margin-top: 10px; }
    .svc-overview-badge-icon { width: 36px; height: 36px; border-radius: 10px; }
    .svc-overview-badge-num { font-size: 18px; }
    .svc-overview-badge-label { font-size: 11px; }
    .svc-features { padding: 36px 0; }
    .svc-features-title { font-size: 20px; }
    .svc-feature-card { padding: 18px 16px; }
    .svc-feature-icon { width: 42px; height: 42px; border-radius: 12px; margin-bottom: 14px; }
    .svc-feature-title { font-size: 14px; }
    .svc-feature-desc { font-size: 12px; }
    .svc-process { padding: 36px 0; }
    .svc-process-title { font-size: 20px; }
    .svc-process-timeline { gap: 14px; }
    .svc-process-step { max-width: 80px; }
    .svc-process-num { width: 44px; height: 44px; border-radius: 12px; }
    .svc-process-num svg { width: 18px; height: 18px; }
    .svc-process-label { font-size: 10px; margin-bottom: 2px; }
    .svc-process-desc { font-size: 9px; }
    .svc-why { padding: 36px 0; }
    .svc-why-title { font-size: 20px; }
    .svc-why-grid { gap: 10px; }
    .svc-why-card { padding: 18px 12px; }
    .svc-why-icon { width: 40px; height: 40px; border-radius: 10px; }
    .svc-why-icon svg { width: 18px; height: 18px; }
    .svc-why-num { font-size: 15px; }
    .svc-why-label { font-size: 10px; }
    .svc-industries { padding: 36px 0; }
    .svc-industries-title { font-size: 20px; }
    .svc-industries-grid { gap: 8px; }
    .svc-industry-card { padding: 14px 10px; border-radius: 12px; }
    .svc-industry-icon { width: 36px; height: 36px; border-radius: 10px; }
    .svc-industry-icon svg { width: 16px; height: 16px; }
    .svc-industry-name { font-size: 10px; }
    .svc-stats { padding: 36px 0; }
    .svc-stats-grid { gap: 10px; }
    .svc-stat-item { padding: 14px 8px; }
    .svc-stat-number { font-size: 26px; }
    .svc-stat-label { font-size: 10px; }
    .svc-faq { padding: 36px 0; }
    .svc-faq-grid { display: flex; flex-direction: column; gap: 20px; }
    .svc-faq-left { padding: 20px 16px; }
    .svc-faq-title { font-size: 20px; }
    .svc-faq-desc { font-size: 13px; margin-bottom: 16px; }
    .svc-faq-contact { padding: 11px 18px; font-size: 12px; }
    .svc-faq-list { gap: 8px; }
    .svc-faq-question { font-size: 12px; padding: 12px 14px; gap: 8px; }
    .svc-faq-toggle { width: 26px; height: 26px; border-radius: 7px; }
    .svc-faq-toggle svg { width: 12px; height: 12px; }
    .svc-faq-answer-inner { padding: 0 14px 12px; font-size: 12px; line-height: 1.55; }
    .svc-related { padding: 36px 0; }
    .svc-related-title { font-size: 20px; }
    .svc-related-grid { gap: 10px; }
    .svc-related-img { height: 100px; }
    .svc-related-body { padding: 10px; }
    .svc-related-name { font-size: 12px; }
    .svc-related-desc { font-size: 10px; margin-bottom: 8px; }
    .svc-related-link { font-size: 10px; }
    .svc-cta { padding: 36px 0; }
    .svc-cta-title { font-size: 18px; }
    .svc-cta-desc { font-size: 12px; margin-bottom: 24px; }
    .svc-cta-btn { padding: 12px 20px; font-size: 13px; border-radius: 10px; }

    /* ---- Contact Page (Small Mobile) ---- */
    .ct-hero { padding: 120px 0 48px; min-height: 280px; }
    .ct-hero-title { font-size: 26px; }
    .ct-hero-desc { font-size: 13px; }
    .ct-main { padding: 36px 0; }
    .ct-main-form { padding: 20px 16px; border-radius: 16px; }
    .ct-main-title { font-size: 20px; }
    .ct-form-row { gap: 10px; }
    .ct-form-label { font-size: 12px; }
    .ct-input-icon { width: 38px; min-height: 38px; }
    .ct-input-icon svg { width: 16px; height: 16px; }
    .ct-form-btn { padding: 13px 24px; font-size: 14px; border-radius: 12px; }
    .ct-main-info { padding: 20px 16px; border-radius: 16px; }
    .ct-main-info-title { font-size: 18px; margin-bottom: 16px; }
    .ct-main-info-block { padding: 12px 0; gap: 10px; }
    .ct-main-info-icon { width: 32px; height: 32px; border-radius: 8px; }
    .ct-main-info-label { font-size: 12px; }
    .ct-main-info-block a, .ct-main-info-block p { font-size: 12px; }
    .ct-map { padding: 36px 0; }
    .ct-map-wrapper { border-radius: 14px; }
    .ct-map-wrapper iframe { height: 220px; }
    .ct-map-btn { padding: 12px 24px; font-size: 14px; border-radius: 12px; }

    /* ---- Enquiry Page (Small Mobile) ---- */
    .eq-hero { padding: 120px 0 64px; min-height: 280px; }
    .eq-hero-title { font-size: 26px; }
    .eq-hero-desc { font-size: 13px; }
    .eq-form-section { margin-top: -32px; padding-bottom: 36px; }
    .eq-form-card { padding: 24px 16px; border-radius: 14px; }
    .eq-form-title { font-size: 20px; }
    .eq-form-subtitle { font-size: 12px; margin-bottom: 20px; }
    .eq-form-label { font-size: 12px; }
    .eq-input-icon { width: 38px; min-height: 38px; }
    .eq-input-icon svg { width: 16px; height: 16px; }
    .eq-form-btn { padding: 13px 24px; font-size: 14px; border-radius: 12px; }

    /* ---- Pickup Page (Small Mobile) ---- */
    .pk-hero { padding: 120px 0 64px; min-height: 280px; }
    .pk-hero-title { font-size: 26px; }
    .pk-hero-desc { font-size: 13px; }
    .pk-form-section { margin-top: -32px; padding-bottom: 36px; }
    .pk-form-card { padding: 24px 16px; border-radius: 14px; }
    .pk-form-title { font-size: 20px; }
    .pk-form-subtitle { font-size: 12px; margin-bottom: 20px; }
    .pk-form-label { font-size: 12px; }
    .pk-input-icon { width: 38px; min-height: 38px; }
    .pk-input-icon svg { width: 16px; height: 16px; }
    .pk-form-btn { padding: 13px 24px; font-size: 14px; border-radius: 12px; }

    /* ---- Tracking Bar (Small Mobile stacked) ---- */
    .tracking-bar-section { margin-top: -38px; }
    .tracking-bar-card { padding: 14px; gap: 10px; }
    .tracking-bar-left { gap: 10px; }
    .tracking-bar-icon-wrap { width: 34px; height: 34px; border-radius: 10px; }
    .tracking-bar-icon-wrap svg { width: 16px; height: 16px; }
    .tracking-bar-title { font-size: 13px; }
    .tracking-bar-desc { font-size: 10px; }
    .tracking-bar-input { padding: 11px 11px 11px 32px; font-size: 12px; }

    /* ---- Tracking Page (Small Mobile) ---- */
    .tk-hero { padding: 110px 0 60px; min-height: 260px; }
    .tk-hero-title { font-size: 26px; }
    .tk-hero-desc { font-size: 13px; }
    .tk-card { padding: 0 16px 20px; }
    .tk-card-accent { margin: 0 -16px 16px; }
    .tk-type-tab span { display: none; }
    .tk-type-tab { padding: 10px; }
    .tk-input { font-size: 13px; padding: 12px 40px 12px 42px; }
    .tk-input-search-icon { width: 16px; height: 16px; left: 12px; }
    .tk-btn-track { padding: 13px 24px; font-size: 14px; }
    .tk-result-header { padding: 14px 16px; }
    .tk-result-awb { font-size: 15px; }
    .tk-status-banner { padding: 14px 16px; flex-direction: column; text-align: center; gap: 10px; }
    .tk-status-banner-info { align-items: center; }
    .tk-status-banner-text { font-size: 16px; }
    .tk-info-cards { grid-template-columns: 1fr 1fr; gap: 8px; }
    .tk-info-card { padding: 14px 8px; }
    .tk-info-card-value { font-size: 13px; }
    .tk-detail-grid { grid-template-columns: 1fr; gap: 8px; }
    .tk-detail-item { padding: 10px; }
    .tk-timeline { padding-left: 16px; }
    .tk-timeline-item { padding-left: 20px; }
    .tk-timeline-content { padding: 12px 14px; }
    .tk-timeline-header { flex-direction: column; gap: 4px; }
    .tk-timeline-activity { font-size: 12px; }
    .tk-timeline-datetime { font-size: 11px; }
    .tk-how-step { padding: 24px 16px; }
    .tk-how-step-icon { width: 52px; height: 52px; }
    .tk-help-card { padding: 24px 16px; }

    /* ---- Footer ---- */
    .footer-logo    { height: 122px; background-color: #fff; border-radius: 10px; }
    .footer-bottom  { font-size: 11px; }

    /* ---- Hero Tracking Results ---- */
    .hero-result-card { padding: 14px; border-radius: 12px; }
    .hero-result-awb { font-size: 13px; }
    .hero-result-badge { font-size: 10px; padding: 3px 10px; }
    .hero-result-row { flex-direction: column; align-items: flex-start; gap: 2px; padding: 6px 0; }
    .hero-result-label { font-size: 10px; }
    .hero-result-value { font-size: 12px; }
    .hero-result-view-btn { padding: 9px 14px; font-size: 12px; border-radius: 8px; }

    /* ---- Service Tracking Results ---- */
    .svc-result-card { padding: 14px; border-radius: 12px; }
    .svc-result-awb { font-size: 13px; }
    .svc-result-badge { font-size: 10px; padding: 3px 10px; }
    .svc-result-row { flex-direction: column; align-items: flex-start; gap: 2px; padding: 6px 0; }
    .svc-result-label { font-size: 10px; }
    .svc-result-value { font-size: 12px; }
    .svc-result-view-btn { padding: 9px 14px; font-size: 12px; border-radius: 8px; }
}

/* ============================================================
   FOOTER SHARE POPUP
   ============================================================ */
.footer-share-wrap {
    position: relative;
}

.footer-share-btn {
    cursor: pointer;
    border: none;
    padding: 0;
}

.footer-share-popup {
    display: none;
    position: absolute;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
    background: #1e293b;
    border-radius: 14px;
    padding: 8px 0;
    min-width: 200px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transform: translateX(-50%) translateY(6px);
}

.footer-share-popup--open {
    display: block;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.footer-share-popup::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #1e293b;
}

.footer-share-title {
    display: block;
    padding: 8px 16px 6px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-share-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 16px;
    border: none;
    background: none;
    color: #fff;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease;
}

.footer-share-item:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
    text-decoration: none;
}

.footer-share-item svg {
    flex-shrink: 0;
    opacity: 0.8;
}

.footer-share-copy {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 4px;
    padding-top: 12px;
}

.footer-share-copy svg {
    color: #8cc63f;
}

/* Mobile: popup above and wider */
@media (max-width: 575px) {
    .footer-share-popup {
        min-width: 180px;
        left: 0;
        transform: translateX(0);
    }
    .footer-share-popup--open {
        transform: translateX(0) translateY(0);
    }
    .footer-share-popup::after {
        left: 24px;
    }
}
