/* ===========================
   Shaheen Travel - Professional UI/UX Design System
   Designed with modern best practices
   =========================== */

/* ===========================
   1. CSS Custom Properties (Design Tokens)
   =========================== */

:root {
    /* Primary Colors - Enhanced */
    --primary-gold: #D4AF37;
    --primary-gold-light: #F4E4B7;
    --primary-gold-dark: #B8941F;
    --primary-gold-darker: #9A7A19;

    /* Neutral Colors - Refined */
    --neutral-900: #0A0E1A;
    --neutral-850: #141823;
    --neutral-800: #1A1F35;
    --neutral-750: #242938;
    --neutral-700: #2D3548;
    --neutral-600: #4A5568;
    --neutral-500: #718096;
    --neutral-400: #A0AEC0;
    --neutral-300: #CBD5E0;
    --neutral-200: #E2E8F0;
    --neutral-150: #EDF2F7;
    --neutral-100: #F7FAFC;
    --neutral-white: #FFFFFF;

    /* Semantic Colors */
    --success: #10B981;
    --warning: #F59E0B;
    --error: #EF4444;
    --info: #3B82F6;

    /* Gradients - Enhanced */
    --gradient-primary: linear-gradient(135deg, #D4AF37 0%, #B8941F 100%);
    --gradient-primary-hover: linear-gradient(135deg, #E8C04D 0%, #D4AF37 100%);
    --gradient-dark: linear-gradient(135deg, #0A0E1A 0%, #1A1F35 100%);
    --gradient-dark-deep: linear-gradient(135deg, #050810 0%, #0A0E1A 100%);
    --gradient-overlay: linear-gradient(180deg, rgba(10, 14, 26, 0) 0%, rgba(10, 14, 26, 0.8) 100%);
    --gradient-overlay-strong: linear-gradient(180deg, rgba(10, 14, 26, 0.2) 0%, rgba(10, 14, 26, 0.9) 100%);
    --gradient-shine: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    --gradient-card: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));

    /* Shadows - Enhanced with depth */
    --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.04);
    --shadow-md: 0 4px 8px -2px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 10px 20px -5px rgba(0, 0, 0, 0.14), 0 4px 8px -2px rgba(0, 0, 0, 0.08);
    --shadow-xl: 0 20px 30px -8px rgba(0, 0, 0, 0.18), 0 10px 15px -5px rgba(0, 0, 0, 0.10);
    --shadow-2xl: 0 30px 60px -15px rgba(0, 0, 0, 0.28);
    --shadow-3xl: 0 35px 70px -20px rgba(0, 0, 0, 0.35);
    --shadow-gold: 0 12px 35px -8px rgba(212, 175, 55, 0.35);
    --shadow-gold-lg: 0 20px 45px -12px rgba(212, 175, 55, 0.45);
    --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);

    /* Spacing Scale */
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --space-24: 6rem;

    /* Border Radius */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    --radius-full: 9999px;

    /* Typography */
    --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-serif: 'Playfair Display', Georgia, serif;

    /* Font Sizes */
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;
    --text-5xl: 3rem;
    --text-6xl: 3.75rem;

    /* Transitions */
    --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-base: 200ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slower: 500ms cubic-bezier(0.4, 0, 0.2, 1);

    /* Z-index Scale */
    --z-dropdown: 1000;
    --z-sticky: 1020;
    --z-fixed: 1030;
    --z-modal-backdrop: 1040;
    --z-modal: 1050;
    --z-popover: 1060;
    --z-tooltip: 1070;
}

/* ===========================
   2. Font Faces
   =========================== */

@font-face {
    font-family: 'Ping';
    src: url('assets/fonts/ar/Ping-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ping';
    src: url('assets/fonts/ar/Ping-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rabar';
    src: url('assets/fonts/ku/Rabar_Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rabar';
    src: url('assets/fonts/ku/Rabar_bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===========================
   3. Reset & Base Styles
   =========================== */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--font-sans);
    font-size: var(--text-base);
    line-height: 1.6;
    color: var(--neutral-700);
    background-color: var(--neutral-white);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-serif);
    font-weight: 700;
    line-height: 1.2;
    color: var(--neutral-900);
    margin-bottom: var(--space-4);
}

h1 {
    font-size: var(--text-5xl);
}

h2 {
    font-size: var(--text-4xl);
}

h3 {
    font-size: var(--text-3xl);
}

h4 {
    font-size: var(--text-2xl);
}

h5 {
    font-size: var(--text-xl);
}

h6 {
    font-size: var(--text-lg);
}

p {
    margin-bottom: var(--space-4);
}

a {
    color: var(--primary-gold);
    text-decoration: none;
    transition: color var(--transition-base);
}

a:hover {
    color: var(--primary-gold-dark);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Language-specific fonts */
html[lang="ar"] body,
html[lang="ar"] * {
    font-family: 'Ping', var(--font-sans) !important;
}

html[lang="ku"] body,
html[lang="ku"] * {
    font-family: 'Rabar', var(--font-sans) !important;
}

/* RTL Support */
[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

/* ===========================
   4. Navigation - Premium Professional
   =========================== */

#mainNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--z-sticky);
    padding: var(--space-5) 0;
    transition: all var(--transition-slow);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

#mainNav.scrolled {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: var(--space-4) 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-brand {
    display: flex;
    align-items: center;
    transition: transform var(--transition-base);
}

.navbar-brand:hover {
    transform: scale(1.05);
}

.navbar-brand img {
    height: 50px;
    transition: height var(--transition-slow);
}

#mainNav.scrolled .navbar-brand img {
    height: 45px;
}

.nav-link {
    position: relative;
    font-weight: 600;
    font-size: var(--text-sm);
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.95) !important;
    padding: var(--space-3) var(--space-5) !important;
    margin: 0 var(--space-1);
    border-radius: var(--radius-lg);
    transition: all var(--transition-base);
    text-transform: uppercase;
    font-size: 0.8rem;
}

#mainNav.scrolled .nav-link {
    color: var(--neutral-700) !important;
}

.nav-link::before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    transform: translateX(-50%);
    transition: width var(--transition-base);
    border-radius: var(--radius-full);
}

.nav-link::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-primary);
    opacity: 0;
    border-radius: var(--radius-lg);
    transition: opacity var(--transition-base);
    z-index: -1;
}

.nav-link:hover::before,
.nav-link.active::before {
    width: 70%;
}

.nav-link:hover::after {
    opacity: 0.12;
}

.nav-link:hover {
    color: var(--primary-gold) !important;
    transform: translateY(-2px);
}

#mainNav.scrolled .nav-link:hover {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0.15));
}

/* Language Switcher - Enhanced */
.language-switcher {
    display: flex;
    gap: var(--space-1);
    background: rgba(255, 255, 255, 0.12);
    padding: var(--space-1);
    border-radius: var(--radius-full);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#mainNav.scrolled .language-switcher {
    background: var(--neutral-150);
    border-color: var(--neutral-300);
}

.btn-outline-gold {
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.9);
    background: transparent;
    border: none;
    padding: var(--space-2) var(--space-4);
    border-radius: var(--radius-full);
    transition: all var(--transition-fast);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-outline-gold::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--neutral-white);
    transform: scale(0);
    border-radius: var(--radius-full);
    transition: transform var(--transition-base);
    z-index: -1;
}

.btn-outline-gold:hover::before {
    transform: scale(1);
}

#mainNav.scrolled .btn-outline-gold {
    color: var(--neutral-600);
}

.btn-outline-gold:hover,
.btn-outline-gold.active {
    color: var(--neutral-900);
    transform: scale(1.05);
}

.btn-outline-gold.active::before {
    transform: scale(1);
}

#mainNav.scrolled .btn-outline-gold.active {
    background: var(--gradient-primary);
    color: var(--neutral-900);
    box-shadow: var(--shadow-gold);
}

