/* ==========================================
   AndamanTrpz — Ultra Premium Design System
   Version 6.0 — 2026 Luxury Island Travel
   Deep Ocean + Tropical Gold + Pearl White
   ========================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,600;1,700&family=Poppins:wght@300;400;500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

/* ==========================================
   CSS Custom Properties
   ========================================== */
:root {
    /* Deep Ocean Color Palette */
    --bg-primary: #fafcff;
    --bg-secondary: #f0f6ff;
    --bg-card: #ffffff;
    --bg-muted: #e8f0fe;
    --bg-dark: #04122b;
    --bg-darker: #020d1f;

    /* Text */
    --text-primary: #0a1628;
    --text-secondary: #2d3a4f;
    --text-muted: #6b7a99;
    --text-light: #9aa4b8;

    /* Brand Colors — Deep Ocean Blue + Tropical Gold */
    --color-blue: #0057e7;        /* Deep Electric Blue */
    --color-blue-light: #3b82f6;  /* Bright blue */
    --color-blue-dark: #003db8;   /* Ultra dark blue */
    --color-gold: #f5a623;        /* Tropical Gold */
    --color-gold-light: #fbbf24;  /* Bright Gold */
    --color-gold-dark: #d97706;   /* Deep Gold */
    --color-teal: #06b6d4;        /* Bright Cyan/Teal */
    --color-emerald: #10b981;     /* Emerald Green */
    --color-coral: #f97316;       /* Tropical Orange */
    --color-violet: #8b5cf6;      /* Purple accent */
    --color-pink: #ec4899;        /* Pink for highlights */

    /* Gradients */
    --gradient-ocean: linear-gradient(135deg, #0057e7 0%, #06b6d4 100%);
    --gradient-gold: linear-gradient(135deg, #f5a623 0%, #fbbf24 100%);
    --gradient-sunset: linear-gradient(135deg, #f97316 0%, #f5a623 100%);
    --gradient-emerald: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
    --gradient-dark: linear-gradient(135deg, #04122b 0%, #0057e7 100%);
    --gradient-hero: linear-gradient(160deg, rgba(0,30,80,0.80) 0%, rgba(0,87,231,0.45) 50%, rgba(6,182,212,0.15) 85%, rgba(250,252,255,0) 100%);
    --gradient-card: linear-gradient(145deg, rgba(255,255,255,0.9) 0%, rgba(240,246,255,0.8) 100%);
    --gradient-mesh: radial-gradient(ellipse at 20% 20%, rgba(0,87,231,0.08) 0%, transparent 60%), radial-gradient(ellipse at 80% 80%, rgba(6,182,212,0.06) 0%, transparent 60%);

    /* Borders */
    --border-light: rgba(0,87,231,0.08);
    --border-medium: rgba(0,87,231,0.15);
    --border-blue: rgba(0,87,231,0.25);
    --border-glow: rgba(0,87,231,0.4);
    --border-glass: rgba(255,255,255,0.3);

    /* Typography */
    --font-heading: 'Inter', 'Poppins', sans-serif;
    --font-body: 'Poppins', sans-serif;
    --font-sans: 'Inter', 'Poppins', sans-serif;
    --font-serif: 'Inter', 'Poppins', sans-serif;

    /* Shadows */
    --shadow-xs: 0 1px 4px rgba(0,0,0,0.04);
    --shadow-sm: 0 4px 16px rgba(0,0,0,0.06);
    --shadow-md: 0 12px 40px rgba(0,0,0,0.08);
    --shadow-lg: 0 24px 64px rgba(0,0,0,0.10);
    --shadow-xl: 0 40px 80px rgba(0,0,0,0.14);
    --shadow-blue: 0 8px 30px rgba(0,87,231,0.3);
    --shadow-blue-lg: 0 20px 60px rgba(0,87,231,0.25);
    --shadow-gold: 0 8px 25px rgba(245,166,35,0.35);
    --shadow-teal: 0 8px 25px rgba(6,182,212,0.25);
    --shadow-card: 0 4px 24px rgba(0,20,80,0.06), 0 1px 4px rgba(0,20,80,0.04);
    --shadow-glass: 0 8px 32px rgba(0,20,80,0.08), inset 0 1px 0 rgba(255,255,255,0.6);

    /* Spacing */
    --section-pad: 100px;
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --radius-full: 999px;
}

/* ==========================================
   Reset & Base
   ========================================== */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    background-color: var(--bg-primary);
    background-image: var(--gradient-mesh);
    background-attachment: fixed;
    color: var(--text-primary);
    font-family: var(--font-body);
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

h1, h2, h3 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

h4, h5, h6 {
    font-family: var(--font-body);
    font-weight: 700;
    line-height: 1.35;
}

input, select, textarea, button {
    font-family: var(--font-body);
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

ul { list-style: none; }

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

input, select, textarea, button {
    outline: none;
}

/* Custom Scrollbar */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg-secondary); }
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, var(--color-blue), var(--color-teal));
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover { background: var(--color-gold); }

/* ==========================================
   Utilities & Helpers
   ========================================== */
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.section-padding { padding: var(--section-pad) 0; }

/* Gradient Texts */
.gradient-text {
    background: var(--gradient-ocean);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gradient-gold-text {
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gradient-coral {
    background: var(--gradient-sunset);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Glass Panels */
.glass-panel {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-glass);
}

.glass-panel-dark {
    background: rgba(4, 18, 43, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.glass-ocean {
    background: rgba(0, 87, 231, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(0, 87, 231, 0.15);
    border-radius: var(--radius-lg);
}

/* Hover lift */
.glow-hover {
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.glow-hover:hover {
    box-shadow: var(--shadow-blue-lg);
    transform: translateY(-6px);
}

/* ==========================================
   Section Headers
   ========================================== */
.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--color-blue);
    background: rgba(0,87,231,0.08);
    border: 1px solid rgba(0,87,231,0.15);
    border-radius: var(--radius-full);
    padding: 6px 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}

.section-tag::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-blue);
    animation: pulse-dot 1.5s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.7); }
}

.section-title {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--text-primary);
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    line-height: 1.15;
}

.section-title em {
    font-style: italic;
    color: var(--color-blue);
}

.section-title .title-line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--color-gold), transparent);
    border-radius: 2px;
    opacity: 0.8;
}

.section-subtitle {
    font-size: 1.12rem;
    color: var(--text-muted);
    max-width: 620px;
    margin: 16px auto 0;
    line-height: 1.8;
    font-family: var(--font-sans);
}

/* ==========================================
   Buttons — Premium Island Style
   ========================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 32px;
    height: 52px;
    border-radius: var(--radius-full);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.92rem;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: none;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
}

.btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.15);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn:hover::after { opacity: 1; }

/* Primary Blue */
.btn-primary {
    background: var(--gradient-ocean);
    color: #ffffff;
    box-shadow: var(--shadow-blue);
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: var(--shadow-blue-lg);
    color: #ffffff;
}

/* Gold accent button */
.btn-coral {
    background: var(--gradient-gold);
    color: #0a1628;
    font-weight: 700;
    box-shadow: var(--shadow-gold);
}

.btn-coral:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 40px rgba(245,166,35,0.45);
    color: #0a1628;
}

/* Outline button */
.btn-outline {
    background: transparent;
    color: var(--color-blue);
    border: 2px solid var(--color-blue);
}

.btn-outline:hover {
    background: var(--color-blue);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: var(--shadow-blue);
}

/* Ghost (on dark backgrounds) */
.btn-ghost {
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    border: 1.5px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
}

.btn-ghost:hover {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.5);
    transform: translateY(-2px);
}

/* Arrow pill button */
.btn-arrow {
    display: inline-flex;
    align-items: center;
    background: var(--gradient-ocean);
    color: #ffffff;
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 600;
    padding: 4px 4px 4px 22px;
    border-radius: var(--radius-full);
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none !important;
    line-height: 1;
    box-shadow: var(--shadow-blue);
}

.btn-arrow .arrow-circle {
    margin-left: 18px;
    background: rgba(255,255,255,0.2);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.25);
}

.btn-arrow:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-blue-lg);
    color: #ffffff;
}

.btn-arrow:hover .arrow-circle {
    background: rgba(255,255,255,0.35);
    transform: translateX(3px);
}

