/*
 * Taxi Groups Frontend Stylesheet — v3.0
 * Brand Colors (User Fixed): Primary Navy #2B4056 | Accent Amber #E4900A
 * External CSS only — No inline or internal styles.
 */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;500;600;700&family=Montserrat:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Rubik:wght@400;500;600;700;800&family=Nunito+Sans:wght@400;600;700&display=swap');

/* ============================================================
   CSS VARIABLES & DESIGN TOKENS (Fixed Brand Colors)
   ============================================================ */
:root {
    /* Brand palette (User Exact: #253649 & #D47809) */
    --primary: #253649;
    --primary-dark: #1A2735;
    --primary-light: #34485E;
    --primary-10: rgba(37, 54, 73, 0.1);
    --primary-15: rgba(37, 54, 73, 0.15);

    --accent: #D47809;
    --accent-vivid: #D47809;
    --accent-dark: #B06206;
    --accent-light: #E88C1B;
    --accent-10: rgba(212, 120, 9, 0.10);
    --accent-15: rgba(212, 120, 9, 0.15);
    --accent-glow: rgba(212, 120, 9, 0.28);

    --violet-accent: #D47809;
    --violet-light: #E88C1B;
    --violet-10: rgba(212, 120, 9, 0.12);

    /* Neutrals */
    --bg: #F8F9FA;
    --bg-white: #FFFFFF;
    --bg-dark: #253649;
    --bg-card: #FFFFFF;
    --bg-glass: rgba(255, 255, 255, 0.90);
    --bg-glass-dark: rgba(37, 54, 73, 0.90);

    --text: #1a2533;
    --text-muted: #5c6b7a;
    --text-light: #FFFFFF;
    --text-subtle: #8a99a8;

    --border: #E5E7EB;
    --border-strong: #CBD5E1;
    --border-glass: rgba(255, 255, 255, 0.18);
    --success: #16A34A;
    --success-light: #DCFCE7;

    /* Typography */
    --font-heading: 'Plus Jakarta Sans', 'Rubik', sans-serif;
    --font-heading-luxury: 'Cormorant', serif;
    --font-body: 'Montserrat', 'Nunito Sans', sans-serif;

    /* Spacing (8dp rhythm + ui-ux-pro-max scale) */
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-2xl: 48px;
    --space-3xl: 64px;

    --space-1: 8px;
    --space-2: 16px;
    --space-3: 24px;
    --space-4: 32px;
    --space-5: 48px;
    --space-6: 64px;
    --space-7: 80px;
    --space-8: 96px;

    /* Radii */
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 22px;
    --radius-xl: 30px;
    --radius-full: 9999px;

    /* Shadows */
    --shadow-sm: 0 2px 6px rgba(15, 23, 42, 0.04);
    --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08);
    --shadow-lg: 0 16px 36px rgba(15, 23, 42, 0.12);
    --shadow-xl: 0 24px 50px rgba(15, 23, 42, 0.16);
    --shadow-brand: 0 8px 32px rgba(245, 158, 11, 0.28);
    --shadow-glow: 0 12px 40px rgba(245, 158, 11, 0.35);
    --shadow-glass: 0 20px 45px rgba(15, 23, 42, 0.12);

    /* Transitions */
    --transition: 200ms cubic-bezier(0.16, 1, 0.3, 1);
    --transition-md: 350ms cubic-bezier(0.16, 1, 0.3, 1);
    --transition-bounce: 500ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ============================================================
   BASE RESET & BODY
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--text);
    line-height: 1.7;
    overflow-x: clip;
    background: var(--bg-white);
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

picture {
    display: block;
    max-width: 100%;
}

picture img {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

ul,
ol {
    list-style: none;
}

/* Focus styles for accessibility */
:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: 4px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ============================================================
   GLOBAL TYPOGRAPHY
   ============================================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    color: var(--primary);
    line-height: 1.2;
    font-weight: 700;
}

/* ============================================================
   SHARED SECTION TOKENS
   ============================================================ */
.tg-section-tag {
    display: inline-block;
    background: var(--accent-15);
    color: var(--accent-dark);
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: var(--radius-full);
    margin-bottom: 12px;
}

.tg-section-title {
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 12px;
}

.tg-section-subtitle {
    color: var(--text-muted);
    font-size: 1.05rem;
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.7;
}

.tg-section-header {
    text-align: center;
    margin-bottom: var(--space-5);
}

/* ============================================================
   SCROLL REVEAL ANIMATIONS
   ============================================================ */
.tg-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.tg-reveal--delay-1 {
    transition-delay: 0.08s;
}

.tg-reveal--delay-2 {
    transition-delay: 0.16s;
}

.tg-reveal--delay-3 {
    transition-delay: 0.24s;
}

.tg-reveal--delay-4 {
    transition-delay: 0.32s;
}

.tg-reveal--visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================================
   GLOBAL BUTTON SYSTEM
   ============================================================ */
.tg-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background var(--transition-md), transform var(--transition), box-shadow var(--transition-md), color var(--transition);
    white-space: nowrap;
    border: 2px solid transparent;
    text-align: center;
    justify-content: center;
}

.tg-btn--primary {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
    box-shadow: var(--shadow-brand);
}

.tg-btn--primary:hover,
.tg-btn--primary:focus-visible {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(228, 144, 10, 0.32);
    color: #fff;
}

.tg-btn--primary:active {
    transform: translateY(0);
}

.tg-btn--whatsapp {
    background: #25D366;
    color: #fff;
    border-color: #25D366;
}

.tg-btn--whatsapp:hover,
.tg-btn--whatsapp:focus-visible {
    background: #1da956;
    border-color: #1da956;
    transform: translateY(-2px);
    color: #fff;
}

.tg-btn--book {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
    border-radius: var(--radius-md);
    padding: 14px 32px;
    font-size: 1rem;
    box-shadow: var(--shadow-brand);
    width: 100%;
}

.tg-btn--book:hover,
.tg-btn--book:focus-visible {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
    transform: translateY(-1px);
    box-shadow: 0 12px 36px rgba(228, 144, 10, 0.35);
    color: #fff;
}

.tg-btn--select {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--border-strong);
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 700;
    padding: 10px 22px;
    transition: all var(--transition-md);
    width: 100%;
    margin-top: auto;
}

.tg-btn--select:hover,
.tg-btn--select:focus-visible {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
    transform: translateY(-1px);
    box-shadow: var(--shadow-brand);
}

.tg-btn--select-featured {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
    box-shadow: var(--shadow-brand);
}

.tg-btn--select-featured:hover {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
}

.tg-btn--route {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--primary);
    color: #fff;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 700;
    padding: 11px 22px;
    transition: all var(--transition-md);
    border: 2px solid var(--primary);
}

.tg-btn--route:hover,
.tg-btn--route:focus-visible {
    background: var(--accent);
    border-color: var(--accent);
    transform: translateY(-1px);
    box-shadow: var(--shadow-brand);
    color: #fff;
}

.tg-btn--outline {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--border-strong);
    border-radius: var(--radius-full);
}

.tg-btn--outline:hover,
.tg-btn--outline:focus-visible {
    background: var(--primary-10);
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-1px);
}

.tg-btn--full {
    width: 100%;
}

.tg-btn--cta-call {
    background: #fff;
    color: var(--primary);
    border: 2px solid #fff;
    border-radius: var(--radius-full);
    font-weight: 700;
    padding: 13px 28px;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all var(--transition-md);
}

.tg-btn--cta-call:hover {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
    transform: translateY(-2px);
}

.tg-btn--cta-whatsapp {
    background: #25D366;
    color: #fff;
    border: 2px solid #25D366;
    border-radius: var(--radius-full);
    font-weight: 700;
    padding: 13px 28px;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all var(--transition-md);
}

.tg-btn--cta-whatsapp:hover {
    background: #1da956;
    border-color: #1da956;
    transform: translateY(-2px);
    color: #fff;
}

/* ============================================================
   HERO SECTION (.tg-hero) — BRAND COLORS: #2B4056 & #E4900A
   ============================================================ */
.tg-hero {
    position: relative;
    background: linear-gradient(135deg, #0F172A 0%, #1C2B3B 45%, #2B4056 100%) !important;
    color: #FFFFFF;
    padding: 80px 0 110px;
    overflow: hidden;
}

.tg-hero__container {
    position: relative;
    z-index: 2;
}

/* ============================================================
   STATS BAR — LIGHT MODERN TRUST STRIP
   ============================================================ */
.tg-stats {
    padding: clamp(1.35rem, 2.2vw, 1.75rem) 0;
    background:
        radial-gradient(ellipse 55% 80% at 8% 50%, rgba(255, 214, 120, 0.22) 0%, transparent 60%),
        radial-gradient(ellipse 45% 70% at 92% 40%, rgba(255, 236, 179, 0.28) 0%, transparent 55%),
        linear-gradient(180deg, #FFFFFF 0%, #FFFCF5 48%, #FFF8EB 100%) !important;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(212, 120, 9, 0.12);
    border-bottom: 1px solid rgba(212, 120, 9, 0.10);
    color: #253649;
}

.tg-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: repeating-linear-gradient(90deg,
            #00D287 0 28px,
            #FFFFFF 28px 36px,
            #D47809 36px 64px,
            #FFFFFF 64px 72px);
    opacity: 0.9;
}

.tg-stats__atmosphere {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.tg-stats__mesh {
    display: none;
}

.tg-stats__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(56px);
    opacity: 0.7;
    animation: tg-stats-orb 9s ease-in-out infinite;
}

.tg-stats__orb--1 {
    width: 240px;
    height: 240px;
    background: rgba(255, 214, 120, 0.35);
    top: -100px;
    left: 6%;
}

.tg-stats__orb--2 {
    width: 200px;
    height: 200px;
    background: rgba(212, 120, 9, 0.12);
    bottom: -90px;
    right: 10%;
    animation-delay: -3s;
    animation-direction: reverse;
}

@keyframes tg-stats-orb {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(10px) scale(1.05);
    }
}

.tg-stats__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.tg-stats__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 16px;
    min-height: 64px;
    position: relative;
    transition: transform 0.3s ease;
}

.tg-stats__item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 48%;
    background: linear-gradient(180deg, transparent, rgba(37, 54, 73, 0.14), transparent);
}

.tg-stats__item:hover {
    transform: translateY(-2px);
}

.tg-stats__item:hover .tg-stats__icon {
    background: linear-gradient(145deg, #D47809 0%, #E88C1B 100%);
    color: #FFFFFF;
    border-color: transparent;
    box-shadow: 0 6px 16px rgba(212, 120, 9, 0.28);
    transform: scale(1.04);
}

.tg-stats__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D47809;
    background: rgba(212, 120, 9, 0.10);
    border: 1px solid rgba(212, 120, 9, 0.18);
    border-radius: 12px;
    transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease, color 0.28s ease;
}

.tg-stats__icon svg {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(228, 144, 10, 0.25);
    pointer-events: none;
}

.tg-hero__scene-ring--outer {
    width: 440px;
    height: 440px;
    animation: tg-spin-slow 30s linear infinite;
}

.tg-hero__scene-ring--inner {
    width: 320px;
    height: 320px;
    border-style: dashed;
}

@keyframes tg-spin-slow {
    100% {
        transform: rotate(360deg);
    }
}

.tg-hero__car-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: tg-car-float 4s ease-in-out infinite;
}

.tg-hero__car-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.6));
    background: transparent !important;
}

.tg-hero__car-shadow {
    width: 80%;
    height: 20px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0%, transparent 75%);
    margin-top: -15px;
    border-radius: 50%;
    animation: tg-shadow-pulse 4s ease-in-out infinite;
}

@keyframes tg-car-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes tg-shadow-pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.8;
    }

    50% {
        transform: scale(0.85);
        opacity: 0.4;
    }
}

.tg-hero__float-card {
    position: absolute;
    z-index: 4;
    background: rgba(43, 64, 86, 0.92) !important;
    border: 1.5px solid rgba(228, 144, 10, 0.4) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: var(--radius-md);
    padding: 12px 18px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
}

.tg-hero__float-card--review {
    top: 15px;
    left: -15px;
    animation: tg-float 6s ease-in-out infinite;
}

.tg-hero__float-card--review p {
    font-size: 0.85rem;
    font-weight: 700;
    color: #FFF;
    margin: 4px 0 0;
}

.tg-hero__float-card--review span {
    font-size: 0.72rem;
    color: #CBD5E1;
}

.tg-hero__float-card--driver {
    bottom: 15px;
    right: -10px;
    display: flex;
    align-items: center;
    gap: 12px;
    animation: tg-float 7s ease-in-out infinite 1s;
}

.tg-hero__float-card--route {
    top: 20px;
    right: -5px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #FFFFFF;
    animation: tg-float 5.5s ease-in-out infinite 0.5s;
}

.tg-hero__driver-avatar {
    width: 38px;
    height: 38px;
    background: #E4900A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tg-hero__driver-info strong {
    display: block;
    font-size: 0.82rem;
    color: #FFF;
}

.tg-hero__driver-info span {
    font-size: 0.75rem;
    color: #4ADE80;
    font-weight: 600;
}

.tg-hero__driver-pulse {
    width: 10px;
    height: 10px;
    background: #4ADE80;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.3);
    animation: tg-pulse 2s infinite;
}

@keyframes tg-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes tg-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.5);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(74, 222, 128, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(74, 222, 128, 0);
    }
}


/* ============================================================
   3. QUICK STATS STRIP — styles live in STATS BAR — LIGHT MODERN TRUST STRIP
   ============================================================ */


.tg-hero__car-img {
    width: 100%;
    max-width: 520px;
    object-fit: contain;
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.4));
}

/* Float cards */
.tg-hero__float-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    padding: 12px 16px;
    z-index: 5;
}

.tg-hero__float-card--review {
    top: 12%;
    left: -20px;
    min-width: 170px;
    animation: tg-float-card 4s ease-in-out infinite;
}

.tg-hero__float-card--driver {
    bottom: 18%;
    left: -10px;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: tg-float-card 4s ease-in-out infinite 1.5s;
}

@keyframes tg-float-card {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.tg-hero__float-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 4px;
}

.tg-hero__float-card p {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 2px;
}

.tg-hero__float-card span {
    font-size: 0.72rem;
    color: var(--text-muted);
}

.tg-hero__driver-avatar {
    width: 38px;
    height: 38px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tg-hero__driver-info strong {
    display: block;
    font-size: 0.82rem;
    color: var(--text);
    line-height: 1.2;
}

.tg-hero__driver-info span {
    font-size: 0.72rem;
    color: var(--text-muted);
}

.tg-hero__driver-pulse {
    width: 10px;
    height: 10px;
    background: var(--success);
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.3);
    animation: tg-pulse 2s ease-in-out infinite;
}

@keyframes tg-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.3);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(22, 163, 74, 0);
    }
}

/* Map pin */
.tg-hero__map-pin {
    position: absolute;
    top: 8%;
    right: 10%;
    z-index: 5;
    animation: tg-pin-bob 2s ease-in-out infinite;
}

@keyframes tg-pin-bob {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.tg-hero__map-pin-pulse {
    width: 16px;
    height: 6px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    margin: 0 auto;
    animation: tg-map-shadow 2s ease-in-out infinite;
}

@keyframes tg-map-shadow {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(0.7);
        opacity: 0.2;
    }
}

/* ============================================================
   STATS BAR — LIGHT MODERN TRUST STRIP
   ============================================================ */
.tg-stats {
    padding: clamp(1.35rem, 2.2vw, 1.75rem) 0;
    background:
        radial-gradient(ellipse 55% 80% at 8% 50%, rgba(212, 120, 9, 0.06) 0%, transparent 60%),
        radial-gradient(ellipse 45% 70% at 92% 40%, rgba(37, 54, 73, 0.04) 0%, transparent 55%),
        linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 50%, #F8FAFC 100%) !important;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    color: #253649;
}

.tg-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #D47809 0%, #10B981 50%, #253649 100%);
    opacity: 0.9;
}

.tg-stats__atmosphere {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.tg-stats__mesh {
    display: none;
}

.tg-stats__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(56px);
    opacity: 0.5;
    animation: tg-stats-orb 9s ease-in-out infinite;
}

.tg-stats__orb--1 {
    width: 240px;
    height: 240px;
    background: rgba(212, 120, 9, 0.1);
    top: -100px;
    left: 6%;
}

.tg-stats__orb--2 {
    width: 200px;
    height: 200px;
    background: rgba(37, 54, 73, 0.08);
    bottom: -90px;
    right: 10%;
    animation-delay: -3s;
    animation-direction: reverse;
}

@keyframes tg-stats-orb {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(10px) scale(1.05);
    }
}

.tg-stats__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.tg-stats__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 16px;
    min-height: 64px;
    position: relative;
    transition: transform 0.3s ease;
}

.tg-stats__item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 48%;
    background: linear-gradient(180deg, transparent, rgba(37, 54, 73, 0.14), transparent);
}

.tg-stats__item:hover {
    transform: translateY(-2px);
}

.tg-stats__item:hover .tg-stats__icon {
    background: linear-gradient(145deg, #D47809 0%, #E88C1B 100%);
    color: #FFFFFF;
    border-color: transparent;
    box-shadow: 0 6px 16px rgba(212, 120, 9, 0.28);
    transform: scale(1.04);
}

.tg-stats__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D47809;
    background: rgba(212, 120, 9, 0.10);
    border: 1px solid rgba(212, 120, 9, 0.18);
    border-radius: 12px;
    transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease, color 0.28s ease;
}

.tg-stats__icon svg {
    width: 20px;
    height: 20px;
}

.tg-stats__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    min-width: 0;
}

.tg-stats__number {
    font-family: var(--font-heading);
    font-size: clamp(1.35rem, 1.8vw, 1.7rem);
    font-weight: 800;
    color: #253649 !important;
    line-height: 1;
    letter-spacing: -0.03em;
    position: relative;
    font-variant-numeric: tabular-nums;
}

.tg-stats__number::after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    margin-top: 5px;
    border-radius: 2px;
    background: linear-gradient(90deg, #D47809, rgba(212, 120, 9, 0.15));
}

.tg-stats__label {
    font-size: 0.78rem;
    color: #5C6B7A !important;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.25;
}

/* ============================================================
   POPULAR ROUTES
   ============================================================ */
.tg-routes {
    padding: var(--space-7) 0;
    background: var(--bg-white);
}

.tg-route-card {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    border: 2px solid var(--border);
    padding: var(--space-3);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all var(--transition-md);
}

.tg-route-card:hover {
    border-color: var(--accent);
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.tg-route-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-2);
}

.tg-route-card__badge {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--accent-dark);
    background: var(--accent-15);
    padding: 3px 10px;
    border-radius: var(--radius-full);
}

.tg-route-card__price {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 800;
    color: var(--accent);
}

.tg-route-card__cities {
    display: flex;
    align-items: center;
    gap: var(--space-1);
    margin-bottom: var(--space-2);
}

.tg-route-card__city {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    font-size: 1rem;
    color: var(--text);
}

.tg-route-card__city--to {
    color: var(--primary);
}

.tg-route-card__arrow {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tg-route-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-bottom: var(--space-2);
}

.tg-route-card__meta span {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.78rem;
    color: var(--text-muted);
    font-weight: 600;
}

.tg-route-card__desc {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.6;
    flex: 1;
    margin-bottom: var(--space-2);
}

/* Route cards custom delay via CSS var */
.tg-routes .tg-reveal {
    transition-delay: var(--delay, 0s);
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.tg-how {
    padding: clamp(3.5rem, 6vw, 5rem) 0;
    background:
        radial-gradient(ellipse 45% 55% at 12% 15%, rgba(212, 120, 9, 0.05) 0%, transparent 58%),
        radial-gradient(ellipse 40% 50% at 90% 85%, rgba(37, 54, 73, 0.04) 0%, transparent 55%),
        linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 50%, #F8FAFC 100%);
    position: relative;
    overflow: hidden;
}

.tg-how__atmosphere {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.tg-how__mesh {
    display: none;
}

/* Faint blueprint grid so the empty space is not flat */
.tg-how__grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(37, 54, 73, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 54, 73, 0.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000 0%, transparent 78%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000 0%, transparent 78%);
}

.tg-how__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.5;
}

.tg-how__orb--1 {
    width: 340px;
    height: 340px;
    top: -90px;
    left: -80px;
    background: radial-gradient(circle, rgba(212, 120, 9, 0.12) 0%, transparent 70%);
    animation: tgHowDrift 16s ease-in-out infinite;
}

.tg-how__orb--2 {
    width: 300px;
    height: 300px;
    bottom: -110px;
    right: -70px;
    background: radial-gradient(circle, rgba(37, 54, 73, 0.08) 0%, transparent 70%);
    animation: tgHowDrift 20s ease-in-out infinite reverse;
}

@keyframes tgHowDrift {

    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(28px, -22px, 0) scale(1.08);
    }
}

.tg-how__header {
    margin-bottom: clamp(2rem, 3.5vw, 3rem);
}

.tg-how .tg-section-header .tg-section-title {
    color: #253649;
}

.tg-how .tg-section-tag {
    background: rgba(212, 120, 9, 0.12);
    color: #D47809;
    border: 1px solid rgba(212, 120, 9, 0.20);
}

.tg-how .tg-section-subtitle {
    color: #5C6B7A;
    max-width: 520px;
}