.navbar-toggler {
    border: none;
    padding: var(--space-2);
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* ===========================
   5. Hero Section - Stunning Professional Design
   =========================== */

.hero-section {
    position: relative;
    height: 100vh;
    min-height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.85) contrast(1.1);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(10, 14, 26, 0.8) 0%, transparent 50%),
        linear-gradient(135deg,
            rgba(10, 14, 26, 0.75) 0%,
            rgba(10, 14, 26, 0.5) 50%,
            rgba(10, 14, 26, 0.85) 100%);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    font-size: clamp(2.5rem, 7vw, 5.5rem);
    font-weight: 700;
    color: var(--neutral-white);
    margin-bottom: var(--space-6);
    text-shadow: 
        0 2px 10px rgba(0, 0, 0, 0.3),
        0 8px 30px rgba(0, 0, 0, 0.4),
        0 0 60px rgba(212, 175, 55, 0.15);
    opacity: 0;
    animation: fadeSlideUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.3s;
    line-height: 1.15;
    letter-spacing: -1px;
}

.hero-section .lead {
    font-size: clamp(1.1rem, 2.2vw, 1.6rem);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    max-width: 650px;
    margin: 0 auto var(--space-10);
    text-shadow: 
        0 2px 15px rgba(0, 0, 0, 0.4),
        0 4px 25px rgba(0, 0, 0, 0.3);
    opacity: 0;
    animation: fadeSlideUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.5s;
    line-height: 1.6;
}

.hero-section .btn {
    opacity: 0;
    animation: fadeSlideUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.7s;
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
        filter: blur(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* ===========================
   6. Buttons - Professional Enhanced
   =========================== */

.btn-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    font-family: var(--font-sans);
    font-size: var(--text-base);
    font-weight: 700;
    letter-spacing: 0.8px;
    color: var(--neutral-900);
    background: var(--gradient-primary);
    border: none;
    padding: var(--space-5) var(--space-10);
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-gold);
    transition: all var(--transition-base);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-size: var(--text-sm);
}

.btn-gold::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gradient-shine);
    transition: left var(--transition-slower);
}

.btn-gold::after {
    content: '';
    position: absolute;
    inset: -4px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    opacity: 0;
    filter: blur(12px);
    transition: opacity var(--transition-base);
    z-index: -1;
}

.btn-gold:hover::before {
    left: 100%;
}

.btn-gold:hover::after {
    opacity: 0.6;
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px -8px rgba(212, 175, 55, 0.5);
    color: var(--neutral-900);
    background: var(--gradient-primary-hover);
}

.btn-gold:active {
    transform: translateY(-1px);
    box-shadow: 0 10px 25px -5px rgba(212, 175, 55, 0.4);
}

.btn-lg {
    padding: var(--space-6) var(--space-12);
    font-size: var(--text-base);
}

/* ===========================
   7. Sections
   =========================== */

section {
    padding: var(--space-24) 0;
    position: relative;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--neutral-900);
    text-align: center;
    margin-bottom: var(--space-3);
    position: relative;
}

.title-underline {
    width: 80px;
    height: 4px;
    background: var(--gradient-primary);
    margin: 0 auto var(--space-12);
    border-radius: var(--radius-full);
    position: relative;
}

.title-underline::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: var(--primary-gold);
    border-radius: 50%;
    box-shadow: 0 0 0 4px var(--neutral-white);
}

.bg-light {
    background: linear-gradient(180deg, var(--neutral-white) 0%, var(--neutral-100) 100%);
}

/* ===========================
   8. Stats Cards - Luxurious Glass Design
   =========================== */

.stat-card {
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: var(--space-10) var(--space-8);
    border-radius: 28px;
    box-shadow: 
        0 4px 6px rgba(0, 0, 0, 0.04),
        0 10px 30px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Elegant top accent line */
.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Floating orb decoration */
.stat-card::after {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 60%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.6s ease;
    pointer-events: none;
}

.stat-card:hover {
    transform: translateY(-16px) scale(1.02);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.12),
        0 10px 25px rgba(212, 175, 55, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    border-color: var(--primary-gold);
}

.stat-card:hover::before {
    transform: scaleX(1);
}

.stat-card:hover::after {
    opacity: 1;
    top: -40px;
    right: -40px;
}

/* Icon Container - Premium 3D Effect */
.stat-icon {
    font-size: 2rem;
    width: 90px;
    height: 90px;
    margin: 0 auto var(--space-6);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    border-radius: 24px;
    box-shadow: 
        0 8px 24px rgba(212, 175, 55, 0.35),
        0 4px 12px rgba(0, 0, 0, 0.1),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
    color: var(--neutral-900);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}

/* Glow ring around icon */
.stat-icon::before {
    content: '';
    position: absolute;
    inset: -8px;
    background: var(--gradient-primary);
    border-radius: 30px;
    opacity: 0;
    filter: blur(15px);
    transition: opacity 0.5s ease;
    z-index: -1;
}

/* Inner highlight */
.stat-icon::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
    border-radius: 20px 20px 50% 50%;
    pointer-events: none;
}

.stat-card:hover .stat-icon {
    transform: scale(1.1) rotate(-5deg) translateY(-5px);
    box-shadow: 
        0 16px 40px rgba(212, 175, 55, 0.45),
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 2px 0 rgba(255, 255, 255, 0.4);
}

.stat-card:hover .stat-icon::before {
    opacity: 0.6;
}

.stat-number {
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--neutral-900);
    margin-bottom: var(--space-3);
    position: relative;
    z-index: 1;
    letter-spacing: -1px;
    line-height: 1;
}

.stat-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--neutral-500);
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

/* ===========================
   9. Service Cards - Elegant Feature Cards
   =========================== */

.service-card {
    background: #ffffff;
    border-radius: 24px;
    padding: var(--space-10) var(--space-8);
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.04),
        0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Top accent bar */
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(212, 175, 55, 0.15);
    border-color: rgba(212, 175, 55, 0.3);
}