/* WhatsApp Button */
.btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white !important;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.85rem;
    padding: 10px 22px;
    border-radius: var(--radius-full);
    box-shadow: 0 4px 16px rgba(37,211,102,0.3);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none !important;
}

.btn-wa:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 30px rgba(37,211,102,0.4);
    color: #fff !important;
}

/* ==========================================
   Page Loader
   ========================================== */
.page-loader {
    position: fixed;
    inset: 0;
    background: var(--bg-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.page-loader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.loader-bar {
    width: 160px;
    height: 3px;
    background: rgba(255,255,255,0.1);
    border-radius: var(--radius-full);
    overflow: hidden;
}

.loader-bar-fill {
    height: 100%;
    background: var(--gradient-ocean);
    border-radius: var(--radius-full);
    animation: loadBar 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes loadBar {
    from { width: 0; }
    to { width: 100%; }
}

/* ==========================================
   Announcement Bar
   ========================================== */
.announcement-bar {
    background: linear-gradient(90deg, #0057e7, #06b6d4, #0057e7);
    background-size: 200% 100%;
    animation: gradientSlide 4s linear infinite;
    color: #ffffff;
    position: relative;
    z-index: 1002;
}

@keyframes gradientSlide {
    0% { background-position: 0% 0; }
    100% { background-position: 200% 0; }
}

.announcement-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 11px 0;
    font-size: 0.82rem;
    font-weight: 500;
    flex-wrap: wrap;
}

.ann-badge {
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: var(--radius-full);
    padding: 3px 12px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.announcement-bar-inner a {
    color: var(--color-gold-light);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.announcement-close {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.15);
    border: none;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.announcement-close:hover {
    background: rgba(255,255,255,0.3);
    transform: translateY(-50%) rotate(90deg);
}

/* ==========================================
   Utility Bar & Header Navigation
   ========================================== */
.utility-bar {
    background: var(--bg-dark);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    position: relative;
    z-index: 1001;
}

.utility-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.7);
    font-family: var(--font-sans);
}

.utility-link {
    color: rgba(255,255,255,0.65) !important;
    transition: color 0.2s ease;
    font-family: var(--font-sans);
    font-size: 0.78rem;
}

.utility-link:hover { color: var(--color-gold) !important; }

/* Premium Glassmorphism Sticky Nav */
.header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(250, 252, 255, 0.88);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border-bottom: 1px solid rgba(0, 87, 231, 0.08);
    box-shadow: 0 4px 30px rgba(0, 20, 80, 0.05);
    transition: all 0.3s ease;
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 40px rgba(0, 20, 80, 0.1);
    border-bottom-color: rgba(0, 87, 231, 0.12);
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.logo {
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--color-blue);
}

.logo-icon {
    width: 40px;
    height: 40px;
    background: var(--gradient-ocean);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: var(--shadow-blue);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.logo:hover .logo-icon {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: var(--shadow-blue-lg);
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2px;
}

.nav-link {
    font-family: var(--font-sans);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text-secondary);
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    transition: all 0.25s ease;
    position: relative;
    white-space: nowrap;
}

.nav-link:hover, .nav-link.active {
    color: var(--color-blue);
    background: rgba(0, 87, 231, 0.06);
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background: var(--color-blue);
    border-radius: 2px;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Hamburger */
.hamburger-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 10px 8px;
    border: 1.5px solid var(--border-medium);
    border-radius: var(--radius-sm);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hamburger-btn span {
    display: block;
    height: 2px;
    background: var(--text-primary);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger-btn:hover {
    background: rgba(0,87,231,0.05);
    border-color: var(--color-blue);
}

.hamburger-btn.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger-btn.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger-btn.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Nav Overlay */
.mobile-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(4, 18, 43, 0.7);
    z-index: 1500;
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-nav-overlay.active {
    display: block;
    opacity: 1;
}

/* Mobile Nav Drawer */
.mobile-nav-drawer {
    position: fixed;
    top: 0;
    right: -340px;
    width: 320px;
    height: 100vh;
    background: #ffffff;
    z-index: 1600;
    box-shadow: -20px 0 60px rgba(0,0,0,0.2);
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.mobile-nav-drawer.active { right: 0; }

.mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid var(--border-light);
    background: var(--bg-primary);
    position: sticky;
    top: 0;
    z-index: 2;
}

.mobile-nav-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--bg-secondary);
    border: 1px solid var(--border-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.2s ease;
}

.mobile-nav-close:hover {
    background: #fee2e2;
    color: #ef4444;
    border-color: #fca5a5;
}

.mobile-nav-links {
    flex: 1;
    padding: 16px;
}

.mobile-nav-links a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: var(--radius-md);
    color: var(--text-secondary);
    font-weight: 600;
    font-size: 0.92rem;
    transition: all 0.25s ease;
    margin-bottom: 4px;
}

.mobile-nav-links a:hover {
    background: rgba(0,87,231,0.06);
    color: var(--color-blue);
}

.nav-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--bg-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-blue);
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.mobile-nav-links a:hover .nav-icon {
    background: var(--color-blue);
    color: #fff;
}

.mobile-nav-footer {
    padding: 20px 24px;
    border-top: 1px solid var(--border-light);
}

/* ==========================================
   Hero Section — Ultra Premium
   ========================================== */
.hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: heroZoom 20s ease-in-out infinite alternate;
}

@keyframes heroZoom {
    from { transform: scale(1); }
    to { transform: scale(1.07); }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: var(--gradient-hero);
    z-index: 1;
}

.hero-overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, var(--bg-primary) 0%, transparent 100%);
    z-index: 2;
}

/* Animated wave decoration */
.hero::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 120px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120'%3E%3Cpath fill='%23fafcff' d='M0,64L60,58.7C120,53,240,43,360,48C480,53,600,75,720,74.7C840,75,960,53,1080,48C1200,43,1320,53,1380,58.7L1440,64L1440,120L1380,120C1320,120,1200,120,1080,120C960,120,840,120,720,120C600,120,480,120,360,120C240,120,120,120,60,120L0,120Z'/%3E%3C/svg%3E") no-repeat bottom center;
    background-size: cover;
    z-index: 3;
}

.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.hero-particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    animation: floatUp linear infinite;
}

@keyframes floatUp {
    0% { transform: translateY(0) scale(1); opacity: 0.5; }
    50% { transform: translateY(-40vh) scale(1.3); opacity: 0.2; }
    100% { transform: translateY(-80vh) scale(0.8); opacity: 0; }
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.7);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    animation: fadeSlideDown 1s 1.5s ease both;
}

.hero-scroll-mouse {
    width: 22px;
    height: 36px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 11px;
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-scroll-wheel {
    width: 3px;
    height: 8px;
    background: rgba(255,255,255,0.7);
    border-radius: 2px;
    margin-top: 5px;
    animation: scrollWheel 1.8s ease-in-out infinite;
}

@keyframes scrollWheel {
    0%, 100% { transform: translateY(0); opacity: 1; }
    50% { transform: translateY(10px); opacity: 0.3; }
}

.hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    padding-top: 80px;
    padding-bottom: 100px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-full);
    padding: 8px 20px;
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(255,255,255,0.95);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
    animation: fadeSlideDown 0.8s ease both;
}

.hero-badge-dot {
    width: 7px;
    height: 7px;
    background: var(--color-gold-light);
    border-radius: 50%;
    animation: pulse 1.5s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.6); }
}

.hero-tagline {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-style: italic;
    color: var(--color-gold-light);
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    animation: fadeSlideDown 0.9s 0.15s ease both;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: 4.5rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.08;
    margin-bottom: 24px;
    animation: fadeSlideDown 1s 0.25s ease both;
    text-shadow: 0 4px 32px rgba(0,0,0,0.3);
}

.hero-title .accent {
    background: linear-gradient(90deg, #fbbf24, #f5a623);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-desc {
    font-family: var(--font-sans);
    font-size: 1.2rem;
    color: rgba(255,255,255,0.85);
    max-width: 620px;
    line-height: 1.8;
    margin-bottom: 40px;
    animation: fadeSlideDown 1s 0.35s ease both;
}

/* Animations */
@keyframes fadeSlideDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeSlideUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ==========================================
   Search Widget — Premium Glassmorphism
   ========================================== */
.search-widget-wrap {
    animation: fadeSlideUp 0.9s 0.5s ease both;
    max-width: 960px;
}

.search-widget-card {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(24px) saturate(200%);
    -webkit-backdrop-filter: blur(24px) saturate(200%);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0,20,80,0.18), 0 1px 0 rgba(255,255,255,0.8) inset;
    border: 1px solid rgba(255,255,255,0.7);
}