.tg-how__steps {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* ---- Animated route track running behind the three steps ---- */
.tg-how__track {
    position: absolute;
    top: 63px;
    left: 16.6%;
    right: 16.6%;
    height: 2px;
    z-index: 0;
    background-image: linear-gradient(90deg, rgba(212, 120, 9, 0.5) 0 9px, transparent 9px 20px);
    background-size: 20px 2px;
    background-repeat: repeat-x;
    animation: tgHowDash 1.4s linear infinite;
}

@keyframes tgHowDash {
    to {
        background-position: 20px 0;
    }
}

/* Little cab that drives along the dashed route */
.tg-how__track-cab {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: linear-gradient(145deg, #D47809 0%, #E88C1B 100%);
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(212, 120, 9, 0.35);
    animation: tgHowCabRun 6s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes tgHowCabRun {
    0% {
        left: 0;
        opacity: 0;
        transform: scale(0.6);
    }

    8% {
        opacity: 1;
        transform: scale(1);
    }

    45% {
        left: 50%;
    }

    55% {
        left: 50%;
    }

    92% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        left: 100%;
        opacity: 0;
        transform: scale(0.6);
    }
}

.tg-how__step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 24px 30px;
    background: #FFFFFF;
    border: 1px solid rgba(37, 54, 73, 0.08);
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(37, 54, 73, 0.06);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.tg-how__step:hover {
    transform: translateY(-10px);
    border-color: rgba(212, 120, 9, 0.32);
    box-shadow: 0 24px 50px rgba(212, 120, 9, 0.18);
}

/* Diagonal light sweep across the card on hover */
.tg-how__step-sheen {
    position: absolute;
    top: 0;
    left: -60%;
    width: 45%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(100deg, transparent 0%, rgba(255, 214, 120, 0.30) 50%, transparent 100%);
    transform: skewX(-18deg);
    opacity: 0;
    transition: none;
}

.tg-how__step:hover .tg-how__step-sheen {
    animation: tgHowSheen 0.85s ease-out forwards;
}

@keyframes tgHowSheen {
    0% {
        left: -60%;
        opacity: 0;
    }

    12% {
        opacity: 1;
    }

    100% {
        left: 130%;
        opacity: 0;
    }
}

.tg-how__step-ghost {
    position: absolute;
    top: -16px;
    right: 8px;
    font-family: var(--font-heading);
    font-size: 5.4rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(212, 120, 9, 0.07);
    pointer-events: none;
    user-select: none;
    transition: color 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.tg-how__step:hover .tg-how__step-ghost {
    color: rgba(212, 120, 9, 0.14);
    transform: translate(-4px, 4px) scale(1.06);
}

/* ---- Icon with pulsing halo rings ---- */
.tg-how__step-iconwrap {
    position: relative;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.tg-how__step-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1.5px solid rgba(212, 120, 9, 0.35);
    opacity: 0;
}

.tg-how__step:hover .tg-how__step-ring {
    animation: tgHowRing 2s ease-out infinite;
}

.tg-how__step:hover .tg-how__step-ring--late {
    animation-delay: 1s;
}

@keyframes tgHowRing {
    0% {
        transform: scale(1);
        opacity: 0.75;
    }

    100% {
        transform: scale(1.75);
        opacity: 0;
    }
}

.tg-how__step-icon {
    position: relative;
    z-index: 1;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D47809;
    background: linear-gradient(160deg, #FFFFFF 0%, #FFF8EB 100%);
    border: 2px solid rgba(212, 120, 9, 0.22);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(212, 120, 9, 0.05);
    animation: tgHowFloat 4.5s ease-in-out infinite;
    transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, color 0.35s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.tg-how__step:nth-child(3) .tg-how__step-icon {
    animation-delay: 0.6s;
}

.tg-how__step:nth-child(4) .tg-how__step-icon {
    animation-delay: 1.2s;
}

@keyframes tgHowFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.tg-how__step:hover .tg-how__step-icon {
    background: linear-gradient(145deg, #D47809 0%, #E88C1B 100%);
    border-color: transparent;
    color: #FFFFFF;
    box-shadow: 0 12px 26px rgba(212, 120, 9, 0.35);
    transform: translateY(-4px) scale(1.08) rotate(-4deg);
    animation-play-state: paused;
}

.tg-how__step-badge {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-body);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #D47809;
    background: rgba(212, 120, 9, 0.10);
    border: 1px solid rgba(212, 120, 9, 0.16);
    border-radius: var(--radius-full);
    padding: 4px 13px;
    margin-bottom: 12px;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.tg-how__step:hover .tg-how__step-badge {
    background: linear-gradient(145deg, #D47809 0%, #E88C1B 100%);
    border-color: transparent;
    color: #FFFFFF;
}

.tg-how__step-title {
    font-family: var(--font-heading);
    font-size: 1.12rem;
    font-weight: 800;
    color: #253649;
    margin-bottom: 8px;
    line-height: 1.3;
}

.tg-how__step-text {
    font-size: 0.88rem;
    color: #5C6B7A;
    line-height: 1.65;
    margin: 0;
    max-width: 260px;
}

/* Amber underline that draws itself in on hover */
.tg-how__step-underline {
    width: 34px;
    height: 3px;
    margin-top: 16px;
    border-radius: 3px;
    background: linear-gradient(90deg, #D47809 0%, #E88C1B 100%);
    opacity: 0.28;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.tg-how__step:hover .tg-how__step-underline {
    width: 68px;
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {

    .tg-how__orb,
    .tg-how__track,
    .tg-how__track-cab,
    .tg-how__step-icon,
    .tg-how__step:hover .tg-how__step-ring,
    .tg-how__step:hover .tg-how__step-sheen {
        animation: none !important;
    }

    .tg-how__track-cab {
        display: none;
    }
}

/* ============================================================
   SECTION 4: WHY CHOOSE US
   ============================================================ */
.tg-why {
    padding: var(--space-7) 0;
    background: var(--bg);
}

.tg-why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-3);
}

.tg-why__card {
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    border: 2px solid var(--border);
    padding: var(--space-4);
    display: flex;
    align-items: flex-start;
    gap: var(--space-2);
    transition: all var(--transition-md);
}

.tg-why__card:hover {
    border-color: var(--accent);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.tg-why__icon {
    width: 56px;
    height: 56px;
    background: var(--accent-10);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    flex-shrink: 0;
    transition: all var(--transition-md);
}

.tg-why__card:hover .tg-why__icon {
    background: var(--accent);
    color: #fff;
}

.tg-why__title {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 6px;
}

.tg-why__text {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.65;
    margin: 0;
}

/* ============================================================
   SECTION 6: TESTIMONIALS — STACKED → 3×2 GRID ON HOVER
   ============================================================ */
.tg-testimonials {
    padding: clamp(3.5rem, 6vw, 5.5rem) 0;
    background:
        radial-gradient(ellipse 50% 60% at 15% 20%, rgba(212, 120, 9, 0.05) 0%, transparent 55%),
        radial-gradient(ellipse 45% 50% at 90% 80%, rgba(37, 54, 73, 0.04) 0%, transparent 50%),
        linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 45%, #F8FAFC 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.tg-testimonials::before {
    display: none;
}

.tg-testimonials .tg-section-header .tg-section-title {
    color: #253649;
}

.tg-testimonials .tg-section-tag {
    background: rgba(212, 120, 9, 0.12);
    color: #D47809;
}

.tg-testimonials .tg-section-subtitle {
    color: #5C6B7A;
}

.tg-testimonials__stage {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding: 28px 8px 12px;
    outline: none;
    cursor: pointer;
    min-height: 420px;
    align-items: stretch;
}

.tg-testi-card {
    background: #FFFFFF;
    border: 1px solid rgba(37, 54, 73, 0.08);
    border-radius: 22px;
    padding: 26px 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 14px 36px rgba(37, 54, 73, 0.08);
    transform-origin: center center;
    transition:
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.45s ease,
        border-color 0.35s ease,
        z-index 0s;
    will-change: transform;
    position: relative;
    z-index: 1;
}

/* Distinct soft card colors */
.tg-testi-card:nth-child(1) {
    background: linear-gradient(165deg, #FFF9EE 0%, #FFEFC8 100%);
    border-color: rgba(212, 120, 9, 0.22);
}

.tg-testi-card:nth-child(2) {
    background: linear-gradient(165deg, #F0FBFF 0%, #D9F2FA 100%);
    border-color: rgba(14, 116, 144, 0.18);
}

.tg-testi-card:nth-child(3) {
    background: linear-gradient(165deg, #F0FBF5 0%, #D8F5E5 100%);
    border-color: rgba(0, 168, 112, 0.20);
}

.tg-testi-card:nth-child(4) {
    background: linear-gradient(165deg, #FFF5F2 0%, #FFDFD6 100%);
    border-color: rgba(194, 85, 55, 0.18);
}

.tg-testi-card:nth-child(5) {
    background: linear-gradient(165deg, #F5F7FF 0%, #E0E7FF 100%);
    border-color: rgba(67, 88, 160, 0.18);
}

.tg-testi-card:nth-child(6) {
    background: linear-gradient(165deg, #FFF8F0 0%, #FFE8CC 100%);
    border-color: rgba(180, 100, 20, 0.20);
}

.tg-testi-card:nth-child(1) .tg-testi-card__avatar {
    background: linear-gradient(145deg, #D47809 0%, #E88C1B 100%);
    border-color: rgba(212, 120, 9, 0.35);
}

.tg-testi-card:nth-child(2) .tg-testi-card__avatar {
    background: linear-gradient(145deg, #0E7490 0%, #22A5C4 100%);
    border-color: rgba(14, 116, 144, 0.35);
}

.tg-testi-card:nth-child(3) .tg-testi-card__avatar {
    background: linear-gradient(145deg, #059669 0%, #10B981 100%);
    border-color: rgba(5, 150, 105, 0.35);
}

.tg-testi-card:nth-child(4) .tg-testi-card__avatar {
    background: linear-gradient(145deg, #C25537 0%, #E07A5F 100%);
    border-color: rgba(194, 85, 55, 0.35);
}

.tg-testi-card:nth-child(5) .tg-testi-card__avatar {
    background: linear-gradient(145deg, #3B4F8A 0%, #5B6FB0 100%);
    border-color: rgba(59, 79, 138, 0.35);
}

.tg-testi-card:nth-child(6) .tg-testi-card__avatar {
    background: linear-gradient(145deg, #B45309 0%, #D97706 100%);
    border-color: rgba(180, 83, 9, 0.35);
}

.tg-testi-card:nth-child(1) .tg-testi-card__stars {
    color: #D47809;
}

.tg-testi-card:nth-child(2) .tg-testi-card__stars {
    color: #0E7490;
}

.tg-testi-card:nth-child(3) .tg-testi-card__stars {
    color: #059669;
}

.tg-testi-card:nth-child(4) .tg-testi-card__stars {
    color: #C25537;
}

.tg-testi-card:nth-child(5) .tg-testi-card__stars {
    color: #3B4F8A;
}

.tg-testi-card:nth-child(6) .tg-testi-card__stars {
    color: #B45309;
}

.tg-testi-card:nth-child(1) .tg-testi-card__author {
    border-top-color: rgba(212, 120, 9, 0.15);
}

.tg-testi-card:nth-child(2) .tg-testi-card__author {
    border-top-color: rgba(14, 116, 144, 0.14);
}

.tg-testi-card:nth-child(3) .tg-testi-card__author {
    border-top-color: rgba(5, 150, 105, 0.14);
}

.tg-testi-card:nth-child(4) .tg-testi-card__author {
    border-top-color: rgba(194, 85, 55, 0.14);
}

.tg-testi-card:nth-child(5) .tg-testi-card__author {
    border-top-color: rgba(59, 79, 138, 0.14);
}

.tg-testi-card:nth-child(6) .tg-testi-card__author {
    border-top-color: rgba(180, 83, 9, 0.14);
}

/* Default: light fan stack — only edges overlap, cards stay readable */
.tg-testimonials__stage:not(.is-expanded):not(:hover):not(:focus-within) .tg-testi-card:nth-child(1) {
    transform: translate(22%, 18%) rotate(-5deg) scale(0.97);
    z-index: 3;
    box-shadow: 0 12px 30px rgba(212, 120, 9, 0.12);
}

.tg-testimonials__stage:not(.is-expanded):not(:hover):not(:focus-within) .tg-testi-card:nth-child(2) {
    transform: translate(0%, 6%) rotate(1.5deg) scale(1);
    z-index: 6;
    box-shadow: 0 16px 36px rgba(14, 116, 144, 0.14);
}

.tg-testimonials__stage:not(.is-expanded):not(:hover):not(:focus-within) .tg-testi-card:nth-child(3) {
    transform: translate(-22%, 20%) rotate(5deg) scale(0.97);
    z-index: 4;
    box-shadow: 0 12px 30px rgba(5, 150, 105, 0.12);
}

.tg-testimonials__stage:not(.is-expanded):not(:hover):not(:focus-within) .tg-testi-card:nth-child(4) {
    transform: translate(20%, -14%) rotate(4deg) scale(0.96);
    z-index: 2;
    box-shadow: 0 10px 26px rgba(194, 85, 55, 0.12);
}

.tg-testimonials__stage:not(.is-expanded):not(:hover):not(:focus-within) .tg-testi-card:nth-child(5) {
    transform: translate(0%, -8%) rotate(-3deg) scale(0.98);
    z-index: 5;
    box-shadow: 0 14px 32px rgba(59, 79, 138, 0.12);
}

.tg-testimonials__stage:not(.is-expanded):not(:hover):not(:focus-within) .tg-testi-card:nth-child(6) {
    transform: translate(-20%, -16%) rotate(3.5deg) scale(0.96);
    z-index: 1;
    box-shadow: 0 10px 26px rgba(180, 83, 9, 0.12);
}

/* Hover / focus / tap: fan into clean 3×2 grid */
.tg-testimonials__stage:hover .tg-testi-card,
.tg-testimonials__stage:focus-within .tg-testi-card,
.tg-testimonials__stage.is-expanded .tg-testi-card {
    transform: translate(0, 0) rotate(0deg) scale(1);
    z-index: 1;
    box-shadow: 0 12px 32px rgba(37, 54, 73, 0.08);
}

.tg-testimonials__stage:hover .tg-testi-card:hover,
.tg-testimonials__stage.is-expanded .tg-testi-card:hover {
    transform: translateY(-8px) scale(1.02);
    z-index: 6;
    box-shadow: 0 20px 44px rgba(37, 54, 73, 0.14);
}

.tg-testi-card__stars {
    display: flex;
    gap: 4px;
    color: #D47809;
    font-size: 0.78rem;
}

.tg-testi-card__quote {
    margin: 0;
    flex: 1;
}

.tg-testi-card__quote p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.7;
    color: #3A4A5A;
    font-weight: 500;
}

.tg-testi-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
    padding-top: 14px;
    border-top: 1px solid rgba(37, 54, 73, 0.08);
}

.tg-testi-card__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(145deg, #253649 0%, #34485E 100%);
    border: 2px solid rgba(212, 120, 9, 0.45);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 800;
    color: #FFFFFF;
    flex-shrink: 0;
    letter-spacing: 0.02em;
}

.tg-testi-card__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.tg-testi-card__info strong {
    font-size: 0.9rem;
    color: #253649;
    font-weight: 700;
    line-height: 1.2;
}

.tg-testi-card__info span {
    font-size: 0.78rem;
    color: #5C6B7A;
    font-weight: 500;
}

.tg-testimonials__hint {
    text-align: center;
    margin: 18px 0 0;
    font-size: 0.8rem;
    color: #8a99a8;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.tg-testimonials__hint i {
    color: #D47809;
    margin-right: 6px;
}

/* Stagger expand delays for polish */
.tg-testimonials__stage:hover .tg-testi-card:nth-child(1),
.tg-testimonials__stage.is-expanded .tg-testi-card:nth-child(1) {
    transition-delay: 0.02s;
}

.tg-testimonials__stage:hover .tg-testi-card:nth-child(2),
.tg-testimonials__stage.is-expanded .tg-testi-card:nth-child(2) {
    transition-delay: 0.06s;
}

.tg-testimonials__stage:hover .tg-testi-card:nth-child(3),
.tg-testimonials__stage.is-expanded .tg-testi-card:nth-child(3) {
    transition-delay: 0.1s;
}

.tg-testimonials__stage:hover .tg-testi-card:nth-child(4),
.tg-testimonials__stage.is-expanded .tg-testi-card:nth-child(4) {
    transition-delay: 0.05s;
}

.tg-testimonials__stage:hover .tg-testi-card:nth-child(5),
.tg-testimonials__stage.is-expanded .tg-testi-card:nth-child(5) {
    transition-delay: 0.09s;
}

.tg-testimonials__stage:hover .tg-testi-card:nth-child(6),
.tg-testimonials__stage.is-expanded .tg-testi-card:nth-child(6) {
    transition-delay: 0.13s;
}

@media (max-width: 991.98px) {
    .tg-testimonials__stage {
        grid-template-columns: repeat(2, 1fr);
        min-height: 0;
        gap: 16px;
        padding: 8px 0 0;
        cursor: default;
    }

    .tg-testimonials__stage .tg-testi-card,
    .tg-testimonials__stage:not(.is-expanded):not(:hover):not(:focus-within) .tg-testi-card {
        transform: none !important;
        scale: 1;
        z-index: 1 !important;
        box-shadow: 0 10px 28px rgba(37, 54, 73, 0.08);
        transition-delay: 0s !important;
    }
}

@media (max-width: 575.98px) {
    .tg-testimonials__stage {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .tg-testi-card {
        padding: 22px 18px 18px;
        border-radius: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tg-testi-card {
        transition: none !important;
    }

    .tg-testimonials__stage .tg-testi-card {
        transform: none !important;
    }
}

/* ============================================================
   SECTION 5: FAQ — CLEAN TWO-TONE CARDS (white + amber accent)
   ============================================================ */
.tg-faq {
    padding: clamp(3.5rem, 6vw, 5.5rem) 0;
    background:
        radial-gradient(ellipse 50% 55% at 88% 12%, rgba(212, 120, 9, 0.05) 0%, transparent 55%),
        linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 55%, #F1F5F9 100%);
    position: relative;
    z-index: 2;
}

.tg-faq .tg-section-tag {
    background: rgba(212, 120, 9, 0.12);
    color: #D47809;
}

.tg-faq__list {
    max-width: 860px;
    margin: 28px auto 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tg-faq__item {
    position: relative;
    border: 1px solid rgba(37, 54, 73, 0.09);
    border-radius: 18px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 6px 20px rgba(37, 54, 73, 0.05);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

/* Amber accent rail — grows only when the item is open */
.tg-faq__item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 0;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(180deg, #D47809 0%, #E88C1B 100%);
    transform: translateY(-50%);
    transition: height 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.tg-faq__item:hover {
    transform: translateY(-2px);
    border-color: rgba(212, 120, 9, 0.28);
    box-shadow: 0 12px 28px rgba(37, 54, 73, 0.09);
}

.tg-faq__item.is-open {
    background: linear-gradient(180deg, #FFFDF8 0%, #FFF7E8 100%);
    border-color: rgba(212, 120, 9, 0.32);
    box-shadow: 0 14px 32px rgba(212, 120, 9, 0.12);
}

.tg-faq__item.is-open::before {
    height: 100%;
}

.tg-faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 18px 18px 20px;
    background: transparent !important;
    text-align: left;
    font-family: var(--font-body);
    font-size: 0.98rem;
    font-weight: 700;
    color: #253649 !important;
    -webkit-text-fill-color: #253649;
    cursor: pointer;
    border: none;
    box-shadow: none;
    transition: color 0.2s ease;
}

.tg-faq__question:hover,
.tg-faq__question:focus,
.tg-faq__question:focus-visible,
.tg-faq__question--open,
.tg-faq__question--open:hover,
.tg-faq__question--open:focus,
.tg-faq__question--open:focus-visible {
    background: transparent !important;
    color: #253649 !important;
    -webkit-text-fill-color: #253649;
}

.tg-faq__question:focus-visible {
    outline: 2px solid #D47809;
    outline-offset: -4px;
    border-radius: 16px;
}

.tg-faq__num {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 800;
    color: #D47809;
    background: rgba(212, 120, 9, 0.10);
    border: 1px solid rgba(212, 120, 9, 0.20);
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.tg-faq__item.is-open .tg-faq__num {
    background: linear-gradient(145deg, #D47809 0%, #E88C1B 100%);
    border-color: transparent;
    color: #FFFFFF;
}

.tg-faq__qtext {
    flex: 1;
    min-width: 0;
    line-height: 1.45;
    color: inherit !important;
    -webkit-text-fill-color: inherit;
}

.tg-faq__toggle {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 120, 9, 0.08);
    border: 1px solid rgba(212, 120, 9, 0.18);
    color: #D47809;
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.tg-faq__item:hover .tg-faq__toggle {
    background: rgba(212, 120, 9, 0.16);
    transform: scale(1.05);
}

.tg-faq__item.is-open .tg-faq__toggle {
    background: rgba(212, 120, 9, 0.14);
    border-color: rgba(212, 120, 9, 0.30);
    color: #D47809;
}

.tg-faq__icon-plus,
.tg-faq__icon-minus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.tg-faq__icon-minus {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.tg-faq__question--open .tg-faq__icon-plus {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

.tg-faq__question--open .tg-faq__icon-minus {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
}

.tg-faq__answer {
    padding: 0 18px 18px 72px;
    background: transparent;
    border-top: none;
}

.tg-faq__answer p {
    margin: 0;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(212, 120, 9, 0.12);
    color: #3A4A5A;
    font-size: 0.92rem;
    line-height: 1.75;
    font-weight: 500;
}

@media (max-width: 575.98px) {
    .tg-faq__question {
        gap: 10px;
        padding: 14px 12px 14px 16px;
        font-size: 0.9rem;
    }

    .tg-faq__num {
        width: 34px;
        height: 34px;
        border-radius: 10px;
        font-size: 0.74rem;
    }

    .tg-faq__toggle {
        width: 30px;
        height: 30px;
    }

    .tg-faq__answer {
        padding: 0 12px 14px 16px;
    }
}

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.tg-contact {
    padding: var(--space-7) 0;
    background: var(--bg);
}

.tg-contact__wrapper {
    display: grid;
    grid-template-columns: 5fr 7fr;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    border: 2px solid var(--border);
}

.tg-contact__info {
    background: var(--primary);
    padding: var(--space-5);
    position: relative;
    overflow: hidden;
}

.tg-contact__info-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 80%, rgba(228, 144, 10, 0.2) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 10%, rgba(228, 144, 10, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.tg-contact__info-content {
    position: relative;
    z-index: 1;
}

.tg-contact__info h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}

.tg-contact__info>.tg-contact__info-content>p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
    margin-bottom: var(--space-4);
}

.tg-contact__info-item {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    margin-bottom: var(--space-3);
}

.tg-contact__info-icon {
    width: 44px;
    height: 44px;
    background: rgba(228, 144, 10, 0.2);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    flex-shrink: 0;
}

.tg-contact__info-item strong {
    display: block;
    color: #fff;
    font-size: 0.85rem;
    margin-bottom: 2px;
}

.tg-contact__info-item a,
.tg-contact__info-item address {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.88rem;
    transition: color var(--transition);
}

.tg-contact__info-item a:hover {
    color: var(--accent);
}

.tg-contact__form-wrap {
    background: var(--bg-white);
    padding: var(--space-5);
}

.tg-contact__form-wrap h3 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: var(--space-4);
}

.tg-contact__form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-2);
    margin-bottom: var(--space-2);
}

.tg-contact__form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: var(--space-2);
}

.tg-contact__label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tg-contact__input,
.tg-contact__textarea {
    padding: 12px 14px;
    border: 2px solid var(--border);
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text);
    background: var(--bg-white);
    transition: border-color var(--transition), box-shadow var(--transition);
    width: 100%;
}

.tg-contact__input::placeholder,
.tg-contact__textarea::placeholder {
    color: #aab3bc;
}

.tg-contact__input:focus,
.tg-contact__textarea:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-10);
}

.tg-contact__textarea {
    resize: vertical;
    min-height: 120px;
}

/* ============================================================
   CTA BANNER — Elevated Card
   ============================================================ */
.tg-cta-banner {
    padding: var(--space-5) 0 var(--space-6);
    background: var(--bg);
    position: relative;
}

.tg-cta-banner__card {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 45%, #1a2a3a 100%);
    box-shadow:
        0 24px 48px rgba(37, 54, 73, 0.22),
        0 8px 24px rgba(212, 120, 9, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.tg-cta-banner__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.tg-cta-banner__pattern {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.8) 1px, transparent 1px),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.6) 1px, transparent 1px);
    background-size: 32px 32px, 24px 24px;
}

.tg-cta-banner__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    animation: tg-cta-orb 8s ease-in-out infinite;
}

.tg-cta-banner__orb--1 {
    width: 320px;
    height: 320px;
    top: -100px;
    left: -80px;
    background: radial-gradient(circle, rgba(212, 120, 9, 0.45) 0%, transparent 70%);
}

.tg-cta-banner__orb--2 {
    width: 280px;
    height: 280px;
    bottom: -80px;
    right: 10%;
    background: radial-gradient(circle, rgba(232, 140, 27, 0.35) 0%, transparent 70%);
    animation-delay: -3s;
}

.tg-cta-banner__orb--3 {
    width: 200px;
    height: 200px;
    top: 20%;
    right: -60px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, transparent 70%);
    animation-delay: -5s;
}

@keyframes tg-cta-orb {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(12px, -8px) scale(1.05);
    }
}

.tg-cta-banner__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    flex-wrap: wrap;
    padding: clamp(32px, 5vw, 52px) clamp(28px, 4vw, 48px);
}

.tg-cta-banner__content {
    flex: 1 1 340px;
    max-width: 580px;
}

.tg-cta-banner__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(212, 120, 9, 0.2);
    border: 1px solid rgba(212, 120, 9, 0.35);
    color: var(--accent-light);
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    margin-bottom: 16px;
}

.tg-cta-banner__title {
    font-family: var(--font-heading);
    font-size: clamp(1.65rem, 3.2vw, 2.35rem);
    font-weight: 800;
    color: #FFFFFF !important;
    margin-bottom: 12px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.tg-cta-banner__subtitle {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: clamp(0.92rem, 1.5vw, 1.05rem);
    line-height: 1.65;
    margin: 0 0 20px;
}

.tg-cta-banner__perks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tg-cta-banner__perks li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.tg-cta-banner__perks li svg {
    color: var(--accent-light);
    flex-shrink: 0;
}

.tg-cta-banner__actions {
    flex: 0 1 300px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
}

.tg-cta-banner__btn {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 22px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    transition: transform var(--transition-md), box-shadow var(--transition-md), background var(--transition-md);
    border: 2px solid transparent;
}

.tg-cta-banner__btn:hover {
    transform: translateY(-3px);
    text-decoration: none;
}

.tg-cta-banner__btn-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tg-cta-banner__btn-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}

.tg-cta-banner__btn-text span {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    opacity: 0.9;
}

.tg-cta-banner__btn-text strong {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.tg-cta-banner__btn--call {
    background: #FFFFFF;
    color: var(--primary);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.tg-cta-banner__btn--call .tg-cta-banner__btn-icon {
    background: var(--accent-15);
    color: var(--accent);
}

.tg-cta-banner__btn--call:hover {
    background: var(--accent);
    color: #FFFFFF;
    box-shadow: 0 12px 32px rgba(212, 120, 9, 0.35);
}

.tg-cta-banner__btn--call:hover .tg-cta-banner__btn-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.tg-cta-banner__btn--whatsapp {
    background: #25D366;
    color: #FFFFFF;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.25);
}

.tg-cta-banner__btn--whatsapp .tg-cta-banner__btn-icon {
    background: rgba(255, 255, 255, 0.2);
}

.tg-cta-banner__btn--whatsapp:hover {
    background: #1EBE5B;
    color: #FFFFFF;
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.35);
}

.tg-cta-banner__note {
    margin: 4px 0 0;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
    line-height: 1.4;
}

.tg-cta-banner__btns {
    display: flex;
    gap: var(--space-2);
    justify-content: flex-end;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .tg-cta-banner__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .tg-cta-banner__actions {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .tg-cta-banner {
        padding: var(--space-4) 0 var(--space-5);
    }

    .tg-cta-banner__inner {
        padding: 28px 22px;
    }

    .tg-cta-banner__perks {
        flex-direction: column;
        gap: 8px;
    }
}

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

/* 1024px - Desktop/Tablet */
@media (max-width: 1024px) {
    .tg-hero {
        min-height: auto;
        padding: var(--space-6) 0;
    }

    .tg-hero__left {
        padding-right: 0;
    }

    .tg-hero__title {
        font-size: 2.8rem;
    }

    .tg-stats__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-md);
    }

    .tg-stats__item {
        padding: var(--space-md);
    }

    .tg-why__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tg-contact__wrapper {
        grid-template-columns: 1fr;
    }

    .tg-contact__info {
        order: 2;
    }

    .tg-contact__form-wrap {
        order: 1;
    }

    .tg-how__steps {
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 420px;
        margin: 0 auto;
    }

    .tg-how__track {
        display: none;
    }

    .tg-how__step {
        padding: 26px 20px 24px;
        border-radius: 18px;
    }

    .tg-how__step-iconwrap,
    .tg-how__step-icon {
        width: 58px;
        height: 58px;
    }

    .tg-how__step-ghost {
        font-size: 4.2rem;
    }

    .tg-how__header {
        margin-bottom: var(--space-lg);
    }
}

/* 768px - Tablet */
@media (max-width: 768px) {
    .tg-hero {
        padding: var(--space-5) 0;
    }

    .tg-hero__title {
        font-size: 2.2rem;
    }

    .tg-hero__actions {
        flex-direction: column;
    }

    .tg-hero__stats {
        flex-wrap: wrap;
        gap: var(--space-2);
    }

    .tg-stats__grid {
        grid-template-columns: 1fr 1fr;
        gap: var(--space-sm) var(--space-md);
    }

    .tg-stats__item {
        gap: 10px;
        min-height: 0;
        padding: 6px 8px;
        justify-content: flex-start;
    }

    .tg-stats__item:not(:last-child)::after {
        display: none;
    }

    .tg-stats__icon {
        width: 40px;
        height: 40px;
        border-radius: 11px;
    }

    .tg-stats__icon svg {
        width: 18px;
        height: 18px;
    }

    .tg-stats__number {
        font-size: 1.25rem;
    }

    .tg-stats__label {
        font-size: 0.7rem;
    }

    .tg-why__grid {
        grid-template-columns: 1fr;
    }

    .tg-contact__form-row {
        grid-template-columns: 1fr;
    }

    .tg-cta-banner__btns {
        justify-content: flex-start;
    }

    .tg-section-title {
        font-size: 1.8rem;
    }
}

/* 480px - Large mobile */
@media (max-width: 480px) {
    .tg-hero__title {
        font-size: 1.9rem;
        letter-spacing: -0.5px;
    }

    .tg-stats__grid {
        grid-template-columns: 1fr 1fr;
        gap: var(--space-sm) var(--space-md);
    }

    .tg-stats__item {
        gap: 10px;
        min-height: 0;
        padding: 6px 8px;
        justify-content: flex-start;
    }

    .tg-stats__item:not(:last-child)::after {
        display: none;
    }

    .tg-stats__icon {
        width: 40px;
        height: 40px;
        border-radius: 11px;
    }

    .tg-stats__icon svg {
        width: 18px;
        height: 18px;
    }

    .tg-stats__number {
        font-size: 1.25rem;
    }

    .tg-stats__label {
        font-size: 0.7rem;
    }

    .tg-hero__trust {
        gap: 6px 14px;
    }
}

/* 375px - Small mobile */
@media (max-width: 375px) {
    .tg-hero {
        padding: var(--space-4) 0;
    }

    .tg-hero__title {
        font-size: 1.7rem;
    }

    .tg-section-title {
        font-size: 1.6rem;
    }

    .tg-hero__stats {
        flex-direction: column;
        gap: 8px;
    }

    .tg-hero__stat-divider {
        width: 40px;
        height: 1px;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* ============================================================
   LEGACY CSS — Preserved for other pages
   (admin, about, contact, blog, route-detail, etc.)
   ============================================================ */
.section-tag {
    display: inline-block;
    background: rgba(228, 144, 10, 0.12);
    color: var(--accent);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: var(--accent);
    border-radius: 2px;
}

.about-title::after {
    left: 0;
    transform: none;
}

.section-subtitle {
    color: var(--text-muted);
    font-size: 1.05rem;
    max-width: 600px;
    margin: 1.5rem auto 0;
}

.section-header {
    margin-bottom: 1rem;
}

/* Ensure old body font var still works */
body {
    --font: var(--font-body);
}

/* ============================================================
   FOOTER STYLES (frontend/footer.blade.php)
   ============================================================ */
.frontend-footer {
    background: #1a2836;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--font-body);
    padding-top: 0;
}

.footer-top-bar {
    height: 4px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 50%, var(--primary) 100%);
    margin-bottom: var(--space-5);
}

.footer-content-wrap {
    padding-top: var(--space-5);
}

.footer-brand-logo {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 900;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.footer-brand-logo .text-accent {
    color: var(--accent) !important;
}

.footer-logo-badge {
    background: #FFFFFF !important;
    padding: 10px 18px !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.footer-logo-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28) !important;
}

.footer-brand-logo-img {
    height: 75px;
    width: auto;
    max-height: 80px;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
    .footer-brand-logo-img {
        height: 60px !important;
        max-height: 65px !important;
    }

    .footer-logo-badge {
        padding: 8px 14px !important;
    }
}

.footer-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.88rem;
    line-height: 1.7;
}

.footer-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(22, 163, 74, 0.15);
    border: 1px solid rgba(22, 163, 74, 0.3);
    border-radius: var(--radius-full);
    padding: 6px 14px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #4ade80;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    flex-shrink: 0;
    animation: tg-pulse 2s ease-in-out infinite;
}

.social-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.social-buttons {
    gap: 8px;
}

.social-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    font-size: 0.82rem;
    transition: all var(--transition);
    text-decoration: none;
}

.social-btn:hover {
    background: var(--accent);
    color: #fff;
    transform: translateY(-2px);
}

.footer-heading {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: var(--space-2);
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(228, 144, 10, 0.3);
    position: relative;
}

.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-list li {
    margin-bottom: 8px;
}

.footer-nav-list li a {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.87rem;
    font-weight: 500;
    text-decoration: none;
    transition: color var(--transition);
    display: inline-flex;
    align-items: center;
}

.footer-nav-list li a .text-accent {
    color: var(--accent) !important;
    font-size: 0.7rem;
    margin-right: 6px;
}

.footer-nav-list li a:hover {
    color: var(--accent);
}

.footer-contact-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-details li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: var(--space-2);
}

.contact-icon {
    width: 36px;
    height: 36px;
    background: rgba(228, 144, 10, 0.15);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 0.85rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-text strong {
    display: block;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.contact-text a,
.contact-text span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.85rem;
    text-decoration: none;
    transition: color var(--transition);
}

.contact-text a:hover {
    color: var(--accent);
}

.footer-content-wrap {
    padding-bottom: var(--space-5);
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 0;
}

.footer-bottom-bar {
    padding: var(--space-3) 0;
}

.copyright-text,
.developer-text {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.45);
    margin: 0;
}

.developer-link {
    color: var(--accent);
    font-weight: 600;
    text-decoration: none;
}

.developer-link:hover {
    color: var(--accent-light);
}

/* ============================================================
   UTILITY CLASSES (Bootstrap compatible)
   ============================================================ */
.text-accent {
    color: var(--accent) !important;
}

.bg-primary-brand {
    background: var(--primary) !important;
}

.z-index-2 {
    z-index: 2;
}

/* ============================================================
   MOBILE NAVBAR COLLAPSE
   ============================================================ */
@media (max-width: 991px) {
    .navbar-collapse {
        background: var(--primary-dark);
        border-radius: var(--radius-md);
        padding: var(--space-2);
        margin-top: 8px;
        box-shadow: var(--shadow-lg);
    }

    .navbar-nav .nav-link {
        padding: 10px 16px !important;
        border-radius: var(--radius-md);
    }

    .tg-cta-banner__btns {
        justify-content: center;
    }
}

/* ============================================================
   HERITAGE & SIGHTSEEING TOUR SHOWCASE (.tg-heritage)
   ============================================================ */
.tg-heritage {
    padding: 84px 0;
    background: #FFFBEB !important;
}

.tg-heritage-card {
    background: #FFFFFF !important;
    border: 1.5px solid #CBD5E1;
    border-radius: var(--radius-lg);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 14px rgba(37, 54, 73, 0.08);
}

.tg-heritage-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -8px rgba(37, 54, 73, 0.18);
    border-color: #D47809 !important;
}

.tg-heritage-card__img-wrap {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
    background: #1A2735;
}

.tg-heritage-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tg-heritage-card:hover .tg-heritage-card__img {
    transform: scale(1.08);
}

.tg-heritage-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(37, 54, 73, 0.92) !important;
    color: #D47809 !important;
    border: 1px solid rgba(212, 120, 9, 0.4);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: var(--radius-full);
    backdrop-filter: blur(8px);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tg-heritage-card__price {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: #D47809 !important;
    color: #FFFFFF !important;
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 800;
    padding: 5px 14px;
    border-radius: var(--radius-full);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.tg-heritage-card__body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tg-heritage-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 0.78rem;
    color: #5C6B7A;
    font-weight: 600;
    margin-bottom: 10px;
}

.tg-heritage-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.tg-heritage-card__title {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 800;
    color: #253649 !important;
    margin-bottom: 8px;
    line-height: 1.35;
}

.tg-heritage-card__desc {
    font-size: 0.85rem;
    color: #3A5470;
    line-height: 1.6;
    margin-bottom: 20px;
}

.tg-btn--heritage {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #253649 !important;
    color: #FFFFFF !important;
    border: 2px solid #253649 !important;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 700;
    padding: 10px 22px;
    transition: all 0.25s ease;
    margin-top: auto;
    width: 100%;
}

.tg-btn--heritage:hover {
    background: #D47809 !important;
    border-color: #D47809 !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(212, 120, 9, 0.35);
}

/* ============================================================
   ABOUT US PAGE STYLES (.about-hero-section, .about-intro, etc.)
   BRAND PALETTE: Primary Navy #253649 & Accent Orange #D47809
   ============================================================ */

/* 1. About Hero Section */
.about-hero-section {
    position: relative;
    background: linear-gradient(135deg, #0F172A 0%, #1C2B3B 45%, #253649 100%) !important;
    color: #FFFFFF;
    padding: 90px 0 70px;
    overflow: hidden;
    text-align: center;
}

.about-hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/rajasthan-palace-tour.png');
    background-size: cover;
    background-position: center 30%;
    opacity: 0.22;
    mix-blend-mode: overlay;
    filter: contrast(1.15) brightness(0.85);
    pointer-events: none;
}

.about-breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 16px;
}

.about-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.about-breadcrumb .breadcrumb-item.active {
    color: #D47809 !important;
    font-weight: 700;
}

.about-hero-tag {
    display: inline-block;
    background: rgba(212, 120, 9, 0.18) !important;
    color: #D47809 !important;
    border: 1px solid rgba(212, 120, 9, 0.35);
    padding: 5px 16px;
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
}

.about-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.about-hero-subtitle {
    font-size: 1.05rem;
    color: #CBD5E1;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.65;
}

/* 2. Company Intro Section */
.about-intro-section {
    padding: 84px 0;
    background: #FFFFFF !important;
}

.showcase-img-card {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(37, 54, 73, 0.15);
    border: 2px solid #E2E8F0;
}

.showcase-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.showcase-badge {
    position: absolute;
    border-radius: var(--radius-md);
    padding: 12px 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
}

.showcase-exp {
    top: 24px;
    left: 24px;
    background: #253649 !important;
    color: #FFFFFF;
    border: 1px solid rgba(212, 120, 9, 0.4);
}

.showcase-exp .badge-num {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 900;
    color: #D47809 !important;
    line-height: 1;
}

.showcase-exp .badge-text {
    font-size: 0.78rem;
    color: #CBD5E1;
    font-weight: 600;
}

.showcase-cities {
    bottom: 24px;
    right: 24px;
    background: #D47809 !important;
    color: #FFFFFF !important;
    font-weight: 800;
    font-size: 0.88rem;
    display: flex;
    align-items: center;
}

.intro-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #F8FAFC;
    border: 1.5px solid #E2E8F0;
    border-radius: var(--radius-md);
    padding: 16px;
    height: 100%;
    transition: all 0.25s ease;
}

.intro-feature-card:hover {
    border-color: #D47809;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(37, 54, 73, 0.08);
}

.feature-icon-box {
    width: 44px;
    height: 44px;
    background: rgba(212, 120, 9, 0.14);
    border: 1px solid rgba(212, 120, 9, 0.3);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D47809 !important;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.feature-title {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 800;
    color: #253649 !important;
    margin-bottom: 4px;
}

.feature-desc {
    font-size: 0.8rem;
    color: #5C6B7A;
    margin: 0;
    line-height: 1.45;
}

/* 3. Rajasthan Sightseeing Section */
.rajasthan-intro-section {
    padding: 84px 0;
    background: #FFFBEB !important;
    position: relative;
}

.destinations-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    height: 420px;
}

.dest-card {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    height: 100%;
    box-shadow: 0 12px 28px rgba(37, 54, 73, 0.12);
    border: 1.5px solid #FCD34D;
}

.dest-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.dest-card:hover .dest-img {
    transform: scale(1.08);
}

.dest-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(37, 54, 73, 0.88) 100%);
}

.dest-floating-box {
    position: absolute;
    left: 14px;
    right: 14px;
    z-index: 3;
}

.dest-floating-box.top-box,
.dest-floating-box.bottom-box {
    bottom: 18px;
}

.dest-title {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 2px;
}

.dest-category {
    font-size: 0.68rem;
    font-weight: 800;
    color: #D47809;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.intro-badge {
    display: inline-block;
    background: rgba(212, 120, 9, 0.16);
    color: #D47809 !important;
    border: 1px solid rgba(212, 120, 9, 0.35);
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: var(--radius-full);
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.intro-italic-sub {
    font-family: var(--font-heading-luxury);
    font-size: 1.25rem;
    font-style: italic;
    color: #5C6B7A;
    margin-bottom: 6px;
}

.rajasthan-heading {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 800;
    color: #253649 !important;
    margin-bottom: 16px;
}

.rajasthan-desc {
    font-size: 0.92rem;
    color: #3A5470;
    line-height: 1.7;
    margin-bottom: 14px;
}

.rajasthan-subtext {
    font-size: 0.88rem;
    color: #5C6B7A;
    line-height: 1.6;
}

.signature-font {
    font-family: var(--font-heading-luxury);
    font-size: 1.5rem;
    font-weight: 700;
    color: #253649;
    display: block;
}

.signature-title {
    font-size: 0.78rem;
    color: #5C6B7A;
    font-weight: 600;
}

.btn-rajasthan-contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #253649 !important;
    color: #FFFFFF !important;
    padding: 12px 26px;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-rajasthan-contact:hover {
    background: #D47809 !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(212, 120, 9, 0.35);
}

/* 4. Vision Mission Values Section */
.about-vmv-section {
    padding: 84px 0;
    background: #F8FAFC !important;
}

.vmv-card {
    background: #FFFFFF !important;
    border: 1.5px solid #CBD5E1;
    border-radius: var(--radius-lg);
    padding: 32px 24px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(37, 54, 73, 0.06);
}

.vmv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -8px rgba(37, 54, 73, 0.15);
    border-color: #D47809 !important;
}

.featured-vmv {
    border: 2px solid #D47809 !important;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFBEB 100%) !important;
    box-shadow: 0 12px 32px rgba(212, 120, 9, 0.2);
}

.vmv-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #D47809;
    color: #FFFFFF;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 3px 12px;
    border-radius: var(--radius-full);
    text-transform: uppercase;
}

.vmv-icon-wrap {
    width: 64px;
    height: 64px;
    background: rgba(212, 120, 9, 0.14);
    border: 1px solid rgba(212, 120, 9, 0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D47809 !important;
    font-size: 1.5rem;
    margin: 0 auto 20px;
}

.vmv-card-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 800;
    color: #253649 !important;
    margin-bottom: 12px;
}

.vmv-card-text {
    font-size: 0.88rem;
    color: #5C6B7A;
    line-height: 1.65;
}

/* 5. About Stats Bar */
.about-stats-section {
    padding: 48px 0;
    background: #253649 !important;
    color: #FFFFFF;
}

.about-stat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-icon-wrap {
    width: 52px;
    height: 52px;
    background: rgba(212, 120, 9, 0.18);
    border: 1px solid rgba(212, 120, 9, 0.35);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D47809 !important;
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.stat-num {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 800;
    color: #D47809 !important;
    line-height: 1;
    margin-bottom: 6px;
}

.stat-lbl {
    font-size: 0.85rem;
    color: #CBD5E1;
    font-weight: 600;
}

/* 6. Tourist Tour Packages Cards */
.tourist-packages-section {
    padding: 84px 0;
    background: #FFFFFF !important;
}

.tour-card {
    background: #FFFFFF !important;
    border: 1.5px solid #CBD5E1;
    border-radius: var(--radius-lg);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.35s ease;
    box-shadow: 0 4px 14px rgba(37, 54, 73, 0.08);
}

.tour-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -8px rgba(37, 54, 73, 0.18);
    border-color: #D47809 !important;
}

.tour-card-img-wrap {
    position: relative;
    height: 210px;
    overflow: hidden;
    background: #1A2735;
}

.tour-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tour-card:hover .tour-card-img {
    transform: scale(1.08);
}

.tour-card-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(37, 54, 73, 0.92) !important;
    color: #D47809 !important;
    border: 1px solid rgba(212, 120, 9, 0.4);
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: var(--radius-full);
    text-transform: uppercase;
}

.tour-price-badge {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: #D47809 !important;
    color: #FFFFFF !important;
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 800;
    padding: 5px 14px;
    border-radius: var(--radius-full);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.tour-card-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tour-location-tag {
    font-size: 0.78rem;
    color: #5C6B7A;
    font-weight: 700;
    margin-bottom: 8px;
}

.tour-card-title {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 800;
    color: #253649 !important;
    margin-bottom: 10px;
    line-height: 1.35;
}

.tour-card-desc {
    font-size: 0.85rem;
    color: #3A5470;
    line-height: 1.6;
    margin-bottom: 16px;
}

.tour-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.78rem;
    color: #5C6B7A;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 12px;
    border-top: 1px solid #E2E8F0;
}

.btn-book-tour {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #253649 !important;
    color: #FFFFFF !important;
    border: 2px solid #253649 !important;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 700;
    padding: 10px 22px;
    transition: all 0.25s ease;
    width: 100%;
    text-decoration: none;
}

.btn-book-tour:hover {
    background: #D47809 !important;
    border-color: #D47809 !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(212, 120, 9, 0.35);
}

/* 7. Why Choose Us Section */
.about-why-section {
    padding: 84px 0;
    background: #F8FAFC !important;
}

.about-why-section .section-header,
.section-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin-bottom: 40px !important;
}

.section-tag {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    background: rgba(212, 120, 9, 0.14) !important;
    color: #D47809 !important;
    border: 1px solid rgba(212, 120, 9, 0.35) !important;
    padding: 6px 18px !important;
    border-radius: 50px !important;
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    margin: 0 auto 16px auto !important;
    width: fit-content !important;
}

.section-title {
    display: block !important;
    width: 100% !important;
    font-family: var(--font-heading, 'Rubik', sans-serif) !important;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem) !important;
    font-weight: 800 !important;
    color: #253649 !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
}

.section-title span {
    color: #D47809 !important;
}

.section-subtitle {
    display: block !important;
    font-size: 0.98rem !important;
    color: #5C6B7A !important;
    max-width: 680px !important;
    margin: 0 auto !important;
    line-height: 1.65 !important;
    text-align: center !important;
}

.why-feature-card {
    background: #FFFFFF !important;
    border: 1.5px solid #CBD5E1;
    border-radius: var(--radius-lg);
    padding: 26px;
    height: 100%;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(37, 54, 73, 0.06);
}

.why-feature-card:hover {
    border-color: #D47809 !important;
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(37, 54, 73, 0.12);
}

.why-card-icon {
    width: 52px;
    height: 52px;
    background: rgba(212, 120, 9, 0.14);
    border: 1px solid rgba(212, 120, 9, 0.3);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D47809 !important;
    font-size: 1.25rem;
    margin-bottom: 16px;
}

.why-card-title {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    color: #253649 !important;
    margin-bottom: 8px;
}

.why-card-text {
    font-size: 0.85rem;
    color: #5C6B7A;
    line-height: 1.6;
    margin: 0;
}

/* 8. Safety Commitment Section */
.about-commitment-section {
    padding: 84px 0;
    background: #FFFFFF !important;
}

.commitment-card {
    background: linear-gradient(135deg, #1C2B3B 0%, #253649 100%) !important;
    border-radius: var(--radius-xl);
    padding: 48px;
    color: #FFFFFF;
    box-shadow: 0 20px 45px rgba(37, 54, 73, 0.2);
}

.commitment-title {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 14px;
}

.commitment-text {
    font-size: 0.95rem;
    color: #CBD5E1;
    line-height: 1.7;
}

.c-badge-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    color: #FFFFFF;
    font-weight: 600;
}

.commitment-badge-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-lg);
    padding: 32px 24px;
    backdrop-filter: blur(10px);
}