/* Service Icon - Elegant Design */
.service-icon {
    font-size: 2rem;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-6);
    background: linear-gradient(135deg, var(--primary-gold-light) 0%, #fff9e6 100%);
    border: 2px solid rgba(212, 175, 55, 0.2);
    border-radius: 20px;
    color: var(--primary-gold);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 
        0 8px 24px rgba(212, 175, 55, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.service-icon::before {
    content: '';
    position: absolute;
    inset: -4px;
    background: var(--gradient-primary);
    border-radius: 24px;
    opacity: 0;
    filter: blur(12px);
    transition: opacity 0.4s ease;
    z-index: -1;
}

.service-card:hover .service-icon {
    transform: translateY(-4px) scale(1.05);
    background: var(--gradient-primary);
    color: var(--neutral-900);
    border-color: var(--primary-gold);
    box-shadow: 
        0 12px 32px rgba(212, 175, 55, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

.service-card:hover .service-icon::before {
    opacity: 0.4;
}

.service-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--neutral-800);
    margin-bottom: var(--space-4);
    letter-spacing: -0.3px;
    font-family: var(--font-serif);
}

.service-card p {
    font-size: 1rem;
    color: var(--neutral-600);
    line-height: 1.7;
    margin-bottom: 0;
}

/* ===========================
   9.1 Services Section - Premium Upgrade
   =========================== */

.services-section {
    position: relative;
    overflow: hidden;
    background: 
        radial-gradient(ellipse at 0% 0%, rgba(212, 175, 55, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(10, 14, 26, 0.05) 0%, transparent 50%),
        linear-gradient(180deg, #fdfcfa 0%, #f8f5f0 100%);
}

/* Floating decorative elements */
.services-section::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 5%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

.services-section::after {
    content: '';
    position: absolute;
    bottom: 15%;
    right: 8%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(10, 14, 26, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-30px) rotate(5deg); }
}

.services-section .container {
    position: relative;
    z-index: 1;
}

.services-section .title-underline {
    width: 100px;
    height: 4px;
    background: var(--gradient-primary);
    position: relative;
}

.services-section .title-underline::after {
    display: none;
}

/* Elegant Service Cards */
.service-card-elegant {
    background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
    border-radius: 24px;
    padding: 52px 40px;
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.06),
        0 2px 4px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.15);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.service-card-elegant::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card-elegant:hover::before {
    transform: scaleX(1);
}

.service-card-elegant:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 16px 48px rgba(0, 0, 0, 0.12),
        0 6px 20px rgba(212, 175, 55, 0.18);
    border-color: rgba(212, 175, 55, 0.4);
}

.service-elegant-icon-container {
    width: 100px;
    height: 100px;
    margin: 0 auto 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.service-elegant-icon {
    font-size: 2.5rem;
    color: var(--primary-gold);
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-elegant-icon-container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-gold-light) 0%, #fff9e6 100%);
    border-radius: 24px;
    border: 2px solid rgba(212, 175, 55, 0.2);
    box-shadow: 
        0 8px 24px rgba(212, 175, 55, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.service-elegant-icon-container::after {
    content: '';
    position: absolute;
    inset: -6px;
    background: var(--gradient-primary);
    border-radius: 28px;
    opacity: 0;
    filter: blur(16px);
    z-index: 0;
    transition: opacity 0.4s ease;
}

.service-card-elegant:hover .service-elegant-icon-container::before {
    background: var(--gradient-primary);
    border-color: var(--primary-gold);
    box-shadow: 
        0 12px 32px rgba(212, 175, 55, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.service-card-elegant:hover .service-elegant-icon {
    color: var(--neutral-900);
    transform: scale(1.1);
}

.service-card-elegant:hover .service-elegant-icon-container::after {
    opacity: 0.5;
}

.service-elegant-title {
    font-size: 1.875rem;
    letter-spacing: -0.5px;
    font-weight: 700;
    color: var(--neutral-800);
    margin-bottom: 20px;
    font-family: var(--font-serif);
    line-height: 1.3;
}

.service-elegant-description {
    color: var(--neutral-600);
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
}

/* Legacy support for old class names */
.services-section .service-card {
    background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%) !important;
    border-radius: 24px !important;
    padding: 52px 40px !important;
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.06),
        0 2px 4px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(212, 175, 55, 0.15) !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.services-section .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.services-section .service-card:hover::before {
    transform: scaleX(1);
}

.services-section .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 16px 48px rgba(0, 0, 0, 0.12),
        0 6px 20px rgba(212, 175, 55, 0.18) !important;
    border-color: rgba(212, 175, 55, 0.4) !important;
}

.services-section .service-icon {
    width: 100px !important;
    height: 100px !important;
    border-radius: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 2.5rem !important;
    background: linear-gradient(135deg, var(--primary-gold-light) 0%, #fff9e6 100%) !important;
    color: var(--primary-gold) !important;
    box-shadow: 
        0 8px 24px rgba(212, 175, 55, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
    margin: 0 auto 32px !important;
    border: 2px solid rgba(212, 175, 55, 0.2) !important;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.services-section .service-icon::before {
    content: '';
    position: absolute;
    inset: -6px;
    background: var(--gradient-primary);
    border-radius: 28px;
    opacity: 0;
    filter: blur(16px);
    z-index: -1;
    transition: opacity 0.4s ease;
}

.services-section .service-card:hover .service-icon {
    transform: translateY(-4px) scale(1.05) !important;
    background: var(--gradient-primary) !important;
    color: var(--neutral-900) !important;
    border-color: var(--primary-gold) !important;
    box-shadow: 
        0 12px 32px rgba(212, 175, 55, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.3) !important;
}

.services-section .service-card:hover .service-icon::before {
    opacity: 0.5;
}

.services-section .service-card h4 {
    font-size: 1.875rem !important;
    letter-spacing: -0.5px !important;
    font-weight: 700 !important;
    color: var(--neutral-800) !important;
    margin-bottom: 20px !important;
    font-family: var(--font-serif) !important;
    line-height: 1.3 !important;
}

.services-section .service-card p {
    color: var(--neutral-600) !important;
    font-size: 1.05rem !important;
    line-height: 1.8 !important;
    margin: 0 !important;
    font-weight: 400 !important;
}

@media (min-width: 992px) {
    .services-section .row.g-4 > div:nth-child(2) {
        margin-top: var(--space-8);
    }
}

/* ===========================
   10. Image Cards - Luxurious Premium Design
   =========================== */

.visa-card,
.package-card,
.hotel-card-new,
.hotel-card {
    background: var(--neutral-white);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 
        0 4px 6px rgba(0, 0, 0, 0.04),
        0 10px 20px rgba(0, 0, 0, 0.06),
        0 1px 0 rgba(255, 255, 255, 0.8) inset;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Elegant corner accent */
.visa-card::before,
.package-card::before,
.hotel-card-new::before,
.hotel-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.12) 0%, transparent 70%);
    z-index: 2;
    transition: all 0.5s ease;
    pointer-events: none;
}

/* Subtle glow effect on hover */
.visa-card::after,
.package-card::after,
.hotel-card-new::after,
.hotel-card::after {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(135deg, var(--primary-gold), transparent 50%);
    border-radius: 30px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease;
}

.visa-card:hover,
.package-card:hover,
.hotel-card-new:hover,
.hotel-card:hover {
    transform: translateY(-20px) scale(1.02);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 15px 30px rgba(212, 175, 55, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.8) inset;
    border-color: var(--primary-gold);
}

.visa-card:hover::before,
.package-card:hover::before,
.hotel-card-new:hover::before,
.hotel-card:hover::before {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.2) 0%, transparent 70%);
}

.visa-card:hover::after,
.package-card:hover::after,
.hotel-card-new:hover::after,
.hotel-card:hover::after {
    opacity: 0.3;
}

/* Image Container - Cinematic Style */
.visa-image-wrapper,
.package-image-wrapper,
.hotel-card-image,
.hotel-image-wrapper {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--neutral-200) 0%, var(--neutral-150) 100%);
}

/* Elegant gradient overlay */
.visa-image-wrapper::before,
.package-image-wrapper::before,
.hotel-card-image::before,
.hotel-image-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(180deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.6) 100%),
        linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, transparent 50%);
    z-index: 2;
    transition: all 0.5s ease;
}

/* Shine effect */
.visa-image-wrapper::after,
.package-image-wrapper::after,
.hotel-card-image::after,
.hotel-image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    z-index: 3;
    transition: left 0.8s ease;
}

.visa-card:hover .visa-image-wrapper::after,
.package-card:hover .package-image-wrapper::after,
.hotel-card-new:hover .hotel-card-image::after,
.hotel-card:hover .hotel-image-wrapper::after {
    left: 150%;
}

.visa-image-wrapper img,
.package-image-wrapper img,
.hotel-card-image img,
.hotel-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s ease;
}

.visa-card:hover img,
.package-card:hover img,
.hotel-card-new:hover img,
.hotel-card:hover img {
    transform: scale(1.15);
    filter: brightness(1.05) contrast(1.05);
}

/* Premium Location Badge */
.visa-country-badge,
.package-badge,
.hotel-location-badge {
    position: absolute;
    bottom: var(--space-6);
    left: var(--space-6);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    color: var(--neutral-900);
    padding: var(--space-3) var(--space-6);
    border-radius: var(--radius-full);
    font-size: var(--text-sm);
    font-weight: 700;
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.15),
        0 2px 8px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    z-index: 4;
    border: 1px solid rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    gap: var(--space-2);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    letter-spacing: 0.5px;
}

.visa-country-badge::before,
.package-badge::before,
.hotel-location-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--primary-gold);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.2); }
}

.visa-card:hover .visa-country-badge,
.package-card:hover .package-badge,
.hotel-card:hover .hotel-location-badge {
    transform: translateY(-8px);
    box-shadow: 
        0 16px 40px rgba(0, 0, 0, 0.2),
        0 4px 12px rgba(212, 175, 55, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

[dir="rtl"] .visa-country-badge,
[dir="rtl"] .package-badge,
[dir="rtl"] .hotel-location-badge {
    left: auto;
    right: var(--space-6);
}

/* Card Body - Refined Layout */
.visa-card-body,
.package-card-body,
.hotel-card-content,
.hotel-card-body {
    padding: var(--space-8);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, var(--neutral-white) 0%, rgba(247, 250, 252, 0.5) 100%);
    position: relative;
}

/* Decorative top border */
.visa-card-body::before,
.package-card-body::before,
.hotel-card-content::before,
.hotel-card-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: var(--space-8);
    right: var(--space-8);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--neutral-200), transparent);
}