.search-tabs-bar {
    display: flex;
    background: rgba(0, 87, 231, 0.04);
    border-bottom: 1px solid rgba(0, 87, 231, 0.08);
    overflow-x: auto;
    scrollbar-width: none;
}

.search-tabs-bar::-webkit-scrollbar { display: none; }

.search-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 22px;
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border: none;
    background: transparent;
    border-bottom: 3px solid transparent;
    color: var(--text-muted);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.search-tab:hover {
    color: var(--color-blue);
    background: rgba(0, 87, 231, 0.04);
}

.search-tab.active {
    color: var(--color-blue);
    border-bottom-color: var(--color-blue);
    background: rgba(0, 87, 231, 0.06);
}

.search-form-area { padding: 28px 32px; }

.search-form-pane { display: none; }
.search-form-pane.active { display: flex; flex-wrap: wrap; gap: 16px; align-items: flex-end; }

.search-field {
    flex: 1;
    min-width: 160px;
}

.search-field label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
}

.search-field select,
.search-field input[type="date"],
.search-field input[type="text"] {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--border-light);
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--text-primary);
    background: var(--bg-primary);
    transition: all 0.25s ease;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.search-field select:hover,
.search-field input:hover {
    border-color: var(--border-blue);
    background: #fff;
}

.search-field select:focus,
.search-field input:focus {
    border-color: var(--color-blue);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0,87,231,0.08);
}

.search-submit-btn {
    height: 48px;
    padding: 0 28px;
    background: var(--gradient-ocean);
    color: white;
    border: none;
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: var(--shadow-blue);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-top: 22px;
}

.search-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-blue-lg);
}

/* ==========================================
   Features Highlights Bar
   ========================================== */
.features-bar {
    background: #ffffff;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
    padding: 0;
    position: relative;
    overflow: hidden;
}

.features-bar::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--gradient-ocean);
}

.features-bar-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.feature-item {
    flex: 1;
    min-width: 180px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 26px 28px;
    border-right: 1px solid var(--border-light);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-item::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gradient-ocean);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.feature-item:hover::after { transform: scaleX(1); }

.feature-item:last-child { border-right: none; }

.feature-item:hover { background: rgba(0, 87, 231, 0.03); }

.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.feature-item:hover .feature-icon { transform: scale(1.15) rotate(-8deg); }

.feature-icon.green { background: rgba(16,185,129,0.1); color: var(--color-emerald); }
.feature-icon.blue { background: rgba(0,87,231,0.1); color: var(--color-blue); }
.feature-icon.orange { background: rgba(245,166,35,0.12); color: var(--color-gold-dark); }
.feature-icon.violet { background: rgba(139,92,246,0.1); color: var(--color-violet); }
.feature-icon.teal { background: rgba(6,182,212,0.1); color: var(--color-teal); }

.feature-text strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 2px;
}

.feature-text small {
    font-size: 0.74rem;
    color: var(--text-muted);
    display: block;
    line-height: 1.4;
}

/* ==========================================
   Stats Counter Bar
   ========================================== */
.stats-bar {
    background: var(--bg-dark);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.stats-bar::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-blue), var(--color-teal), var(--color-gold), var(--color-blue));
    background-size: 300% 100%;
    animation: shimmerBorder 4s linear infinite;
}

.stats-bar::after {
    content: '';
    position: absolute;
    top: -200px; left: -200px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(0,87,231,0.12) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

@keyframes shimmerBorder {
    0% { background-position: -300% 0; }
    100% { background-position: 300% 0; }
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
    z-index: 2;
}

.stat-item {
    text-align: center;
    position: relative;
    padding: 16px;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0; top: 20%; bottom: 20%;
    width: 1px;
    background: rgba(255,255,255,0.08);
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 3.2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    font-family: var(--font-sans);
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255,255,255,0.45);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* ==========================================
   Package Cards — Premium Glass
   ========================================== */
.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
}

.package-card {
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(0, 87, 231, 0.06);
    box-shadow: var(--shadow-card);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.package-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-blue-lg), 0 1px 0 rgba(255,255,255,0.8) inset;
    border-color: rgba(0, 87, 231, 0.2);
}

.package-img-wrapper {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.package-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.package-card:hover .package-img-wrapper img { transform: scale(1.1); }

.package-img-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 100px;
    background: linear-gradient(to top, rgba(4,18,43,0.6), transparent);
}

.package-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    z-index: 10;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    backdrop-filter: blur(8px);
}

.wishlist-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 10;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.wishlist-btn:hover, .wishlist-btn.active {
    color: #ef4444;
    background: #fff;
    box-shadow: 0 4px 20px rgba(239,68,68,0.3);
    transform: scale(1.15);
}

.package-info {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

.package-title {
    font-family: var(--font-body);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.45;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.package-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.package-duration {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: var(--text-muted);
    font-weight: 600;
    background: var(--bg-secondary);
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid var(--border-light);
}

.package-price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #FF5722;
    /* background: rgba(0, 87, 231, 0.08); */
    padding: 6px 16px;
    border-radius: 10px;
    border: 1.5px solid rgb(255 87 34 / 14%);
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    box-shadow: 0 2px 8px rgba(0, 87, 231, 0.08);
}

.package-price sup {
    font-size: 0.88rem;
    font-weight: 800;
    vertical-align: super;
}

/* ==========================================
   Destination Cards
   ========================================== */
.destinations-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.destination-card {
    position: relative;
    height: 380px;
    border-radius: var(--radius-xl);
    overflow: hidden;
    cursor: pointer;
    display: block;
    box-shadow: var(--shadow-md);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.destination-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: var(--shadow-blue-lg);
}

.destination-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.destination-card:hover .destination-img { transform: scale(1.12); }

.destination-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(4,18,43,0.92) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    transition: all 0.4s ease;
}

.destination-card:hover .destination-card-overlay {
    background: linear-gradient(to bottom, rgba(0,87,231,0.1) 0%, rgba(4,18,43,0.95) 100%);
}

.destination-name {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

.destination-link-text {
    font-size: 0.82rem;
    color: var(--color-gold-light);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.3s ease;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s ease;
}

.destination-card:hover .destination-link-text {
    opacity: 1;
    transform: translateY(0);
    gap: 8px;
}

/* ==========================================
   Why Choose Us Cards
   ========================================== */
.why-us-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.why-us-card {
    padding: 36px 32px;
    text-align: center;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(0,87,231,0.08);
    background: #fff;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-xs);
}

.why-us-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--gradient-ocean);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: left;
}

.why-us-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(0,87,231,0.04) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.why-us-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,87,231,0.12);
    border-color: rgba(0,87,231,0.15);
}

.why-us-card:hover::before { transform: scaleX(1); }
.why-us-card:hover::after { opacity: 1; }

.why-us-icon {
    width: 76px;
    height: 76px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    background: rgba(0,87,231,0.07);
    color: var(--color-blue);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 1;
}

.why-us-card:hover .why-us-icon {
    background: var(--gradient-ocean);
    color: #fff;
    transform: scale(1.1) rotate(-5deg);
    box-shadow: var(--shadow-blue);
}

.why-us-card h3 {
    font-family: var(--font-body);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.why-us-card p {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.75;
    position: relative;
    z-index: 1;
}

/* ==========================================
   Custom Builder / CTA Banner
   ========================================== */
.cta-banner {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: var(--gradient-ocean);
    padding: 64px 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    box-shadow: var(--shadow-blue-lg);
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulsate 4s ease-in-out infinite;
}

.cta-banner::after {
    content: '';
    position: absolute;
    bottom: -80px; left: 30%;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
    border-radius: 50%;
}

@keyframes pulsate {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.15); opacity: 1; }
}

.cta-banner-content {
    position: relative;
    z-index: 2;
    max-width: 580px;
}

.cta-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.95);
    border-radius: var(--radius-full);
    padding: 6px 16px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
}

.cta-banner h2 {
    font-size: 2.6rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.15;
}

.cta-banner p {
    color: rgba(255,255,255,0.7);
    font-size: 1rem;
    line-height: 1.75;
}

.cta-banner-action { position: relative; z-index: 2; }

/* ==========================================
   Festival Promo Card
   ========================================== */