.c-box-icon {
    width: 60px;
    height: 60px;
    background: rgba(212, 120, 9, 0.2);
    border: 1.5px solid rgba(212, 120, 9, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D47809 !important;
    font-size: 1.5rem;
    margin: 0 auto 16px;
}

.btn-commitment-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #D47809 !important;
    color: #FFFFFF !important;
    padding: 12px 26px;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
    margin-top: 14px;
}

.btn-commitment-cta:hover {
    background: #B06206 !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(212, 120, 9, 0.35);
}

/* 9. CTA Banner */
.cta-banner {
    padding: 64px 0;
    background: linear-gradient(135deg, #D47809 0%, #B06206 100%) !important;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.cta-title {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.cta-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.btn-cta-call {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #253649 !important;
    color: #FFFFFF !important;
    padding: 12px 26px;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-cta-call:hover {
    background: #1A2735 !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 54, 73, 0.35);
}

.btn-cta-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25D366 !important;
    color: #FFFFFF !important;
    padding: 12px 26px;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-cta-whatsapp:hover {
    background: #1EBE5B !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

/* ============================================================
   ROUTE DETAIL PAGE STYLES (.rp-hero, .rp-booking-card, etc.)
   BRAND PALETTE: Primary Navy #253649 & Accent Orange #D47809
   ============================================================ */

/* 1. Route Hero Banner */
.rp-hero {
    position: relative;
    background: linear-gradient(135deg, #0F172A 0%, #1C2B3B 45%, #253649 100%) !important;
    color: #FFFFFF;
    padding: 84px 0 90px;
    overflow: hidden;
}

.rp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/rajasthan-palace-tour.png');
    background-size: cover;
    background-position: center bottom;
    opacity: 0.22;
    mix-blend-mode: overlay;
    filter: contrast(1.15) brightness(0.85);
    pointer-events: none;
}

.rp-hero-container {
    position: relative;
    z-index: 3;
}

.rp-hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 16px;
}

.rp-hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-weight: 600;
}

.rp-hero-breadcrumb a:hover {
    color: #D47809;
}

.bc-sep {
    font-size: 0.65rem;
    color: #D47809;
}

.rp-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 120, 9, 0.18) !important;
    color: #D47809 !important;
    border: 1px solid rgba(212, 120, 9, 0.35);
    padding: 5px 16px;
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
}

.live-pulse {
    width: 8px;
    height: 8px;
    background: #D47809;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(212, 120, 9, 0.3);
    animation: tg-pulse 2s infinite;
}

.rp-hero-h1 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 14px;
}

.rp-h1-accent {
    color: #D47809 !important;
}

.rp-h1-arrow {
    display: inline-block;
    color: #D47809;
    margin: 0 6px;
}

.rp-h1-sub {
    display: block;
    font-size: 1.05rem;
    font-weight: 600;
    color: #CBD5E1;
    margin-top: 6px;
}

.rp-hero-desc {
    font-size: 0.95rem;
    color: #CBD5E1;
    line-height: 1.65;
    margin-bottom: 20px;
    max-width: 540px;
}

.rp-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.rp-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(37, 54, 73, 0.85);
    border: 1px solid rgba(212, 120, 9, 0.4);
    color: #FFFFFF;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: var(--radius-full);
}

.rp-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.rp-btn-call {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #D47809 !important;
    color: #FFFFFF !important;
    padding: 10px 22px;
    border-radius: var(--radius-full);
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 8px 24px rgba(212, 120, 9, 0.35);
}

.rp-btn-call:hover {
    background: #B06206 !important;
    transform: translateY(-2px);
    color: #FFFFFF !important;
}

.rp-btn-call-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rp-btn-call-text span {
    display: block;
    font-size: 0.72rem;
    opacity: 0.9;
}

.rp-btn-call-text strong {
    font-size: 0.92rem;
    font-weight: 800;
}

.rp-btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25D366 !important;
    color: #FFFFFF !important;
    padding: 12px 24px;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
}

.rp-btn-wa:hover {
    background: #1EBE5B !important;
    transform: translateY(-2px);
    color: #FFFFFF !important;
}

.rp-stats-row {
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-md);
    padding: 14px 20px;
    backdrop-filter: blur(10px);
    width: fit-content;
}

.rp-stat-item strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 800;
    color: #D47809 !important;
    line-height: 1;
}

.rp-stat-item span {
    font-size: 0.75rem;
    color: #CBD5E1;
}

.rp-stat-div {
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.18);
}

/* 2. Route Right Side Floating Booking Form */
.rp-booking-card {
    background: #FFFFFF !important;
    border-radius: var(--radius-xl);
    padding: 28px;
    box-shadow: 0 20px 45px rgba(37, 54, 73, 0.25);
    border: 2px solid #E2E8F0;
    position: relative;
    overflow: hidden;
}

.rp-booking-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #253649 0%, #D47809 100%);
}

.rp-card-live {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #16A34A;
    background: #DCFCE7;
    padding: 3px 10px;
    border-radius: var(--radius-full);
    margin-bottom: 10px;
}

.rp-card-live-dot {
    width: 6px;
    height: 6px;
    background: #16A34A;
    border-radius: 50%;
}