.visa-card-body h5,
.package-card-body h5,
.hotel-card-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--neutral-900);
    margin-bottom: var(--space-3);
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.package-meta,
.visa-meta {
    list-style: none;
    padding: 0;
    margin: var(--space-5) 0;
}

.package-meta li,
.visa-meta li {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    font-size: var(--text-sm);
    color: var(--neutral-600);
    margin-bottom: var(--space-3);
    padding: var(--space-2) 0;
    border-bottom: 1px dashed var(--neutral-200);
}

.package-meta li:last-child,
.visa-meta li:last-child {
    border-bottom: none;
}

.package-meta i,
.visa-meta i {
    color: var(--primary-gold);
    font-size: 1.1rem;
    width: 24px;
    text-align: center;
}

/* Price Display - Elegant */
.price-text,
.hotel-card-price {
    font-family: var(--font-serif);
    font-size: 1.6rem;
    font-weight: 700;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: auto;
    padding-top: var(--space-5);
    display: flex;
    align-items: baseline;
    gap: var(--space-2);
}

.price-text::before,
.hotel-card-price::before {
    content: 'From';
    font-family: var(--font-sans);
    font-size: var(--text-xs);
    font-weight: 600;
    color: var(--neutral-500);
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-text-fill-color: var(--neutral-500);
}

.hotel-card-stars {
    color: var(--primary-gold);
    font-size: 1rem;
    letter-spacing: 3px;
    margin-bottom: var(--space-4);
    text-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

/* Reserve Button - Premium */
.btn-reserve {
    width: 100%;
    background: var(--gradient-primary);
    color: var(--neutral-900);
    border: none;
    padding: var(--space-5) var(--space-6);
    border-radius: 16px;
    font-weight: 700;
    font-size: var(--text-sm);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    margin-top: var(--space-5);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 12px rgba(212, 175, 55, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.btn-reserve::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--neutral-900);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.btn-reserve::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.btn-reserve span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
}

.btn-reserve:hover::before {
    opacity: 1;
}

.btn-reserve:hover::after {
    left: 100%;
}

.btn-reserve:hover {
    color: var(--neutral-900);
    transform: translateY(-4px);
    box-shadow: 
        0 12px 28px rgba(212, 175, 55, 0.5),
        0 4px 12px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-reserve:active {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.25);
}

/* Package Note Styling */
.package-note {
    font-size: var(--text-xs);
    color: var(--neutral-500);
    font-style: italic;
    margin-top: var(--space-2);
}

/* ===========================
   11. About Section
   =========================== */

.about-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8f5ee 100%);
}

.about-section .container {
    position: relative;
    z-index: 1;
}

.about-section::before,
.about-section::after {
    content: '';
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.5;
}

.about-section::before {
    top: -220px;
    left: -140px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.22) 0%, rgba(212, 175, 55, 0) 70%);
}

.about-section::after {
    bottom: -260px;
    right: -160px;
    background: radial-gradient(circle, rgba(10, 14, 26, 0.12) 0%, rgba(10, 14, 26, 0) 70%);
}

.about-content {
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(10, 14, 26, 0.08);
    border-left: 6px solid var(--primary-gold);
    border-radius: var(--radius-2xl);
    padding: var(--space-8);
    box-shadow: var(--shadow-lg);
}

.about-content h3 {
    font-size: var(--text-3xl);
    color: var(--neutral-900);
    margin-bottom: var(--space-6);
    position: relative;
}

.about-content h3::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    width: 48px;
    height: 4px;
    border-radius: var(--radius-full);
    background: var(--gradient-primary);
}

[dir="rtl"] .about-content {
    border-left: none;
    border-right: 6px solid var(--primary-gold);
}

[dir="rtl"] .about-content h3::before {
    left: auto;
    right: 0;
}

.about-content p {
    font-size: var(--text-lg);
    line-height: 1.8;
    color: var(--neutral-600);
    margin-bottom: var(--space-5);
}

.about-image-frame {
    position: relative;
    padding: var(--space-4);
    border-radius: var(--radius-2xl);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(10, 14, 26, 0.05));
    box-shadow: var(--shadow-xl);
}

.about-image-frame::before {
    content: '';
    position: absolute;
    inset: 12px;
    border: 1px dashed rgba(10, 14, 26, 0.15);
    border-radius: var(--radius-2xl);
    pointer-events: none;
}

.about-image {
    border-radius: var(--radius-2xl);
    box-shadow: 0 20px 45px -20px rgba(10, 14, 26, 0.6);
    transition: transform var(--transition-slow), filter var(--transition-slow);
}

.about-image:hover {
    transform: scale(1.02) rotate(-0.4deg);
    filter: saturate(1.05);
}

/* ===========================
   12. Modals - Premium Luxury Design
   =========================== */

/* Modal Backdrop Enhancement */
.modal.show .modal-dialog {
    animation: modalSlideIn 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-content {
    border: none;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 
        0 25px 80px rgba(0, 0, 0, 0.25),
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    background: var(--neutral-white);
}

/* Modal Header - Elegant Dark Design */
.modal-header {
    background: 
        linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #0f1419 100%);
    color: var(--neutral-white);
    border-bottom: none;
    padding: var(--space-8) var(--space-8);
    position: relative;
    overflow: hidden;
}

/* Decorative elements in header */
.modal-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
}

.modal-header::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.modal-title {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.modal-title::before {
    content: '';
    width: 6px;
    height: 28px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
}

.btn-close-white {
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-close-white:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-close-white:active {
    transform: rotate(90deg) scale(0.95);
}

/* Modal Body - Clean & Spacious */
.modal-body {
    padding: var(--space-10);
    background: linear-gradient(180deg, #fafbfc 0%, #f5f7f9 100%);
    position: relative;
}

/* Subtle pattern overlay */
.modal-body::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(10, 14, 26, 0.02) 0%, transparent 50%);
    pointer-events: none;
}

/* Reservation Modal Specific Styles */
.reservation-modal-content {
    border-radius: 28px;
}

.reservation-modal-header {
    background: linear-gradient(135deg, #1a2332 0%, #2d3748 50%, #1a2332 100%);
    padding: 1.5rem 2rem;
    border-bottom: 3px solid var(--primary-gold);
    position: relative;
    overflow: hidden;
}

.reservation-modal-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(212, 175, 55, 0.1) 50%, 
        transparent 100%);
    pointer-events: none;
}

.reservation-modal-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(212, 175, 55, 0.3) 50%, 
        transparent 100%);
}

.modal-header-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
}

.modal-header-icon {
    font-size: 1.5rem;
    color: var(--primary-gold);
    filter: drop-shadow(0 2px 4px rgba(212, 175, 55, 0.3));
}

.reservation-modal-header .modal-title {
    color: var(--neutral-white);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.3px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-family: var(--font-sans);
}

.reservation-modal-header .modal-title::before {
    display: none;
}

.reservation-modal-body {
    padding: var(--space-8);
}

/* Modern Modal Layout */
.modern-modal-dialog {
    max-width: 1000px !important;
}

.modern-modal-content {
    border-radius: 16px;
    overflow: hidden;
}

.modern-modal-body {
    background: #f5f7fa;
    padding: 2rem !important;
}

.modern-form-panel {
    background: white;
    border-radius: 12px;
    padding: 1.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    height: 100%;
}

.modern-summary-panel {
    background: white;
    border-radius: 12px;
    padding: 1.75rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    height: 100%;
    position: sticky;
    top: 2rem;
}


/* Form Section Title */
.form-section-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--neutral-900);
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--neutral-200);
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.form-section-title i {
    color: var(--primary-gold);
    font-size: 1.25rem;
}

/* Summary Section */
.summary-section {
    margin-bottom: 1.5rem;
}

.summary-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--neutral-900);
    margin-bottom: 0.5rem;
}

.summary-subtitle {
    font-size: 0.875rem;
    color: var(--neutral-600);
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.booking-details {
    margin-bottom: 1.25rem;
}

.booking-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.875rem 0;
    border-bottom: 1px solid var(--neutral-200);
}

.booking-detail-item:last-child {
    border-bottom: none;
}