.promo-card {
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, #fffbf0 0%, #fff8e6 60%, #fffdf0 100%);
    border: 1px solid rgba(245,166,35,0.2);
    padding: 52px 56px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 50px rgba(245,166,35,0.1);
}

.promo-card::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(245,166,35,0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.promo-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(245,166,35,0.12);
    color: var(--color-gold-dark);
    border: 1px solid rgba(245,166,35,0.25);
    border-radius: var(--radius-full);
    padding: 6px 16px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}

.promo-card h3 {
    font-size: 2rem;
    font-weight: 900;
    color: var(--text-primary);
    margin-bottom: 12px;
    line-height: 1.25;
}

.promo-card p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    max-width: 560px;
    line-height: 1.75;
}

.promo-code {
    display: inline-block;
    background: rgba(0,87,231,0.08);
    color: var(--color-blue);
    font-weight: 800;
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 0.9rem;
    border: 1px solid rgba(0,87,231,0.12);
    font-family: 'Courier New', monospace;
}

.promo-code-gold {
    display: inline-block;
    background: rgba(245,166,35,0.1);
    color: var(--color-gold-dark);
    font-weight: 800;
    border-radius: 6px;
    padding: 2px 8px;
    font-size: 0.9rem;
    border: 1px solid rgba(245,166,35,0.2);
    font-family: 'Courier New', monospace;
}

/* ==========================================
   Reviews / Testimonials V2
   ========================================== */
.testimonials-carousel {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
}

.testimonials-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonials-slide {
    min-width: 100%;
    padding: 0 4px;
}

.review-card-v2 {
    background: #ffffff;
    border: 1px solid rgba(0,87,231,0.06);
    border-radius: var(--radius-xl);
    padding: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: all 0.4s ease;
}

.review-card-v2::before {
    content: '"';
    position: absolute;
    top: 16px; right: 28px;
    font-family: var(--font-heading);
    font-size: 8rem;
    color: var(--color-blue);
    opacity: 0.06;
    line-height: 1;
}

.review-stars-v2 {
    display: flex;
    gap: 3px;
    color: var(--color-gold);
    margin-bottom: 16px;
}

.review-comment-v2 {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 24px;
    font-family: var(--font-heading);
    font-weight: 400;
}

.review-author-v2 {
    display: flex;
    align-items: center;
    gap: 14px;
}

.review-avatar-v2 {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--gradient-ocean);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
    flex-shrink: 0;
    box-shadow: var(--shadow-blue);
}

.review-author-info h4 {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-primary);
}

.review-author-info p {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-top: 2px;
}

.testimonials-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.testimonials-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border-medium);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.testimonials-dot.active {
    background: var(--color-blue);
    width: 24px;
    border-radius: 4px;
}

.testimonials-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.testimonials-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid var(--border-medium);
    color: var(--text-primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: var(--shadow-sm);
}

.testimonials-nav button:hover {
    background: var(--color-blue);
    color: #fff;
    border-color: var(--color-blue);
    transform: scale(1.1);
    box-shadow: var(--shadow-blue);
}

/* ==========================================
   Scroll Reveal Animations
   ========================================== */
.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ==========================================
   Footer
   ========================================== */
.footer {
    background: var(--bg-dark);
    padding-top: 80px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--gradient-ocean);
}

.footer-wave {
    overflow: hidden;
    line-height: 0;
    margin-top: -80px;
}

.footer-wave svg {
    display: block;
    width: 100%;
    height: 80px;
}

.footer-glow-1 {
    position: absolute;
    top: -120px; right: -120px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(0,87,231,0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.footer-glow-2 {
    position: absolute;
    bottom: 100px; left: -100px;
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(6,182,212,0.07) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 56px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: 900;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.footer-about p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.94rem;
    line-height: 1.75;
    margin-bottom: 20px;
}

.footer-col-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff !important;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.2px;
}

.footer-col-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 28px;
    height: 2.5px;
    background: var(--color-gold);
    border-radius: 2px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    padding: 0;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.92rem;
    font-weight: 500;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-links a svg {
    color: var(--color-gold);
    transition: transform 0.25s ease;
}

.footer-links a:hover {
    color: var(--color-gold) !important;
    transform: translateX(4px);
}

.footer-links a:hover svg {
    transform: translateX(3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.85rem;
    font-weight: 500;
}

/* ==========================================
   Responsive Design
   ========================================== */
@media (max-width: 1024px) {
    .hero-title { font-size: 3.5rem; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}

@media (max-width: 768px) {
    .nav-menu { display: none; }
    .hamburger-btn { display: flex; }
    
    .hero-title { font-size: 2.8rem; }
    .hero-desc { font-size: 1rem; }
    .hero-content { padding-top: 40px; text-align: center; }
    .hero-scroll-indicator { display: none; }
    
    .section-title { font-size: 2.2rem; flex-direction: column; gap: 10px; }
    .section-title .title-line { display: none; }
    
    .search-form-pane { flex-direction: column; }
    .search-field { width: 100%; }
    .search-submit-btn { width: 100%; margin-top: 10px; }
    
    .footer-grid { grid-template-columns: 1fr; gap: 40px; }
    .cta-banner { padding: 40px 30px; text-align: center; justify-content: center; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 2.2rem; }
    .stats-grid { grid-template-columns: 1fr; }
    .promo-card { padding: 30px; text-align: center; justify-content: center; }
    .packages-grid { grid-template-columns: 1fr; }
}

/* ==========================================
   Scroll Reveal Animations
   ========================================== */
.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ==========================================
   Page Hero (Inner Pages)
   ========================================== */
.page-hero {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.page-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: heroZoom 20s ease-in-out infinite alternate;
}
.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(0,30,80,0.88) 0%, rgba(0,87,231,0.55) 50%, rgba(6,182,212,0.2) 100%);
    z-index: 1;
}
.page-hero-bottom-fade {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 120px;
    background: linear-gradient(to top, var(--bg-primary) 0%, transparent 100%);
    z-index: 2;
}
.page-hero-content {
    position: relative;
    z-index: 10;
    padding: 60px 0 80px;
    width: 100%;
}
.page-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245,166,35,0.15);
    border: 1px solid rgba(245,166,35,0.3);
    color: var(--color-gold-light);
    border-radius: var(--radius-full);
    padding: 6px 18px;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    backdrop-filter: blur(8px);
    animation: fadeSlideDown 0.7s ease both;
}
.page-hero-title {
    font-size: 3.2rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.1;
    text-shadow: 0 4px 24px rgba(0,0,0,0.35);
    animation: fadeSlideDown 0.8s 0.1s ease both;
    margin-bottom: 14px;
}
.page-hero-subtitle {
    color: rgba(255,255,255,0.85);
    font-size: 1.15rem;
    max-width: 620px;
    animation: fadeSlideDown 0.8s 0.2s ease both;
    line-height: 1.7;
}
.page-hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.5);
    margin-top: 22px;
    animation: fadeSlideDown 0.8s 0.3s ease both;
}
.page-hero-breadcrumb a { color: rgba(255,255,255,0.7); transition: color 0.2s ease; }
.page-hero-breadcrumb a:hover { color: var(--color-gold); }
.page-hero-breadcrumb svg { opacity: 0.4; flex-shrink: 0; }

/* ==========================================
   Contact Cards Grid
   ========================================== */
.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 48px;
}
.contact-card-v2 {
    padding: 32px 24px;
    border-radius: var(--radius-lg);
    background: #ffffff;
    border: 1px solid rgba(0,87,231,0.07);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-xs);
}
.contact-card-v2::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--gradient-ocean);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}
.contact-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0,87,231,0.1);
    border-color: rgba(0,87,231,0.15);
}
.contact-card-v2:hover::before { transform: scaleX(1); }
.contact-card-icon {
    width: 64px;
    height: 64px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.contact-card-v2:hover .contact-card-icon { transform: scale(1.1) rotate(-5deg); }
.contact-card-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
}
.contact-card-value {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 12px;
}
.contact-card-link {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--color-blue);
    transition: all 0.2s ease;
}
.contact-card-link:hover { color: var(--color-gold-dark); }

/* ==========================================
   Checkout Layout / Contact Form Layout
   ========================================== */
.checkout-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    align-items: start;
}

/* ==========================================
   Form Grid & Floating Labels
   ========================================== */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.form-full { grid-column: 1 / -1; }