.rp-card-title {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 800;
    color: #253649 !important;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rp-card-title i {
    color: #D47809 !important;
}

.rp-card-sub {
    font-size: 0.82rem;
    color: #5C6B7A;
    margin-bottom: 18px;
}

.rp-trip-toggle {
    display: flex;
    background: #F1F5F9;
    padding: 3px;
    border-radius: var(--radius-full);
    margin-bottom: 16px;
    gap: 2px;
}

.rp-trip-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #5C6B7A;
    border-radius: var(--radius-full);
    cursor: pointer;
    margin: 0;
    transition: all 0.2s ease;
}

.rp-trip-btn input {
    display: none;
}

.rp-trip-btn.active {
    background: #253649 !important;
    color: #FFFFFF !important;
    box-shadow: 0 4px 12px rgba(37, 54, 73, 0.25);
}

.rp-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.rp-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rp-field label {
    font-size: 0.78rem;
    font-weight: 700;
    color: #253649 !important;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.rp-field label i {
    color: #D47809 !important;
}

.rp-input {
    width: 100%;
    height: 44px;
    padding: 8px 12px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 600;
    color: #1A2533;
    background: #F8F9FA;
    border: 1.5px solid #CBD5E1;
    border-radius: var(--radius-sm);
    transition: all 0.2s ease;
}

.rp-input:focus {
    outline: none;
    border-color: #D47809 !important;
    background: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(212, 120, 9, 0.22);
}

.rp-submit-btn {
    width: 100%;
    height: 48px;
    background: linear-gradient(135deg, #D47809 0%, #B06206 100%) !important;
    color: #FFFFFF !important;
    border: none;
    border-radius: var(--radius-md);
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 8px 24px rgba(212, 120, 9, 0.35);
    margin-top: 8px;
}

.rp-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(212, 120, 9, 0.45);
}

.rp-form-note {
    font-size: 0.75rem;
    color: #5C6B7A;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}

/* 3. Pricing Grid & Cards */
.rp-section-white {
    background: #FFFFFF !important;
    padding: 84px 0;
}

.rp-section-head {
    text-align: center;
    margin-bottom: 40px;
}

.rp-section-tag {
    display: inline-block;
    background: rgba(212, 120, 9, 0.16);
    color: #D47809 !important;
    border: 1px solid rgba(212, 120, 9, 0.35);
    font-size: 0.78rem;
    font-weight: 800;
    padding: 4px 14px;
    border-radius: var(--radius-full);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.rp-section-tag-light {
    background: rgba(255, 255, 255, 0.12);
    color: #D47809 !important;
    border-color: rgba(255, 255, 255, 0.2);
}

.rp-section-title {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 800;
    color: #253649 !important;
    margin-bottom: 6px;
}

.rp-section-title span {
    color: #D47809 !important;
}

.rp-section-title-light {
    color: #FFFFFF !important;
}

.rp-title-bar {
    width: 60px;
    height: 3px;
    background: #D47809;
    border-radius: 2px;
    margin: 10px auto 0;
}

.rp-pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .rp-pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .rp-pricing-grid {
        grid-template-columns: 1fr;
    }
}

.rp-price-card {
    background: #FFFFFF !important;
    border: 1.5px solid #CBD5E1;
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(37, 54, 73, 0.06);
}

.rp-price-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -8px rgba(37, 54, 73, 0.18);
    border-color: #D47809 !important;
}

.rp-car-wrap {
    height: 140px;
    background: #F8FAFC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-bottom: 1px solid #E2E8F0;
}

.rp-car-img {
    max-height: 100px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.rp-price-card:hover .rp-car-img {
    transform: scale(1.08);
}

.rp-car-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.rp-card-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.rp-car-name {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 800;
    color: #253649 !important;
    margin-bottom: 2px;
}

.rp-car-models {
    font-size: 0.78rem;
    color: #5C6B7A;
}

.rp-rate-pill {
    background: #D47809 !important;
    color: #FFFFFF !important;
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: var(--radius-full);
}

.rp-feature-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

.rp-chip {
    font-size: 0.7rem;
    font-weight: 700;
    color: #253649;
    background: #F1F5F9;
    padding: 2px 8px;
    border-radius: 4px;
}

.rp-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #253649 !important;
    color: #FFFFFF !important;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 800;
    padding: 10px 18px;
    text-decoration: none;
    transition: all 0.25s ease;
    margin-top: auto;
}

.rp-call-btn:hover {
    background: #D47809 !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(212, 120, 9, 0.35);
}

.rp-inclusion-bar {
    background: #FFFBEB;
    border: 1.5px solid #FCD34D;
    border-radius: var(--radius-lg);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.rp-incl-text {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.88rem;
    color: #253649;
}

.rp-incl-text i {
    color: #D47809;
    font-size: 1.3rem;
}

.rp-outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #253649;
    color: #253649 !important;
    font-size: 0.85rem;
    font-weight: 800;
    padding: 8px 20px;
    border-radius: var(--radius-full);
    text-decoration: none;
    transition: all 0.25s ease;
}

.rp-outline-btn:hover {
    background: #253649;
    color: #FFFFFF !important;
}

/* 4. Why Travel Section */
.rp-why-section {
    padding: 84px 0;
    background: #253649 !important;
    color: #FFFFFF;
}

.rp-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .rp-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .rp-why-grid {
        grid-template-columns: 1fr;
    }
}

.rp-why-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg);
    padding: 24px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.rp-why-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(212, 120, 9, 0.4);
    transform: translateY(-4px);
}

.rp-why-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 16px;
    background: rgba(212, 120, 9, 0.2);
    color: #D47809;
    border: 1px solid rgba(212, 120, 9, 0.4);
}

.rp-why-card h4 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.rp-why-card p {
    font-size: 0.85rem;
    color: #CBD5E1;
    line-height: 1.6;
    margin: 0;
}

/* ============================================================
   ROUTE DETAIL COMPLETE STYLES & SCROLL REVEAL ANIMATIONS
   ============================================================ */

/* Scroll Reveal */
[data-rp-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-rp-reveal="left"] {
    opacity: 0;
    transform: translateX(-30px);
}

[data-rp-reveal="right"] {
    opacity: 0;
    transform: translateX(30px);
}

[data-rp-reveal].rp-visible {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* Back to top */
.rp-back-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    background: #253649;
    color: #FFFFFF;
    border: 2px solid #D47809;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(37, 54, 73, 0.3);
}

.rp-back-top.show {
    opacity: 1;
    visibility: visible;
}

.rp-back-top:hover {
    background: #D47809;
    color: #FFFFFF;
    transform: translateY(-3px);
}

/* Places to Visit Section */
.rp-places-section {
    padding: 84px 0;
    background: #F8FAFC !important;
}

.rp-places-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 36px;
}

@media (max-width: 991px) {
    .rp-places-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .rp-places-grid {
        grid-template-columns: 1fr;
    }
}

.rp-place-card {
    background: #FFFFFF !important;
    border: 1.5px solid #CBD5E1;
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(37, 54, 73, 0.06);
}

.rp-place-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(37, 54, 73, 0.12);
    border-color: #D47809 !important;
}

.rp-place-header {
    background: #F1F5F9;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #E2E8F0;
}

.rp-place-icon {
    width: 42px;
    height: 42px;
    background: rgba(212, 120, 9, 0.14);
    border: 1px solid rgba(212, 120, 9, 0.3);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D47809 !important;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.rp-place-name {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    color: #253649 !important;
}

.rp-place-type {
    font-size: 0.75rem;
    color: #5C6B7A;
    font-weight: 600;
}

.rp-place-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.rp-place-desc {
    font-size: 0.85rem;
    color: #3A5470;
    line-height: 1.6;
    margin-bottom: 14px;
}

.rp-place-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.78rem;
    color: #5C6B7A;
    font-weight: 600;
    margin-bottom: 18px;
    padding-top: 10px;
    border-top: 1px solid #F1F5F9;
}

.rp-place-meta-item i {
    color: #D47809;
}

.rp-book-place {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #253649 !important;
    color: #FFFFFF !important;
    border-radius: var(--radius-full);
    font-size: 0.82rem;
    font-weight: 800;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.25s ease;
    margin-top: auto;
}

.rp-book-place:hover {
    background: #D47809 !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 120, 9, 0.35);
}

.rp-addon-banner {
    background: linear-gradient(135deg, #253649 0%, #1C2B3B 100%) !important;
    border-radius: var(--radius-lg);
    padding: 28px 32px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    border: 1px solid rgba(212, 120, 9, 0.3);
}

.rp-addon-banner h3 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rp-addon-banner h3 i {
    color: #D47809;
}

.rp-addon-banner p {
    font-size: 0.88rem;
    color: #CBD5E1;
    margin: 0;
}

.rp-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25D366 !important;
    color: #FFFFFF !important;
    padding: 10px 22px;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
}

.rp-wa-btn:hover {
    background: #1EBE5B !important;
    transform: translateY(-2px);
}

/* Quick Answer Hub (AEO Hub) */
.rp-aeo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .rp-aeo-grid {
        grid-template-columns: 1fr;
    }
}

.rp-aeo-box {
    background: #F8FAFC;
    border: 1.5px solid #CBD5E1;
    border-radius: var(--radius-md);
    padding: 22px;
}

.rp-aeo-ico {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 12px;
    background: rgba(212, 120, 9, 0.15);
    color: #D47809;
}

.rp-aeo-box strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 800;
    color: #253649 !important;
    margin-bottom: 6px;
}

.rp-aeo-box p {
    font-size: 0.85rem;
    color: #5C6B7A;
    line-height: 1.55;
    margin: 0;
}

.rp-article {
    background: #FFFFFF;
    border: 1.5px solid #E2E8F0;
    border-radius: var(--radius-lg);
    padding: 36px;
}

.rp-article h2 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 800;
    color: #253649 !important;
    margin-bottom: 14px;
}

.rp-article h3 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 800;
    color: #253649 !important;
    margin: 20px 0 10px;
}

.rp-article p,
.rp-article li {
    font-size: 0.9rem;
    color: #3A5470;
    line-height: 1.65;
}

.rp-article ul {
    padding-left: 20px;
    margin-bottom: 16px;
}

/* Testimonials Section */
.rp-testimonials-section {
    padding: 84px 0;
    background: #F8FAFC !important;
}

.rp-rating-summary-wrap {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.rp-rating-summary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFFBEB;
    border: 1px solid #FCD34D;
    padding: 6px 18px;
    border-radius: var(--radius-full);
}

.rp-rating-score {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 900;
    color: #253649;
}

.rp-rating-stars {
    color: #D47809;
}

.rp-rating-text {
    font-size: 0.8rem;
    color: #5C6B7A;
    font-weight: 700;
}

.rp-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 36px;
}

@media (max-width: 991px) {
    .rp-testimonials-grid {
        grid-template-columns: 1fr;
    }
}

.rp-testimonial-card {
    background: #FFFFFF !important;
    border: 1.5px solid #CBD5E1;
    border-radius: var(--radius-lg);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 12px rgba(37, 54, 73, 0.06);
    transition: all 0.3s ease;
}

.rp-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(37, 54, 73, 0.12);
    border-color: #D47809 !important;
}

.rp-testi-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.rp-testi-avatar {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #253649 0%, #1C2B3B 100%);
    color: #FFFFFF;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.rp-testi-name {
    font-family: var(--font-heading);
    font-size: 0.98rem;
    font-weight: 800;
    color: #253649 !important;
}

.rp-testi-role {
    font-size: 0.75rem;
    color: #5C6B7A;
}

.rp-testi-stars {
    color: #D47809;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.rp-testi-quote {
    font-size: 0.85rem;
    color: #3A5470;
    line-height: 1.6;
    font-style: italic;
}

.rp-testi-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #5C6B7A;
    padding-top: 14px;
    border-top: 1px solid #F1F5F9;
    margin-top: 14px;
}

.rp-testi-tag {
    font-weight: 700;
    color: #253649;
}

.rp-testi-verified {
    color: #16A34A;
    font-weight: 700;
}

/* FAQ Section */
.rp-faq-section {
    padding: 84px 0;
    background: #253649 !important;
    color: #FFFFFF;
}

.rp-faq-inner {
    max-width: 800px;
    margin: 36px auto 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rp-faq-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: all 0.3s ease;
}

.rp-faq-q {
    padding: 18px 22px;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 800;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}

.rp-faq-ico {
    width: 28px;
    height: 28px;
    background: rgba(212, 120, 9, 0.2);
    color: #D47809;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.rp-faq-item.open .rp-faq-ico {
    transform: rotate(45deg);
    background: #D47809;
    color: #FFFFFF;
}

.rp-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 22px;
}

.rp-faq-item.open .rp-faq-a {
    max-height: 300px;
    padding: 0 22px 18px;
}

.rp-faq-a p {
    font-size: 0.88rem;
    color: #CBD5E1;
    line-height: 1.6;
    margin: 0;
}

/* CTA Banner & Sticky Mobile */
.rp-cta-section {
    padding: 64px 0;
    background: #FFFFFF !important;
}

.rp-cta-inner {
    background: linear-gradient(135deg, #D47809 0%, #B06206 100%) !important;
    border-radius: var(--radius-xl);
    padding: 44px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    box-shadow: 0 20px 45px rgba(212, 120, 9, 0.3);
}

.rp-cta-text h2 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.rp-cta-text p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.rp-cta-btns {
    display: flex;
    gap: 12px;
}

.rp-sticky-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-top: 1.5px solid #E2E8F0;
    padding: 10px 14px;
    z-index: 998;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
    .rp-sticky-mobile {
        display: block;
    }
}

.rp-mob-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.rp-mob-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #253649 !important;
    color: #FFFFFF !important;
    padding: 10px;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

.rp-mob-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #25D366 !important;
    color: #FFFFFF !important;
    padding: 10px;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

/* ============================================================
   ROUTE / CITY PAGE ENHANCEMENTS
   ============================================================ */

.rp-hero-split-left,
.rp-hero-split-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 55%;
    pointer-events: none;
    z-index: 1;
}

.rp-hero-split-left {
    left: 0;
    background: radial-gradient(ellipse at 20% 40%, rgba(212, 120, 9, 0.18) 0%, transparent 60%);
}

.rp-hero-split-right {
    right: 0;
    background: radial-gradient(ellipse at 80% 60%, rgba(37, 54, 73, 0.5) 0%, transparent 55%);
}

.rp-road-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18%;
    height: 2px;
    background: repeating-linear-gradient(90deg, rgba(212, 120, 9, 0.55) 0 18px, transparent 18px 36px);
    opacity: 0.45;
    z-index: 1;
    animation: rp-road-scan 12s linear infinite;
}

@keyframes rp-road-scan {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 216px 0;
    }
}

.rp-booking-card-wrap {
    width: 100%;
    position: relative;
    z-index: 4;
}

.rp-fare-amount {
    font-size: 0.88rem;
    color: #475569;
    margin: 0 0 12px;
}

.rp-fare-amount strong {
    color: #0F172A;
    font-weight: 800;
    font-size: 1.05rem;
}

.rp-section {
    padding: 84px 0;
}

.rp-section-light {
    background: #F8FAFC !important;
}

.rp-section-desc {
    max-width: 560px;
    margin: 0 auto;
    color: #64748B;
    font-size: 0.95rem;
    line-height: 1.65;
}

.rp-section-desc-light {
    color: #CBD5E1 !important;
}