.booking-icon {
    font-size: 1.25rem;
    color: var(--primary-gold);
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.booking-detail-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.booking-detail-label {
    font-size: 0.75rem;
    color: var(--neutral-500);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.booking-detail-value {
    font-size: 0.95rem;
    color: var(--neutral-900);
    font-weight: 600;
    line-height: 1.4;
}

.summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    margin-top: 1rem;
    font-weight: 700;
    font-size: 1.1rem;
}

.summary-total span:first-child {
    color: var(--neutral-900);
}

.total-amount {
    color: var(--primary-gold);
    font-size: 1.25rem;
}

/* Info Sections */
.info-section {
    margin-bottom: 1.25rem;
    padding: 1rem;
    background: var(--neutral-100);
    border-radius: 8px;
    border-left: 3px solid var(--primary-gold);
}

.info-section:last-child {
    margin-bottom: 0;
}

.info-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.info-icon {
    font-size: 1.5rem;
    color: var(--primary-gold);
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.info-item h6 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--neutral-900);
    margin-bottom: 0.25rem;
}

.info-item p {
    font-size: 0.85rem;
    color: var(--neutral-600);
    line-height: 1.5;
    margin: 0;
}

/* Group Info Compact */
.group-info-compact {
    background: linear-gradient(135deg, #2A2A2A 0%, #1a1a1a 100%);
    border-radius: 12px;
    padding: 1.25rem;
    color: white;
    margin-bottom: 1.5rem;
}

.group-info-compact h6 {
    color: white;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.group-info-compact p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.group-info-compact ul {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0 0;
}

.group-info-compact li {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.group-info-compact li i {
    color: var(--primary-gold);
}

/* Modal Footer - Elegant Actions */
.modal-footer {
    background: var(--neutral-white);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: var(--space-6) var(--space-8);
    display: flex;
    gap: var(--space-4);
    justify-content: flex-end;
}

.reservation-modal-footer {
    background: linear-gradient(180deg, var(--neutral-white) 0%, #f8f9fa 100%);
    padding: var(--space-6) var(--space-8);
}

.modern-modal-footer {
    background: white;
    border-top: 1px solid var(--neutral-200);
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modern-confirm-btn {
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding: 0.875rem 2rem;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
}

.modern-confirm-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.4);
}

.modern-confirm-btn i {
    transition: transform 0.3s ease;
}

.modern-confirm-btn:hover i {
    transform: translateX(4px);
}

/* Room Option Cards - Premium Selection */
.room-option {
    background: var(--neutral-white);
    border: 2px solid var(--neutral-200);
    padding: var(--space-6);
    border-radius: 18px;
    margin-bottom: var(--space-4);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    align-items: center;
    gap: var(--space-5);
    position: relative;
    overflow: hidden;
}

.room-option::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--gradient-primary);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.room-option::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.05) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.room-option:hover {
    border-color: var(--primary-gold-light);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(247, 250, 252, 1) 100%);
    transform: translateX(8px);
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.08),
        0 2px 8px rgba(212, 175, 55, 0.1);
}

.room-option:hover::before {
    transform: scaleY(1);
}

.room-option:hover::after {
    opacity: 1;
}

.room-option:has(input:checked) {
    border-color: var(--primary-gold);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(212, 175, 55, 0.02) 100%);
    box-shadow: 
        0 8px 28px rgba(212, 175, 55, 0.2),
        0 2px 8px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.room-option:has(input:checked)::before {
    transform: scaleY(1);
}

/* Form Elements - Refined Inputs */
.form-control,
.form-select {
    border: 2px solid var(--neutral-200);
    border-radius: 14px;
    padding: var(--space-4) var(--space-5);
    font-size: var(--text-base);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    background: var(--neutral-white);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.form-control:hover,
.form-select:hover {
    border-color: var(--neutral-300);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-gold);
    box-shadow: 
        0 0 0 4px rgba(212, 175, 55, 0.15),
        0 4px 12px rgba(212, 175, 55, 0.1);
    outline: none;
    background: var(--neutral-white);
}

.form-label {
    font-weight: 700;
    color: var(--neutral-700);
    margin-bottom: var(--space-3);
    font-size: var(--text-sm);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.form-label .text-danger {
    color: #ef4444;
}

.room-type-dropdown {
    width: 100%;
    margin: var(--space-5) 0;
}

/* Customer Info Section */
.customer-info-section {
    background: var(--neutral-white);
    border-radius: 20px;
    padding: var(--space-6);
    border: 1px solid var(--neutral-200);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.customer-info-title {
    font-family: var(--font-serif);
    font-size: 1.1rem;
    color: var(--neutral-900);
    font-weight: 700;
    margin-bottom: var(--space-5);
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding-bottom: var(--space-4);
    border-bottom: 2px solid var(--neutral-100);
}

.customer-info-title::before {
    content: '';
    width: 4px;
    height: 20px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
}

/* Enhanced Form Styles */
.form-group-custom {
    position: relative;
}

.form-label-custom {
    font-weight: 600;
    color: var(--neutral-800);
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
}

.form-label-custom i {
    color: var(--primary-gold);
    font-size: 1rem;
}

.form-label-custom .text-danger {
    color: #ef4444;
    margin-left: 0.25rem;
}

.form-control-custom {
    width: 100%;
    border: 2px solid var(--neutral-200);
    border-radius: 12px;
    padding: 0.875rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    background: var(--neutral-white);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    color: var(--neutral-900);
}

.form-control-custom::placeholder {
    color: var(--neutral-400);
    font-size: 0.9rem;
}

.form-control-custom:hover {
    border-color: var(--neutral-300);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

.form-control-custom:focus {
    border-color: var(--primary-gold);
    box-shadow: 
        0 0 0 4px rgba(212, 175, 55, 0.12),
        0 4px 16px rgba(212, 175, 55, 0.15);
    outline: none;
    background: var(--neutral-white);
    transform: translateY(-2px);
}

.form-control-custom:invalid:not(:placeholder-shown) {
    border-color: var(--error);
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}

/* Select elements with form-control-custom */
select.form-control-custom {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-right: 2.5rem;
    cursor: pointer;
}

select.form-control-custom:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23D4AF37' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/* Style dropdown options */
select.form-control-custom option {
    padding: 0.75rem 1rem;
    background: var(--neutral-white);
    color: var(--neutral-900);
    font-size: 0.95rem;
}

select.form-control-custom option:hover {
    background: var(--neutral-100);
}

select.form-control-custom option:checked {
    background: var(--primary-gold-light);
    color: var(--neutral-900);
    font-weight: 600;
}

/* Step Indicator */
.step-indicator-container {
    background: white;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid var(--neutral-200);
}

.step-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--neutral-200);
    color: var(--neutral-600);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.step-item.active .step-number {
    background: var(--primary-gold);
    color: white;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.step-item.completed .step-number {
    background: var(--success);
    color: white;
}

.step-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--neutral-600);
    text-align: center;
}

.step-item.active .step-label {
    color: var(--neutral-900);
}

.step-line {
    flex: 1;
    height: 2px;
    background: var(--neutral-200);
    margin: 0 1rem;
    margin-top: -1.5rem;
    transition: all 0.3s ease;
}

.step-item.active ~ .step-item .step-line,
.step-item.completed ~ .step-item .step-line {
    background: var(--primary-gold);
}

/* Transport Cards */
.transport-cards-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.transport-card-modern {
    border: 2px solid var(--neutral-200);
    border-radius: 12px;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
    position: relative;
}

.transport-card-modern:hover {
    border-color: var(--primary-gold);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.15);
    transform: translateY(-2px);
}

.transport-card-modern.selected {
    border-color: var(--primary-gold);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.05) 0%, rgba(212, 175, 55, 0.02) 100%);
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.2);
}