.float-group {
    position: relative;
}
.float-group input,
.float-group textarea,
.float-group select {
    width: 100%;
    padding: 20px 18px 10px;
    border: 1.5px solid var(--border-light);
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    font-size: 0.92rem;
    color: var(--text-primary);
    background: var(--bg-primary);
    transition: all 0.25s ease;
    min-height: 54px;
}
.float-group input:focus,
.float-group textarea:focus,
.float-group select:focus {
    border-color: var(--color-blue);
    box-shadow: 0 0 0 4px rgba(0,87,231,0.08);
    background: #fff;
    outline: none;
}
.float-group input:hover,
.float-group textarea:hover { border-color: var(--border-blue); }
.float-label {
    position: absolute;
    left: 18px;
    top: 16px;
    font-size: 0.88rem;
    color: var(--text-muted);
    pointer-events: none;
    transition: all 0.22s ease;
    font-family: var(--font-body);
    font-weight: 500;
    transform-origin: left;
}
.float-group input:focus + .float-label,
.float-group input:not(:placeholder-shown) + .float-label,
.float-group textarea:focus + .float-label,
.float-group textarea:not(:placeholder-shown) + .float-label {
    top: 6px;
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--color-blue);
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* ==========================================
   FAQ Section
   ========================================== */
.faq-section { margin-top: 80px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
    border-radius: var(--radius-md);
    border: 1.5px solid var(--border-light);
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-xs);
}
.faq-item.open {
    border-color: rgba(0,87,231,0.2);
    box-shadow: 0 8px 30px rgba(0,87,231,0.08);
}
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text-primary);
    gap: 16px;
    transition: all 0.3s ease;
    user-select: none;
}
.faq-question:hover { color: var(--color-blue); }
.faq-item.open .faq-question { color: var(--color-blue); }
.faq-question-text { flex: 1; }
.faq-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--bg-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--text-muted);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.faq-item.open .faq-icon {
    background: var(--color-blue);
    color: #fff;
    transform: rotate(45deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item.open .faq-answer { max-height: 500px; }
.faq-answer-inner {
    padding: 0 24px 22px;
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.8;
    border-top: 1px solid var(--border-light);
    padding-top: 16px;
    margin: 0 24px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

/* ==========================================
   WhatsApp Widget
   ========================================== */
.whatsapp-widget {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 900;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}
.whatsapp-bubble {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366, #128c7e);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 30px rgba(37,211,102,0.4);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 2;
}
.whatsapp-bubble::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: rgba(37,211,102,0.2);
    animation: waPulse 2s ease-out infinite;
    z-index: -1;
}
@keyframes waPulse {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.7); opacity: 0; }
}
.whatsapp-bubble:hover { transform: scale(1.1); box-shadow: 0 12px 40px rgba(37,211,102,0.5); }
.whatsapp-popup {
    width: 290px;
    padding: 20px;
    display: none;
    flex-direction: column;
    gap: 14px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    border: 1px solid rgba(0,87,231,0.08);
    animation: popupIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.whatsapp-popup.active { display: flex; }
@keyframes popupIn {
    from { opacity: 0; transform: scale(0.8) translateY(12px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}
.whatsapp-popup-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--text-primary);
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-light);
}
.whatsapp-popup-body {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.65;
}

/* ==========================================
   Scroll Progress Ring
   ========================================== */
.scroll-progress-ring {
    position: fixed;
    bottom: 100px;
    right: 28px;
    width: 50px;
    height: 50px;
    z-index: 800;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}
.scroll-progress-ring.visible { opacity: 1; transform: translateY(0); }
.scroll-progress-ring svg { transform: rotate(-90deg); }
.scroll-progress-ring .track { fill: none; stroke: rgba(0,87,231,0.1); stroke-width: 3; }
.scroll-progress-ring .fill {
    fill: none;
    stroke: url(#scrollGrad);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 125.66;
    stroke-dashoffset: 125.66;
    transition: stroke-dashoffset 0.2s ease;
}
.back-to-top-arrow {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-blue);
    transition: all 0.3s ease;
}
.scroll-progress-ring:hover .back-to-top-arrow { color: var(--color-gold); }

/* ==========================================
   Misc Layout Helpers Used Across Pages
   ========================================== */
.packages-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 32px;
    align-items: start;
}
.packages-sidebar {
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-light);
    padding: 28px;
    box-shadow: var(--shadow-card);
    position: sticky;
    top: 100px;
}
.detail-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 36px;
    align-items: start;
}
.detail-sidebar {
    position: sticky;
    top: 100px;
}
.dashboard-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 32px;
    align-items: start;
}
.dashboard-sidebar {
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-light);
    padding: 24px;
    box-shadow: var(--shadow-card);
    position: sticky;
    top: 100px;
}
.dashboard-main { display: flex; flex-direction: column; gap: 24px; }
.dashboard-card {
    background: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-light);
    padding: 32px;
    box-shadow: var(--shadow-card);
}
.sidebar-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: var(--radius-md);
    color: var(--text-muted);
    font-weight: 600;
    font-size: 0.88rem;
    transition: all 0.25s ease;
    margin-bottom: 4px;
}
.sidebar-nav-link:hover, .sidebar-nav-link.active {
    background: rgba(0,87,231,0.06);
    color: var(--color-blue);
}

/* Page Header (breadcrumb) */
.page-header {
    position: relative;
    background: var(--bg-dark);
    padding: 80px 0 60px;
    overflow: hidden;
    text-align: center;
}
.page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?q=80&w=1920') center/cover no-repeat;
    opacity: 0.12;
}
.page-header::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient-ocean);
    opacity: 0.7;
}
.page-header-content { position: relative; z-index: 2; }
.page-header h1 {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 12px;
}
.page-header p {
    color: rgba(255,255,255,0.75);
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.75;
}
.breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.6);
}
.breadcrumb a { color: rgba(255,255,255,0.6); }
.breadcrumb a:hover { color: var(--color-gold-light); }
.breadcrumb-sep { color: rgba(255,255,255,0.25); }
.breadcrumb-current { color: rgba(255,255,255,0.92); font-weight: 600; }

/* ==========================================
   Review card (old layout compat)
   ========================================== */
.review-card {
    padding: 32px;
    border-radius: var(--radius-lg);
    background: #fff;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.review-card::before {
    content: '"';
    position: absolute;
    top: 10px; right: 24px;
    font-family: var(--font-heading);
    font-size: 6rem;
    color: var(--color-gold);
    opacity: 0.12;
    line-height: 1;
}
.review-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.review-header { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.review-avatar {
    width: 52px; height: 52px; border-radius: 50%;
    background: var(--gradient-ocean);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 1.2rem; color: #fff;
    flex-shrink: 0; box-shadow: var(--shadow-blue);
}
.review-user h4 { font-size: 1rem; font-weight: 700; color: var(--text-primary); }
.review-stars { display: flex; gap: 2px; color: var(--color-gold); margin-top: 4px; }
.review-comment { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.75; font-style: italic; }

/* ==========================================
   Hotel / Package Card V2
   ========================================== */
.hotel-card {
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0,87,231,0.07);
    box-shadow: var(--shadow-card);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}
.hotel-card:hover { transform: translateY(-8px); box-shadow: 0 24px 64px rgba(0,87,231,0.12); border-color: rgba(0,87,231,0.15); }
.hotel-img-wrap { position: relative; height: 240px; overflow: hidden; }
.hotel-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.hotel-card:hover .hotel-img-wrap img { transform: scale(1.08); }
.hotel-body { padding: 24px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.hotel-name { font-size: 1.05rem; font-weight: 700; color: var(--text-primary); line-height: 1.35; }
.hotel-location { display: flex; align-items: center; gap: 6px; font-size: 0.82rem; color: var(--text-muted); font-weight: 500; }
.hotel-stars { display: flex; align-items: center; gap: 3px; color: var(--color-gold); }
.hotel-price { font-size: 1.1rem; font-weight: 800; color: var(--color-blue); }
.hotel-price span { font-size: 0.75rem; color: var(--text-muted); font-weight: 500; }

/* Ferry schedule */
.ferry-schedule-card {
    background: #fff;
    border-radius: var(--radius-lg);
    border: 1.5px solid var(--border-light);
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-xs);
    margin-bottom: 16px;
}
.ferry-schedule-card:hover {
    border-color: rgba(0,87,231,0.2);
    box-shadow: 0 8px 30px rgba(0,87,231,0.08);
    transform: translateX(4px);
}
.ferry-time { font-size: 1.4rem; font-weight: 900; color: var(--text-primary); font-family: var(--font-heading); min-width: 80px; }