.rp-trip-toggle {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

/* Journey milestones */
.rp-journey {
    margin-top: 40px;
    background: #FFFFFF;
    border: 1.5px solid #E2E8F0;
    border-radius: var(--radius-xl);
    padding: 36px 28px 28px;
    box-shadow: 0 8px 28px rgba(37, 54, 73, 0.06);
}

.rp-journey-track {
    position: relative;
    height: 4px;
    background: #E2E8F0;
    border-radius: 4px;
    margin: 0 8% 28px;
    overflow: hidden;
}

.rp-journey-progress {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #D47809, #F59E0B);
    border-radius: 4px;
    transition: width 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.rp-journey-stops {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    text-align: center;
}

.rp-journey-stop strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 800;
    color: #0F172A;
    margin-top: 10px;
}

.rp-journey-stop span {
    display: block;
    font-size: 0.78rem;
    color: #64748B;
    margin-top: 2px;
}

.rp-journey-dot {
    width: 14px;
    height: 14px;
    margin: 0 auto;
    border-radius: 50%;
    background: #FFFFFF;
    border: 3px solid #D47809;
    box-shadow: 0 0 0 4px rgba(212, 120, 9, 0.15);
}

.rp-journey-dot--start,
.rp-journey-dot--end {
    background: #D47809;
}

.rp-journey-note {
    margin-top: 28px;
    padding: 14px 18px;
    background: rgba(212, 120, 9, 0.08);
    border: 1px solid rgba(212, 120, 9, 0.22);
    border-radius: var(--radius-md);
    font-size: 0.9rem;
    color: #334155;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.rp-journey-note i {
    color: #D47809;
}

.rp-journey-note a {
    margin-left: auto;
    color: #D47809;
    font-weight: 700;
    text-decoration: none;
}

.rp-journey-note a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .rp-journey-stops {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .rp-journey-track {
        margin: 0 4% 24px;
    }

    .rp-journey-note a {
        margin-left: 0;
        width: 100%;
    }
}

/* ============================================================
   SOURCE TAXI SERVICE PAGE (.sts-*)
   ============================================================ */

/* ---- Driveway-inspired unique hero banner ---- */
.sts-hero {
    --sts-yellow: #FFD400;
    --sts-yellow-deep: #F0C400;
    --sts-ink: #FFFFFF;
    --sts-muted: #CBD5E1;
    --sts-card-w: 348px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #090F1E 0%, #152238 45%, #1E2D42 100%);
    color: #FFFFFF;
    padding: 84px 0 90px;
}

/* Background theme variants for .sts-hero */
.sts-hero--navy {
    background: linear-gradient(135deg, #0B132B 0%, #1C2541 45%, #253649 100%) !important;
}

.sts-hero--amber {
    background: linear-gradient(135deg, #1C1004 0%, #3D2204 45%, #1A2736 100%) !important;
}

.sts-hero--dark {
    background: linear-gradient(135deg, #090F1E 0%, #152238 50%, #1E2D42 100%) !important;
}

.sts-hero--gradient {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 40%, #0F2A4A 100%) !important;
}

.sts-hero--yellow {
    background: #FFD400 !important;
    color: #0B0B0B !important;
}

.sts-hero [data-rp-reveal] {
    opacity: 1;
    transform: none;
}

.sts-hero::before {
    display: none !important;
}

@keyframes sts-car-in {
    from {
        opacity: 0;
        transform: translateX(-40px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes sts-card-pop {
    from {
        opacity: 0;
        transform: translateY(28px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes sts-fade-up {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sts-brand-in {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sts-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    background: #FFD400;
}

.sts-hero__shape {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.sts-hero__check {
    position: absolute;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 54px;
    height: 36px;
    gap: 0;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.sts-hero__check span {
    display: block;
    width: 100%;
    height: 100%;
}

.sts-hero__check span:nth-child(odd) {
    background: #111;
}

.sts-hero__check span:nth-child(even) {
    background: #fff;
}

.sts-hero__check--tr {
    top: 16%;
    right: 4.5%;
    transform: rotate(8deg);
    animation: sts-fade-up 0.8s ease 0.45s both;
}

.sts-hero__check--br {
    bottom: 11%;
    left: 38%;
    width: 46px;
    height: 30px;
    transform: rotate(-9deg);
    animation: sts-fade-up 0.8s ease 0.55s both;
}

.sts-hero__container {
    position: relative;
    z-index: 2;
}

.sts-hero__stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--sts-card-w);
    gap: 12px 36px;
    align-items: center;
    min-height: 520px;
}

.sts-hero__left {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding-top: 4px;
}

.sts-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(10, 10, 10, 0.5);
    margin-bottom: 8px;
    position: relative;
    z-index: 6;
}

.sts-hero__breadcrumb a {
    color: rgba(10, 10, 10, 0.65);
    text-decoration: none;
    font-weight: 700;
}

.sts-hero__breadcrumb a:hover {
    color: var(--sts-ink);
}

.sts-hero__breadcrumb i {
    font-size: 0.55rem;
    opacity: 0.5;
}

/* Spotlight: brand + car layered like Driveway */
.sts-hero__spotlight {
    position: relative;
    width: 100%;
    min-height: 380px;
    margin-bottom: 12px;
}

.sts-hero__title {
    position: relative;
    z-index: 2;
    margin: 0;
    max-width: 100%;
    pointer-events: none;
    animation: sts-brand-in 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.sts-hero__title-brand {
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(4rem, 9vw, 7.5rem);
    font-weight: 800;
    line-height: 0.86;
    letter-spacing: -0.055em;
    color: var(--sts-ink);
    white-space: nowrap;
}

.sts-hero__car-wrap {
    position: absolute;
    left: -2%;
    top: 52%;
    z-index: 3;
    width: min(92%, 620px);
    animation: sts-car-in 1s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
    filter: drop-shadow(0 28px 36px rgba(0, 0, 0, 0.18));
}

.sts-hero__car {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.sts-hero__car-shadow {
    display: block;
    width: 68%;
    height: 20px;
    margin: -10px auto 0;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, transparent 70%);
    filter: blur(5px);
}

.sts-hero__footer-row {
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 14px 18px;
    margin-top: auto;
    padding-top: 8px;
    animation: sts-fade-up 0.75s ease 0.3s both;
}

.sts-hero__copy {
    flex: 1 1 280px;
    max-width: 380px;
    padding: 14px 16px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.sts-hero__copy p {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.62;
    color: var(--sts-muted);
    font-weight: 500;
}

.sts-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.sts-hero__call {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 14px;
    background: var(--sts-ink);
    color: #FFFFFF !important;
    text-decoration: none;
    border-radius: 10px;
    transition: transform 0.2s ease, background 0.2s ease;
}

.sts-hero__call:hover {
    background: #222;
    transform: translateY(-2px);
    color: #FFFFFF !important;
}

.sts-hero__call i {
    font-size: 0.9rem;
}

.sts-hero__call small {
    display: block;
    font-size: 0.65rem;
    opacity: 0.75;
    font-weight: 600;
}

.sts-hero__call strong {
    display: block;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.15;
}

.sts-hero__wa {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 12px 16px;
    background: #25D366;
    color: #FFFFFF !important;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
    border-radius: 10px;
    transition: transform 0.2s ease, background 0.2s ease;
}

.sts-hero__wa:hover {
    background: #1EBE5B;
    transform: translateY(-2px);
    color: #FFFFFF !important;
}

.sts-hero__card-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 5;
    align-self: center;
}

.sts-hero__card-wrap {
    width: var(--sts-card-w);
    max-width: 100%;
}

.sts-booking-card {
    width: 100%;
    padding: 20px 20px 18px !important;
    border-radius: 18px !important;
    border: none !important;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.16) !important;
    background: #FFFFFF !important;
    overflow: visible !important;
    animation: sts-card-pop 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}

.sts-booking-card::before {
    display: none !important;
}

.sts-booking-tabs.rp-trip-toggle {
    display: flex !important;
    grid-template-columns: none;
    background: transparent !important;
    padding: 0 0 12px !important;
    margin: 0 0 16px !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #EDEDED;
    gap: 0;
}

.sts-booking-tabs .rp-trip-btn {
    flex: 1;
    padding: 6px 2px 11px !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #9A9A9A !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    position: relative;
    justify-content: center;
    gap: 0;
}

.sts-booking-tabs .rp-trip-btn.active {
    background: transparent !important;
    color: var(--sts-ink) !important;
    box-shadow: none !important;
}

.sts-booking-tabs .rp-trip-btn.active::after {
    content: '';
    position: absolute;
    left: 14%;
    right: 14%;
    bottom: -1px;
    height: 3px;
    background: var(--sts-yellow);
    border-radius: 3px 3px 0 0;
}

.sts-booking-fields {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.sts-booking-field {
    width: 100%;
}

.sts-booking-row {
    margin-bottom: 0 !important;
    gap: 10px !important;
}

.sts-booking-input-wrap {
    position: relative;
}

.sts-booking-input-wrap>i {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.68rem;
    color: #A0A0A0;
    pointer-events: none;
}

.sts-booking-input.rp-input {
    height: 46px !important;
    background: #F2F2F2 !important;
    border: none !important;
    border-radius: 11px !important;
    padding: 10px 36px 10px 15px !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    color: #1A1A1A !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
}

select.sts-booking-input.rp-input {
    cursor: pointer;
}

.sts-booking-input.rp-input:focus {
    background: #EEEEEE !important;
    border: none !important;
    box-shadow: 0 0 0 2px rgba(255, 212, 0, 0.6) !important;
}

.sts-booking-row .sts-booking-input.rp-input {
    padding-right: 14px !important;
}

.sts-booking-submit.rp-submit-btn {
    margin-top: 14px !important;
    height: 50px !important;
    background: var(--sts-yellow) !important;
    color: var(--sts-ink) !important;
    border-radius: 11px !important;
    box-shadow: none !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em;
}

.sts-booking-submit.rp-submit-btn:hover {
    background: var(--sts-yellow-deep) !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14) !important;
}

.sts-booking-note {
    margin-top: 11px !important;
    color: #8A8A8A !important;
}

@media (max-width: 1199px) {
    .sts-hero__title-brand {
        font-size: clamp(3.4rem, 7vw, 5.5rem);
        white-space: normal;
    }

    .sts-hero__car-wrap {
        width: min(95%, 540px);
        top: 42%;
    }
}

@media (max-width: 991px) {
    .sts-hero {
        min-height: 0;
        padding: 24px 0 36px;
    }

    .sts-hero__stage {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: 0;
    }

    .sts-hero__spotlight {
        min-height: 300px;
    }

    .sts-hero__title-brand {
        white-space: normal;
        font-size: clamp(3rem, 11vw, 4.4rem);
    }

    .sts-hero__car-wrap {
        position: relative;
        left: 0;
        top: auto;
        margin: -28px auto 0;
        width: min(100%, 500px);
        filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.14));
    }

    .sts-hero__check--tr {
        right: 5%;
        top: 8%;
    }

    .sts-hero__check--br {
        left: auto;
        right: 14%;
        bottom: 36%;
    }

    .sts-hero__card-col {
        justify-content: center;
    }

    .sts-hero__card-wrap {
        width: min(100%, var(--sts-card-w));
    }

    .sts-hero__copy {
        max-width: 100%;
    }

    .sts-hero__footer-row {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 575px) {
    .sts-hero__title-brand {
        font-size: clamp(2.5rem, 13vw, 3.2rem);
    }

    .sts-hero__spotlight {
        min-height: 0;
    }

    .sts-hero__check {
        width: 40px;
        height: 28px;
    }

    .sts-booking-tabs .rp-trip-btn {
        font-size: 0.72rem !important;
        padding: 6px 2px 10px !important;
    }

    .sts-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .sts-hero__call,
    .sts-hero__wa {
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {

    .sts-hero__car-wrap,
    .sts-booking-card,
    .sts-hero__copy,
    .sts-hero__title,
    .sts-hero__footer-row,
    .sts-hero__check--tr,
    .sts-hero__check--br {
        animation: none;
    }
}

.sts-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.sts-service-card {
    background: #FFFFFF;
    border: 1.5px solid #E2E8F0;
    border-radius: var(--radius-lg);
    padding: 28px 22px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.sts-service-card:hover {
    border-color: #D47809;
    box-shadow: 0 16px 36px rgba(37, 54, 73, 0.1);
    transform: translateY(-4px);
}

.sts-service-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    background: rgba(212, 120, 9, 0.12);
    border: 1px solid rgba(212, 120, 9, 0.28);
    color: #D47809;
    font-size: 1.25rem;
    margin-bottom: 16px;
}

.sts-service-card h3 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 8px;
}

.sts-service-card p {
    font-size: 0.88rem;
    color: #64748B;
    line-height: 1.6;
    margin-bottom: 16px;
}

.sts-service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #D47809;
    text-decoration: none;
    cursor: pointer;
    transition: gap 0.2s ease;
}

.sts-service-link:hover {
    gap: 10px;
    color: #B06206;
}

.sts-routes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.sts-route-card {
    position: relative;
    background: #FFFFFF;
    border: 1.5px solid #E2E8F0;
    border-radius: var(--radius-lg);
    padding: 24px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.sts-route-card:hover {
    border-color: #D47809;
    box-shadow: 0 14px 32px rgba(37, 54, 73, 0.1);
    transform: translateY(-3px);
}

.sts-route-card--hot {
    border-color: rgba(212, 120, 9, 0.45);
    background: linear-gradient(180deg, #FFFBF5 0%, #FFFFFF 55%);
}

.sts-route-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #D47809;
    color: #FFFFFF;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: var(--radius-full);
}

.sts-route-cities {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-heading);
    font-size: 1.15rem;
    color: #0F172A;
    margin-bottom: 14px;
    padding-right: 70px;
}

.sts-route-cities i {
    color: #D47809;
}

.sts-route-cities strong {
    font-weight: 800;
}

.sts-route-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.8rem;
    color: #64748B;
    margin-bottom: 18px;
}

.sts-route-meta i {
    color: #D47809;
    margin-right: 4px;
}

.sts-route-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #E2E8F0;
    padding-top: 16px;
}

.sts-route-price {
    font-size: 0.85rem;
    color: #64748B;
}

.sts-route-price strong {
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
    color: #0F172A;
}

.sts-route-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #253649;
    color: #FFFFFF !important;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: var(--radius-full);
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.sts-route-btn:hover {
    background: #D47809;
    color: #FFFFFF !important;
    transform: translateY(-1px);
}

.sts-areas-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 36px;
}

.sts-area-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #E2E8F0;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: var(--radius-full);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.sts-area-chip i {
    color: #D47809;
    font-size: 0.75rem;
}

.sts-area-chip:hover {
    background: rgba(212, 120, 9, 0.15);
    border-color: rgba(212, 120, 9, 0.4);
}

.sts-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.sts-why-card {
    background: #F8FAFC;
    border: 1.5px solid #E2E8F0;
    border-radius: var(--radius-lg);
    padding: 24px;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.sts-why-card:hover {
    border-color: #D47809;
    transform: translateY(-3px);
}

.sts-why-card h4 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    color: #0F172A;
    margin: 0 0 8px;
}

.sts-why-card p {
    font-size: 0.88rem;
    color: #64748B;
    line-height: 1.6;
    margin: 0;
}

.sts-steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.sts-step {
    flex: 1;
    min-width: 200px;
    text-align: center;
    padding: 8px 12px;
}

.sts-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #253649;
    color: #D47809;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 14px;
    border: 2px solid rgba(212, 120, 9, 0.45);
}

.sts-step h4 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 6px;
}

.sts-step p {
    font-size: 0.88rem;
    color: #64748B;
    line-height: 1.55;
    margin: 0;
}

.sts-step-line {
    flex: 0 0 40px;
    height: 2px;
    background: linear-gradient(90deg, #D47809, #E2E8F0);
    margin-top: 34px;
    align-self: flex-start;
}

@media (max-width: 991px) {

    .sts-services-grid,
    .sts-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sts-routes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sts-step-line {
        display: none;
    }
}

@media (max-width: 575px) {

    .sts-services-grid,
    .sts-why-grid,
    .sts-routes-grid {
        grid-template-columns: 1fr;
    }

    .sts-route-cities {
        padding-right: 0;
        flex-wrap: wrap;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rp-road-line {
        animation: none;
    }

    [data-rp-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ============================================================
   SOURCE → DESTINATION DISTANCE PAGE (.sdd-*)
   ============================================================ */

.sdd-hero-metrics {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    margin: 28px 0 32px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(8px);
}

.sdd-metric {
    flex: 1;
    min-width: 100px;
    text-align: center;
    padding: 4px 12px;
}

.sdd-metric strong {
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(1.45rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.sdd-metric span {
    display: block;
    margin-top: 4px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.sdd-metric-div {
    width: 1px;
    height: 42px;
    background: rgba(255, 255, 255, 0.18);
    flex-shrink: 0;
}

.sdd-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.sdd-fact-card {
    background: #FFFFFF;
    border: 1.5px solid #E2E8F0;
    border-radius: var(--radius-lg);
    padding: 28px 22px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.sdd-fact-card:hover {
    border-color: #D47809;
    box-shadow: 0 16px 36px rgba(37, 54, 73, 0.1);
    transform: translateY(-4px);
}

.sdd-fact-card--accent {
    background: linear-gradient(165deg, #253649 0%, #1A2735 100%);
    border-color: transparent;
    color: #FFFFFF;
}

.sdd-fact-card--accent:hover {
    border-color: transparent;
    box-shadow: 0 18px 40px rgba(37, 54, 73, 0.28);
}

.sdd-fact-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    background: rgba(212, 120, 9, 0.12);
    border: 1px solid rgba(212, 120, 9, 0.28);
    color: #D47809;
    font-size: 1.15rem;
    margin-bottom: 16px;
}

.sdd-fact-card--accent .sdd-fact-icon {
    background: rgba(212, 120, 9, 0.2);
    border-color: rgba(212, 120, 9, 0.4);
}

.sdd-fact-value {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-weight: 800;
    color: #0F172A;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 4px;
}

.sdd-fact-card--accent .sdd-fact-value {
    color: #FFFFFF;
}

.sdd-fact-label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #D47809;
    margin-bottom: 12px;
}

.sdd-fact-card p {
    font-size: 0.88rem;
    color: #64748B;
    line-height: 1.6;
    margin: 0;
}

.sdd-fact-card--accent p {
    color: rgba(255, 255, 255, 0.7);
}

.sdd-routes-compare {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 40px;
}

.sdd-route-opt {
    position: relative;
    background: #FFFFFF;
    border: 1.5px solid #E2E8F0;
    border-radius: var(--radius-lg);
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.sdd-route-opt:hover {
    border-color: rgba(212, 120, 9, 0.5);
    box-shadow: 0 14px 32px rgba(37, 54, 73, 0.1);
    transform: translateY(-3px);
}

.sdd-route-opt--best {
    border-color: rgba(212, 120, 9, 0.45);
    background: linear-gradient(180deg, #FFFBF5 0%, #FFFFFF 50%);
}

.sdd-route-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #D47809;
    color: #FFFFFF;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: var(--radius-full);
}

.sdd-route-opt-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    padding-right: 80px;
}

.sdd-route-opt-head h3 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 800;
    color: #0F172A;
    margin: 0;
}

.sdd-route-km {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    color: #D47809;
    white-space: nowrap;
}

.sdd-route-points {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    flex: 1;
}

.sdd-route-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 10px;
}

.sdd-route-points li i {
    color: #16A34A;
    margin-top: 3px;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.sdd-route-opt-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #E2E8F0;
    padding-top: 16px;
    flex-wrap: wrap;
}

.sdd-route-opt-foot>span {
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748B;
}

.sdd-route-opt-foot>span i {
    color: #D47809;
    margin-right: 4px;
}

.sdd-route-cta {
    display: inline-flex;
    align-items: center;
    background: #253649;
    color: #FFFFFF !important;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: var(--radius-full);
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.sdd-route-cta:hover {
    background: #D47809;
    color: #FFFFFF !important;
    transform: translateY(-1px);
}

.sdd-route-cta--ghost {
    background: transparent;
    color: #253649 !important;
    border: 1.5px solid #CBD5E1;
}

.sdd-route-cta--ghost:hover {
    background: #253649;
    border-color: #253649;
    color: #FFFFFF !important;
}

.sdd-journey-section {
    background:
        radial-gradient(ellipse 70% 50% at 10% 0%, rgba(212, 120, 9, 0.07), transparent 55%),
        radial-gradient(ellipse 60% 45% at 90% 100%, rgba(37, 54, 73, 0.06), transparent 50%),
        #F8FAFC;
}

.sdd-journey {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 28px;
    margin-top: 44px;
    align-items: stretch;
}

.sdd-journey-map {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #0F1C2A;
    min-height: 480px;
    box-shadow:
        0 24px 56px rgba(37, 54, 73, 0.18),
        0 0 0 1px rgba(37, 54, 73, 0.08);
}

.sdd-journey-map-glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 40% at 25% 55%, rgba(34, 197, 94, 0.18), transparent 70%),
        radial-gradient(ellipse 50% 40% at 80% 40%, rgba(212, 120, 9, 0.22), transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.sdd-journey-map img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 0;
    transform: scale(1.02);
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sdd-journey:hover .sdd-journey-map img {
    transform: scale(1.05);
}

.sdd-journey-map-badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(15, 28, 42, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    backdrop-filter: blur(12px);
    color: #FFFFFF;
    max-width: calc(100% - 40px);
}

.sdd-journey-map-badge>i {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(212, 120, 9, 0.2);
    color: #D47809;
    font-size: 1rem;
}

.sdd-journey-map-badge strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
}

.sdd-journey-map-badge span {
    display: block;
    margin-top: 2px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
}

.sdd-journey-panel {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: 1.5px solid #E2E8F0;
    border-radius: 22px;
    padding: 28px 24px 24px;
    box-shadow: 0 16px 40px rgba(37, 54, 73, 0.08);
}

.sdd-journey-panel-head {
    margin-bottom: 22px;
}

.sdd-journey-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #D47809;
    margin-bottom: 10px;
}

.sdd-journey-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D47809;
    box-shadow: 0 0 0 0 rgba(212, 120, 9, 0.5);
    animation: sddLivePulse 1.8s ease-out infinite;
}

@keyframes sddLivePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(212, 120, 9, 0.5);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(212, 120, 9, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(212, 120, 9, 0);
    }
}

.sdd-journey-panel-head h3 {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 800;
    color: #0F172A;
    margin: 0 0 6px;
}

.sdd-journey-panel-head p {
    font-size: 0.88rem;
    color: #64748B;
    margin: 0;
    line-height: 1.5;
}

.sdd-journey-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    flex: 1;
}

.sdd-journey-timeline::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 18px;
    bottom: 18px;
    width: 2px;
    background: linear-gradient(180deg, #22C55E 0%, #D47809 55%, #F59E0B 100%);
    opacity: 0.35;
    border-radius: 2px;
}

.sdd-journey-stop {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    position: relative;
    padding: 10px 0;
    opacity: 0;
    transform: translateX(12px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.sdd-journey-stop.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.sdd-journey-marker {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    color: #94A3B8;
    font-size: 0.75rem;
    z-index: 1;
    transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.sdd-journey-stop--start .sdd-journey-marker {
    background: rgba(34, 197, 94, 0.12);
    border-color: #22C55E;
    color: #16A34A;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.sdd-journey-stop--end .sdd-journey-marker {
    background: rgba(212, 120, 9, 0.14);
    border-color: #D47809;
    color: #D47809;
    box-shadow: 0 0 0 4px rgba(212, 120, 9, 0.14);
}

.sdd-journey-stop:not(.sdd-journey-stop--start):not(.sdd-journey-stop--end) .sdd-journey-marker i {
    font-size: 0.45rem;
}

.sdd-journey-stop-body {
    flex: 1;
    min-width: 0;
    padding-top: 4px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #E2E8F0;
}

.sdd-journey-stop:last-child .sdd-journey-stop-body {
    border-bottom: none;
    padding-bottom: 0;
}

.sdd-journey-stop-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 3px;
}

.sdd-journey-stop-top strong {
    font-family: var(--font-heading);
    font-size: 1.02rem;
    font-weight: 800;
    color: #0F172A;
}

.sdd-km-chip {
    flex-shrink: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.3px;
    color: #253649;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    padding: 3px 9px;
    border-radius: 999px;
}

.sdd-km-chip--end {
    color: #FFFFFF;
    background: #D47809;
    border-color: #D47809;
}

.sdd-journey-meta {
    display: block;
    font-size: 0.8rem;
    color: #64748B;
}

.sdd-journey-progress-wrap {
    margin-top: 18px;
    margin-bottom: 18px;
}

.sdd-journey-progress-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748B;
}

.sdd-journey-progress-label strong {
    color: #D47809;
    font-weight: 800;
}

.sdd-journey-progress-bar {
    height: 6px;
    background: #E2E8F0;
    border-radius: 999px;
    overflow: hidden;
}

.sdd-journey-progress-fill {
    height: 100%;
    width: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #22C55E 0%, #D47809 55%, #F59E0B 100%);
    transition: width 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.sdd-journey-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px 18px;
    background: #253649;
    color: #FFFFFF !important;
    font-size: 0.92rem;
    font-weight: 700;
    border-radius: 14px;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.sdd-journey-cta i {
    transition: transform 0.25s ease;
}

.sdd-journey-cta:hover {
    background: #D47809;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(212, 120, 9, 0.28);
}

.sdd-journey-cta:hover i {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .sdd-journey {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .sdd-journey-map {
        min-height: 340px;
    }
}

@media (max-width: 575px) {
    .sdd-journey-map {
        min-height: 260px;
        border-radius: 18px;
    }

    .sdd-journey-panel {
        padding: 22px 18px 18px;
        border-radius: 18px;
    }

    .sdd-journey-map-badge {
        left: 12px;
        bottom: 12px;
        padding: 10px 12px;
        max-width: calc(100% - 24px);
    }

    .sdd-journey-stop-top {
        flex-wrap: wrap;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sdd-journey-live-dot {
        animation: none;
    }

    .sdd-journey-stop {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .sdd-journey:hover .sdd-journey-map img {
        transform: scale(1.02);
    }
}

.sdd-modes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 40px;
}

.sdd-mode-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.sdd-mode-card:hover {
    border-color: rgba(212, 120, 9, 0.45);
    background: rgba(255, 255, 255, 0.09);
    transform: translateY(-3px);
}

.sdd-mode-card--featured {
    background: linear-gradient(165deg, rgba(212, 120, 9, 0.22) 0%, rgba(255, 255, 255, 0.08) 100%);
    border-color: rgba(212, 120, 9, 0.5);
}

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

.sdd-mode-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    background: rgba(212, 120, 9, 0.18);
    border: 1px solid rgba(212, 120, 9, 0.35);
    color: #D47809;
    font-size: 1.3rem;
}

.sdd-mode-tag {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #D47809;
    background: rgba(212, 120, 9, 0.15);
    padding: 4px 10px;
    border-radius: var(--radius-full);
}

.sdd-mode-card h3 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0 0 14px;
}

.sdd-mode-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.sdd-mode-card li {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.55;
    margin-bottom: 8px;
    padding-left: 0;
}

.sdd-mode-card li strong {
    color: #FFFFFF;
    font-weight: 700;
}

.sdd-mode-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #D47809;
    color: #FFFFFF !important;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 12px 18px;
    border-radius: var(--radius-full);
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.sdd-mode-btn:hover {
    background: #B06206;
    color: #FFFFFF !important;
    transform: translateY(-1px);
}

@media (max-width: 991px) {

    .sdd-facts-grid,
    .sdd-routes-compare,
    .sdd-modes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sdd-route-opt-head {
        padding-right: 0;
        flex-direction: column;
        gap: 6px;
    }
}

@media (max-width: 575px) {
    .sdd-hero-metrics {
        padding: 14px 10px;
    }

    .sdd-metric {
        min-width: 80px;
        padding: 4px 6px;
    }

    .sdd-metric-div {
        height: 36px;
    }

    .sdd-facts-grid,
    .sdd-routes-compare,
    .sdd-modes-grid {
        grid-template-columns: 1fr;
    }

    .sdd-route-opt-foot {
        flex-direction: column;
        align-items: stretch;
    }

    .sdd-route-cta {
        justify-content: center;
        width: 100%;
    }
}

/* ============================================================
   KANGAROO CABS INSPIRED LIGHT HERO DESIGN & BOOKING CARD
   ============================================================ */

.tg-hero--light {
    position: relative;
    background:
        radial-gradient(ellipse 65% 55% at 85% 20%, rgba(212, 120, 9, 0.07) 0%, transparent 60%),
        radial-gradient(ellipse 55% 50% at 15% 85%, rgba(37, 54, 73, 0.05) 0%, transparent 60%),
        linear-gradient(155deg, #FFFFFF 0%, #F8FAFC 45%, #F1F5F9 100%) !important;
    padding: 55px 0 75px;
    overflow: hidden;
}

.tg-hero__light-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.tg-hero__curve-layer {
    position: absolute;
    top: 0;
    left: -10%;
    width: 62%;
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.8) 50%, rgba(241, 245, 249, 0.3) 100%);
    border-radius: 0 0 380px 0;
    opacity: 1;
    box-shadow: inset -30px 0 60px rgba(37, 54, 73, 0.02);
}

/* SVG Landscape Color Refinement */
.tg-hero__bottom-plants-svg path[fill="rgba(37, 54, 73, 0.18)"] {
    fill: rgba(37, 54, 73, 0.07) !important;
}

.tg-hero__bottom-plants-svg g[fill="#00D287"] {
    fill: rgba(16, 185, 129, 0.22) !important;
}

.tg-hero__bottom-plants-svg g[stroke="#FFFFFF"] {
    opacity: 0.55 !important;
}

.tg-hero__welcome-wrap {
    position: relative;
    z-index: 3;
    margin-top: 15px;
    max-width: 530px;
}

.tg-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 120, 9, 0.08);
    border: 1px solid rgba(212, 120, 9, 0.2);
    color: var(--accent-dark);
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    margin-bottom: 16px;
}

.tg-hero__eyebrow svg {
    color: var(--accent);
    flex-shrink: 0;
}

.tg-hero__welcome-title {
    font-family: var(--font-heading);
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 14px;
}

.tg-hero__welcome-hello {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    font-weight: 500;
    color: #6B7A8A;
    letter-spacing: 0.02em;
    line-height: 1.3;
}

.tg-hero__brand-name {
    font-size: clamp(2.4rem, 4.5vw, 3.4rem);
    font-weight: 800;
    color: var(--primary) !important;
    line-height: 1.08;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, var(--primary) 0%, #1E293B 55%, var(--accent-dark) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tg-hero__welcome-title .text-navy {
    color: #253649 !important;
    font-weight: 800;
}

.tg-hero__seo-text {
    max-width: 480px;
    font-size: clamp(0.92rem, 1.4vw, 1.02rem);
    line-height: 1.65;
    color: #5C6B7A;
    font-weight: 500;
    margin: 0 0 18px;
}

.tg-hero__seo-text strong {
    color: var(--primary);
    font-weight: 700;
}

.tg-hero__trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.tg-hero__trust-list li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.83rem;
    font-weight: 600;
    color: #334155;
    background: rgba(255, 255, 255, 0.85);
    padding: 5px 13px;
    border-radius: var(--radius-full);
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.tg-hero__trust-list li svg {
    color: #10B981 !important;
    stroke: #10B981 !important;
    flex-shrink: 0;
}

.tg-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

.tg-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 11px 18px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    transition: transform var(--transition-md), box-shadow var(--transition-md), background var(--transition-md);
    border: 1.5px solid transparent;
    flex: 1 1 210px;
    max-width: 100%;
}

.tg-hero__btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.tg-hero__btn-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.95rem;
}

.tg-hero__btn-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    text-align: left;
    min-width: 0;
}

.tg-hero__btn-text span {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    opacity: 0.85;
}

.tg-hero__btn-text strong {
    font-family: var(--font-heading);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.tg-hero__btn--call {
    background: var(--primary);
    color: #FFFFFF;
    box-shadow: 0 8px 20px rgba(37, 54, 73, 0.18);
}

.tg-hero__btn--call .tg-hero__btn-icon {
    background: rgba(255, 255, 255, 0.15);
}

.tg-hero__btn--call:hover {
    background: var(--primary-dark);
    color: #FFFFFF;
    box-shadow: 0 12px 26px rgba(37, 54, 73, 0.25);
}

.tg-hero__btn--whatsapp {
    background: #FFFFFF;
    color: #0F766E;
    border-color: rgba(37, 211, 102, 0.35);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.1);
}

.tg-hero__btn--whatsapp .tg-hero__btn-icon {
    background: rgba(37, 211, 102, 0.12);
    color: #25D366;
}

.tg-hero__btn--whatsapp:hover {
    background: #25D366;
    color: #FFFFFF;
    border-color: #25D366;
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.25);
}

.tg-hero__btn--whatsapp:hover .tg-hero__btn-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.tg-hero__trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.tg-hero__trust-list li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #5C6B7A;
}

.tg-hero__trust-list li svg {
    color: var(--accent);
    flex-shrink: 0;
}

.tg-hero__phone-banner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 800;
    color: #253649 !important;
    text-decoration: none;
    margin-bottom: 20px;
    transition: color 0.2s ease;
}

.tg-hero__phone-banner i {
    color: #D47809;
}

.tg-hero__phone-banner:hover {
    color: #D47809 !important;
}

.tg-hero__tagline-text {
    font-size: 1.05rem;
    color: #5C6B7A;
    margin-bottom: 28px;
    font-weight: 500;
}

.tg-hero__app-section {
    margin-bottom: 24px;
}

.tg-hero__app-section .app-lbl {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    color: #5C6B7A;
    margin-bottom: 8px;
}

.app-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.app-btn-store {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0F172A;
    color: #FFFFFF !important;
    padding: 8px 18px;
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: all 0.25s ease;
}

.app-btn-store:hover {
    background: #253649;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.25);
}

.app-btn-store small {
    display: block;
    font-size: 0.65rem;
    color: #94A3B8;
    text-transform: uppercase;
    line-height: 1;
}

.app-btn-store strong {
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.2;
}

.tg-hero__travelers-wrap {
    margin-top: 10px;
    max-width: 320px;
}