.transport-card-modern input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.transport-card-modern .card-header-modern {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.transport-card-modern .card-title-modern {
    font-weight: 700;
    color: var(--neutral-900);
    font-size: 1rem;
    margin: 0;
}

.transport-card-modern .card-price-modern {
    color: var(--primary-gold);
    font-weight: 700;
    font-size: 1.1rem;
}

.transport-card-modern .card-description-modern {
    color: var(--neutral-600);
    font-size: 0.875rem;
    margin: 0;
    line-height: 1.5;
}

.transport-card-modern .radio-indicator {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 20px;
    height: 20px;
    border: 2px solid var(--neutral-300);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.transport-card-modern.selected .radio-indicator {
    border-color: var(--primary-gold);
    background: var(--primary-gold);
}

.transport-card-modern.selected .radio-indicator::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
}

/* Enhanced Checkbox Styles */
.alert-warning-custom {
    background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
    border: 2px solid #FCD34D;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-top: 1.5rem;
}

.form-check-custom {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.form-check-input-custom {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.125rem;
    border: 2px solid var(--neutral-400);
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.3s ease;
    background-color: var(--neutral-white);
}

.form-check-input-custom:hover {
    border-color: var(--primary-gold);
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.1);
}

.form-check-input-custom:checked {
    background-color: var(--primary-gold);
    border-color: var(--primary-gold);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input-custom:focus {
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.2);
    outline: none;
}

.form-check-label-custom {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--neutral-800);
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    flex: 1;
}