/* Badges */
.badge { display: inline-flex; align-items: center; gap: 5px; padding: 4px 12px; border-radius: var(--radius-full); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.badge-blue { background: rgba(0,87,231,0.1); color: var(--color-blue); }
.badge-gold { background: rgba(245,166,35,0.1); color: var(--color-gold-dark); }
.badge-green { background: rgba(16,185,129,0.1); color: var(--color-emerald); }
.badge-teal { background: rgba(6,182,212,0.1); color: var(--color-teal); }
.badge-coral { background: rgba(249,115,22,0.1); color: var(--color-coral); }
.badge-violet { background: rgba(139,92,246,0.1); color: var(--color-violet); }

/* Skeleton */
.skeleton {
    background: linear-gradient(90deg, var(--bg-secondary) 25%, var(--bg-muted) 50%, var(--bg-secondary) 75%);
    background-size: 200% 100%;
    animation: skeletonShimmer 1.5s infinite;
    border-radius: var(--radius-sm);
}
@keyframes skeletonShimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Payment Methods */
.payment-methods { display: flex; align-items: center; gap: 10px; }

/* Social Links (footer) - extra specificity */
.social-links { display: flex; gap: 10px; }
.social-link {
    width: 40px; height: 40px;
    border-radius: var(--radius-md);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.5);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.social-link:hover {
    background: var(--color-blue);
    border-color: var(--color-blue);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: var(--shadow-blue);
}

/* ==========================================
   Extended Responsive
   ========================================== */
@media (max-width: 1200px) {
    .packages-layout { grid-template-columns: 1fr; }
    .detail-layout { grid-template-columns: 1fr; }
    .checkout-layout { grid-template-columns: 1fr; }
    .dashboard-layout { grid-template-columns: 1fr; }
    .dashboard-sidebar { position: static !important; }
    .detail-sidebar { position: static !important; }
    .packages-sidebar { position: static !important; top: auto !important; }
    .filter-sidebar-v2 { position: static !important; top: auto !important; }
}
@media (max-width: 768px) {
    :root { --section-pad: 64px; }
    .container { padding: 0 20px; }
    .utility-bar { display: none; }
    .hero-content { text-align: center; }
    .hero-title { font-size: 2.6rem; }
    .section-title { font-size: 2rem; }
    .packages-grid { grid-template-columns: 1fr; }
    .form-grid { grid-template-columns: 1fr; }
    .why-us-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .contact-cards-grid { grid-template-columns: repeat(2, 1fr); }
    .cta-banner { padding: 36px 28px; flex-direction: column; }
    .promo-card { flex-direction: column; padding: 32px 28px; }
    .whatsapp-widget { bottom: 18px; right: 18px; }
    .scroll-progress-ring { right: 18px; bottom: 88px; }
    .page-hero-title { font-size: 2.4rem; }
    .page-hero { min-height: 300px; }
}
@media (max-width: 480px) {
    .hero-title { font-size: 2rem; }
    .section-title { font-size: 1.7rem; }
    .why-us-grid { grid-template-columns: 1fr; }
    .contact-cards-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-number { font-size: 2.5rem; }
    .features-bar-inner { flex-direction: column; }
    .feature-item { border-right: none; border-bottom: 1px solid var(--border-light); }
    .feature-item:last-child { border-bottom: none; }
    .promo-card { text-align: center; }
    .page-hero-title { font-size: 1.9rem; }
}

/* ==========================================
   Print
   ========================================== */
@media print {
    .header, .footer, .whatsapp-widget, .scroll-progress-ring, .announcement-bar, .utility-bar { display: none !important; }
    body { background: white; }
    * { box-shadow: none !important; }
}

/* ==========================================
   Filter Sidebar V2 & Package Cards V2
   ========================================== */
.filter-sidebar-v2 {
    background: #ffffff;
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-light);
    padding: 28px;
    box-shadow: var(--shadow-card);
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-light);
}

.filter-title-v2 {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-reset {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--color-blue);
    transition: color 0.2s ease;
}
.filter-reset:hover { color: var(--color-gold-dark); }

.filter-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-section-title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--text-muted);
}

.filter-pill-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: var(--radius-full);
    background: var(--bg-secondary);
    border: 1.5px solid var(--border-light);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
}

.filter-pill input[type="radio"] {
    display: none;
}

.filter-pill:hover {
    border-color: var(--color-blue);
    color: var(--color-blue);
    background: #ffffff;
    transform: translateY(-1px);
}

.filter-pill.active {
    background: var(--gradient-ocean);
    border-color: transparent;
    color: #ffffff !important;
    box-shadow: var(--shadow-blue);
}

.budget-select {
    width: 100%;
    padding: 12px 14px;
    border-radius: var(--radius-md);
    border: 1.5px solid var(--border-light);
    background: var(--bg-primary);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text-primary);
    cursor: pointer;
    transition: all 0.2s ease;
}
.budget-select:hover { border-color: var(--color-blue); }

.active-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
    padding: 14px 20px;
    background: #ffffff;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-xs);
}

.active-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0,87,231,0.08);
    color: var(--color-blue);
    border: 1px solid rgba(0,87,231,0.18);
    border-radius: var(--radius-full);
    padding: 4px 12px;
    font-size: 0.78rem;
    font-weight: 700;
}

.chip-remove {
    color: var(--color-blue);
    font-weight: 800;
    font-size: 0.95rem;
    line-height: 1;
    margin-left: 2px;
}
.chip-remove:hover { color: #ef4444; }

.clear-all-btn {
    font-size: 0.78rem;
    font-weight: 700;
    color: #ef4444;
    margin-left: auto;
}

/* Package Card V2 */
.package-card-v2 {
    background: #ffffff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(0, 87, 231, 0.08);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.package-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 64px rgba(0, 87, 231, 0.14), 0 1px 0 rgba(255,255,255,0.8) inset;
    border-color: rgba(0, 87, 231, 0.22);
}

.pkg-img-wrap {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.pkg-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.package-card-v2:hover .pkg-img-wrap img {
    transform: scale(1.08);
}

.pkg-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 14px;
    border-radius: var(--radius-full);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
    z-index: 2;
}

.pkg-wishlist {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.pkg-wishlist:hover, .pkg-wishlist.active {
    color: #ef4444;
    background: #ffffff;
    transform: scale(1.12);
    box-shadow: 0 6px 20px rgba(239,68,68,0.3);
}

.pkg-price-float {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: linear-gradient(135deg, rgba(4, 18, 43, 0.95) 0%, rgba(0, 57, 184, 0.92) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1.5px solid rgba(245, 166, 35, 0.6);
    border-radius: 14px;
    padding: 8px 16px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.15;
    z-index: 10;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4), 0 0 16px rgba(245, 166, 35, 0.2);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.package-card-v2:hover .pkg-price-float {
    transform: scale(1.05);
    border-color: rgba(245, 166, 35, 0.9);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5), 0 0 22px rgba(245, 166, 35, 0.35);
}

.pkg-price-float .from {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #fbbf24;
    font-weight: 800;
}

.pkg-price-float .amount {
    font-size: 1.35rem;
    font-weight: 900;
    color: #ffffff;
    font-family: var(--font-heading);
    letter-spacing: -0.5px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.pkg-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

.pkg-title {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1.35;
}

.pkg-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pkg-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-secondary);
    background: var(--bg-secondary);
    border: 1px solid var(--border-light);
    padding: 5px 12px;
    border-radius: 8px;
}

.pkg-rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-gold-dark);
    background: rgba(245,166,35,0.12);
    border: 1px solid rgba(245,166,35,0.25);
    padding: 4px 10px;
    border-radius: 8px;
}

.pkg-cta {
    margin-top: 4px;
}

.pkg-view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 46px;
    border-radius: var(--radius-md);
    background: var(--gradient-ocean);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.88rem;
    box-shadow: var(--shadow-blue);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pkg-view-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-blue-lg);
    color: #ffffff !important;
}

/* ==========================================
   Detail Page Tabs Header & Content
   ========================================== */