.tg-hero__travelers-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .tg-hero--light {
        padding: 40px 0 60px;
    }

    .tg-hero__welcome-wrap {
        margin-top: 12px;
        text-align: center;
        max-width: 100%;
    }

    .tg-hero__eyebrow {
        margin-bottom: 14px;
    }

    .tg-hero__welcome-title {
        align-items: center;
        margin-bottom: 14px;
    }

    .tg-hero__seo-text {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 18px;
    }

    .tg-hero__actions {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 14px;
    }

    .tg-hero__btn {
        flex: 1 1 auto;
        width: 100%;
    }

    .tg-hero__trust-list {
        justify-content: center;
        margin-bottom: 16px;
    }

    .tg-hero__travelers-wrap {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Floating Fare Card */
.tg-hero__floating-fare-card {
    position: absolute;
    top: 60px;
    left: -40px;
    z-index: 5;
    background: #FFFFFF !important;
    border: 1.5px solid #CBD5E1;
    border-radius: var(--radius-md);
    padding: 14px 18px;
    box-shadow: 0 16px 36px rgba(37, 54, 73, 0.14);
    min-width: 220px;
    animation: tg-float 5s ease-in-out infinite;
}

@media (max-width: 1199px) {
    .tg-hero__floating-fare-card {
        display: none;
    }
}

.fare-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.fare-card-header i {
    font-size: 1.2rem;
    color: #D47809;
}

.fare-card-header strong {
    display: block;
    font-size: 0.85rem;
    color: #253649;
}

.fare-card-header small {
    font-size: 0.72rem;
    color: #5C6B7A;
}

.fare-card-price {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 800;
    color: #D47809;
}

.fare-card-note {
    font-size: 0.7rem;
    color: #16A34A;
    font-weight: 700;
}

/* Vertical Booking Card v2 */
.tg-booking__card-v2 {
    background: #FFFFFF !important;
    border-radius: var(--radius-xl);
    padding: 32px;
    box-shadow: 0 28px 64px rgba(37, 54, 73, 0.22);
    border: 1px solid rgba(37, 54, 73, 0.08);
    position: relative;
    z-index: 4;
}

.tg-card-v2__header h2 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 800;
    color: #253649 !important;
    text-align: center;
    margin-bottom: 20px;
}

.tg-booking__tabs-v2 {
    display: flex;
    background: #F1F5F9;
    padding: 5px;
    border-radius: 14px;
    gap: 4px;
    margin-bottom: 20px;
}

.tg-tab-v2 {
    flex: 1 1 0px;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 6px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #475569;
    border: none;
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.tg-tab-v2 i {
    font-size: 0.78rem;
    flex-shrink: 0;
}

.tg-tab-v2:hover:not(.active) {
    color: #0f2b48;
    background: rgba(255, 255, 255, 0.6);
}

.tg-tab-v2.active {
    background: #D47809 !important;
    color: #FFFFFF !important;
    box-shadow: 0 4px 14px rgba(212, 120, 9, 0.32);
}

.tg-booking__vehicle-select {
    margin-bottom: 20px;
}

.tg-booking__vehicle-select .v-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #5C6B7A;
    margin-bottom: 8px;
}

.v-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.v-opt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 4px;
    background: #F8FAFC;
    border: 1.5px solid #CBD5E1;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all 0.2s ease;
}

.v-opt i {
    font-size: 1.1rem;
    color: #5C6B7A;
}

.v-opt span {
    font-size: 0.72rem;
    font-weight: 700;
    color: #5C6B7A;
}

.v-opt.active {
    background: #FFFBEB !important;
    border-color: #D47809 !important;
}

.v-opt.active i,
.v-opt.active span {
    color: #D47809 !important;
}

.form-v2-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
}

.form-v2-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.form-v2-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.form-v2-field label {
    font-size: 0.78rem;
    font-weight: 700;
    color: #253649 !important;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.text-teal {
    color: #253649 !important;
}

.text-rose {
    color: #F43F5E !important;
}

.form-v2-field input {
    width: 100%;
    height: 44px;
    padding: 8px 14px;
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 600;
    color: #1A2533;
    background: #F8FAFC;
    border: 1.5px solid #CBD5E1;
    border-radius: var(--radius-sm);
    transition: all 0.2s ease;
}

.form-v2-field input:focus {
    outline: none;
    border-color: #D47809 !important;
    background: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(212, 120, 9, 0.22);
}

.form-v2-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.btn-clear-form {
    background: transparent;
    border: none;
    font-size: 0.85rem;
    font-weight: 800;
    color: #94A3B8;
    cursor: pointer;
    transition: color 0.2s ease;
}

.btn-clear-form:hover {
    color: #5C6B7A;
}

.btn-book-now-v2 {
    flex: 1;
    height: 48px;
    background: #D47809 !important;
    color: #FFFFFF !important;
    border: none;
    border-radius: var(--radius-md);
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 8px 24px rgba(212, 120, 9, 0.35);
}

.btn-book-now-v2:hover {
    background: #B06206 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(212, 120, 9, 0.45);
}

.tg-hero__bottom-plants-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 2;
    pointer-events: none;
}

/* ============================================================
   UNIQUE FLOATING GLASS HEADER (.tg-unique-header) - DISTINCT LIGHT COLOR
   ============================================================ */

.tg-unique-header,
header.tg-unique-header,
#main-header {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1050 !important;
    background: linear-gradient(180deg, #FBF9F5 0%, #F5F0E8 100%);
    box-shadow: 0 3px 18px rgba(37, 54, 73, 0.08);
    border-bottom: 1px solid rgba(212, 120, 9, 0.15);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.tg-unique-header.is-scrolled {
    background: rgba(251, 249, 245, 0.98) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    box-shadow: 0 6px 22px rgba(37, 54, 73, 0.14) !important;
    border-bottom: 1px solid rgba(212, 120, 9, 0.25) !important;
}

.tg-header-top {
    background: linear-gradient(180deg, #1A2735 0%, #253649 100%) !important;
    color: #CBD5E1;
    padding: 8px 0;
    font-size: 0.8rem;
    font-family: var(--font-body);
    letter-spacing: 0.01em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.tg-header-top__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    min-height: 28px;
}

.tg-header-top__left,
.tg-header-top__right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.tg-top-link {
    color: rgba(226, 232, 240, 0.92) !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.22s ease, opacity 0.22s ease;
}

.tg-top-link i {
    font-size: 0.78rem;
    line-height: 1;
}

.tg-top-link:hover {
    color: #FFFFFF !important;
    opacity: 1;
}

.tg-top-link:hover .text-gold {
    color: #E88C1B !important;
}

.text-gold {
    color: #D47809 !important;
}

.text-whatsapp {
    color: #25D366 !important;
}

.tg-top-badge {
    background: linear-gradient(135deg, #D47809 0%, #E88C1B 100%);
    border: none;
    color: #FFFFFF;
    padding: 5px 14px;
    border-radius: var(--radius-full);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(212, 120, 9, 0.35);
}

.tg-top-badge i {
    font-size: 0.7rem;
    opacity: 0.95;
}

.tg-top-socials {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 2px;
}

.tg-top-socials a {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(226, 232, 240, 0.85);
    font-size: 0.78rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.tg-top-socials a:hover {
    color: #FFFFFF;
    background: rgba(212, 120, 9, 0.35);
    border-color: rgba(212, 120, 9, 0.5);
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .tg-header-top {
        padding: 7px 0;
    }

    .tg-header-top__inner {
        justify-content: center;
    }

    .tg-header-top__left {
        justify-content: center;
        gap: 10px 16px;
        width: 100%;
    }

    .tg-top-link {
        font-size: 0.76rem;
    }
}

/* Main Floating Glass Bar - Distinct Ivory Light Theme */
.tg-header-main-wrap {
    padding: 8px 0 10px;
    background: transparent;
}

.tg-header-glass-bar {
    background: linear-gradient(135deg, #FDFBF7 0%, #F4ECE1 100%) !important;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(212, 120, 9, 0.22);
    border-radius: var(--radius-full);
    padding: 2px 14px;
    box-shadow: 0 10px 30px rgba(37, 54, 73, 0.12), 0 2px 10px rgba(212, 120, 9, 0.08);
    transition: all 0.3s ease;
}

.tg-unique-header.is-scrolled .tg-header-glass-bar {
    background: linear-gradient(135deg, #FBF8F2 0%, #EFE8DC 100%) !important;
    box-shadow: 0 8px 24px rgba(37, 54, 73, 0.12);
    border-color: rgba(212, 120, 9, 0.28);
}

/* Brand Logo */
.tg-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    padding: 2px 0;
}

.tg-brand__logo-img {
    height: 80px;
    width: 150px;
    min-width: 130px;
    max-height: 90px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .tg-brand__logo-img {
        height: 58px !important;
        width: 110px !important;
        min-width: 90px !important;
        max-height: 65px !important;
    }
}

.tg-brand__logo-box {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #253649 0%, #1A2533 100%);
    border: 2px solid #D47809;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D47809;
    font-size: 1.05rem;
    box-shadow: 0 4px 12px rgba(37, 54, 73, 0.25);
    transition: transform 0.3s ease;
}

.tg-brand:hover .tg-brand__logo-box {
    transform: rotate(-10deg) scale(1.05);
}

.tg-brand__text-wrap {
    display: flex;
    flex-direction: column;
}

.tg-brand__name {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 800;
    color: #253649;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.tg-brand__sub {
    font-size: 0.62rem;
    font-weight: 700;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Navigation Links */
.tg-nav-menu {
    gap: 2px;
}

.tg-nav-menu .nav-link {
    font-family: var(--font-body);
    font-size: 0.86rem;
    font-weight: 700;
    color: #253649 !important;
    padding: 6px 14px !important;
    border-radius: var(--radius-full);
    transition: all 0.25s ease;
    position: relative;
}

.tg-nav-menu .nav-item.active .nav-link,
.tg-nav-menu .nav-link:hover {
    background: rgba(212, 120, 9, 0.12);
    color: #D47809 !important;
}

/* Header Call CTA Button */
.tg-btn-header-call {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #D47809 !important;
    color: #FFFFFF !important;
    padding: 7px 16px;
    border-radius: var(--radius-full);
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(212, 120, 9, 0.35);
}

.tg-btn-header-call:hover {
    background: #B06206 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(212, 120, 9, 0.45);
}

/* Toggler for Mobile */
.tg-toggler {
    border: none !important;
    padding: 6px;
    outline: none !important;
}

.tg-toggler__icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 24px;
}

.tg-toggler__icon span {
    display: block;
    height: 2.5px;
    width: 100%;
    background: #253649;
    border-radius: 2px;
    transition: all 0.25s ease;
}

@media (max-width: 991px) {
    .tg-header-glass-bar {
        border-radius: 18px;
    }

    .tg-nav-menu {
        padding: 16px 0;
    }

    .tg-nav-menu .nav-link {
        border-radius: 8px;
    }
}

/* ============================================================
   PREMIUM SERVICES MEGA-DROPDOWN
   ============================================================ */
.tg-services-dropdown {
    position: relative;
}

.tg-services-dropdown__toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 1px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    transition: transform 0.3s ease;
}

.tg-services-dropdown.show .tg-services-dropdown__toggle::after {
    transform: rotate(180deg);
}

.tg-services-dropdown__menu {
    display: block !important;
    min-width: 340px;
    padding: 14px;
    margin-top: 14px !important;
    border: 1px solid rgba(37, 54, 73, 0.08);
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.16), 0 4px 12px rgba(15, 23, 42, 0.06);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px) scale(0.98);
    transform-origin: top center;
    transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 0.25s;
}

.tg-services-dropdown__menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.tg-services-dropdown__eyebrow {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #D47809;
    padding: 4px 10px 10px;
}

.tg-services-dropdown__grid {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.tg-services-dropdown__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 11px 12px;
    border-radius: 14px;
    text-decoration: none !important;
    transition: background 0.25s ease;
}

.tg-services-dropdown__item:hover,
.tg-services-dropdown__item.is-active {
    background: rgba(212, 120, 9, 0.08);
}

.tg-services-dropdown__item:hover .tg-services-dropdown__icon,
.tg-services-dropdown__item.is-active .tg-services-dropdown__icon {
    background: linear-gradient(135deg, #D47809, #E88C1B);
    color: #FFFFFF;
    transform: scale(1.08) rotate(4deg);
    box-shadow: 0 8px 18px rgba(212, 120, 9, 0.32);
}

.tg-services-dropdown__item:hover .tg-services-dropdown__arrow,
.tg-services-dropdown__item.is-active .tg-services-dropdown__arrow {
    opacity: 1;
    transform: translateX(0);
}

.tg-services-dropdown__icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(212, 120, 9, 0.1);
    color: #D47809;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.02rem;
    transition: all 0.3s ease;
}

.tg-services-dropdown__text {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.tg-services-dropdown__title {
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 800;
    color: #253649;
    line-height: 1.3;
}

.tg-services-dropdown__desc {
    font-size: 0.72rem;
    color: #8a99a8;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 1px;
    white-space: nowrap;
}

.tg-services-dropdown__arrow {
    flex-shrink: 0;
    color: #D47809;
    font-size: 0.72rem;
    opacity: 0;
    transform: translateX(-4px);
    transition: all 0.25s ease;
}

.tg-services-dropdown__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, #253649 0%, #1A2735 100%);
    color: #FFFFFF !important;
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.tg-services-dropdown__footer:hover {
    background: linear-gradient(135deg, #D47809 0%, #B06206 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(212, 120, 9, 0.32);
}

@media (max-width: 991px) {
    .tg-services-dropdown__menu {
        position: static;
        float: none;
        width: 100%;
        min-width: 100%;
        margin-top: 6px !important;
        box-shadow: none;
        border: 1px solid var(--border);
        opacity: 1;
        visibility: visible;
        pointer-events: none;
        transform: none;
        max-height: 0;
        padding: 0 14px;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
    }

    .tg-services-dropdown__menu.show {
        max-height: 500px;
        padding: 14px;
        pointer-events: auto;
    }

    .tg-services-dropdown__desc {
        white-space: normal;
    }
}

/* ============================================================
   CHOOSE YOUR CAB CLASS — YELLOW GRADIENT CARDS
   ============================================================ */

.tg-cab-class {
    padding: 72px 0 80px;
    background: #FFFFFF;
}

.tg-cab-class__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 8px;
}

.tg-cab-class__card {
    display: flex;
    flex-direction: column;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    transition: transform 0.3s ease;
}

.tg-cab-class__card:hover {
    transform: translateY(-6px);
}

.tg-cab-class__media {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 150px;
    padding: 0 8px;
    margin-bottom: -42px;
    background: transparent;
}

.tg-cab-class__img {
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: contain;
    background: transparent !important;
    filter: drop-shadow(0 14px 22px rgba(37, 54, 73, 0.30));
    transition: transform 0.35s ease;
    pointer-events: none;
    user-select: none;
}

.tg-cab-class__card:hover .tg-cab-class__img {
    transform: scale(1.05) translateY(-6px);
}

.tg-cab-class__body {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 52px 22px 24px;
    background: linear-gradient(180deg, #FFF8E1 0%, #F7D158 42%, #E8B20F 100%);
    box-shadow: 0 14px 32px rgba(212, 120, 9, 0.18);
}

.tg-cab-class__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}

.tg-cab-class__name {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
}

.tg-cab-class__price {
    margin: 0;
    flex-shrink: 0;
    font-family: var(--font-body);
    font-size: 0.92rem;
    font-weight: 700;
    color: #9B1C1C;
    white-space: nowrap;
}

.tg-cab-class__specs {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tg-cab-class__specs li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 0.86rem;
    color: #1F2937;
    line-height: 1.3;
}

.tg-cab-class__spec-left {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #111827;
}

.tg-cab-class__spec-left i {
    width: 16px;
    text-align: center;
    font-size: 0.85rem;
    color: #111827;
}

.tg-cab-class__spec-val {
    font-weight: 700;
    color: #111827;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 0.8rem;
}

.tg-cab-class__btn {
    align-self: flex-start;
    margin-top: auto;
    padding: 9px 20px;
    background: #FFFFFF;
    color: #111827;
    border: none;
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.tg-cab-class__btn:hover {
    background: #FFFDF5;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.tg-cab-class__btn:focus-visible {
    outline: 2px solid #253649;
    outline-offset: 3px;
}

@media (max-width: 1199px) {
    .tg-cab-class__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .tg-cab-class {
        padding: 56px 0 64px;
    }

    .tg-cab-class__grid {
        grid-template-columns: 1fr;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }

    .tg-cab-class__name {
        font-size: 1.2rem;
    }

    .tg-cab-class__body {
        padding: 36px 18px 22px;
    }
}

/* ============================================================
   BLOG & TRAVEL GUIDES STYLES (index.blade.php & show.blade.php)
   ============================================================ */

/* 1. Blog Hero Section */
.blog-hero-unique-section {
    position: relative;
    background: linear-gradient(135deg, #1A2533 0%, #253649 100%);
    padding: 64px 0 72px;
    color: #FFFFFF;
    overflow: hidden;
}

.hero-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.25;
}

.glow-orb-1 {
    width: 320px;
    height: 320px;
    background: #D47809;
    top: -50px;
    left: -50px;
}

.glow-orb-2 {
    width: 380px;
    height: 380px;
    background: #2563EB;
    bottom: -80px;
    right: -80px;
}

.hero-grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.5;
}

.z-index-2 {
    z-index: 2;
}

/* Breadcrumbs */
.glass-breadcrumb {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px !important;
}

.glass-breadcrumb .breadcrumb-item,
.glass-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}

.glass-breadcrumb .breadcrumb-item a:hover {
    color: #F59E0B;
}

.glass-breadcrumb .breadcrumb-item.active {
    color: #F7D158;
}

.glass-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.4);
}

/* Hero Badge & Headings */
.unique-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 120, 9, 0.2);
    border: 1px solid rgba(212, 120, 9, 0.4);
    color: #F7D158;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none !important;
}

.live-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #F7D158;
    animation: tg-pulse 2s infinite;
}

.unique-hero-title {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: #FFFFFF;
    letter-spacing: -0.5px;
}

.gradient-text {
    background: linear-gradient(135deg, #F7D158 0%, #E8B20F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.unique-hero-subtitle {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.65;
    font-weight: 400;
}

/* Hero Image Showcase */
.hero-right-visual-wrap {
    position: relative;
}

.hero-glass-image-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    border: 2px solid rgba(255, 255, 255, 0.12);
}

.hero-split-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.hero-glass-image-card:hover .hero-split-img {
    transform: scale(1.04);
}

.hero-floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(26, 37, 51, 0.88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 10px 16px;
    border-radius: 14px;
    color: #FFFFFF;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.float-card-1 {
    top: 20px;
    left: 20px;
}

.float-card-2 {
    bottom: 20px;
    right: 20px;
}

.float-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.float-text strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.1;
}

.float-text span {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.75);
}

/* 2. Featured Post Hero Card */
.featured-post-section {
    margin-top: -30px;
    position: relative;
    z-index: 3;
}

.featured-blog-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 12px 36px rgba(37, 54, 73, 0.08);
    border: 1px solid #E2E8F0;
}

.featured-img-wrapper {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.featured-img-wrapper img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-blog-card:hover .featured-img-wrapper img {
    transform: scale(1.04);
}

.featured-category-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #D47809;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 5px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.meta-info {
    font-size: 0.84rem;
    color: #64748B;
    font-weight: 600;
}

.featured-title {
    font-family: var(--font-heading);
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 8px 0 12px;
}

.featured-title a {
    color: #1E293B;
    text-decoration: none;
    transition: color 0.25s ease;
}

.featured-title a:hover {
    color: #D47809;
}

.featured-excerpt {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.65;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFFBEB;
    color: #D47809;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    border: 1px solid #FDE68A;
}

.author-name {
    font-weight: 800;
    font-size: 0.88rem;
    color: #1E293B;
}

.author-role {
    font-size: 0.75rem;
    color: #64748B;
}

.btn-accent-custom {
    background: #D47809 !important;
    color: #FFFFFF !important;
    font-weight: 800;
    border-radius: 30px !important;
    padding: 8px 22px;
    box-shadow: 0 4px 14px rgba(212, 120, 9, 0.3);
    border: none;
    transition: all 0.25s ease;
    text-decoration: none !important;
}

.btn-accent-custom:hover {
    background: #B06206 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 120, 9, 0.4);
}

/* 3. Blog Cards & Grid */
.blog-feed-section {
    padding: 60px 0;
}

.blog-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 32px rgba(37, 54, 73, 0.1);
    border-color: #CBD5E1;
}

.blog-card-img-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #F1F5F9;
}

.blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-img {
    transform: scale(1.06);
}

.blog-card-category {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(37, 54, 73, 0.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #FFFFFF;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-card-body {
    padding: 22px;
}

.blog-card-meta {
    font-size: 0.8rem;
    color: #64748B;
    font-weight: 600;
}

.blog-card-title {
    font-family: var(--font-heading);
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 8px 0 10px;
}

.blog-card-title a {
    color: #1E293B;
    text-decoration: none;
    transition: color 0.25s ease;
}

.blog-card-title a:hover {
    color: #D47809;
}

.blog-card-excerpt {
    color: #475569;
    font-size: 0.88rem;
    line-height: 1.6;
}

.blog-card-footer {
    border-top: 1px solid #F1F5F9 !important;
}

.read-more-link {
    font-size: 0.8rem;
    font-weight: 700;
    color: #64748B;
}

/* 4. Blog Sidebar & Widgets */
.widget-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.widget-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 800;
    color: #1E293B;
    padding-bottom: 12px;
    border-bottom: 2px solid #F1F5F9;
    margin-bottom: 18px;
}

.widget-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-category-list li {
    margin-bottom: 8px;
}

.widget-category-list a {
    color: #334155;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 8px 12px;
    border-radius: 10px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.widget-category-list a:hover {
    background: #FFFBEB;
    color: #D47809;
}

.count-badge {
    background: #F1F5F9;
    color: #64748B;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 12px;
}

.recent-post-thumb {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    background: #F1F5F9;
}

.recent-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recent-post-item:hover .recent-post-thumb img {
    transform: scale(1.08);
}

.recent-post-date {
    font-size: 0.76rem;
    color: #94A3B8;
    font-weight: 600;
}

.recent-post-title {
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 2px 0 0;
}

.recent-post-title a {
    color: #1E293B;
    text-decoration: none;
    transition: color 0.2s ease;
}

.recent-post-title a:hover {
    color: #D47809;
}

.widget-cab-booking {
    background: linear-gradient(135deg, #253649 0%, #1A2533 100%);
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 10px 28px rgba(37, 54, 73, 0.2);
}

/* 5. AEO Spotlight Section */
.aeo-spotlight-section {
    background: #F8FAFC;
    border-top: 1px solid #E2E8F0;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    font-weight: 800;
    color: #D47809;
    background: #FFFBEB;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.aeo-mini-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    height: 100%;
}

.mini-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #FFFBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 14px;
}

.aeo-mini-card h4 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1E293B;
    margin-bottom: 8px;
}

.aeo-mini-card p {
    font-size: 0.88rem;
    color: #64748B;
    line-height: 1.55;
    margin: 0;
}

/* 6. Blog Details Page Article & Typography Styling */
.reading-progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 9999;
    background: transparent;
}

.reading-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #D47809 0%, #F59E0B 100%);
    transition: width 0.1s ease;
}

.sticky-social-bar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.share-label {
    font-size: 0.65rem;
    font-weight: 800;
    color: #94A3B8;
    letter-spacing: 1px;
}

.share-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
    font-size: 1rem;
    text-decoration: none !important;
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.share-btn.whatsapp {
    background: #25D366;
}

.share-btn.facebook {
    background: #1877F2;
}

.share-btn.twitter {
    background: #1DA1F2;
}

.share-btn.linkedin {
    background: #0A66C2;
}

.share-btn.copy {
    background: #64748B;
}

.share-btn:hover {
    transform: scale(1.12);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.post-content-styled {
    font-family: var(--font-body);
    font-size: 1.06rem;
    line-height: 1.8;
    color: #334155;
}

.post-content-styled h2 {
    font-family: var(--font-heading);
    font-size: 1.7rem;
    font-weight: 800;
    color: #1E293B;
    margin-top: 40px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #F1F5F9;
}

.post-content-styled h3 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 800;
    color: #1E293B;
    margin-top: 32px;
    margin-bottom: 14px;
}

.post-content-styled h4 {
    font-family: var(--font-heading);
    font-size: 1.18rem;
    font-weight: 700;
    color: #1E293B;
    margin-top: 24px;
    margin-bottom: 12px;
}

.post-content-styled p {
    margin-bottom: 22px;
    color: #334155;
    line-height: 1.8;
}

.post-content-styled ul,
.post-content-styled ol {
    margin-bottom: 24px;
    padding-left: 24px;
    color: #334155;
}

.post-content-styled li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.post-content-styled blockquote {
    background: linear-gradient(135deg, #FFFBEB 0%, #FEF3C7 100%);
    border-left: 5px solid #D47809;
    padding: 20px 26px;
    border-radius: 0 14px 14px 0;
    margin: 30px 0;
    font-style: italic;
    font-size: 1.1rem;
    color: #1E293B;
    box-shadow: 0 4px 14px rgba(212, 120, 9, 0.08);
}

.post-content-styled img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    margin: 28px 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.post-content-styled table {
    width: 100%;
    margin: 28px 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    border: 1px solid #E2E8F0;
}

.post-content-styled th {
    background: #253649;
    color: #FFFFFF;
    font-weight: 700;
    padding: 14px 18px;
    text-align: left;
    font-size: 0.92rem;
}

.post-content-styled td {
    padding: 12px 18px;
    border-bottom: 1px solid #F1F5F9;
    color: #334155;
    font-size: 0.9rem;
}

.post-content-styled tr:nth-child(even) {
    background: #F8FAFC;
}

.lead-intro-box {
    background: linear-gradient(135deg, #FFFBEB 0%, #FEF3C7 100%);
    border: 1px solid #FDE68A;
    border-left: 5px solid #D47809;
    padding: 22px 26px;
    border-radius: 14px;
}

.lead-intro-text {
    font-size: 1.12rem;
    font-weight: 600;
    color: #1E293B;
    line-height: 1.7;
}

.author-bio-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.avatar-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFFBEB;
    border: 2px solid #FDE68A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .blog-hero-unique-section {
        padding: 48px 0 56px;
    }

    .unique-hero-title {
        font-size: 2rem;
    }

    .hero-split-img {
        height: 280px;
    }

    .featured-img-wrapper img {
        height: 240px;
    }

    .post-content-styled {
        font-size: 1rem;
    }

    .post-content-styled h2 {
        font-size: 1.45rem;
    }
}