.form-check-label-custom i {
    color: #F59E0B;
    font-size: 1rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

/* Modal Hotel Info Display */
.modal-hotel-info {
    background: linear-gradient(135deg, #fafbfc 0%, #f0f4f8 100%);
    border-radius: 16px;
    padding: var(--space-6);
    border: 1px solid var(--neutral-200);
}

/* Alert Styling in Modals */
.modal-body .alert {
    border-radius: 14px;
    border: none;
    padding: var(--space-5);
    font-size: var(--text-sm);
    line-height: 1.6;
}

.modal-body .alert-warning {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    color: #92400e;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.15);
}

.modal-body .alert-danger {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    color: #991b1b;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.15);
}

.modal-body .alert-info {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #1e40af;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

/* Success Modal Styling */
.success-modal-content {
    border-radius: 28px;
    text-align: center;
}

.success-icon {
    animation: successPop 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes successPop {
    0% { transform: scale(0); opacity: 0; }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); opacity: 1; }
}

/* Modal Price Display */
.modal-price-display {
    background: linear-gradient(135deg, var(--neutral-900) 0%, #1a2332 100%);
    border-radius: 16px;
    padding: var(--space-5);
    text-align: center;
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.modal-price-display span {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
}

/* Secondary Button in Modals */
.modal .btn-secondary {
    background: var(--neutral-100);
    color: var(--neutral-700);
    border: 2px solid var(--neutral-200);
    border-radius: 14px;
    padding: var(--space-4) var(--space-6);
    font-weight: 700;
    transition: all 0.3s ease;
}

.modal .btn-secondary:hover {
    background: var(--neutral-200);
    border-color: var(--neutral-300);
    transform: translateY(-2px);
}

/* ===========================
   13. Footer
   =========================== */

footer {
    background: var(--gradient-dark);
    color: var(--neutral-400);
    padding: var(--space-8) 0;
    text-align: center;
}

footer p {
    margin: 0;
    font-size: var(--text-sm);
}

/* ===========================
   14. Utilities
   =========================== */

.payment-loading-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 14, 26, 0.95);
    backdrop-filter: blur(10px);
    z-index: var(--z-modal);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--neutral-white);
}

.fade-up-element {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up-element.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===========================
   15. Responsive Design
   =========================== */

@media (max-width: 991px) {
    section {
        padding: var(--space-16) 0;
    }

    .navbar-collapse {
        background: var(--neutral-white);
        padding: var(--space-6);
        border-radius: var(--radius-xl);
        margin-top: var(--space-4);
        box-shadow: var(--shadow-xl);
    }

    .nav-link {
        color: var(--neutral-700) !important;
        margin: var(--space-2) 0;
    }

    .language-switcher {
        margin-top: var(--space-4);
        justify-content: center;
    }

    .about-content {
        padding: var(--space-6);
        border-left-width: 4px;
    }

    [dir="rtl"] .about-content {
        border-right-width: 4px;
    }

    .about-image-frame {
        padding: var(--space-3);
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 600px;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .stat-card,
    .service-card {
        margin-bottom: var(--space-6);
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section .lead {
        font-size: 1rem;
    }

    .btn-gold {
        padding: var(--space-3) var(--space-6);
        font-size: var(--text-sm);
    }
}

/* ===========================
   16. Professional Animations & Micro-interactions
   =========================== */

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Scroll Reveal Animation */
.fade-up-element {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), 
                transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-up-element.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Smooth Page Loading */
body {
    animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ===========================
   17. Loading States
   =========================== */

.skeleton {
    background: linear-gradient(
        90deg,
        var(--neutral-200) 0%,
        var(--neutral-100) 50%,
        var(--neutral-200) 100%
    );
    background-size: 200% 100%;
    animation: shimmer 1.5s ease-in-out infinite;
    border-radius: var(--radius-lg);
}

.loading-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid var(--neutral-200);
    border-top-color: var(--primary-gold);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ===========================
   18. Accessibility
   =========================== */

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

:focus-visible {
    outline: 3px solid var(--primary-gold);
    outline-offset: 3px;
    border-radius: var(--radius-sm);
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
/* ===========================
   Modern Footer Styles
   =========================== */
.footer-modern {
    background: #0b0f19; /* Deeper dark */
    color: #e2e8f0;
}

.footer-title {
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: var(--primary-gold);
}

[dir='rtl'] .footer-title::after {
    left: auto;
    right: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a,
.footer-contact li span,
.footer-bottom-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover,
.footer-bottom-links a:hover {
    color: var(--primary-gold);
    padding-left: 5px;
}

[dir='rtl'] .footer-links a:hover {
    padding-left: 0;
    padding-right: 5px;
}

.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-btn:hover {
    background: var(--primary-gold);
    color: #000;
    transform: translateY(-3px);
}

.filter-white {
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

/* ===========================
   Animations
   =========================== */
.fade-up-element {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up-element.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===========================
   19. Transfer & Flight Cards - Premium Design
   =========================== */

/* Elegant Transfer Cards */
.transfer-card-elegant {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.04),
        0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.transfer-card-elegant::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #d4af37 0%, #c9a227 50%, #15a394 100%);
}

.transfer-elegant-header {
    padding: 28px 28px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);
    position: relative;
}

.transfer-elegant-icon-wrapper {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #fff9e6 0%, #ffeaa7 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
}

.transfer-elegant-icon {
    width: 32px;
    height: 32px;
    color: #d4af37;
}

.transfer-elegant-badge {
    background: linear-gradient(135deg, #d4af37 0%, #c9a227 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

.transfer-elegant-body {
    padding: 0 28px 24px;
    flex: 1;
}

.transfer-elegant-route {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
    padding: 24px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
}

.elegant-route-point {
    display: flex;
    align-items: center;
    gap: 16px;
}

.elegant-route-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d4af37;
    border: 3px solid #fff9e6;
    box-shadow: 0 0 0 2px #d4af37;
    flex-shrink: 0;
}

.elegant-route-dot-destination {
    background: #15a394;
    border-color: #e0f7f4;
    box-shadow: 0 0 0 2px #15a394;
}

.elegant-route-text {
    flex: 1;
}

.elegant-route-label {
    font-size: 0.65rem;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 4px;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

.elegant-route-location {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.elegant-route-line {
    margin: 8px 0 8px 6px;
    height: 2px;
    color: #d4af37;
    opacity: 0.3;
}

.elegant-route-line svg {
    width: 100%;
    height: 100%;
}

.transfer-elegant-price {
    text-align: center;
    padding: 24px;
    background: linear-gradient(135deg, #fff9e6 0%, #fff5d6 100%);
    border-radius: 16px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    margin-bottom: 20px;
}

.elegant-price-label {
    font-size: 0.7rem;
    color: #856404;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

.elegant-price-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #d4af37;
    font-family: 'Georgia', 'Times New Roman', serif;
    letter-spacing: -0.5px;
}

.transfer-elegant-features {
    font-size: 0.85rem;
    color: #6c757d;
    text-align: center;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 12px;
    font-style: italic;
    line-height: 1.6;
}

.transfer-elegant-footer {
    padding: 0 28px 28px;
}

.btn-elegant-transfer {
    width: 100%;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    border: none;
    padding: 16px 28px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

.btn-elegant-transfer:hover {
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.btn-arrow {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.btn-elegant-transfer:hover .btn-arrow {
    transform: translateX(4px);
}

.transfer-card-elegant:hover {
    transform: translateY(-6px);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(212, 175, 55, 0.15);
    border-color: rgba(212, 175, 55, 0.3);
}

/* Elegant Flight Cards */
.flight-card-elegant {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.04),
        0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.flight-card-elegant::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
}

.flight-elegant-header {
    padding: 28px 28px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: linear-gradient(180deg, var(--neutral-100) 0%, #ffffff 100%);
    position: relative;
}

.flight-elegant-airline-wrapper {
    flex: 1;
}

.flight-elegant-airline {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--neutral-800);
    font-family: 'Georgia', 'Times New Roman', serif;
    margin-bottom: 6px;
    letter-spacing: -0.5px;
}

.flight-elegant-class {
    font-size: 0.75rem;
    color: var(--neutral-500);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

.flight-elegant-icon-wrapper {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--primary-gold-light) 0%, #fff9e6 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
}

.flight-elegant-icon {
    width: 32px;
    height: 32px;
    color: var(--primary-gold);
}

.flight-elegant-body {
    padding: 0 28px 24px;
    flex: 1;
}

.flight-elegant-route {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
    padding: 28px 24px;
    background: linear-gradient(135deg, var(--neutral-100) 0%, #ffffff 100%);
    border-radius: 16px;
    border: 1px solid var(--neutral-200);
    position: relative;
}

.elegant-flight-point {
    flex: 1;
    text-align: center;
}

.elegant-flight-code {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--neutral-800);
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    margin-bottom: 8px;
    line-height: 1;
}

.elegant-flight-city {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--neutral-600);
    line-height: 1.4;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

.elegant-flight-connector {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
}

.elegant-flight-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, var(--primary-gold) 20%, var(--primary-gold) 80%, transparent 100%);
    opacity: 0.3;
}

.elegant-flight-plane {
    width: 32px;
    height: 32px;
    color: var(--primary-gold);
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 50%;
    padding: 4px;
}

.flight-elegant-baggage {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    background: var(--neutral-150);
    border-radius: 12px;
    margin-bottom: 24px;
    border: 1px solid var(--neutral-200);
}

.elegant-baggage-icon {
    width: 20px;
    height: 20px;
    color: var(--neutral-500);
}

.flight-elegant-baggage span {
    font-size: 0.85rem;
    color: var(--neutral-600);
    font-weight: 500;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

.flight-elegant-price {
    text-align: center;
    padding: 24px;
    background: linear-gradient(135deg, var(--primary-gold-light) 0%, #fff9e6 100%);
    border-radius: 16px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    margin-bottom: 20px;
}

.flight-elegant-footer {
    padding: 0 28px 28px;
}

.btn-elegant-flight {
    width: 100%;
    background: var(--gradient-primary);
    color: var(--neutral-900);
    border: none;
    padding: 16px 28px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-gold);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

.btn-elegant-flight:hover {
    background: var(--gradient-primary-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-gold-lg);
}

.btn-elegant-flight:hover .btn-arrow {
    transform: translateX(4px);
}

.flight-card-elegant:hover {
    transform: translateY(-6px);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(212, 175, 55, 0.15);
    border-color: rgba(212, 175, 55, 0.3);
}

.flight-card-elegant:hover .flight-elegant-icon {
    transform: rotate(15deg);
    transition: transform 0.3s ease;
}

/* Route Display */
.route-display {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    margin: var(--space-4) 0;
    padding: var(--space-4);
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 16px;
}

.route-point {
    text-align: center;
    flex: 1;
}

.route-point .code {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--neutral-900);
}

.route-point .city {
    font-size: var(--text-sm);
    color: var(--neutral-500);
}

.route-arrow {
    color: var(--primary-gold);
    font-size: 1.5rem;
}

/* ===========================
   20. Group Program Cards - Premium
   =========================== */

.group-program-card {
    background: var(--neutral-white);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 
        0 4px 6px rgba(0, 0, 0, 0.04),
        0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.group-program-card:hover {
    transform: translateY(-16px) scale(1.01);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.12),
        0 15px 35px rgba(212, 175, 55, 0.1);
    border-color: var(--primary-gold);
}

.group-program-image {
    height: 220px;
    position: relative;
    overflow: hidden;
}

.group-program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.group-program-card:hover .group-program-image img {
    transform: scale(1.1);
}

.group-program-content {
    padding: var(--space-8);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* ===========================
   Group Program Modal - Premium Hero Design
   =========================== */

.gp-modal-content {
    border-radius: 28px !important;
    overflow: hidden;
    border: none;
    box-shadow: 
        0 25px 100px rgba(0, 0, 0, 0.3),
        0 10px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}

.gp-hero-header {
    position: relative;
    height: 350px;
    min-height: 350px;
    overflow: hidden;
    background: #0a0e1a;
    flex-shrink: 0;
}

/* Make the modal body scrollable, not the whole content */
#groupProgramDetailsModal .gp-modal-body {
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

#groupProgramDetailsModal .modal-footer {
    flex-shrink: 0;
}

.gp-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 8s ease-out;
}

.gp-modal-content:hover .gp-hero-image {
    transform: scale(1.1);
}

.gp-hero-overlay {
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(180deg, 
            rgba(10, 14, 26, 0.4) 0%,
            rgba(10, 14, 26, 0.2) 30%,
            rgba(10, 14, 26, 0.6) 70%,
            rgba(10, 14, 26, 0.95) 100%
        );
    z-index: 1;
}

.gp-hero-pattern {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(212, 175, 55, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.1) 0%, transparent 40%);
    z-index: 2;
    pointer-events: none;
}

.gp-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gp-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: rotate(90deg);
}

.gp-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    z-index: 5;
}

.gp-hero-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, var(--primary-gold) 0%, #e8c04d 100%);
    color: var(--neutral-900);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 8px 18px;
    border-radius: var(--radius-full);
    margin-bottom: 16px;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4);
}

.gp-hero-title {
    font-family: var(--font-serif);
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.gp-hero-location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.15rem;
    margin-bottom: 24px;
}

.gp-hero-location i {
    color: var(--primary-gold);
    font-size: 1.25rem;
}

.gp-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--primary-gold) 0%, #e8c04d 100%);
    color: var(--neutral-900);
    font-weight: 700;
    font-size: 1rem;
    padding: 16px 32px;
    border-radius: var(--radius-full);
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 4px 20px rgba(212, 175, 55, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.gp-hero-cta:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 8px 30px rgba(212, 175, 55, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.gp-hero-cta i {
    transition: transform 0.3s ease;
}

.gp-hero-cta:hover i {
    transform: translateX(4px);
}

/* RTL Support */
[dir="rtl"] .gp-close-btn {
    right: auto;
    left: 20px;
}

[dir="rtl"] .gp-hero-cta i {
    transform: rotate(180deg);
}

[dir="rtl"] .gp-hero-cta:hover i {
    transform: rotate(180deg) translateX(4px);
}

/* Responsive */
@media (max-width: 768px) {
    .gp-hero-header {
        height: 300px;
    }
    
    .gp-hero-title {
        font-size: 2rem;
    }
    
    .gp-hero-content {
        padding: 24px;
    }
    
    .gp-hero-cta {
        padding: 14px 24px;
        font-size: 0.9rem;
    }
}

/* Group Program Modal Body */
.gp-modal-body {
    background: var(--neutral-100) !important;
    padding: 0 !important;
}

/* About Program Section */
.about-program-section {
    background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
    padding: var(--space-16) 0;
    position: relative;
}

.about-program-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.about-program-label {
    display: inline-block;
    font-size: var(--text-sm);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary-gold);
    margin-bottom: var(--space-3);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.02) 100%);
    padding: var(--space-2) var(--space-4);
    border-radius: var(--radius-full);
}

.about-program-title {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--neutral-900);
    margin-bottom: var(--space-4);
}

.about-program-divider {
    width: 80px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    margin: 0 auto var(--space-6);
}

.about-program-description {
    font-size: 1.15rem;
    color: var(--neutral-600);
    line-height: 1.9;
    margin: 0;
}

/* ===========================
   21. Itinerary Section & Cards - Premium Design
   =========================== */

.itinerary-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    padding: var(--space-16) 0;
    position: relative;
}

.itinerary-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--neutral-200), transparent);
}