.tabs-header {
    display: flex;
    gap: 8px;
    background: #ffffff;
    padding: 8px;
    border-radius: 16px;
    border: 1.5px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    overflow-x: auto;
    scrollbar-width: none;
    margin-bottom: 32px;
}
.tabs-header::-webkit-scrollbar { display: none; }

.tabs-header button.tab-btn,
.tab-btn {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: none !important;
    padding: 12px 24px;
    border-radius: 12px;
    background: transparent;
    font-family: var(--font-body);
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-secondary);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
}

.tabs-header button.tab-btn:hover,
.tab-btn:hover {
    color: var(--color-blue);
    background: rgba(0, 87, 231, 0.06);
}

.tabs-header button.tab-btn.active,
.tab-btn.active {
    background: var(--gradient-ocean) !important;
    color: #ffffff !important;
    font-weight: 800;
    box-shadow: var(--shadow-blue) !important;
}

.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
    animation: fadeIn 0.35s ease both;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ==========================================
   Booking Widget V2 (Detail Sidebar)
   ========================================== */
.booking-widget-v2 {
    background: #ffffff;
    border-radius: var(--radius-xl);
    border: 1.5px solid var(--border-light);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    position: sticky;
    top: 100px;
}

.bw-header {
    background: linear-gradient(135deg, #04122b 0%, #0057e7 100%) !important;
    padding: 26px 28px;
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
}

.bw-header::before {
    content: '';
    position: absolute;
    top: -50px; right: -50px;
    width: 150px; height: 150px;
    background: radial-gradient(circle, rgba(245, 166, 35, 0.25) 0%, transparent 70%);
    border-radius: 50%;
}

.bw-per {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #fbbf24 !important;
    margin-bottom: 6px;
}

.bw-price {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 900;
    color: #ffffff !important;
    line-height: 1;
    margin-bottom: 14px;
    display: flex;
    align-items: baseline;
    gap: 4px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.bw-price sup {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fbbf24 !important;
    vertical-align: super;
}

.bw-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bw-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.72rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: var(--radius-full);
    backdrop-filter: blur(6px);
}

.bw-body {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bw-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bw-form-group label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
}

.bw-form-group input,
.bw-form-group select {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--border-light);
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--text-primary);
    background: var(--bg-primary);
    transition: all 0.25s ease;
}

.bw-form-group input:hover,
.bw-form-group select:hover {
    border-color: var(--border-blue);
    background: #ffffff;
}

.bw-form-group input:focus,
.bw-form-group select:focus {
    border-color: var(--color-blue);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(0,87,231,0.08);
    outline: none;
}

.bw-summary {
    background: var(--bg-secondary);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bw-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.88rem;
    color: var(--text-secondary);
}

.bw-summary-row.total {
    border-top: 1px solid var(--border-light);
    padding-top: 10px;
    margin-top: 4px;
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--text-primary);
}

.bw-summary-row.total #estimated-total {
    color: var(--color-blue);
    font-weight: 900;
    font-size: 1.25rem;
}

.bw-book-btn {
    width: 100%;
    height: 52px;
    border-radius: var(--radius-md);
    background: var(--gradient-ocean);
    color: #ffffff !important;
    border: none;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: var(--shadow-blue);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-top: 8px;
}

.bw-book-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-blue-lg);
    color: #ffffff !important;
}

.bw-footer {
    padding: 16px 28px;
    border-top: 1px solid var(--border-light);
    background: var(--bg-primary);
    text-align: center;
}

.bw-footer a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #16a34a;
    transition: color 0.2s ease;
}

.bw-footer a:hover {
    color: #15803d;
}

/* ==========================================================================
   Package Detail Showcase & Image Alignment Styles
   ========================================================================== */

/* Photo Gallery Showcase Strip Grid Alignment */
.detail-gallery-strip {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, 210px);
    gap: 12px;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    background: var(--bg-secondary);
    position: relative;
}

.gallery-main {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    position: relative;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
}

.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}

.gallery-main:hover img {
    transform: scale(1.04);
}

.gallery-overlay-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(4, 18, 43, 0.82);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 5;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.gallery-overlay-btn:hover {
    background: rgba(0, 87, 231, 0.95);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 87, 231, 0.4);
}

.gallery-thumb {
    position: relative;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}

.gallery-thumb:hover img {
    transform: scale(1.08);
}

/* Similar Packages Recommendation Grid */
.similar-packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* Inclusions & Exclusions Grid */
.inclusions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.inc-list ul, .exc-list ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.inc-list li, .exc-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-primary);
    background: var(--bg-secondary);
    padding: 12px 18px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
}

/* Day-by-Day Timeline Itinerary */
.timeline {
    position: relative;
    padding-left: 28px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 7px;
    width: 2px;
    background: linear-gradient(180deg, var(--color-blue) 0%, rgba(0, 87, 231, 0.15) 100%);
    border-radius: 2px;
}

.timeline-item {
    position: relative;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -28px;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--color-blue);
    border: 3.5px solid #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 87, 231, 0.25);
}

.timeline-day {
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--color-blue);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    display: inline-block;
    background: rgba(0, 87, 231, 0.08);
    padding: 4px 12px;
    border-radius: 50px;
}

.timeline-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 8px;
    font-family: var(--font-heading);
}

.timeline-body {
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--text-secondary);
}

/* Lightbox Modal */
.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(4, 18, 43, 0.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lightbox-modal.active {
    display: flex;
    opacity: 1;
}

.lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 78vh;
    border-radius: var(--radius-lg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10000;
}

.lightbox-close:hover {
    background: #ef4444;
    border-color: #ef4444;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10000;
}

.lightbox-nav:hover {
    background: var(--color-blue);
    border-color: var(--color-blue);
}

.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }

.lightbox-caption {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
}

/* Gallery & Detail Layout Responsive Adjustments */
@media (max-width: 992px) {
    .detail-gallery-strip {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 280px 140px 140px;
        height: auto;
    }
    .gallery-main {
        grid-column: 1 / -1;
        grid-row: 1 / 2;
    }
    .similar-packages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .inclusions-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .detail-gallery-strip {
        grid-template-columns: 1fr;
        grid-template-rows: 240px;
    }
    .gallery-thumb {
        display: none;
    }
    .similar-packages-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Checkout Form Controls & Payment Section Alignment
   ========================================================================== */

.form-card {
    padding: 32px;
    margin-bottom: 28px;
    border-radius: var(--radius-xl);
    background: #ffffff;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-card);
}

.form-card-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 24px;
    font-family: var(--font-heading);
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-light);
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}

.form-group label {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: 0.2px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="date"],
.form-group select,
.form-group textarea {
    width: 100%;
    height: 50px;
    padding: 0 18px;
    border: 1.5px solid var(--border-light);
    border-radius: var(--radius-md);
    background: #ffffff;
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 0.95rem;
    transition: all 0.25s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--color-blue);
    box-shadow: 0 0 0 4px rgba(0, 87, 231, 0.1);
    outline: none;
}

.coupon-group {
    display: flex;
    align-items: center;
    background: var(--bg-secondary);
    border: 1.5px solid var(--border-medium);
    border-radius: var(--radius-md);
    padding: 3px 3px 3px 14px;
    transition: all 0.25s ease;
}

.coupon-group:focus-within {
    border-color: var(--color-blue);
    background: #ffffff;
    box-shadow: 0 0 0 3.5px rgba(0, 87, 231, 0.12);
}

.coupon-group input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    outline: none !important;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text-primary);
    padding: 6px 0;
    box-shadow: none !important;
    height: 36px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.coupon-group input::placeholder {
    color: var(--text-muted);
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
}

.coupon-group button {
    background: var(--gradient-ocean);
    color: #ffffff !important;
    border: none;
    padding: 0 18px;
    height: 38px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 87, 231, 0.2);
}

.coupon-group button:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 87, 231, 0.35);
}

/* ==========================================================================
   HOMEPAGE INTERACTIVE PHOTO GALLERY SLIDER
   ========================================================================== */
.home-gallery-section {
    background: var(--bg-secondary);
    position: relative;
    overflow: hidden;
}

.home-gallery-carousel-wrapper {
    position: relative;
    margin-top: 36px;
}

.home-gallery-carousel {
    overflow: hidden;
    width: 100%;
    border-radius: var(--radius-xl);
}