/* ==========================================================================
   CONTACT US PAGE STYLING
   ========================================================================== */

/* Hero Banner */
.contact-hero-section {
    position: relative;
    padding: 70px 0 80px;
    background: linear-gradient(135deg, #0F172A 0%, #1C2B3B 50%, #253649 100%);
    color: #FFFFFF;
    overflow: hidden;
}

.contact-hero-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
}

.contact-hero-glow.glow-left {
    top: -120px;
    left: 5%;
    background: rgba(212, 120, 9, 0.22);
}

.contact-hero-glow.glow-right {
    bottom: -120px;
    right: 5%;
    background: rgba(155, 28, 28, 0.2);
}

.contact-hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.6;
    pointer-events: none;
}

.contact-breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
}

.contact-breadcrumb .breadcrumb-item a {
    color: #CBD5E1;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-breadcrumb .breadcrumb-item a:hover {
    color: #F59E0B;
}

.contact-breadcrumb .breadcrumb-item.active {
    color: #94A3B8;
}

.contact-hero-tag {
    display: inline-block;
    padding: 6px 18px;
    background: rgba(212, 120, 9, 0.18);
    color: #D47809;
    border: 1px solid rgba(212, 120, 9, 0.35);
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.contact-hero-title {
    font-family: var(--font-heading, 'Rubik', sans-serif);
    font-size: 2.75rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.contact-hero-subtitle {
    font-size: 1.1rem;
    color: #CBD5E1;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Quick Contact Cards Section */
.contact-cards-section {
    margin-top: -40px;
    position: relative;
    z-index: 10;
    padding-bottom: 60px;
}

.c-quick-card {
    display: block;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 28px 22px;
    text-decoration: none !important;
    color: #1E293B;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.c-quick-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    border-color: #CBD5E1;
    color: #0F172A;
}

.c-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 18px;
    transition: transform 0.3s ease;
}

.c-quick-card:hover .c-card-icon {
    transform: scale(1.1);
}

.icon-phone {
    background: rgba(37, 99, 235, 0.1);
    color: #2563EB;
}

.icon-whatsapp {
    background: rgba(37, 211, 102, 0.12);
    color: #25D366;
}

.icon-email {
    background: rgba(212, 120, 9, 0.12);
    color: #D47809;
}

.icon-map {
    background: rgba(225, 29, 72, 0.1);
    color: #E11D48;
}

.c-card-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #64748B;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.c-card-value {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 14px;
    line-height: 1.3;
}

.c-card-action {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #2563EB;
    transition: color 0.2s;
}

.c-quick-card:hover .c-card-action {
    color: #D47809;
}

/* Main Section & Contact Form */
.contact-main-section {
    padding: 20px 0 80px;
    background: #F8FAFC;
}

.contact-form-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.05);
}

.form-card-title {
    font-family: var(--font-heading, 'Rubik', sans-serif);
    font-size: 1.85rem;
    font-weight: 800;
    color: #0F172A;
    margin-top: 8px;
    margin-bottom: 10px;
}

.form-card-desc {
    color: #64748B;
    font-size: 0.98rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

.c-input-group {
    display: flex;
    flex-direction: column;
}

.c-label {
    font-size: 0.88rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 8px;
}

.c-field-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.c-field-icon {
    position: absolute;
    left: 16px;
    color: #94A3B8;
    font-size: 1rem;
    pointer-events: none;
    z-index: 2;
    transition: color 0.2s;
}

.c-field-icon.textarea-icon {
    top: 16px;
}

.c-input {
    width: 100%;
    padding: 13px 16px 13px 46px !important;
    font-size: 0.95rem;
    color: #0F172A;
    background: #F8FAFC !important;
    border: 1.5px solid #E2E8F0 !important;
    border-radius: 12px !important;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.25s ease !important;
}

.c-input:focus {
    background: #FFFFFF !important;
    border-color: #2563EB !important;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1) !important;
}

.c-input:focus~.c-field-icon,
.c-field-wrap:focus-within .c-field-icon {
    color: #2563EB;
}

.c-textarea {
    min-height: 120px;
    resize: vertical;
}

.btn-submit-message {
    width: 100%;
    padding: 16px 32px;
    background: linear-gradient(135deg, #D47809 0%, #B45309 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 14px;
    font-size: 1.05rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(212, 120, 9, 0.3);
    transition: all 0.3s ease;
}

.btn-submit-message:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(212, 120, 9, 0.45);
    background: linear-gradient(135deg, #E58E12 0%, #D47809 100%);
}

/* Right Side Contact Info Panel */
.contact-info-panel {
    background: linear-gradient(135deg, #0F172A 0%, #1C2B3B 100%);
    color: #FFFFFF;
    border-radius: 24px;
    padding: 40px 32px;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.15);
    height: 100%;
}

.panel-title {
    font-family: var(--font-heading, 'Rubik', sans-serif);
    font-size: 1.65rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.panel-subtitle {
    color: #94A3B8;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

.panel-status-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 16px 20px;
}

.live-dot {
    width: 10px;
    height: 10px;
    background: #10B981;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    box-shadow: 0 0 10px #10B981;
    animation: livePulse 1.8s infinite;
}

@keyframes livePulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.panel-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.panel-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.panel-contact-item:last-child {
    border-bottom: none;
}

.panel-icon-circle {
    width: 44px;
    height: 44px;
    background: rgba(212, 120, 9, 0.18);
    border: 1px solid rgba(212, 120, 9, 0.35);
    border-radius: 12px;
    color: #D47809;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.panel-info-text strong {
    display: block;
    color: #FFFFFF;
    font-size: 0.95rem;
    margin-bottom: 3px;
}

.panel-info-text span,
.panel-info-text a {
    color: #CBD5E1;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.2s;
}

.panel-info-text a:hover {
    color: #F59E0B;
}

/* Map Section & Head Office Floating Card Overlay */
.contact-map-section {
    position: relative;
    padding: 0;
    background: #0F172A;
    overflow: hidden;
}

.map-iframe-container {
    width: 100%;
    height: 480px;
    position: relative;
}

.map-iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    filter: grayscale(0.15) contrast(1.05);
}

.map-overlay-card {
    position: absolute;
    top: 50px;
    left: 80px;
    z-index: 10;
    width: 340px;
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 28px 24px;
    color: #FFFFFF;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.map-overlay-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
    border-color: rgba(212, 120, 9, 0.4);
}

.map-card-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    background: rgba(212, 120, 9, 0.2);
    border: 1px solid rgba(212, 120, 9, 0.4);
    border-radius: 999px;
    color: #F59E0B;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.map-card-title {
    font-family: var(--font-heading, 'Rubik', sans-serif);
    font-size: 1.35rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.map-card-address {
    font-size: 0.9rem;
    color: #CBD5E1;
    line-height: 1.55;
    margin-bottom: 12px;
}

.map-card-phone {
    font-size: 0.92rem;
    font-weight: 700;
    color: #FFFFFF;
}

.map-card-phone a {
    color: #F59E0B;
    text-decoration: none;
    transition: color 0.2s;
}

.map-card-phone a:hover {
    color: #FFFFFF;
}

.btn-map-directions {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(135deg, #D47809 0%, #B45309 100%);
    color: #FFFFFF !important;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 6px 20px rgba(212, 120, 9, 0.35);
    transition: all 0.25s ease;
}

.btn-map-directions:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(212, 120, 9, 0.5);
    background: linear-gradient(135deg, #E58E12 0%, #D47809 100%);
}

.text-accent {
    color: #F59E0B !important;
}

@media (max-width: 768px) {
    .contact-hero-title {
        font-size: 2rem;
    }

    .contact-form-card {
        padding: 28px 20px;
    }

    .contact-info-panel {
        padding: 28px 20px;
    }

    .map-overlay-card {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

/* ============================================================
   LIVE SEARCH AUTOCOMPLETE DROPDOWN STYLES
   ============================================================ */
.tg-autocomplete-dropdown,
.sourceSuggestions,
.destinationSuggestions,
.airportSuggestions {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 1050;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(15, 43, 72, 0.18);
    max-height: 240px;
    overflow-y: auto;
    padding: 6px 0;
}

.tg-autocomplete-item {
    padding: 10px 16px;
    cursor: pointer;
    font-size: 0.92rem;
    font-weight: 500;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.15s ease, color 0.15s ease;
}

.tg-autocomplete-item:hover,
.tg-autocomplete-item.active {
    background-color: #f1f5f9;
    color: #0f766e;
    font-weight: 600;
}

.tg-autocomplete-item i {
    color: #D47809;
    font-size: 0.85rem;
}

label.error,
.error-message {
    color: #dc2626 !important;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 4px;
    display: block;
}

/* ============================================================
   MOST POPULAR CITIES CIRCULAR RING CARD STYLES
   ============================================================ */
.tg-city-circle-card {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.tg-city-circle-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 36px rgba(15, 43, 72, 0.14) !important;
    border-color: rgba(212, 120, 9, 0.4) !important;
}

.tg-city-circle-card__ring img {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.tg-city-circle-card:hover .tg-city-circle-card__ring img {
    transform: scale(1.14);
}

.tg-city-circle-card:hover .tg-city-circle-card__btn {
    opacity: 1 !important;
    transform: translateY(0);
}

/* ============================================================
   ROUND WHATSAPP & PHONE ACTION BUTTONS IN CAB CARDS
   ============================================================ */
.tg-cab-class__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    width: 100%;
}

.tg-cab-class__actions .tg-cab-class__btn {
    flex: 1 1 auto;
    margin-top: 0 !important;
    text-align: center;
}

.tg-action-circle-btn,
.tg-action-circle-btn:hover,
.tg-action-circle-btn:focus,
.tg-action-circle-btn:active,
.tg-action-circle-btn:visited {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, background-color 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    border: none;
    outline: none !important;
}

.tg-action-circle-btn *,
.tg-action-circle-btn:hover *,
.tg-action-circle-btn:focus *,
.tg-action-circle-btn:active * {
    text-decoration: none !important;
}

.tg-action-circle-btn:hover,
.tg-action-circle-btn:focus,
.tg-action-circle-btn:active {
    transform: translateY(-3px) scale(1.08);
    color: #ffffff !important;
    text-decoration: none !important;
}

.tg-action-circle-btn--whatsapp {
    background-color: #25D366;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.tg-action-circle-btn--whatsapp:hover,
.tg-action-circle-btn--whatsapp:focus,
.tg-action-circle-btn--whatsapp:active {
    background-color: #1eb956;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.55);
    text-decoration: none !important;
}

.tg-action-circle-btn--phone {
    background-color: #0f2b48;
    box-shadow: 0 4px 14px rgba(15, 43, 72, 0.3);
}

.tg-action-circle-btn--phone:hover,
.tg-action-circle-btn--phone:focus,
.tg-action-circle-btn--phone:active {
    background-color: #0284c7;
    box-shadow: 0 6px 18px rgba(2, 132, 199, 0.45);
    text-decoration: none !important;
}

/* ============================================================
   FLOATING RIGHT-SIDE CONTACT WIDGET (CALL & WHATSAPP)
   ============================================================ */
.tg-floating-actions {
    position: fixed;
    right: 24px;
    bottom: 30px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-end;
}

.tg-floating-btn,
.tg-floating-btn:hover,
.tg-floating-btn:focus,
.tg-floating-btn:active,
.tg-floating-btn:visited {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    color: #ffffff !important;
    text-decoration: none !important;
    outline: none !important;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.9);
}

.tg-floating-btn *,
.tg-floating-btn:hover *,
.tg-floating-btn:focus *,
.tg-floating-btn:active * {
    text-decoration: none !important;
}

.tg-floating-btn:hover,
.tg-floating-btn:focus,
.tg-floating-btn:active {
    transform: scale(1.12) translateY(-4px);
    color: #ffffff !important;
    text-decoration: none !important;
}

/* WhatsApp Floating Styling */
.tg-floating-btn--whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
}

.tg-floating-btn--whatsapp:hover,
.tg-floating-btn--whatsapp:focus,
.tg-floating-btn--whatsapp:active {
    box-shadow: 0 14px 34px rgba(37, 211, 102, 0.65);
    text-decoration: none !important;
}

/* Call Floating Styling */
.tg-floating-btn--call {
    background: linear-gradient(135deg, #0284c7 0%, #0f2b48 100%);
    box-shadow: 0 10px 28px rgba(2, 132, 199, 0.45);
}

.tg-floating-btn--call:hover,
.tg-floating-btn--call:focus,
.tg-floating-btn--call:active {
    box-shadow: 0 14px 34px rgba(2, 132, 199, 0.65);
    text-decoration: none !important;
}

/* Hover Tooltip */
.tg-floating-tooltip {
    position: absolute;
    right: 68px;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    background: #0f2b48;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    pointer-events: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.tg-floating-btn:hover .tg-floating-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

/* Glowing Pulse Ring for WhatsApp */
.tg-floating-pulse {
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, 0.6);
    animation: tgPulseRing 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
    pointer-events: none;
}

@keyframes tgPulseRing {
    0% {
        transform: scale(0.95);
        opacity: 0.85;
    }

    70% {
        transform: scale(1.4);
        opacity: 0;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@media (max-width: 576px) {
    .tg-floating-actions {
        right: 16px;
        bottom: 20px;
        gap: 10px;
    }

    .tg-floating-btn {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }
}

/* ============================================================
   RESPONSIVE MOBILE OVERRIDES & FIXES (UX & STYLING V3.0)
   ============================================================ */

/* Global horizontal overflow prevention */
html,
body {
    max-width: 100% !important;
    overflow-x: clip !important;
}

/* 1. Header & Navigation Mobile Styling */
@media (max-width: 991.98px) {
    .tg-header-glass-bar {
        border-radius: 16px !important;
        padding: 6px 14px !important;
    }

    .tg-header-glass-bar .navbar-collapse {
        background: #FFFFFF;
        border-radius: 14px;
        padding: 16px;
        margin-top: 10px;
        box-shadow: 0 12px 36px rgba(37, 54, 73, 0.16);
        border: 1px solid rgba(212, 120, 9, 0.22);
    }

    .tg-header-glass-bar .tg-nav-menu {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .tg-header-glass-bar .tg-nav-menu .nav-link {
        padding: 10px 16px !important;
        border-radius: 10px;
        font-size: 0.9rem;
        font-weight: 700;
        color: #253649 !important;
    }

    .tg-header-glass-bar .tg-nav-menu .nav-item.active .nav-link,
    .tg-header-glass-bar .tg-nav-menu .nav-link:hover {
        background: rgba(212, 120, 9, 0.12) !important;
        color: #D47809 !important;
    }

    .tg-header-mobile-action {
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px solid #E2E8F0;
    }

    .tg-header-mobile-action .tg-btn-header-call {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 10px 16px;
        font-size: 0.88rem;
        border-radius: var(--radius-full);
    }
}

@media (max-width: 767.98px) {
    .tg-header-top {
        padding: 6px 0 !important;
    }

    .tg-header-top__left {
        justify-content: center !important;
        gap: 6px 14px !important;
        width: 100%;
    }

    .tg-top-link {
        font-size: 0.75rem !important;
    }

    .tg-brand__logo-img {
        height: 52px !important;
        width: 105px !important;
        min-width: 85px !important;
        max-height: 58px !important;
    }
}

@media (max-width: 400px) {
    .tg-header-top__left {
        gap: 4px 10px !important;
    }

    .tg-top-link {
        font-size: 0.72rem !important;
    }
}

/* 2. Hero Section Mobile Optimization */
@media (max-width: 991.98px) {
    body:has(.tg-hero--light) .tg-hero--light {
        padding-top: 130px !important;
        padding-bottom: 40px !important;
    }

    .tg-hero__left {
        text-align: center;
        margin-bottom: 30px;
    }

    .tg-hero__welcome-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .tg-hero__welcome-title {
        font-size: 2rem !important;
        line-height: 1.25 !important;
    }

    .tg-hero__seo-text {
        font-size: 0.9rem !important;
        max-width: 520px;
        margin: 0 auto 20px;
    }

    .tg-hero__actions {
        justify-content: center;
        width: 100%;
    }

    .tg-hero__trust-list {
        justify-content: center !important;
        gap: 8px 16px !important;
    }

    .tg-hero__travelers-wrap {
        max-width: 200px !important;
        margin: 16px auto 0 !important;
    }
}

@media (max-width: 575.98px) {
    .tg-hero__welcome-title {
        font-size: 1.65rem !important;
    }

    .tg-hero__actions {
        flex-direction: column !important;
        width: 100% !important;
    }

    .tg-hero__btn {
        width: 100% !important;
        flex: none !important;
        justify-content: center !important;
    }
}

/* 3. Booking Form Responsive Fixes */
@media (max-width: 575.98px) {
    .tg-booking__card-v2 {
        padding: 18px 14px !important;
        border-radius: 18px !important;
    }

    .tg-card-v2__header h2 {
        font-size: 1.15rem !important;
        margin-bottom: 14px !important;
    }

    /* Tabs 2x2 grid on mobile screens so text/icons never overflow */
    .tg-booking__tabs-v2 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 6px !important;
        padding: 6px !important;
        border-radius: 14px !important;
        margin-bottom: 16px !important;
    }

    .tg-tab-v2 {
        padding: 9px 6px !important;
        font-size: 0.8rem !important;
        justify-content: center !important;
        border-radius: 10px !important;
        white-space: nowrap !important;
    }

    .tg-tab-v2 i {
        font-size: 0.78rem !important;
    }

    /* Vehicle options 2x2 grid on mobile */
    .v-options {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }

    .v-opt {
        padding: 8px 4px !important;
    }

    .v-opt i {
        font-size: 1rem !important;
    }

    .v-opt span {
        font-size: 0.72rem !important;
    }
}

@media (max-width: 479.98px) {

    /* Stack Pickup Date and Pickup Time vertically on small phones */
    .form-v2-row {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .form-v2-actions {
        display: flex;
        flex-direction: column-reverse;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .btn-clear-form {
        text-align: center !important;
        padding: 6px !important;
    }

    .btn-book-now-v2 {
        width: 100% !important;
        height: 48px !important;
        font-size: 0.95rem !important;
    }

    .form-v2-field input {
        height: 44px !important;
        font-size: 0.85rem !important;
    }
}

/* 4. Cab Fleet & Service Cards Mobile Responsive */
@media (max-width: 767.98px) {
    .tg-cab-class {
        padding: 48px 0 54px !important;
    }

    .cab-card-v3 {
        margin-bottom: 20px;
    }
}

/* 5. Generic Table & Content Overflow Safeguard */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
}

.table-responsive table {
    min-width: 540px;
}

@media (max-width: 575.98px) {
    .table-responsive table {
        min-width: 480px;
    }
}

/* 6. Floating Action Widgets Mobile Fit */
@media (max-width: 576px) {
    .tg-floating-actions {
        right: 14px !important;
        bottom: 16px !important;
        gap: 8px !important;
    }

    .tg-floating-btn {
        width: 46px !important;
        height: 46px !important;
        font-size: 1.2rem !important;
    }

    /* Hide tooltips on touch devices to avoid accidental touch block */
    .tg-floating-tooltip {
        display: none !important;
    }
}

/* 7. Inner Pages Mobile Responsive (About, Contact, Routes) */
@media (max-width: 767.98px) {

    .about-hero-section,
    .contact-hero-section {
        padding: 40px 0 30px !important;
    }

    .about-hero-title,
    .contact-hero-title {
        font-size: 1.75rem !important;
    }

    .about-hero-subtitle,
    .contact-hero-subtitle {
        font-size: 0.88rem !important;
    }

    .c-quick-card {
        padding: 16px 12px !important;
        margin-bottom: 12px;
    }

    .c-card-value {
        font-size: 0.95rem !important;
    }

    .contact-form-card {
        padding: 20px 16px !important;
    }
}

/* ============================================================
   MOST POPULAR CITIES SECTION
   ============================================================ */

/* ===== POPULAR CITIES SECTION ===== */
.tg-cities-section {
    padding: 55px 0 65px;
    background: linear-gradient(160deg, #f4f6f9 0%, #fdf8ef 55%, #f4f6f9 100%);
    position: relative;
    overflow: hidden;
}

/* Bold aurora color orbs */
.tg-cities-section::before {
    content: "";
    position: absolute;
    inset: -40px;
    background:
        radial-gradient(ellipse 70% 60% at 5% 10%, rgba(37, 54, 73, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 65% 60% at 95% 90%, rgba(212, 120, 9, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 55% 50% at 50% 50%, rgba(245, 158, 11, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 40% 40% at 90% 10%, rgba(244, 63, 94, 0.14) 0%, transparent 55%);
    pointer-events: none;
    z-index: 1;
}

/* Fine dot-grid texture */
.tg-cities-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(37, 54, 73, 0.10) 1.2px, transparent 1.2px);
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 2;
}

.tg-cities-inner {
    position: relative;
    z-index: 3;
}

/* Section header */
.tg-cities-header {
    text-align: center;
    margin-bottom: 36px;
}

.tg-cities-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    border-radius: 50px;
    background: rgba(212, 120, 9, 0.10);
    border: 1px solid rgba(212, 120, 9, 0.28);
    color: #B06206;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.tg-cities-eyebrow i {
    font-size: 0.75rem;
}

.tg-cities-title {
    font-size: clamp(1.9rem, 4vw, 2.7rem);
    font-weight: 800;
    color: #253649;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
    line-height: 1.2;
}

.tg-cities-title span {
    background: linear-gradient(135deg, #D47809 0%, #E88C1B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tg-cities-subtitle {
    color: #64748b;
    font-size: 1rem;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Cities Grid */
.tg-cities-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

@media (max-width: 1199px) {
    .tg-cities-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .tg-cities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}

@media (max-width: 400px) {
    .tg-cities-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

/* City Card */
.tg-city-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 4/5;
    background: #1a2540;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}

.tg-city-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1.5px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 3;
    transition: all 0.4s ease;
}

.tg-city-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.tg-city-card:hover::before {
    background: var(--city-accent-gradient, linear-gradient(135deg, rgba(212, 120, 9, 0.55), rgba(37, 54, 73, 0.35)));
}

/* City image */
.tg-city-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.4s ease;
    filter: brightness(0.65) saturate(1.1);
}

.tg-city-card:hover .tg-city-card__img {
    transform: scale(1.08);
    filter: brightness(0.45) saturate(1.3);
}

/* Gradient overlay */
.tg-city-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            transparent 0%,
            transparent 30%,
            rgba(10, 20, 40, 0.6) 65%,
            rgba(5, 10, 25, 0.92) 100%);
    z-index: 1;
    transition: background 0.4s ease;
}

.tg-city-card:hover .tg-city-card__overlay {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.15) 0%,
            rgba(0, 0, 0, 0.25) 30%,
            rgba(5, 15, 35, 0.75) 65%,
            rgba(5, 10, 25, 0.96) 100%);
}

/* State badge - top left */
.tg-city-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 4;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #fff;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: var(--city-badge-bg, rgba(0, 0, 0, 0.45));
    transition: background 0.3s ease, transform 0.3s ease;
}

.tg-city-card:hover .tg-city-card__badge {
    transform: scale(1.05);
    background: var(--city-badge-hover, rgba(212, 120, 9, 0.85));
}

/* Number badge - top right */
.tg-city-card__rank {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.tg-city-card:hover .tg-city-card__rank {
    color: #fff;
    background: var(--city-accent-color, rgba(212, 120, 9, 0.3));
    border-color: var(--city-accent-color, rgba(212, 120, 9, 0.5));
}

/* Card content at bottom */
.tg-city-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px 16px 16px;
}

.tg-city-card__tagline {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--city-accent-light, rgba(212, 120, 9, 0.85));
    margin-bottom: 4px;
    display: block;
    transition: opacity 0.3s ease;
}

.tg-city-card__name {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.3px;
    margin: 0 0 14px;
    line-height: 1.2;
}

/* Book CTA button � slides up on hover */
.tg-city-card__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 14px;
    border-radius: 10px;
    background: var(--city-cta-bg, rgba(212, 120, 9, 0.9));
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    transform: translateY(16px);
    opacity: 0;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.tg-city-card__cta i {
    transition: transform 0.3s ease;
}

.tg-city-card:hover .tg-city-card__cta {
    transform: translateY(0);
    opacity: 1;
}

.tg-city-card:hover .tg-city-card__cta i {
    transform: translateX(4px);
}

/* Animated glow ring on hover */
.tg-city-card__glow {
    position: absolute;
    inset: -2px;
    border-radius: 22px;
    opacity: 0;
    background: var(--city-accent-gradient, linear-gradient(135deg, rgba(212, 120, 9, 0.45), rgba(37, 54, 73, 0.25)));
    filter: blur(18px);
    z-index: -1;
    transition: opacity 0.4s ease;
}

.tg-city-card:hover .tg-city-card__glow {
    opacity: 1;
}

/* View all cities button */
.tg-cities-viewall {
    text-align: center;
    margin-top: 44px;
}

.tg-cities-viewall-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 32px;
    border-radius: 50px;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.87rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.tg-cities-viewall-btn:hover {
    border-color: rgba(212, 120, 9, 0.5);
    color: #D47809;
    background: rgba(212, 120, 9, 0.07);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(212, 120, 9, 0.15);
}

.tg-cities-viewall-btn i {
    transition: transform 0.3s ease;
}

.tg-cities-viewall-btn:hover i {
    transform: translateX(4px);
}

/* ============================================================
   TRENDING ROUTES SECTION STYLING (STATIC DESIGN)
   ============================================================ */
.tr-section {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}

.tr-container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 24px;
}

.tr-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(212, 120, 9, 0.10);
    color: #B06206;
    font-size: 0.775rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 6px 18px;
    border-radius: 50px;
    border: 1px solid rgba(212, 120, 9, 0.28);
    text-transform: uppercase;
    margin-bottom: 14px;
}

.tr-main-title {
    font-size: 2.35rem;
    font-weight: 800;
    color: #253649;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.tr-main-title span {
    color: #D47809;
}

.tr-main-subtitle {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 650px;
    margin: 0 auto 36px;
}

.tr-outer-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 44px 38px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.08);
    position: relative;
}