.itinerary-header {
    text-align: center;
    margin-bottom: var(--space-12);
}

.itinerary-label {
    display: inline-block;
    font-size: var(--text-sm);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary-gold);
    margin-bottom: var(--space-3);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.02) 100%);
    padding: var(--space-2) var(--space-4);
    border-radius: var(--radius-full);
}

.itinerary-section-title {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--neutral-900);
    margin-bottom: var(--space-4);
}

.itinerary-divider {
    width: 80px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    margin: 0 auto var(--space-4);
}

.itinerary-subtitle {
    font-size: var(--text-lg);
    color: var(--neutral-500);
    max-width: 500px;
    margin: 0 auto;
}

.itinerary-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: var(--space-8);
    padding: 0;
}

.itinerary-card {
    animation: itineraryFadeIn 0.6s ease forwards;
    opacity: 0;
}

@keyframes itineraryFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.itinerary-card-inner {
    background: var(--neutral-white);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 
        0 4px 6px rgba(0, 0, 0, 0.03),
        0 12px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.itinerary-card-inner:hover {
    transform: translateY(-12px);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.12),
        0 10px 25px rgba(212, 175, 55, 0.1);
    border-color: var(--primary-gold-light);
}

.itinerary-day-badge {
    position: absolute;
    top: var(--space-4);
    left: var(--space-4);
    z-index: 10;
}

.itinerary-day-badge .day-number {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-gold) 0%, #e8c04d 100%);
    color: var(--neutral-900);
    font-size: var(--text-sm);
    font-weight: 700;
    padding: var(--space-2) var(--space-4);
    border-radius: var(--radius-full);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.itinerary-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.itinerary-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.itinerary-card-inner:hover .itinerary-card-image img {
    transform: scale(1.1);
}

.itinerary-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 0%,
        transparent 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
    pointer-events: none;
}

.itinerary-card-content {
    padding: var(--space-6);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.itinerary-title {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--neutral-900);
    margin-bottom: var(--space-3);
    line-height: 1.4;
}

.itinerary-description {
    font-size: var(--text-base);
    color: var(--neutral-600);
    line-height: 1.75;
    margin: 0;
    flex-grow: 1;
}

/* RTL Support for Itinerary */
[dir="rtl"] .itinerary-day-badge {
    left: auto;
    right: var(--space-4);
}

/* Single Column on Smaller Screens */
@media (max-width: 768px) {
    .itinerary-timeline {
        grid-template-columns: 1fr;
        gap: var(--space-6);
    }
    
    .itinerary-card-image {
        height: 180px;
    }
}

/* ===========================
   22. Transport Section & Cards - Premium Design
   =========================== */

.transport-section {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    padding: var(--space-16) 0;
    position: relative;
}

.transport-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--neutral-200), transparent);
}

.transport-header {
    text-align: center;
    margin-bottom: var(--space-12);
}

.transport-label {
    display: inline-block;
    font-size: var(--text-sm);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary-gold);
    margin-bottom: var(--space-3);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.02) 100%);
    padding: var(--space-2) var(--space-4);
    border-radius: var(--radius-full);
}

.transport-section-title {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--neutral-900);
    margin-bottom: var(--space-4);
}

.transport-divider {
    width: 80px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: var(--radius-full);
    margin: 0 auto var(--space-4);
}

.transport-subtitle {
    font-size: var(--text-lg);
    color: var(--neutral-500);
    max-width: 500px;
    margin: 0 auto;
}

.transport-option-card {
    background: var(--neutral-white);
    border-radius: 24px;
    padding: var(--space-8);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 6px rgba(0, 0, 0, 0.03),
        0 12px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.transport-option-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.transport-option-card:hover {
    transform: translateY(-12px);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.12),
        0 10px 25px rgba(212, 175, 55, 0.15);
    border-color: var(--primary-gold-light);
}

.transport-option-card:hover::before {
    transform: scaleX(1);
}

.transport-option-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.12) 0%, rgba(212, 175, 55, 0.04) 100%);
    border-radius: 24px;
    margin-bottom: var(--space-5);
    transition: all 0.4s ease;
}

.transport-option-icon i {
    font-size: 2.5rem;
    color: var(--primary-gold);
    transition: transform 0.3s ease;
}

.transport-option-card:hover .transport-option-icon {
    background: linear-gradient(135deg, var(--primary-gold) 0%, #e8c04d 100%);
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.35);
    transform: scale(1.05);
}

.transport-option-card:hover .transport-option-icon i {
    color: var(--neutral-900);
    transform: scale(1.1);
}

.transport-option-name {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--neutral-900);
    margin-bottom: var(--space-2);
}

.transport-option-desc {
    font-size: var(--text-sm);
    color: var(--neutral-500);
    line-height: 1.6;
    margin-bottom: var(--space-5);
    flex-grow: 1;
}

.transport-option-price {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-gold-dark);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.02) 100%);
    padding: var(--space-3) var(--space-6);
    border-radius: var(--radius-full);
}

/* Legacy transport-card support */
.transport-card {
    background: linear-gradient(145deg, var(--neutral-white) 0%, #fafbfc 100%);
    border: 2px solid var(--neutral-200);
    border-radius: 18px;
    padding: var(--space-6);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.transport-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.transport-card:hover {
    border-color: var(--primary-gold-light);
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.transport-card:hover::before {
    transform: scaleX(1);
}

.transport-card.selected {
    border-color: var(--primary-gold);
    background: linear-gradient(145deg, rgba(212, 175, 55, 0.08) 0%, rgba(212, 175, 55, 0.02) 100%);
    box-shadow: 
        0 8px 24px rgba(212, 175, 55, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.transport-card.selected::before {
    transform: scaleX(1);
}

.transport-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%);
    border-radius: 14px;
    font-size: 1.5rem;
    margin-bottom: var(--space-4);
    transition: all 0.3s ease;
}

.transport-card:hover .transport-icon,
.transport-card.selected .transport-icon {
    background: var(--gradient-primary);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

.transport-name {
    font-weight: 700;
    color: var(--neutral-900);
    margin-bottom: var(--space-2);
}

.transport-price {
    font-family: var(--font-serif);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-gold);
}

/* ===========================
   23. Payment Loading Overlay - Enhanced
   =========================== */

.payment-loading-overlay {
    position: fixed;
    inset: 0;
    background: 
        radial-gradient(circle at center, rgba(10, 14, 26, 0.95) 0%, rgba(5, 8, 16, 0.98) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: var(--z-modal);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--neutral-white);
}

.payment-loading-content {
    text-align: center;
    animation: fadeSlideUp 0.6s ease;
}

.payment-loading-content .spinner-border {
    width: 60px;
    height: 60px;
    border-width: 4px;
    border-color: var(--primary-gold);
    border-right-color: transparent;
}

.text-gold {
    color: var(--primary-gold) !important;
}

/* ===========================
   24. Card Stagger Animation
   =========================== */

.row.g-4 > [class*="col-"]:nth-child(1) { animation-delay: 0.1s; }
.row.g-4 > [class*="col-"]:nth-child(2) { animation-delay: 0.2s; }
.row.g-4 > [class*="col-"]:nth-child(3) { animation-delay: 0.3s; }
.row.g-4 > [class*="col-"]:nth-child(4) { animation-delay: 0.4s; }
.row.g-4 > [class*="col-"]:nth-child(5) { animation-delay: 0.5s; }
.row.g-4 > [class*="col-"]:nth-child(6) { animation-delay: 0.6s; }

/* ===========================
   25. Package Price Section
   =========================== */

.package-price-section {
    text-align: center;
}

.package-price-display {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}

.package-price-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--neutral-500);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

.package-price-amount {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary-gold);
    line-height: 1;
    font-family: var(--font-serif);
}

.package-guarantee-text {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--primary-gold);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.package-everyday-text {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--primary-gold);
    margin-top: 4px;
    line-height: 1.4;
}