.home-gallery-track {
    display: flex;
    gap: 20px;
    transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

.home-gallery-card {
    flex: 0 0 calc(33.333% - 14px);
    min-width: 280px;
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    height: 320px;
    box-shadow: var(--shadow-md);
    cursor: pointer;
    background: #000;
}

@media (max-width: 992px) {
    .home-gallery-card {
        flex: 0 0 calc(50% - 10px);
        height: 280px;
    }
}

@media (max-width: 576px) {
    .home-gallery-card {
        flex: 0 0 100%;
        height: 250px;
    }
}

.home-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.6s ease;
}

.home-gallery-card:hover img {
    transform: scale(1.08);
    filter: brightness(0.9);
}

.home-gallery-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(4,18,43,0.85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
    z-index: 2;
    transition: background 0.3s ease;
}

.home-gallery-card:hover .home-gallery-card-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 20%, rgba(4,18,43,0.92) 100%);
}

.home-gallery-tag {
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.home-gallery-info {
    color: #ffffff;
}

.home-gallery-info h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.home-gallery-info p {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.home-gallery-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

.home-gallery-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid var(--border-color);
    color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    transition: all 0.25s ease;
}

.home-gallery-btn:hover {
    background: var(--gradient-ocean);
    color: #ffffff;
    border-color: transparent;
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(0, 87, 231, 0.25);
}

.home-gallery-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.home-gallery-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--border-color);
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
}

.home-gallery-dot.active {
    width: 28px;
    border-radius: 12px;
    background: var(--gradient-ocean);
}

/* ==========================================================================
   SEO CITY LINKS FOOTER BAR (PREMIUM DESIGN)
   ========================================================================== */
.seo-city-section {
    width: 100%;
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    clear: both;
}

.seo-city-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
}

.seo-city-title {
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.seo-city-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 16px;
    background: var(--color-gold);
    border-radius: 4px;
}

.seo-tabs {
    display: flex;
    gap: 8px;
}

.seo-tab-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.8);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
}

.seo-tab-btn:hover,
.seo-tab-btn.active {
    background: var(--gradient-ocean);
    color: #ffffff !important;
    border-color: transparent;
    box-shadow: 0 4px 14px rgba(0, 87, 231, 0.3);
}

.seo-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.seo-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.78rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.seo-chip svg {
    color: var(--color-gold);
    opacity: 0.8;
    transition: transform 0.25s ease;
}

.seo-chip:hover {
    background: rgba(0, 87, 231, 0.25);
    border-color: rgba(6, 182, 212, 0.5);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 87, 231, 0.25);
}

.seo-chip:hover svg {
    transform: scale(1.2);
    opacity: 1;
}

/* ==========================================================================
   MASTER MOBILE DEVICE RESPONSIVE OPTIMIZATIONS
   ========================================================================== */

/* Tablet & Mobile Screens (<= 768px) */
@media (max-width: 768px) {
    /* Container Padding */
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Hide Header WhatsApp Button on Mobile Devices */
    #nav-wa-btn,
    .btn-wa {
        display: none !important;
    }

    /* Filter Sidebar Mobile Fix (Prevents overlaying packages during scroll) */
    .filter-sidebar-v2,
    .packages-sidebar {
        position: static !important;
        top: auto !important;
        margin-bottom: 24px;
        box-shadow: var(--shadow-sm);
    }

    /* Announcement Bar */
    .announcement-bar-inner {
        font-size: 0.75rem;
        flex-direction: column;
        gap: 6px;
        text-align: center;
        padding-right: 28px;
    }
    
    .ann-badge {
        margin-right: 0;
    }

    /* Top Utility Bar */
    .utility-bar {
        font-size: 0.72rem;
    }

    .utility-container {
        flex-direction: column;
        gap: 8px;
        padding: 6px 16px;
    }

    /* Hero Section */
    .hero {
        min-height: auto;
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .hero-title {
        font-size: 2.1rem !important;
        line-height: 1.25;
        letter-spacing: -0.5px;
    }

    .hero-desc {
        font-size: 0.95rem !important;
        margin-bottom: 24px;
    }

    /* Search Widget & Form Area */
    .search-widget-wrap {
        width: 100%;
        padding: 0;
    }

    .search-widget-card,
    .search-card-v2 {
        border-radius: 16px !important;
        box-shadow: 0 12px 32px rgba(0,20,80,0.14) !important;
    }

    .search-tabs-bar,
    .search-tabs {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        border-bottom: 1px solid rgba(0, 87, 231, 0.1);
    }

    .search-tab {
        padding: 12px 14px !important;
        font-size: 0.76rem !important;
        flex: 0 0 auto !important;
    }

    .search-form-area {
        padding: 16px 14px !important;
    }

    .search-form-pane.active {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .search-field {
        width: 100% !important;
        min-width: 0 !important;
        flex: none !important;
    }

    .search-field label {
        font-size: 0.68rem !important;
        margin-bottom: 6px !important;
    }

    .search-field select,
    .search-field input[type="date"],
    .search-field input[type="text"] {
        padding: 12px 14px !important;
        font-size: 0.88rem !important;
        border-radius: 10px !important;
        height: 46px !important;
        box-sizing: border-box;
    }

    .search-submit-btn {
        width: 100% !important;
        height: 48px !important;
        font-size: 0.92rem !important;
        border-radius: 12px !important;
        margin-top: 4px;
        justify-content: center;
        display: inline-flex;
        align-items: center;
    }

    /* Features Bar */
    .features-bar-inner {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
    }

    .feature-item {
        padding: 10px 12px;
    }

    /* Section Headers Mobile Optimization */
    .section-header {
        margin-bottom: 36px !important;
        padding: 0 10px;
    }

    .section-tag {
        font-size: 0.68rem !important;
        padding: 5px 14px !important;
        margin-bottom: 12px !important;
        letter-spacing: 1px !important;
    }

    .section-title {
        font-size: 1.75rem !important;
        line-height: 1.25 !important;
        display: block !important;
        text-align: center;
        gap: 0 !important;
    }

    .section-title .title-line {
        display: none !important;
    }

    .section-subtitle {
        font-size: 0.88rem !important;
        line-height: 1.6 !important;
        margin-top: 10px !important;
        padding: 0 10px !important;
        max-width: 100% !important;
    }

    /* Packages Grid */
    .packages-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .package-card {
        border-radius: 16px;
    }

    .package-img-wrapper {
        height: 210px;
    }

    .package-info {
        padding: 18px;
    }

    /* Destinations Grid */
    .destinations-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }

    .destination-card {
        height: 240px;
    }

    /* Photo Gallery Carousel */
    .home-gallery-card {
        flex: 0 0 100% !important;
        height: 260px !important;
    }

    .home-gallery-controls {
        gap: 12px;
        margin-top: 24px;
    }

    .home-gallery-btn {
        width: 40px;
        height: 40px;
    }

    /* Testimonials */
    .testimonials-slide {
        padding: 0 4px;
    }

    .review-card-v2 {
        padding: 20px !important;
    }

    /* SEO Cities Bar */
    .seo-city-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .seo-tabs {
        width: 100%;
        display: flex;
    }

    .seo-tab-btn {
        flex: 1;
        text-align: center;
        padding: 8px 12px;
        font-size: 0.74rem;
    }

    .seo-chip-grid {
        gap: 8px;
    }

    .seo-chip {
        font-size: 0.72rem !important;
        padding: 5px 11px !important;
    }

    /* Footer Bottom */
    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
        padding-top: 24px;
    }

    /* Floating WhatsApp Button */
    .whatsapp-widget {
        bottom: 16px;
        right: 14px;
    }

    .whatsapp-bubble {
        width: 50px;
        height: 50px;
    }

    .whatsapp-popup {
        width: calc(100vw - 32px);
        right: 0;
    }
}

/* Small Smartphone Screens (<= 480px) */
@media (max-width: 480px) {
    .hero-title {
        font-size: 1.8rem !important;
    }

    .section-header {
        margin-bottom: 28px !important;
    }

    .section-title {
        font-size: 1.55rem !important;
        line-height: 1.25 !important;
    }

    .btn {
        padding: 12px 20px;
        font-size: 0.88rem;
    }

    .page-hero-title {
        font-size: 2.2rem !important;
    }

    .detail-gallery-strip {
        display: flex !important;
        flex-direction: column;
    }

    .gallery-main {
        height: 220px !important;
    }

    .gallery-thumb {
        height: 120px !important;
    }
}