.tr-outer-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    height: 4px;
    background: linear-gradient(90deg, #D47809 0%, #253649 100%);
    border-radius: 4px 4px 0 0;
}

.tr-tabs-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 38px;
    overflow-x: auto;
    padding-bottom: 6px;
}

.tr-tabs {
    display: inline-flex;
    background: rgba(37, 54, 73, 0.05);
    padding: 6px;
    border-radius: 50px;
    gap: 6px;
    border: 1px solid rgba(37, 54, 73, 0.12);
}

.tr-tab-btn {
    border: none;
    background: transparent;
    color: var(--text-muted);
    font-weight: 700;
    font-size: 0.95rem;
    padding: 10px 24px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.tr-tab-btn i {
    color: #94a3b8;
    transition: color 0.25s ease;
}

.tr-tab-btn:hover {
    color: #253649;
}

.tr-tab-btn.active {
    background: #253649;
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(37, 54, 73, 0.28);
}

.tr-tab-btn.active i {
    color: #D47809 !important;
}

.tr-panel {
    display: none !important;
}

.tr-panel.active {
    display: block !important;
    animation: trFadeIn 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes trFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tr-routes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 18px;
}

.tr-route-card {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.25s ease;
}

.tr-route-card:hover {
    border-color: #D47809;
    box-shadow: 0 12px 28px rgba(212, 120, 9, 0.14);
    transform: translateY(-4px);
}

.tr-car-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(212, 120, 9, 0.10);
    color: #D47809;
    border: 1px solid rgba(212, 120, 9, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.tr-route-card:hover .tr-car-icon {
    background: #D47809;
    color: #ffffff;
    border-color: #D47809;
}

.tr-route-title {
    font-size: 1.025rem;
    font-weight: 800;
    color: #253649;
    margin-bottom: 3px;
}

.tr-arrow {
    color: #D47809;
    margin: 0 4px;
}

.tr-route-sub {
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.04em;
    margin-bottom: 0;
}

.tr-route-sub span {
    color: #B06206;
    background: rgba(212, 120, 9, 0.10);
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 4px;
}

.tr-route-action-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-tr-find {
    background: #253649;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 9px 20px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.btn-tr-find:hover {
    background: #D47809;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(212, 120, 9, 0.35);
}

.btn-tr-wa-sm {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.25);
}

.btn-tr-wa-sm:hover {
    background: #128c7e;
    transform: scale(1.1);
}

.btn-tr-view-all {
    display: inline-flex;
    align-items: center;
    padding: 13px 36px;
    border-radius: 50px;
    background: #253649;
    border: 2px solid #253649;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
}

.btn-tr-view-all:hover {
    background: #D47809;
    border-color: #D47809;
    color: #ffffff !important;
    box-shadow: 0 10px 25px rgba(212, 120, 9, 0.35);
}

@media (max-width: 992px) {
    .tr-outer-card {
        padding: 30px 20px;
    }

    .tr-routes-grid {
        grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    }
}

@media (max-width: 576px) {
    .tr-routes-grid {
        grid-template-columns: 1fr;
    }

    .tr-route-card {
        padding: 14px;
    }

    .tr-main-title {
        font-size: 1.75rem;
    }
}

/* Prevent underline on click/focus/active for floating & circular action buttons */
.tg-floating-actions a,
.tg-floating-actions a:hover,
.tg-floating-actions a:focus,
.tg-floating-actions a:active,
.tg-floating-actions a:visited,
.tg-floating-btn,
.tg-floating-btn:hover,
.tg-floating-btn:focus,
.tg-floating-btn:active,
.tg-floating-btn:visited,
.tg-action-circle-btn,
.tg-action-circle-btn:hover,
.tg-action-circle-btn:focus,
.tg-action-circle-btn:active,
.tg-action-circle-btn:visited {
    text-decoration: none !important;
    outline: none !important;
}

.tg-floating-actions a *,
.tg-floating-btn *,
.tg-action-circle-btn * {
    text-decoration: none !important;
}

/* Date and Time Fields Pointer Cursor & Light Typography */
input[type="date"],
input[type="time"],
.owt-input-field[type="date"],
.owt-input-field[type="time"],
.rt-input-field[type="date"],
.rt-input-field[type="time"],
.at-input-field[type="date"],
.at-input-field[type="time"],
.form-v2-field input[type="date"],
.form-v2-field input[type="time"] {
    cursor: pointer !important;
    font-weight: 400 !important;
    color: #475569 !important;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    cursor: pointer !important;
}

input[type="date"]::-webkit-datetime-edit,
input[type="date"]::-webkit-datetime-edit-fields-wrapper,
input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field,
input[type="time"]::-webkit-datetime-edit,
input[type="time"]::-webkit-datetime-edit-fields-wrapper,
input[type="time"]::-webkit-datetime-edit-text,
input[type="time"]::-webkit-datetime-edit-hour-field,
input[type="time"]::-webkit-datetime-edit-minute-field,
input[type="time"]::-webkit-datetime-edit-ampm-field {
    font-weight: 400 !important;
    color: #475569 !important;
}

input[type="date"]::placeholder,
input[type="time"]::placeholder {
    font-weight: 400 !important;
    color: #94a3b8 !important;
    opacity: 1;
}

/* ============================================================
   BLOG & ARTICLE PAGE UI/UX REDESIGN
   DESIGN SYSTEM: Navy #0F172A, Slate #1E293B, Amber #D47809 / #F59E0B
   ============================================================ */

/* 1. Reading Progress Bar */
.reading-progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: transparent;
    z-index: 9999;
}

.reading-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #D47809, #F59E0B, #10B981);
    width: 0%;
    transition: width 0.1s ease;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 0 10px rgba(212, 120, 9, 0.5);
}

/* 2. Blog Unique Hero Section */
.blog-hero-unique-section {
    position: relative;
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 60%, #253649 100%) !important;
    color: #FFFFFF;
    padding: 70px 0;
    overflow: hidden;
}

.blog-hero-unique-section .hero-bg-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.blog-hero-unique-section .glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.25;
}

.blog-hero-unique-section .glow-orb-1 {
    top: -50px;
    left: -50px;
    width: 320px;
    height: 320px;
    background: #D47809;
}

.blog-hero-unique-section .glow-orb-2 {
    bottom: -60px;
    right: -60px;
    width: 350px;
    height: 350px;
    background: #3B82F6;
}

.blog-hero-unique-section .hero-grid-overlay {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.6;
}

/* Breadcrumb in Hero */
.glass-breadcrumb {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 50px !important;
}

.glass-breadcrumb .breadcrumb-item a {
    color: #CBD5E1 !important;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.glass-breadcrumb .breadcrumb-item a:hover {
    color: #F59E0B !important;
}

.glass-breadcrumb .breadcrumb-item.active {
    color: #F59E0B !important;
    font-weight: 700;
    font-size: 0.85rem;
}

.glass-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.4);
}

/* Hero Badge */
.unique-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 120, 9, 0.18) !important;
    color: #F59E0B !important;
    border: 1px solid rgba(212, 120, 9, 0.4);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.live-pulse {
    width: 8px;
    height: 8px;
    background: #10B981;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: pulseGlow 1.8s infinite;
}

@keyframes pulseGlow {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.unique-hero-title {
    font-family: var(--font-heading, 'Rubik', sans-serif);
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.25;
}

.gradient-text {
    background: linear-gradient(135deg, #F59E0B 0%, #FBBF24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.unique-hero-subtitle {
    font-size: 1.02rem;
    color: #CBD5E1;
    line-height: 1.65;
    max-width: 620px;
}

/* Hero Right Side Card Showcase */
.hero-right-visual-wrap {
    position: relative;
}

.hero-glass-image-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.15);
}

.hero-split-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

.hero-floating-card {
    position: absolute;
    z-index: 5;
    background: rgba(15, 23, 42, 0.88) !important;
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.float-card-1 {
    top: 20px;
    left: 20px;
}

.float-card-2 {
    bottom: 20px;
    right: 20px;
}

.float-icon {
    font-size: 1.4rem;
}

.float-text strong {
    display: block;
    color: #FFFFFF;
    font-size: 0.9rem;
}

.float-text span {
    display: block;
    color: #94A3B8;
    font-size: 0.75rem;
}

/* 3. Featured Post Card Section */
.featured-post-section {
    padding: 50px 0 30px;
    background: #F8FAFC;
}

.featured-blog-card {
    background: #FFFFFF !important;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 15px 35px rgba(37, 54, 73, 0.08);
    border: 1px solid #E2E8F0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 45px rgba(37, 54, 73, 0.14);
    border-color: rgba(212, 120, 9, 0.4);
}

.featured-img-wrapper {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 340px;
}

.featured-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-blog-card:hover .featured-img-wrapper img {
    transform: scale(1.05);
}

.featured-category-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #253649 !important;
    color: #F59E0B !important;
    border: 1px solid rgba(212, 120, 9, 0.4);
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.featured-title {
    font-family: var(--font-heading, 'Rubik', sans-serif);
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 12px;
}

.featured-title a {
    color: #0F172A;
    text-decoration: none;
    transition: color 0.2s ease;
}

.featured-title a:hover {
    color: #D47809;
}

.featured-excerpt {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.65;
}

.author-avatar {
    width: 42px;
    height: 42px;
    background: rgba(212, 120, 9, 0.15);
    color: #D47809;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.author-name {
    font-weight: 700;
    color: #0F172A;
    font-size: 0.88rem;
}

.author-role {
    color: #64748B;
    font-size: 0.75rem;
}

.btn-accent-custom {
    background: linear-gradient(135deg, #D47809 0%, #F59E0B 100%) !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    padding: 8px 20px !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(212, 120, 9, 0.35) !important;
    transition: all 0.25s ease !important;
}

.btn-accent-custom:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(212, 120, 9, 0.45) !important;
}

/* 4. Blog Feed Section & Grid Cards */
.blog-feed-section {
    padding: 60px 0 80px;
    background: #F8FAFC;
}

.blog-card {
    background: #FFFFFF !important;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #E2E8F0;
    box-shadow: 0 6px 18px rgba(37, 54, 73, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(37, 54, 73, 0.12);
    border-color: #CBD5E1;
}

.blog-card-img-wrapper {
    position: relative;
    height: 210px;
    overflow: hidden;
    background: #1E293B;
}

.blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-img {
    transform: scale(1.06);
}

.blog-card-category {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(15, 23, 42, 0.85) !important;
    color: #F59E0B !important;
    border: 1px solid rgba(245, 158, 11, 0.4);
    backdrop-filter: blur(8px);
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-card-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-card-meta {
    font-size: 0.78rem;
    color: #64748B;
    font-weight: 600;
}

.blog-card-title {
    font-family: var(--font-heading, 'Rubik', sans-serif);
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 10px;
}

.blog-card-title a {
    color: #0F172A;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-card-title a:hover {
    color: #D47809;
}

.blog-card-excerpt {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.6;
}

.read-more-link {
    font-size: 0.82rem;
    color: #64748B;
    font-weight: 600;
}

/* 5. Sidebar Widgets */
.blog-sidebar .widget-card {
    background: #FFFFFF !important;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 6px 18px rgba(37, 54, 73, 0.05);
    margin-bottom: 24px;
}

.widget-title {
    font-family: var(--font-heading, 'Rubik', sans-serif);
    font-size: 1.1rem;
    font-weight: 800;
    color: #0F172A;
    padding-bottom: 14px;
    border-bottom: 2px solid #F1F5F9;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.widget-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-category-list li {
    margin-bottom: 8px;
}

.widget-category-list a {
    padding: 10px 14px;
    border-radius: 10px;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    background: #F8FAFC;
    border: 1px solid #F1F5F9;
}

.widget-category-list a:hover {
    background: #FFFBEB;
    border-color: #FDE68A;
    color: #D47809;
    transform: translateX(3px);
}

.count-badge {
    background: #E2E8F0;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 2px 9px;
    border-radius: 50px;
}

.widget-category-list a:hover .count-badge {
    background: #D47809;
    color: #FFFFFF;
}

.recent-post-thumb img {
    border-radius: 10px;
    object-fit: cover;
}

.recent-post-date {
    font-size: 0.72rem;
    color: #94A3B8;
    font-weight: 600;
}

.recent-post-title {
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 3px 0 0;
}

.recent-post-title a {
    color: #0F172A;
    text-decoration: none;
    transition: color 0.2s ease;
}

.recent-post-title a:hover {
    color: #D47809;
}

/* Sidebar Cab Booking CTA Widget */
.widget-cab-booking {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%) !important;
    border-radius: 18px !important;
    padding: 28px 22px !important;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.25) !important;
    border: 1px solid rgba(245, 158, 11, 0.3) !important;
}

.cab-cta-icon {
    width: 60px;
    height: 60px;
    background: rgba(245, 158, 11, 0.18);
    border: 1px solid rgba(245, 158, 11, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: #F59E0B;
}

/* 6. AEO Spotlight Section */
.aeo-spotlight-section {
    background: #FFFFFF !important;
    border-top: 1px solid #E2E8F0;
    padding: 60px 0;
}

.aeo-mini-card {
    background: #F8FAFC;
    border: 1.5px solid #E2E8F0;
    border-radius: 14px;
    padding: 22px;
    height: 100%;
    transition: all 0.25s ease;
}

.aeo-mini-card:hover {
    border-color: #D47809;
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(37, 54, 73, 0.08);
}

.mini-card-icon {
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.aeo-mini-card h4 {
    font-family: var(--font-heading, 'Rubik', sans-serif);
    font-size: 1.05rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 6px;
}

.aeo-mini-card p {
    font-size: 0.85rem;
    color: #475569;
    margin: 0;
    line-height: 1.55;
}

/* 7. Single Article Detail Page Enhancements */

/* Sticky Desktop Social Share Sidebar */
.sticky-social-bar {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 10;
}

.sticky-social-bar .share-label {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: #94A3B8;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.sticky-social-bar .share-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
}

.sticky-social-bar .share-btn:hover {
    transform: scale(1.15) translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.sticky-social-bar .share-btn.whatsapp {
    background: #25D366 !important;
}

.sticky-social-bar .share-btn.facebook {
    background: #1877F2 !important;
}

.sticky-social-bar .share-btn.twitter {
    background: #1DA1F2 !important;
}

.sticky-social-bar .share-btn.linkedin {
    background: #0A66C2 !important;
}

.sticky-social-bar .share-btn.copy {
    background: #64748B !important;
}

/* Article Typography & Content Styling */
.blog-detail-body-section {
    background: #FFFFFF !important;
}

.post-content-styled {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #334155;
    font-family: 'Nunito Sans', var(--font-body, sans-serif);
}

.post-content-styled h2 {
    font-family: var(--font-heading, 'Rubik', sans-serif);
    font-size: 1.75rem;
    font-weight: 800;
    color: #0F172A;
    margin-top: 40px;
    margin-bottom: 18px;
    padding-left: 16px;
    border-left: 4px solid #D47809;
    line-height: 1.35;
}

.post-content-styled h3 {
    font-family: var(--font-heading, 'Rubik', sans-serif);
    font-size: 1.4rem;
    font-weight: 800;
    color: #1E293B;
    margin-top: 32px;
    margin-bottom: 14px;
}

.post-content-styled h4 {
    font-family: var(--font-heading, 'Rubik', sans-serif);
    font-size: 1.18rem;
    font-weight: 700;
    color: #253649;
    margin-top: 24px;
    margin-bottom: 12px;
}

.post-content-styled p {
    margin-bottom: 22px;
}

.post-content-styled ul,
.post-content-styled ol {
    margin-bottom: 26px;
    padding-left: 24px;
}

.post-content-styled li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.post-content-styled img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 28px 0;
    box-shadow: 0 12px 30px rgba(37, 54, 73, 0.12);
    border: 1px solid #E2E8F0;
}

.post-content-styled blockquote {
    background: #FFFBEB !important;
    border-left: 4px solid #F59E0B !important;
    border-radius: 0 14px 14px 0;
    padding: 24px 28px;
    margin: 32px 0;
    font-style: italic;
    font-size: 1.1rem;
    color: #78350F;
    box-shadow: 0 6px 18px rgba(245, 158, 11, 0.08);
}

.post-content-styled table {
    width: 100%;
    margin: 30px 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(37, 54, 73, 0.06);
    border: 1.5px solid #E2E8F0;
}

.post-content-styled table th {
    background: #0F172A !important;
    color: #FFFFFF !important;
    padding: 14px 18px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-content-styled table td {
    padding: 14px 18px;
    border-bottom: 1px solid #E2E8F0;
    font-size: 0.92rem;
    color: #334155;
    background: #FFFFFF;
}

.post-content-styled table tr:last-child td {
    border-bottom: none;
}

.post-content-styled table tr:nth-child(even) td {
    background: #F8FAFC;
}

/* Lead Quote Intro Box */
.lead-intro-box {
    background: linear-gradient(135deg, #FFFBEB 0%, #FEF3C7 100%) !important;
    border: 1.5px solid #FCD34D !important;
    border-left: 5px solid #D47809 !important;
    border-radius: 14px;
    padding: 22px 28px;
    box-shadow: 0 8px 24px rgba(212, 120, 9, 0.1);
}

.lead-intro-text {
    font-size: 1.12rem;
    font-weight: 600;
    color: #78350F;
    line-height: 1.65;
    font-style: italic;
}

/* Mobile Share Bar */
.mobile-share-bar {
    background: #F8FAFC !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 16px !important;
}

/* Author Bio Box */
.author-bio-box {
    background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%) !important;
    border: 1.5px solid #CBD5E1 !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 25px rgba(37, 54, 73, 0.06) !important;
    transition: all 0.25s ease;
}

.author-bio-box:hover {
    border-color: #D47809 !important;
    box-shadow: 0 14px 32px rgba(37, 54, 73, 0.1) !important;
}

.avatar-circle {
    width: 64px;
    height: 64px;
    background: rgba(245, 158, 11, 0.18);
    border: 1px solid rgba(245, 158, 11, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-accent {
    color: #D47809 !important;
}

/* Related Articles Section */
.related-articles-section {
    background: #F8FAFC !important;
    padding: 70px 0;
    border-top: 1px solid #E2E8F0;
}

.related-articles-section .section-header .section-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0F172A;
}

/* Article Cover Featured Image Wrapper */
.article-cover-image-wrapper {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(37, 54, 73, 0.12);
    border: 1px solid #E2E8F0;
    max-height: 480px;
}

.article-cover-img {
    width: 100%;
    height: 100%;
    max-height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
}

/* ============================================================
   SEO EDITORIAL CONTENT BLOCK — PREMIUM UI
   ============================================================ */

/* ----- Section Wrapper ----- */
.tg-seo-content {
    background: linear-gradient(180deg, #F0F4F8 0%, #E8EEF5 100%);
    border-top: 1px solid #DDE4EF;
    padding: 72px 0 80px;
    position: relative;
    overflow: hidden;
}

.tg-seo-content::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(0, 210, 135, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

/* ----- Section Header ----- */
.tg-seo-content__header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 52px;
}

.tg-seo-content__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 210, 135, 0.12);
    color: #00A86B;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.tg-seo-content__title {
    font-size: 2rem;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.25;
    margin: 0 0 12px;
}

@media (max-width: 767px) {
    .tg-seo-content__title {
        font-size: 1.45rem;
    }
}

.tg-seo-content__subtitle {
    font-size: 0.95rem;
    color: #64748B;
    line-height: 1.6;
    margin: 0;
    letter-spacing: 0.01em;
}

/* ----- 3-Column Feature Cards ----- */
.tg-seo-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .tg-seo-cards {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .tg-seo-cards {
        grid-template-columns: 1fr;
    }
}

.tg-seo-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px 26px 24px;
    border: 1px solid #E2EAF4;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
}

.tg-seo-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #00D287;
    border-radius: 18px 18px 0 0;
}

.tg-seo-card--blue::after {
    background: #3B82F6;
}

.tg-seo-card--amber::after {
    background: #F59E0B;
}

.tg-seo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.12);
}

/* Icon Orb */
.tg-seo-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tg-seo-card__icon--green {
    background: rgba(0, 210, 135, 0.12);
    color: #00A86B;
}

.tg-seo-card__icon--blue {
    background: rgba(59, 130, 246, 0.12);
    color: #2563EB;
}

.tg-seo-card__icon--amber {
    background: rgba(245, 158, 11, 0.12);
    color: #D97706;
}

.tg-seo-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
    margin: 0;
}

.tg-seo-card__text {
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.7;
    margin: 0;
    flex: 1;
}

.tg-seo-card__link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #00A86B;
    text-decoration: none;
    margin-top: 4px;
    transition: gap 0.2s ease, color 0.2s ease;
}

.tg-seo-card--blue .tg-seo-card__link {
    color: #2563EB;
}

.tg-seo-card--amber .tg-seo-card__link {
    color: #D97706;
}

.tg-seo-card__link:hover {
    gap: 9px;
}

/* ----- City Coverage Panel ----- */
.tg-seo-coverage {
    margin-bottom: 28px;
}

.tg-seo-coverage__panel {
    background: #fff;
    border: 1px solid #E2EAF4;
    border-radius: 18px;
    padding: 28px 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 40px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
}

@media (max-width: 767px) {
    .tg-seo-coverage__panel {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 20px;
    }
}

.tg-seo-coverage__label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #253649;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 12px;
}

.tg-seo-coverage__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* City/Destination pill tags */
.tg-seo-tag {
    font-size: 0.78rem;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.18s ease;
    border: 1.5px solid transparent;
    user-select: none;
}

.tg-seo-tag--green {
    background: rgba(0, 210, 135, 0.1);
    color: #00875A;
    border-color: rgba(0, 210, 135, 0.25);
}

.tg-seo-tag--green:hover {
    background: #00D287;
    color: #fff;
    border-color: #00D287;
    transform: translateY(-1px);
}

.tg-seo-tag--blue {
    background: rgba(59, 130, 246, 0.1);
    color: #1D4ED8;
    border-color: rgba(59, 130, 246, 0.25);
}

.tg-seo-tag--blue:hover {
    background: #3B82F6;
    color: #fff;
    border-color: #3B82F6;
    transform: translateY(-1px);
}

/* ----- Cab Pricing Strip ----- */
.tg-seo-fleet {
    background: #fff;
    border: 1px solid #E2EAF4;
    border-radius: 18px;
    padding: 24px 30px;
    margin-bottom: 28px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
}

.tg-seo-fleet__label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin: 0 0 16px;
}

.tg-seo-fleet__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

@media (max-width: 767px) {
    .tg-seo-fleet__grid {
        grid-template-columns: 1fr 1fr;
    }
}

.tg-seo-fleet__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    background: #F8FAFC;
    border: 1px solid #E8EEF5;
    border-radius: 12px;
    padding: 16px 12px;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.tg-seo-fleet__item:hover {
    border-color: #00D287;
    box-shadow: 0 4px 14px rgba(0, 210, 135, 0.1);
}

.tg-seo-fleet__icon {
    font-size: 1.6rem;
    line-height: 1;
}

.tg-seo-fleet__name {
    font-size: 0.82rem;
    font-weight: 600;
    color: #253649;
    line-height: 1.2;
}

.tg-seo-fleet__fare {
    font-size: 1rem;
    font-weight: 800;
    color: #00875A;
}

.tg-seo-fleet__cap {
    font-size: 0.72rem;
    color: #94A3B8;
    font-weight: 500;
}

/* ----- Contact Bar ----- */
.tg-seo-contact {
    font-style: normal;
    background: linear-gradient(135deg, #0F172A 0%, #1E3A5F 100%);
    border-radius: 18px;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.18);
}

.tg-seo-contact__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.88rem;
}

.tg-seo-contact__brand svg {
    color: #00D287;
    flex-shrink: 0;
}

.tg-seo-contact__brand strong {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}

.tg-seo-contact__brand span {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
}

.tg-seo-contact__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tg-seo-contact__btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.18s ease, opacity 0.18s ease;
    white-space: nowrap;
}

.tg-seo-contact__btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.tg-seo-contact__btn--call {
    background: #00D287;
    color: #fff;
}

.tg-seo-contact__btn--whatsapp {
    background: #25D366;
    color: #fff;
}

.tg-seo-contact__btn--email {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 767px) {
    .tg-seo-contact {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }

    .tg-seo-contact__actions {
        width: 100%;
    }

    .tg-seo-contact__btn {
        flex: 1;
        justify-content: center;
    }
}