/* ============================================
   MALDIVES TOUR PACKAGE - COMPLETE CSS
   TravelGully - Tropical Paradise Escape
   Version: 2.0
   ============================================ */

/* ============================================
   TABLE OF CONTENTS
   ============================================
   1. CSS Variables & Root
   2. Reset & Base Styles
   3. Utility Classes
   4. Skip Link & Accessibility
   5. Preloader
   6. Back to Top Button
   7. WhatsApp Float Button
   8. Navbar
   9. Hero Section
   10. Quick Info Strip
   11. Section Headers
   12. Package Overview
   13. Resort Types Section
   14. Itinerary Section
   15. Photo Gallery
   16. Booking Form Section
   17. Reviews Section
   18. FAQ Section
   19. Related Packages
   20. CTA Section
   21. Trust Badges
   22. Footer
   23. Lightbox
   24. Sticky Mobile CTA
   25. Animations & Keyframes
   26. Media Queries
   ============================================ */

/* ============================================
   1. CSS VARIABLES & ROOT
   ============================================ */
:root {
  /* Primary Colors - Maldives Ocean Theme */
  --maldives-primary: #0891b2;
  --maldives-primary-light: #22d3ee;
  --maldives-primary-dark: #0e7490;
  --maldives-primary-rgb: 8, 145, 178;
  
  /* Secondary Colors - Tropical Sunset */
  --maldives-secondary: #f97316;
  --maldives-secondary-light: #fb923c;
  --maldives-secondary-dark: #ea580c;
  
  /* Accent Colors */
  --maldives-accent: #06b6d4;
  --maldives-accent-light: #67e8f9;
  --maldives-gold: #f59e0b;
  --maldives-coral: #f472b6;
  --maldives-sand: #fef3c7;
  --maldives-palm: #22c55e;
  
  /* Neutral Colors */
  --maldives-white: #ffffff;
  --maldives-black: #0f172a;
  --maldives-gray-50: #f8fafc;
  --maldives-gray-100: #f1f5f9;
  --maldives-gray-200: #e2e8f0;
  --maldives-gray-300: #cbd5e1;
  --maldives-gray-400: #94a3b8;
  --maldives-gray-500: #64748b;
  --maldives-gray-600: #475569;
  --maldives-gray-700: #334155;
  --maldives-gray-800: #1e293b;
  --maldives-gray-900: #0f172a;
  
  /* Status Colors */
  --maldives-success: #10b981;
  --maldives-success-light: #d1fae5;
  --maldives-error: #ef4444;
  --maldives-error-light: #fee2e2;
  --maldives-warning: #f59e0b;
  --maldives-warning-light: #fef3c7;
  --maldives-info: #3b82f6;
  --maldives-info-light: #dbeafe;
  
  /* Gradients */
  --maldives-gradient-ocean: linear-gradient(135deg, #0891b2 0%, #0e7490 50%, #164e63 100%);
  --maldives-gradient-sunset: linear-gradient(135deg, #f97316 0%, #f472b6 50%, #8b5cf6 100%);
  --maldives-gradient-tropical: linear-gradient(135deg, #22d3ee 0%, #0891b2 50%, #0e7490 100%);
  --maldives-gradient-dark: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  --maldives-gradient-light: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  --maldives-gradient-hero: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%);
  
  /* Typography */
  --maldives-font-primary: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --maldives-font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --maldives-font-accent: 'Cormorant Garamond', Georgia, serif;
  
  /* Font Sizes */
  --maldives-text-xs: 0.75rem;
  --maldives-text-sm: 0.875rem;
  --maldives-text-base: 1rem;
  --maldives-text-lg: 1.125rem;
  --maldives-text-xl: 1.25rem;
  --maldives-text-2xl: 1.5rem;
  --maldives-text-3xl: 1.875rem;
  --maldives-text-4xl: 2.25rem;
  --maldives-text-5xl: 3rem;
  --maldives-text-6xl: 3.75rem;
  --maldives-text-7xl: 4.5rem;
  
  /* Spacing */
  --maldives-space-1: 0.25rem;
  --maldives-space-2: 0.5rem;
  --maldives-space-3: 0.75rem;
  --maldives-space-4: 1rem;
  --maldives-space-5: 1.25rem;
  --maldives-space-6: 1.5rem;
  --maldives-space-8: 2rem;
  --maldives-space-10: 2.5rem;
  --maldives-space-12: 3rem;
  --maldives-space-16: 4rem;
  --maldives-space-20: 5rem;
  --maldives-space-24: 6rem;
  
  /* Border Radius */
  --maldives-radius-sm: 0.25rem;
  --maldives-radius-md: 0.5rem;
  --maldives-radius-lg: 0.75rem;
  --maldives-radius-xl: 1rem;
  --maldives-radius-2xl: 1.5rem;
  --maldives-radius-3xl: 2rem;
  --maldives-radius-full: 9999px;
  
  /* Shadows */
  --maldives-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --maldives-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --maldives-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --maldives-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --maldives-shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --maldives-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  --maldives-shadow-glow: 0 0 20px rgba(8, 145, 178, 0.4);
  --maldives-shadow-glow-lg: 0 0 40px rgba(8, 145, 178, 0.5);
  
  /* Transitions */
  --maldives-transition-fast: 150ms ease;
  --maldives-transition-normal: 300ms ease;
  --maldives-transition-slow: 500ms ease;
  --maldives-transition-bounce: 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  
  /* Z-Index Scale */
  --maldives-z-dropdown: 100;
  --maldives-z-sticky: 200;
  --maldives-z-fixed: 300;
  --maldives-z-modal-backdrop: 400;
  --maldives-z-modal: 500;
  --maldives-z-popover: 600;
  --maldives-z-tooltip: 700;
  --maldives-z-preloader: 9999;
  
  /* Container */
  --maldives-container-max: 1320px;
  --maldives-container-padding: 1.5rem;
  
  /* Navbar */
  --maldives-navbar-height: 80px;
  --maldives-navbar-height-scrolled: 70px;
}

/* Dark Mode Variables */
@media (prefers-color-scheme: dark) {
  :root {
    --maldives-bg-primary: var(--maldives-gray-900);
    --maldives-bg-secondary: var(--maldives-gray-800);
    --maldives-text-primary: var(--maldives-gray-100);
    --maldives-text-secondary: var(--maldives-gray-300);
  }
}

/* ============================================
   2. RESET & BASE STYLES
   ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--maldives-navbar-height);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--maldives-font-primary);
  font-size: var(--maldives-text-base);
  font-weight: 400;
  line-height: 1.6;
  color: var(--maldives-gray-700);
  background-color: var(--maldives-white);
  overflow-x: hidden;
}

body.maldives-page {
  background-color: var(--maldives-gray-50);
}

body.no-scroll {
  overflow: hidden;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--maldives-font-heading);
  font-weight: 600;
  line-height: 1.3;
  color: var(--maldives-gray-800);
}

h1 { font-size: var(--maldives-text-5xl); }
h2 { font-size: var(--maldives-text-4xl); }
h3 { font-size: var(--maldives-text-3xl); }
h4 { font-size: var(--maldives-text-2xl); }
h5 { font-size: var(--maldives-text-xl); }
h6 { font-size: var(--maldives-text-lg); }

p {
  margin-bottom: var(--maldives-space-4);
}

a {
  color: var(--maldives-primary);
  text-decoration: none;
  transition: color var(--maldives-transition-fast);
}

a:hover {
  color: var(--maldives-primary-dark);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul, ol {
  list-style: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Focus Styles */
:focus-visible {
  outline: 3px solid var(--maldives-primary);
  outline-offset: 2px;
}

/* Selection */
::selection {
  background-color: var(--maldives-primary);
  color: var(--maldives-white);
}

/* ============================================
   3. UTILITY CLASSES
   ============================================ */
.maldives-container {
  width: 100%;
  max-width: var(--maldives-container-max);
  margin: 0 auto;
  padding: 0 var(--maldives-container-padding);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

/* ============================================
   4. SKIP LINK & ACCESSIBILITY
   ============================================ */
.maldives-skip-link {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  padding: var(--maldives-space-3) var(--maldives-space-6);
  background: var(--maldives-primary);
  color: var(--maldives-white);
  font-weight: 600;
  border-radius: var(--maldives-radius-md);
  z-index: var(--maldives-z-preloader);
  transition: top var(--maldives-transition-fast);
}

.maldives-skip-link:focus {
  top: var(--maldives-space-4);
  color: var(--maldives-white);
}

/* ============================================
   5. PRELOADER
   ============================================ */
.maldives-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--maldives-gradient-ocean);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: var(--maldives-z-preloader);
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.maldives-preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

.maldives-preloader-content {
  text-align: center;
  color: var(--maldives-white);
}

.maldives-preloader-icon {
  font-size: 4rem;
  animation: maldives-float 2s ease-in-out infinite;
  margin-bottom: var(--maldives-space-4);
}

.maldives-preloader-content h3 {
  font-size: var(--maldives-text-2xl);
  color: var(--maldives-white);
  margin-bottom: var(--maldives-space-2);
}

.maldives-preloader-content p {
  font-size: var(--maldives-text-base);
  opacity: 0.9;
  margin-bottom: var(--maldives-space-6);
}

.maldives-preloader-bar {
  width: 200px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: var(--maldives-radius-full);
  overflow: hidden;
  margin: 0 auto;
}

.maldives-preloader-bar span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--maldives-white);
  border-radius: var(--maldives-radius-full);
  animation: maldives-loading 2s ease-in-out infinite;
}

/* ============================================
   6. BACK TO TOP BUTTON
   ============================================ */
.maldives-back-to-top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--maldives-gradient-ocean);
  color: var(--maldives-white);
  border-radius: var(--maldives-radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--maldives-text-lg);
  box-shadow: var(--maldives-shadow-lg);
  z-index: var(--maldives-z-fixed);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all var(--maldives-transition-normal);
  cursor: pointer;
}

.maldives-back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: var(--maldives-shadow-glow);
}

.maldives-back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ============================================
   7. WHATSAPP FLOAT BUTTON
   ============================================ */
.maldives-whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: var(--maldives-space-2);
  padding: var(--maldives-space-3) var(--maldives-space-5);
  background: #25D366;
  color: var(--maldives-white);
  border-radius: var(--maldives-radius-full);
  font-weight: 600;
  font-size: var(--maldives-text-sm);
  box-shadow: var(--maldives-shadow-lg);
  z-index: var(--maldives-z-fixed);
  transition: all var(--maldives-transition-normal);
  animation: maldives-pulse-green 2s infinite;
}

.maldives-whatsapp-float i {
  font-size: 1.5rem;
}

.maldives-whatsapp-float:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
  color: var(--maldives-white);
}

.maldives-whatsapp-text {
  display: inline;
}

/* ============================================
   8. NAVBAR
   ============================================ */
.maldives-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--maldives-navbar-height);
  background: transparent;
  z-index: var(--maldives-z-sticky);
  transition: all var(--maldives-transition-normal);
}

.maldives-navbar.scrolled {
  height: var(--maldives-navbar-height-scrolled);
  background: var(--maldives-white);
  box-shadow: var(--maldives-shadow-md);
}

.maldives-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: var(--maldives-container-max);
  margin: 0 auto;
  padding: 0 var(--maldives-container-padding);
}

/* Logo */
.maldives-nav-logo {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-2);
  font-family: var(--maldives-font-heading);
  font-size: var(--maldives-text-2xl);
  font-weight: 700;
  color: var(--maldives-white);
  transition: color var(--maldives-transition-fast);
}

.maldives-navbar.scrolled .maldives-nav-logo {
  color: var(--maldives-gray-800);
}

.maldives-logo-icon {
  font-size: 2rem;
}

.maldives-logo-text span {
  color: var(--maldives-secondary);
}

/* Nav Links */
.maldives-nav-links {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-1);
}

.maldives-nav-links a {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-2);
  padding: var(--maldives-space-2) var(--maldives-space-4);
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--maldives-text-sm);
  font-weight: 500;
  border-radius: var(--maldives-radius-md);
  transition: all var(--maldives-transition-fast);
}

.maldives-navbar.scrolled .maldives-nav-links a {
  color: var(--maldives-gray-600);
}

.maldives-nav-links a:hover,
.maldives-nav-links a.active {
  background: rgba(255, 255, 255, 0.15);
  color: var(--maldives-white);
}

.maldives-navbar.scrolled .maldives-nav-links a:hover,
.maldives-navbar.scrolled .maldives-nav-links a.active {
  background: var(--maldives-gray-100);
  color: var(--maldives-primary);
}

.maldives-nav-links a i {
  font-size: 0.9em;
}

/* Nav Actions */
.maldives-nav-actions {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-4);
}

.maldives-nav-phone {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-2);
  color: var(--maldives-white);
  font-weight: 600;
  font-size: var(--maldives-text-sm);
}

.maldives-navbar.scrolled .maldives-nav-phone {
  color: var(--maldives-gray-700);
}

.maldives-nav-phone i {
  color: var(--maldives-secondary);
}

/* Hamburger */
.maldives-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: var(--maldives-z-modal);
}

.maldives-hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--maldives-white);
  border-radius: 2px;
  transition: all var(--maldives-transition-fast);
}

.maldives-navbar.scrolled .maldives-hamburger span {
  background: var(--maldives-gray-800);
}

.maldives-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.maldives-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.maldives-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* ============================================
   9. BUTTONS
   ============================================ */
.maldives-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--maldives-space-2);
  padding: var(--maldives-space-3) var(--maldives-space-6);
  font-family: var(--maldives-font-primary);
  font-size: var(--maldives-text-sm);
  font-weight: 600;
  text-align: center;
  border-radius: var(--maldives-radius-md);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--maldives-transition-normal);
  white-space: nowrap;
}

.maldives-btn-sm {
  padding: var(--maldives-space-2) var(--maldives-space-4);
  font-size: var(--maldives-text-xs);
}

.maldives-btn-lg {
  padding: var(--maldives-space-4) var(--maldives-space-8);
  font-size: var(--maldives-text-base);
}

.maldives-btn-block {
  width: 100%;
}

/* Primary Button */
.maldives-btn-primary {
  background: var(--maldives-gradient-ocean);
  color: var(--maldives-white);
  box-shadow: var(--maldives-shadow-md);
}

.maldives-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--maldives-shadow-glow);
  color: var(--maldives-white);
}

/* Outline Button */
.maldives-btn-outline {
  background: transparent;
  color: var(--maldives-primary);
  border-color: var(--maldives-primary);
}

.maldives-btn-outline:hover {
  background: var(--maldives-primary);
  color: var(--maldives-white);
}

/* Outline Light Button */
.maldives-btn-outline-light {
  background: transparent;
  color: var(--maldives-white);
  border-color: var(--maldives-white);
}

.maldives-btn-outline-light:hover {
  background: var(--maldives-white);
  color: var(--maldives-primary);
}

/* Call Button */
.maldives-btn-call {
  background: var(--maldives-secondary);
  color: var(--maldives-white);
}

.maldives-btn-call:hover {
  background: var(--maldives-secondary-dark);
  transform: translateY(-2px);
  color: var(--maldives-white);
}

/* WhatsApp Button */
.maldives-btn-whatsapp {
  background: #25D366;
  color: var(--maldives-white);
}

.maldives-btn-whatsapp:hover {
  background: #128C7E;
  transform: translateY(-2px);
  color: var(--maldives-white);
}

/* ============================================
   10. HERO SECTION
   ============================================ */
.maldives-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Hero Slider */
.maldives-hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.maldives-hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.maldives-hero-slide.active {
  opacity: 1;
}

.maldives-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Hero Overlay */
.maldives-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--maldives-gradient-hero);
  z-index: 1;
}

/* Hero Content */
.maldives-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: var(--maldives-space-8);
  padding-top: calc(var(--maldives-navbar-height) + var(--maldives-space-8));
}

/* Breadcrumb */
.maldives-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--maldives-space-2);
  margin-bottom: var(--maldives-space-6);
  font-size: var(--maldives-text-sm);
}

.maldives-breadcrumb a,
.maldives-breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
}

.maldives-breadcrumb a:hover {
  color: var(--maldives-white);
}

.maldives-breadcrumb i {
  font-size: 0.7em;
  opacity: 0.6;
}

/* Hero Badges */
.maldives-hero-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--maldives-space-3);
  margin-bottom: var(--maldives-space-6);
}

.maldives-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--maldives-space-2);
  padding: var(--maldives-space-2) var(--maldives-space-4);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: var(--maldives-radius-full);
  font-size: var(--maldives-text-xs);
  font-weight: 600;
  color: var(--maldives-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.maldives-badge-romantic {
  background: rgba(244, 114, 182, 0.3);
  border-color: rgba(244, 114, 182, 0.5);
}

.maldives-badge-visa {
  background: rgba(16, 185, 129, 0.3);
  border-color: rgba(16, 185, 129, 0.5);
}

.maldives-badge-rated {
  background: rgba(245, 158, 11, 0.3);
  border-color: rgba(245, 158, 11, 0.5);
}

/* Hero Title */
.maldives-hero-title {
  font-size: var(--maldives-text-6xl);
  font-weight: 700;
  color: var(--maldives-white);
  margin-bottom: var(--maldives-space-4);
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  animation: maldives-fade-in-up 1s ease;
}

.maldives-hero-title span {
  color: var(--maldives-accent-light);
  display: block;
}

/* Hero Subtitle */
.maldives-hero-subtitle {
  font-size: var(--maldives-text-lg);
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: var(--maldives-space-6);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  animation: maldives-fade-in-up 1s ease 0.2s both;
}

/* Hero Meta */
.maldives-hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--maldives-space-4) var(--maldives-space-6);
  margin-bottom: var(--maldives-space-8);
  animation: maldives-fade-in-up 1s ease 0.4s both;
}

.maldives-hero-meta-item {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-2);
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--maldives-text-sm);
}

.maldives-hero-meta-item i {
  color: var(--maldives-accent-light);
}

/* Hero CTA */
.maldives-hero-cta {
  animation: maldives-fade-in-up 1s ease 0.6s both;
}

.maldives-hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--maldives-space-4);
  margin-bottom: var(--maldives-space-4);
}

.maldives-hero-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--maldives-space-4);
  font-size: var(--maldives-text-sm);
  color: rgba(255, 255, 255, 0.8);
}

.maldives-hero-trust i {
  color: var(--maldives-gold);
}

/* Hero Controls */
.maldives-hero-controls {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: var(--maldives-space-4);
}

.maldives-hero-prev,
.maldives-hero-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: var(--maldives-radius-full);
  color: var(--maldives-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--maldives-transition-normal);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.maldives-hero-prev:hover,
.maldives-hero-next:hover {
  background: var(--maldives-white);
  color: var(--maldives-primary);
}

.maldives-hero-dots {
  display: flex;
  gap: var(--maldives-space-2);
}

.maldives-hero-dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: var(--maldives-radius-full);
  cursor: pointer;
  transition: all var(--maldives-transition-normal);
}

.maldives-hero-dot.active {
  width: 40px;
  background: var(--maldives-white);
}

/* Scroll Indicator */
.maldives-scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--maldives-space-2);
  color: var(--maldives-white);
  font-size: var(--maldives-text-xs);
  opacity: 0.8;
  animation: maldives-bounce 2s ease-in-out infinite;
}

.maldives-mouse {
  width: 26px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 13px;
  position: relative;
}

.maldives-wheel {
  width: 4px;
  height: 8px;
  background: var(--maldives-white);
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: maldives-scroll-wheel 1.5s ease-in-out infinite;
}

/* ============================================
   11. QUICK INFO STRIP
   ============================================ */
.maldives-quick-info {
  background: var(--maldives-gradient-ocean);
  padding: var(--maldives-space-6) 0;
  position: relative;
  overflow: hidden;
}

.maldives-quick-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.maldives-quick-info-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--maldives-space-4);
  position: relative;
}

.maldives-quick-info-item {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-3);
  color: var(--maldives-white);
  padding: var(--maldives-space-3);
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--maldives-radius-lg);
  backdrop-filter: blur(5px);
  transition: transform var(--maldives-transition-normal);
}

.maldives-quick-info-item:hover {
  transform: translateY(-3px);
}

.maldives-quick-info-item i {
  font-size: 1.5rem;
  color: var(--maldives-accent-light);
}

.maldives-quick-info-item strong {
  display: block;
  font-size: var(--maldives-text-xs);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
}

.maldives-quick-info-item span {
  font-size: var(--maldives-text-sm);
  font-weight: 600;
}

/* ============================================
   12. SECTION HEADERS
   ============================================ */
.maldives-section {
  padding: var(--maldives-space-20) 0;
}

.maldives-section-header {
  text-align: center;
  margin-bottom: var(--maldives-space-12);
}

.maldives-section-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--maldives-space-2);
  padding: var(--maldives-space-2) var(--maldives-space-4);
  background: var(--maldives-primary-light);
  color: var(--maldives-primary-dark);
  font-size: var(--maldives-text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: var(--maldives-radius-full);
  margin-bottom: var(--maldives-space-4);
}

.maldives-section-title {
  font-size: var(--maldives-text-4xl);
  color: var(--maldives-gray-800);
  margin-bottom: var(--maldives-space-4);
}

.maldives-section-title span {
  color: var(--maldives-primary);
}

.maldives-section-subtitle {
  font-size: var(--maldives-text-lg);
  color: var(--maldives-gray-500);
  max-width: 600px;
  margin: 0 auto;
}

/* ============================================
   13. PACKAGE OVERVIEW
   ============================================ */
.maldives-overview {
  background: var(--maldives-white);
}

.maldives-overview-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--maldives-space-12);
  align-items: start;
}

.maldives-overview-content h3 {
  font-size: var(--maldives-text-2xl);
  margin-bottom: var(--maldives-space-6);
  color: var(--maldives-gray-800);
}

.maldives-overview-content p {
  color: var(--maldives-gray-600);
  line-height: 1.8;
}

/* Highlights Grid */
.maldives-highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--maldives-space-4);
  margin: var(--maldives-space-8) 0;
}

.maldives-highlight-item {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-3);
  padding: var(--maldives-space-4);
  background: var(--maldives-gray-50);
  border-radius: var(--maldives-radius-lg);
  border: 1px solid var(--maldives-gray-100);
  transition: all var(--maldives-transition-normal);
}

.maldives-highlight-item:hover {
  background: var(--maldives-white);
  border-color: var(--maldives-primary);
  box-shadow: var(--maldives-shadow-md);
  transform: translateY(-2px);
}

.maldives-highlight-item i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--maldives-gradient-ocean);
  color: var(--maldives-white);
  border-radius: var(--maldives-radius-md);
  font-size: var(--maldives-text-lg);
}

.maldives-highlight-item span {
  font-weight: 600;
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-700);
}

/* Why Choose */
.maldives-why-choose {
  margin-top: var(--maldives-space-8);
  padding: var(--maldives-space-6);
  background: linear-gradient(135deg, rgba(8, 145, 178, 0.05) 0%, rgba(6, 182, 212, 0.1) 100%);
  border-radius: var(--maldives-radius-xl);
  border: 1px solid rgba(8, 145, 178, 0.2);
}

.maldives-why-choose h4 {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-2);
  font-size: var(--maldives-text-lg);
  color: var(--maldives-primary-dark);
  margin-bottom: var(--maldives-space-4);
}

.maldives-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--maldives-space-4);
}

.maldives-why-item {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-2);
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-700);
}

.maldives-why-item i {
  color: var(--maldives-primary);
}

/* Sidebar Cards */
.maldives-overview-sidebar {
  display: flex;
  flex-direction: column;
  gap: var(--maldives-space-6);
  position: sticky;
  top: calc(var(--maldives-navbar-height) + var(--maldives-space-4));
}

.maldives-inc-exc-card {
  background: var(--maldives-white);
  border-radius: var(--maldives-radius-xl);
  padding: var(--maldives-space-6);
  box-shadow: var(--maldives-shadow-lg);
  border: 1px solid var(--maldives-gray-100);
}

.maldives-inc-exc-card h4 {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-2);
  font-size: var(--maldives-text-lg);
  margin-bottom: var(--maldives-space-4);
  padding-bottom: var(--maldives-space-3);
  border-bottom: 2px solid var(--maldives-gray-100);
}

.maldives-inclusions h4 {
  color: var(--maldives-success);
  border-color: var(--maldives-success-light);
}

.maldives-exclusions h4 {
  color: var(--maldives-error);
  border-color: var(--maldives-error-light);
}

.maldives-inc-exc-card ul {
  display: flex;
  flex-direction: column;
  gap: var(--maldives-space-3);
}

.maldives-inc-exc-card li {
  display: flex;
  align-items: flex-start;
  gap: var(--maldives-space-3);
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-600);
}

.maldives-inclusions li i {
  color: var(--maldives-success);
  margin-top: 2px;
}

.maldives-exclusions li i {
  color: var(--maldives-error);
  margin-top: 2px;
}

/* Best Time Card */
.maldives-best-time h4 {
  color: var(--maldives-primary);
}

.maldives-season-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--maldives-space-3);
}

.maldives-season-item {
  padding: var(--maldives-space-3);
  border-radius: var(--maldives-radius-md);
  text-align: center;
}

.maldives-season-best {
  background: var(--maldives-success-light);
}

.maldives-season-good {
  background: var(--maldives-info-light);
}

.maldives-season-monsoon {
  background: var(--maldives-warning-light);
}

.maldives-season-name {
  display: block;
  font-weight: 700;
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-800);
}

.maldives-season-label {
  display: block;
  font-size: var(--maldives-text-xs);
  font-weight: 600;
  color: var(--maldives-gray-600);
  margin-bottom: var(--maldives-space-1);
}

.maldives-season-item p {
  font-size: 0.7rem;
  color: var(--maldives-gray-500);
  margin: 0;
}

/* ============================================
   14. RESORT TYPES SECTION
   ============================================ */
.maldives-resorts-section {
  background: var(--maldives-gray-50);
}

.maldives-resorts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--maldives-space-6);
}

.maldives-resort-card {
  background: var(--maldives-white);
  border-radius: var(--maldives-radius-xl);
  overflow: hidden;
  box-shadow: var(--maldives-shadow-md);
  transition: all var(--maldives-transition-normal);
}

.maldives-resort-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--maldives-shadow-xl);
}

.maldives-resort-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.maldives-resort-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--maldives-transition-slow);
}

.maldives-resort-card:hover .maldives-resort-image img {
  transform: scale(1.1);
}

.maldives-resort-badge {
  position: absolute;
  top: var(--maldives-space-3);
  left: var(--maldives-space-3);
  padding: var(--maldives-space-1) var(--maldives-space-3);
  background: var(--maldives-secondary);
  color: var(--maldives-white);
  font-size: var(--maldives-text-xs);
  font-weight: 600;
  border-radius: var(--maldives-radius-sm);
}

.maldives-resort-content {
  padding: var(--maldives-space-5);
}

.maldives-resort-content h4 {
  font-size: var(--maldives-text-lg);
  margin-bottom: var(--maldives-space-2);
  color: var(--maldives-gray-800);
}

.maldives-resort-content p {
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-500);
  margin-bottom: var(--maldives-space-4);
}

.maldives-resort-features {
  display: flex;
  flex-wrap: wrap;
  gap: var(--maldives-space-2);
}

.maldives-resort-features span {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-1);
  font-size: var(--maldives-text-xs);
  color: var(--maldives-gray-600);
  padding: var(--maldives-space-1) var(--maldives-space-2);
  background: var(--maldives-gray-50);
  border-radius: var(--maldives-radius-sm);
}

.maldives-resort-features i {
  color: var(--maldives-success);
  font-size: 0.6rem;
}

/* ============================================
   15. ITINERARY SECTION
   ============================================ */
.maldives-itinerary-section {
  background: var(--maldives-white);
}

.maldives-itinerary-timeline {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

/* Day Card */
.maldives-day-card {
  display: flex;
  gap: var(--maldives-space-6);
  margin-bottom: var(--maldives-space-6);
}

.maldives-day-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.maldives-day-number {
  width: 60px;
  height: 60px;
  background: var(--maldives-gradient-ocean);
  color: var(--maldives-white);
  font-family: var(--maldives-font-heading);
  font-size: var(--maldives-text-xl);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--maldives-radius-full);
  box-shadow: var(--maldives-shadow-md);
}

.maldives-day-line {
  width: 3px;
  flex-grow: 1;
  background: var(--maldives-gray-200);
  margin-top: var(--maldives-space-2);
}

.maldives-day-card:last-child .maldives-day-line {
  display: none;
}

.maldives-day-content {
  flex-grow: 1;
  background: var(--maldives-white);
  border-radius: var(--maldives-radius-xl);
  box-shadow: var(--maldives-shadow-md);
  border: 1px solid var(--maldives-gray-100);
  overflow: hidden;
  transition: box-shadow var(--maldives-transition-normal);
}

.maldives-day-content:hover {
  box-shadow: var(--maldives-shadow-lg);
}

.maldives-day-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--maldives-space-5);
  background: var(--maldives-gray-50);
  cursor: pointer;
}

.maldives-day-title h3 {
  font-size: var(--maldives-text-lg);
  color: var(--maldives-gray-800);
  margin-bottom: var(--maldives-space-2);
}

.maldives-day-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--maldives-space-1);
  font-size: var(--maldives-text-xs);
  font-weight: 600;
  color: var(--maldives-primary);
  padding: var(--maldives-space-1) var(--maldives-space-2);
  background: rgba(8, 145, 178, 0.1);
  border-radius: var(--maldives-radius-sm);
}

.maldives-day-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--maldives-white);
  border-radius: var(--maldives-radius-full);
  color: var(--maldives-gray-500);
  transition: all var(--maldives-transition-normal);
  box-shadow: var(--maldives-shadow-sm);
}

.maldives-day-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.maldives-day-toggle:hover {
  background: var(--maldives-primary);
  color: var(--maldives-white);
}

.maldives-day-summary {
  padding: 0 var(--maldives-space-5) var(--maldives-space-4);
}

.maldives-day-summary p {
  color: var(--maldives-gray-500);
  font-size: var(--maldives-text-sm);
  margin: 0;
}

/* Day Details */
.maldives-day-details {
  display: none;
  padding: var(--maldives-space-6);
  border-top: 1px solid var(--maldives-gray-100);
}

.maldives-day-details.active {
  display: block;
  animation: maldives-fade-in 0.3s ease;
}

.maldives-day-image {
  margin-bottom: var(--maldives-space-6);
  border-radius: var(--maldives-radius-lg);
  overflow: hidden;
}

.maldives-day-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* Schedule Items */
.maldives-day-schedule {
  display: flex;
  flex-direction: column;
  gap: var(--maldives-space-4);
  margin-bottom: var(--maldives-space-6);
}

.maldives-schedule-item {
  display: flex;
  gap: var(--maldives-space-4);
  align-items: flex-start;
}

.maldives-time {
  flex-shrink: 0;
  width: 80px;
  padding: var(--maldives-space-1) var(--maldives-space-2);
  background: var(--maldives-primary-light);
  color: var(--maldives-primary-dark);
  font-size: var(--maldives-text-xs);
  font-weight: 600;
  text-align: center;
  border-radius: var(--maldives-radius-sm);
}

.maldives-activity {
  display: flex;
  gap: var(--maldives-space-3);
  align-items: flex-start;
}

.maldives-activity > i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--maldives-gray-50);
  color: var(--maldives-primary);
  border-radius: var(--maldives-radius-md);
  flex-shrink: 0;
}

.maldives-activity strong {
  display: block;
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-800);
  margin-bottom: var(--maldives-space-1);
}

.maldives-activity p {
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-500);
  margin: 0;
}

/* Meals */
.maldives-day-meals {
  display: flex;
  flex-wrap: wrap;
  gap: var(--maldives-space-2);
  margin-bottom: var(--maldives-space-4);
}

.maldives-meal {
  display: inline-flex;
  align-items: center;
  gap: var(--maldives-space-2);
  padding: var(--maldives-space-2) var(--maldives-space-3);
  background: var(--maldives-success-light);
  color: var(--maldives-success);
  font-size: var(--maldives-text-xs);
  font-weight: 600;
  border-radius: var(--maldives-radius-sm);
}

/* Tips */
.maldives-day-tips {
  display: flex;
  gap: var(--maldives-space-3);
  padding: var(--maldives-space-4);
  background: var(--maldives-warning-light);
  border-radius: var(--maldives-radius-lg);
  margin-bottom: var(--maldives-space-4);
}

.maldives-day-tips > i {
  color: var(--maldives-warning);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.maldives-day-tips p {
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-700);
  margin: 0;
}

/* Stay */
.maldives-day-stay {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-2);
  padding: var(--maldives-space-3) var(--maldives-space-4);
  background: var(--maldives-gray-50);
  border-radius: var(--maldives-radius-md);
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-600);
}

.maldives-day-stay i {
  color: var(--maldives-primary);
}

/* Itinerary Actions */
.maldives-itinerary-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--maldives-space-4);
  margin-top: var(--maldives-space-12);
}

/* ============================================
   16. PHOTO GALLERY
   ============================================ */
.maldives-gallery-section {
  background: var(--maldives-gray-50);
}

.maldives-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 250px;
  gap: var(--maldives-space-4);
}

.maldives-gallery-item {
  position: relative;
  border-radius: var(--maldives-radius-xl);
  overflow: hidden;
  cursor: pointer;
}

.maldives-gallery-item.maldives-gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.maldives-gallery-item.maldives-gallery-tall {
  grid-row: span 2;
}

.maldives-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--maldives-transition-slow);
}

.maldives-gallery-item:hover img {
  transform: scale(1.1);
}

.maldives-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: var(--maldives-space-4);
  opacity: 0;
  transition: opacity var(--maldives-transition-normal);
}

.maldives-gallery-item:hover .maldives-gallery-overlay {
  opacity: 1;
}

.maldives-gallery-overlay span {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-2);
  color: var(--maldives-white);
  font-weight: 600;
  font-size: var(--maldives-text-sm);
}

.maldives-gallery-cta {
  text-align: center;
  margin-top: var(--maldives-space-8);
}

/* ============================================
   17. BOOKING FORM SECTION
   ============================================ */
.maldives-booking-section {
  background: var(--maldives-gradient-dark);
  position: relative;
  overflow: hidden;
}

.maldives-booking-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.02' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.maldives-booking-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--maldives-space-12);
  align-items: start;
  position: relative;
}

/* Booking Info */
.maldives-booking-info {
  color: var(--maldives-white);
}

.maldives-booking-info .maldives-section-badge {
  background: rgba(255, 255, 255, 0.15);
  color: var(--maldives-white);
}

.maldives-booking-info h2 {
  font-size: var(--maldives-text-4xl);
  color: var(--maldives-white);
  margin-bottom: var(--maldives-space-4);
}

.maldives-booking-info > p {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--maldives-text-lg);
  margin-bottom: var(--maldives-space-8);
}

.maldives-booking-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--maldives-space-3);
  margin-bottom: var(--maldives-space-8);
}

.maldives-booking-feature {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-2);
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--maldives-text-sm);
}

.maldives-booking-feature i {
  color: var(--maldives-success);
}

/* Booking Trust */
.maldives-booking-trust {
  display: flex;
  gap: var(--maldives-space-6);
  padding: var(--maldives-space-6);
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--maldives-radius-xl);
  margin-bottom: var(--maldives-space-8);
}

.maldives-trust-item {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-3);
}

.maldives-trust-item i {
  font-size: 2rem;
  color: var(--maldives-accent-light);
}

.maldives-trust-item strong {
  display: block;
  font-size: var(--maldives-text-xl);
  color: var(--maldives-white);
}

.maldives-trust-item span {
  font-size: var(--maldives-text-xs);
  color: rgba(255, 255, 255, 0.7);
}

/* Booking Contact */
.maldives-booking-contact {
  padding-top: var(--maldives-space-6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.maldives-booking-contact > p {
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--maldives-text-sm);
  margin-bottom: var(--maldives-space-4);
}

.maldives-contact-item {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-3);
  color: var(--maldives-white);
  font-size: var(--maldives-text-sm);
  padding: var(--maldives-space-2) 0;
  transition: color var(--maldives-transition-fast);
}

.maldives-contact-item:hover {
  color: var(--maldives-accent-light);
}

.maldives-contact-item i {
  width: 30px;
  color: var(--maldives-accent-light);
}

/* Booking Form Container */
.maldives-booking-form-container {
  background: var(--maldives-white);
  border-radius: var(--maldives-radius-2xl);
  padding: var(--maldives-space-8);
  box-shadow: var(--maldives-shadow-2xl);
}

/* Form Styles */
.maldives-booking-form {
  display: flex;
  flex-direction: column;
  gap: var(--maldives-space-5);
}

.maldives-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--maldives-space-4);
}

.maldives-form-group {
  display: flex;
  flex-direction: column;
  gap: var(--maldives-space-2);
}

.maldives-form-group label {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-2);
  font-size: var(--maldives-text-sm);
  font-weight: 600;
  color: var(--maldives-gray-700);
}

.maldives-form-group label span {
  color: var(--maldives-error);
}

.maldives-form-group input,
.maldives-form-group select,
.maldives-form-group textarea {
  padding: var(--maldives-space-3) var(--maldives-space-4);
  border: 2px solid var(--maldives-gray-200);
  border-radius: var(--maldives-radius-md);
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-700);
  transition: all var(--maldives-transition-fast);
  background: var(--maldives-white);
}

.maldives-form-group input:focus,
.maldives-form-group select:focus,
.maldives-form-group textarea:focus {
  outline: none;
  border-color: var(--maldives-primary);
  box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.1);
}

.maldives-form-group input.error,
.maldives-form-group select.error {
  border-color: var(--maldives-error);
}

.maldives-error-message {
  font-size: var(--maldives-text-xs);
  color: var(--maldives-error);
  display: none;
}

.maldives-form-group.has-error .maldives-error-message {
  display: block;
}

/* Phone Input */
.maldives-phone-input {
  display: flex;
  gap: var(--maldives-space-2);
}

.maldives-phone-input select {
  width: 100px;
  flex-shrink: 0;
}

.maldives-phone-input input {
  flex-grow: 1;
}

/* Trip Type Options */
.maldives-trip-type-options {
  display: flex;
  flex-wrap: wrap;
  gap: var(--maldives-space-2);
}

.maldives-trip-option {
  position: relative;
  cursor: pointer;
}

.maldives-trip-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.maldives-trip-option span {
  display: inline-flex;
  align-items: center;
  gap: var(--maldives-space-2);
  padding: var(--maldives-space-2) var(--maldives-space-4);
  background: var(--maldives-gray-50);
  border: 2px solid var(--maldives-gray-200);
  border-radius: var(--maldives-radius-full);
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-600);
  transition: all var(--maldives-transition-fast);
}

/* ============================================
   REMAINING CSS - Continuation
   ============================================ */

.maldives-trip-option input:checked + span {
  background: var(--maldives-primary);
  border-color: var(--maldives-primary);
  color: var(--maldives-white);
}

.maldives-trip-option:hover span {
  border-color: var(--maldives-primary);
}

/* Hotel/Villa Options */
.maldives-hotel-options {
  display: flex;
  flex-wrap: wrap;
  gap: var(--maldives-space-2);
}

.maldives-hotel-option {
  position: relative;
  cursor: pointer;
}

.maldives-hotel-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.maldives-hotel-option span {
  display: inline-flex;
  align-items: center;
  gap: var(--maldives-space-2);
  padding: var(--maldives-space-2) var(--maldives-space-4);
  background: var(--maldives-gray-50);
  border: 2px solid var(--maldives-gray-200);
  border-radius: var(--maldives-radius-md);
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-600);
  transition: all var(--maldives-transition-fast);
}

.maldives-hotel-option input:checked + span {
  background: linear-gradient(135deg, rgba(8, 145, 178, 0.1) 0%, rgba(6, 182, 212, 0.15) 100%);
  border-color: var(--maldives-primary);
  color: var(--maldives-primary-dark);
}

.maldives-hotel-option:hover span {
  border-color: var(--maldives-primary);
}

/* Add-on Options */
.maldives-addon-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--maldives-space-2);
}

.maldives-addon-option {
  position: relative;
  cursor: pointer;
}

.maldives-addon-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.maldives-addon-option span {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-2);
  padding: var(--maldives-space-3);
  background: var(--maldives-gray-50);
  border: 2px solid var(--maldives-gray-200);
  border-radius: var(--maldives-radius-md);
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-600);
  transition: all var(--maldives-transition-fast);
}

.maldives-addon-option span i {
  color: var(--maldives-primary);
}

.maldives-addon-option input:checked + span {
  background: var(--maldives-success-light);
  border-color: var(--maldives-success);
  color: var(--maldives-success);
}

.maldives-addon-option:hover span {
  border-color: var(--maldives-primary);
}

/* Consent Checkbox */
.maldives-form-consent {
  margin-top: var(--maldives-space-2);
}

.maldives-consent-option {
  display: flex;
  align-items: flex-start;
  gap: var(--maldives-space-3);
  cursor: pointer;
}

.maldives-consent-option input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--maldives-primary);
  cursor: pointer;
  flex-shrink: 0;
}

.maldives-consent-option span {
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-600);
  line-height: 1.5;
}

.maldives-consent-option span a {
  color: var(--maldives-primary);
  text-decoration: underline;
}

/* Submit Button */
.maldives-booking-form .maldives-btn {
  margin-top: var(--maldives-space-4);
  position: relative;
}

.maldives-btn-loader {
  display: none;
}

.maldives-btn.loading .maldives-btn-text {
  display: none;
}

.maldives-btn.loading .maldives-btn-loader {
  display: inline-flex;
  align-items: center;
  gap: var(--maldives-space-2);
}

/* Form Note */
.maldives-form-note {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--maldives-space-4);
  font-size: var(--maldives-text-xs);
  color: var(--maldives-gray-500);
  text-align: center;
  margin: 0;
}

.maldives-form-note i {
  color: var(--maldives-success);
}

/* Form Success/Error Messages */
.maldives-form-message {
  display: flex;
  align-items: flex-start;
  gap: var(--maldives-space-4);
  padding: var(--maldives-space-5);
  border-radius: var(--maldives-radius-lg);
  margin-top: var(--maldives-space-4);
}

.maldives-form-message i {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.maldives-form-message strong {
  display: block;
  margin-bottom: var(--maldives-space-1);
}

.maldives-form-message p {
  font-size: var(--maldives-text-sm);
  margin: 0;
}

.maldives-form-success {
  background: var(--maldives-success-light);
  border: 1px solid var(--maldives-success);
}

.maldives-form-success i {
  color: var(--maldives-success);
}

.maldives-form-success strong {
  color: var(--maldives-success);
}

.maldives-form-error {
  background: var(--maldives-error-light);
  border: 1px solid var(--maldives-error);
}

.maldives-form-error i {
  color: var(--maldives-error);
}

.maldives-form-error strong {
  color: var(--maldives-error);
}

/* ============================================
   18. REVIEWS SECTION
   ============================================ */
.maldives-reviews-section {
  background: var(--maldives-white);
}

/* Reviews Summary */
.maldives-reviews-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--maldives-space-12);
  padding: var(--maldives-space-8);
  background: var(--maldives-gray-50);
  border-radius: var(--maldives-radius-2xl);
  margin-bottom: var(--maldives-space-10);
}

.maldives-rating-big {
  text-align: center;
}

.maldives-rating-number {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  font-family: var(--maldives-font-heading);
  color: var(--maldives-gray-800);
  line-height: 1;
}

.maldives-rating-stars {
  display: flex;
  justify-content: center;
  gap: var(--maldives-space-1);
  margin: var(--maldives-space-2) 0;
}

.maldives-rating-stars i {
  color: var(--maldives-gold);
  font-size: 1.25rem;
}

.maldives-rating-count {
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-500);
}

/* Rating Bars */
.maldives-rating-bars {
  display: flex;
  flex-direction: column;
  gap: var(--maldives-space-2);
  min-width: 300px;
}

.maldives-rating-bar {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-3);
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-600);
}

.maldives-rating-bar span:first-child {
  width: 40px;
  font-weight: 600;
}

.maldives-rating-bar span:last-child {
  width: 40px;
  text-align: right;
}

.maldives-bar {
  flex-grow: 1;
  height: 10px;
  background: var(--maldives-gray-200);
  border-radius: var(--maldives-radius-full);
  overflow: hidden;
}

.maldives-bar span {
  display: block;
  height: 100%;
  background: var(--maldives-gold);
  border-radius: var(--maldives-radius-full);
  transition: width 1s ease;
}

/* Reviews Grid */
.maldives-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--maldives-space-6);
}

/* Review Card */
.maldives-review-card {
  background: var(--maldives-white);
  border-radius: var(--maldives-radius-xl);
  padding: var(--maldives-space-6);
  box-shadow: var(--maldives-shadow-md);
  border: 1px solid var(--maldives-gray-100);
  transition: all var(--maldives-transition-normal);
}

.maldives-review-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--maldives-shadow-xl);
}

.maldives-review-header {
  display: flex;
  align-items: flex-start;
  gap: var(--maldives-space-3);
  margin-bottom: var(--maldives-space-4);
  flex-wrap: wrap;
}

.maldives-review-header img {
  width: 50px;
  height: 50px;
  border-radius: var(--maldives-radius-full);
  object-fit: cover;
  flex-shrink: 0;
}

.maldives-review-header > div:first-of-type {
  flex-grow: 1;
}

.maldives-review-header h4 {
  font-size: var(--maldives-text-base);
  color: var(--maldives-gray-800);
  margin-bottom: var(--maldives-space-1);
}

.maldives-review-header > div span {
  display: block;
  font-size: var(--maldives-text-xs);
  color: var(--maldives-gray-500);
}

.maldives-verified {
  display: inline-flex;
  align-items: center;
  gap: var(--maldives-space-1);
  color: var(--maldives-success);
  font-weight: 600;
  margin-top: var(--maldives-space-1);
}

.maldives-review-rating {
  display: flex;
  gap: 2px;
}

.maldives-review-rating i {
  color: var(--maldives-gold);
  font-size: var(--maldives-text-sm);
}

.maldives-review-card > p {
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-600);
  line-height: 1.7;
  margin-bottom: var(--maldives-space-4);
}

/* Review Images */
.maldives-review-images {
  display: flex;
  gap: var(--maldives-space-2);
  margin-bottom: var(--maldives-space-4);
}

.maldives-review-images img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: var(--maldives-radius-md);
  cursor: pointer;
  transition: transform var(--maldives-transition-fast);
}

.maldives-review-images img:hover {
  transform: scale(1.1);
}

.maldives-review-helpful {
  padding-top: var(--maldives-space-3);
  border-top: 1px solid var(--maldives-gray-100);
}

.maldives-review-helpful span {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-2);
  font-size: var(--maldives-text-xs);
  color: var(--maldives-gray-500);
}

.maldives-review-helpful i {
  color: var(--maldives-primary);
}

.maldives-reviews-cta {
  text-align: center;
  margin-top: var(--maldives-space-10);
}

/* ============================================
   19. FAQ SECTION
   ============================================ */
.maldives-faq-section {
  background: var(--maldives-gray-50);
}

.maldives-faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--maldives-space-4);
}

.maldives-faq-item {
  background: var(--maldives-white);
  border-radius: var(--maldives-radius-xl);
  overflow: hidden;
  box-shadow: var(--maldives-shadow-sm);
  border: 1px solid var(--maldives-gray-100);
  transition: all var(--maldives-transition-normal);
}

.maldives-faq-item:hover {
  box-shadow: var(--maldives-shadow-md);
}

.maldives-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--maldives-space-5) var(--maldives-space-6);
  background: transparent;
  text-align: left;
  font-size: var(--maldives-text-base);
  font-weight: 600;
  color: var(--maldives-gray-800);
  cursor: pointer;
  transition: all var(--maldives-transition-fast);
}

.maldives-faq-question:hover {
  color: var(--maldives-primary);
}

.maldives-faq-question span {
  flex-grow: 1;
  padding-right: var(--maldives-space-4);
}

.maldives-faq-question i {
  color: var(--maldives-primary);
  transition: transform var(--maldives-transition-normal);
  flex-shrink: 0;
}

.maldives-faq-question[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.maldives-faq-answer {
  display: none;
  padding: 0 var(--maldives-space-6) var(--maldives-space-6);
}

.maldives-faq-answer.active {
  display: block;
  animation: maldives-fade-in 0.3s ease;
}

.maldives-faq-answer p {
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-600);
  line-height: 1.7;
}

.maldives-faq-answer ul {
  margin: var(--maldives-space-4) 0;
  padding-left: var(--maldives-space-4);
}

.maldives-faq-answer li {
  position: relative;
  padding-left: var(--maldives-space-4);
  margin-bottom: var(--maldives-space-2);
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-600);
}

.maldives-faq-answer li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: var(--maldives-primary);
  border-radius: var(--maldives-radius-full);
}

.maldives-faq-answer li strong {
  color: var(--maldives-gray-700);
}

/* FAQ CTA */
.maldives-faq-cta {
  text-align: center;
  margin-top: var(--maldives-space-10);
  padding: var(--maldives-space-8);
  background: var(--maldives-white);
  border-radius: var(--maldives-radius-xl);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.maldives-faq-cta > p {
  font-size: var(--maldives-text-lg);
  font-weight: 600;
  color: var(--maldives-gray-700);
  margin-bottom: var(--maldives-space-4);
}

.maldives-faq-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--maldives-space-3);
}

/* ============================================
   20. RELATED PACKAGES SECTION
   ============================================ */
.maldives-related-section {
  background: var(--maldives-white);
}

.maldives-related-slider-container {
  position: relative;
  padding: 0 var(--maldives-space-12);
}

.maldives-related-slider {
  overflow: hidden;
}

.maldives-related-track {
  display: flex;
  gap: var(--maldives-space-6);
  transition: transform 0.5s ease;
}

/* Related Card */
.maldives-related-card {
  flex: 0 0 calc(25% - 18px);
  min-width: 280px;
  background: var(--maldives-white);
  border-radius: var(--maldives-radius-xl);
  overflow: hidden;
  box-shadow: var(--maldives-shadow-md);
  border: 1px solid var(--maldives-gray-100);
  transition: all var(--maldives-transition-normal);
  text-decoration: none;
}

.maldives-related-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--maldives-shadow-xl);
}

.maldives-related-image {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.maldives-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--maldives-transition-slow);
}

.maldives-related-card:hover .maldives-related-image img {
  transform: scale(1.1);
}

.maldives-related-badge {
  position: absolute;
  top: var(--maldives-space-3);
  left: var(--maldives-space-3);
  padding: var(--maldives-space-1) var(--maldives-space-3);
  background: var(--maldives-secondary);
  color: var(--maldives-white);
  font-size: var(--maldives-text-xs);
  font-weight: 600;
  border-radius: var(--maldives-radius-sm);
}

.maldives-related-duration {
  position: absolute;
  bottom: var(--maldives-space-3);
  right: var(--maldives-space-3);
  padding: var(--maldives-space-1) var(--maldives-space-3);
  background: rgba(0, 0, 0, 0.7);
  color: var(--maldives-white);
  font-size: var(--maldives-text-xs);
  font-weight: 600;
  border-radius: var(--maldives-radius-sm);
}

.maldives-related-content {
  padding: var(--maldives-space-5);
}

.maldives-related-content h4 {
  font-size: var(--maldives-text-lg);
  color: var(--maldives-gray-800);
  margin-bottom: var(--maldives-space-1);
}

.maldives-related-content p {
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-500);
  margin-bottom: var(--maldives-space-3);
}

.maldives-related-highlights {
  display: flex;
  gap: var(--maldives-space-2);
  margin-bottom: var(--maldives-space-4);
}

.maldives-related-highlights span {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-1);
  font-size: var(--maldives-text-xs);
  color: var(--maldives-gray-600);
  padding: var(--maldives-space-1) var(--maldives-space-2);
  background: var(--maldives-gray-50);
  border-radius: var(--maldives-radius-sm);
}

.maldives-related-highlights i {
  color: var(--maldives-primary);
}

.maldives-related-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--maldives-space-3);
  border-top: 1px solid var(--maldives-gray-100);
}

.maldives-related-rating {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-1);
  font-size: var(--maldives-text-xs);
  color: var(--maldives-gray-600);
}

.maldives-related-rating i {
  color: var(--maldives-gold);
}

.maldives-related-enquire {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-1);
  font-size: var(--maldives-text-sm);
  font-weight: 600;
  color: var(--maldives-primary);
  transition: gap var(--maldives-transition-fast);
}

.maldives-related-card:hover .maldives-related-enquire {
  gap: var(--maldives-space-2);
}

/* Related Navigation */
.maldives-related-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: var(--maldives-white);
  border: 2px solid var(--maldives-gray-200);
  border-radius: var(--maldives-radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--maldives-gray-600);
  cursor: pointer;
  transition: all var(--maldives-transition-normal);
  z-index: 2;
}

.maldives-related-prev {
  left: 0;
}

.maldives-related-next {
  right: 0;
}

.maldives-related-nav:hover {
  background: var(--maldives-primary);
  border-color: var(--maldives-primary);
  color: var(--maldives-white);
}

/* Related Dots */
.maldives-related-dots {
  display: flex;
  justify-content: center;
  gap: var(--maldives-space-2);
  margin-top: var(--maldives-space-8);
}

.maldives-related-dot {
  width: 10px;
  height: 10px;
  background: var(--maldives-gray-300);
  border-radius: var(--maldives-radius-full);
  cursor: pointer;
  transition: all var(--maldives-transition-normal);
  border: none;
}

.maldives-related-dot.active {
  width: 30px;
  background: var(--maldives-primary);
}

/* ============================================
   21. CTA SECTION
   ============================================ */
.maldives-cta-section {
  position: relative;
  padding: var(--maldives-space-24) 0;
  overflow: hidden;
}

.maldives-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.maldives-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.maldives-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(8, 145, 178, 0.9) 0%, rgba(14, 116, 144, 0.95) 100%);
}

.maldives-cta-content {
  position: relative;
  text-align: center;
  color: var(--maldives-white);
  max-width: 800px;
  margin: 0 auto;
}

.maldives-cta-content h2 {
  font-size: var(--maldives-text-4xl);
  color: var(--maldives-white);
  margin-bottom: var(--maldives-space-4);
}

.maldives-cta-content > p {
  font-size: var(--maldives-text-lg);
  opacity: 0.9;
  margin-bottom: var(--maldives-space-6);
}

.maldives-cta-features {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--maldives-space-6);
  margin-bottom: var(--maldives-space-8);
}

.maldives-cta-features span {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-2);
  font-size: var(--maldives-text-sm);
  font-weight: 500;
}

.maldives-cta-features i {
  color: var(--maldives-gold);
}

.maldives-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--maldives-space-4);
  margin-bottom: var(--maldives-space-6);
}

.maldives-cta-note {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--maldives-space-4);
  font-size: var(--maldives-text-sm);
  opacity: 0.9;
  margin: 0;
}

.maldives-cta-note i {
  color: var(--maldives-gold);
}

/* ============================================
   22. TRUST BADGES SECTION
   ============================================ */
.maldives-trust-section {
  background: var(--maldives-gray-50);
  padding: var(--maldives-space-10) 0;
  border-top: 1px solid var(--maldives-gray-100);
  border-bottom: 1px solid var(--maldives-gray-100);
}

.maldives-trust-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--maldives-space-6) var(--maldives-space-10);
}

.maldives-trust-badge {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-2);
  font-size: var(--maldives-text-sm);
  font-weight: 600;
  color: var(--maldives-gray-600);
}

.maldives-trust-badge i {
  font-size: 1.25rem;
  color: var(--maldives-primary);
}

/* ============================================
   23. FOOTER
   ============================================ */
.maldives-footer {
  background: var(--maldives-gray-900);
  color: var(--maldives-gray-300);
}

.maldives-footer-top {
  padding: var(--maldives-space-16) 0 var(--maldives-space-10);
}

.maldives-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: var(--maldives-space-10);
  margin-bottom: var(--maldives-space-10);
}

/* Footer About */
.maldives-footer-about {
  padding-right: var(--maldives-space-6);
}

.maldives-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: var(--maldives-space-2);
  font-family: var(--maldives-font-heading);
  font-size: var(--maldives-text-2xl);
  font-weight: 700;
  color: var(--maldives-white);
  margin-bottom: var(--maldives-space-4);
}

.maldives-footer-logo .maldives-logo-icon {
  font-size: 2rem;
}

.maldives-footer-logo .maldives-logo-text span {
  color: var(--maldives-secondary);
}

.maldives-footer-about p {
  font-size: var(--maldives-text-sm);
  line-height: 1.7;
  margin-bottom: var(--maldives-space-6);
  color: var(--maldives-gray-400);
}

.maldives-footer-social {
  display: flex;
  gap: var(--maldives-space-3);
}

.maldives-footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--maldives-gray-800);
  color: var(--maldives-gray-400);
  border-radius: var(--maldives-radius-full);
  transition: all var(--maldives-transition-normal);
}

.maldives-footer-social a:hover {
  background: var(--maldives-primary);
  color: var(--maldives-white);
  transform: translateY(-3px);
}

/* Footer Columns */
.maldives-footer-col h4 {
  font-size: var(--maldives-text-lg);
  color: var(--maldives-white);
  margin-bottom: var(--maldives-space-6);
  position: relative;
  padding-bottom: var(--maldives-space-3);
}

.maldives-footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--maldives-primary);
  border-radius: var(--maldives-radius-full);
}

.maldives-footer-col ul {
  display: flex;
  flex-direction: column;
  gap: var(--maldives-space-3);
}

.maldives-footer-col li a {
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-400);
  transition: all var(--maldives-transition-fast);
}

.maldives-footer-col li a:hover {
  color: var(--maldives-primary-light);
  padding-left: var(--maldives-space-2);
}

/* Footer Contact */
.maldives-footer-contact ul li {
  display: flex;
  align-items: flex-start;
  gap: var(--maldives-space-3);
}

.maldives-footer-contact ul li i {
  color: var(--maldives-primary);
  width: 16px;
  margin-top: 3px;
}

.maldives-footer-contact ul li span,
.maldives-footer-contact ul li a {
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-400);
}

/* Newsletter */
.maldives-footer-newsletter {
  padding: var(--maldives-space-8);
  background: var(--maldives-gray-800);
  border-radius: var(--maldives-radius-xl);
  text-align: center;
}

.maldives-footer-newsletter h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--maldives-space-2);
  font-size: var(--maldives-text-lg);
  color: var(--maldives-white);
  margin-bottom: var(--maldives-space-2);
}

.maldives-footer-newsletter h4::after {
  display: none;
}

.maldives-footer-newsletter p {
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-400);
  margin-bottom: var(--maldives-space-6);
}

.maldives-newsletter-form {
  display: flex;
  gap: var(--maldives-space-3);
  max-width: 500px;
  margin: 0 auto;
}

.maldives-newsletter-form input {
  flex-grow: 1;
  padding: var(--maldives-space-3) var(--maldives-space-4);
  border: 2px solid var(--maldives-gray-700);
  background: var(--maldives-gray-900);
  color: var(--maldives-white);
  border-radius: var(--maldives-radius-md);
  font-size: var(--maldives-text-sm);
}

.maldives-newsletter-form input:focus {
  outline: none;
  border-color: var(--maldives-primary);
}

.maldives-newsletter-form input::placeholder {
  color: var(--maldives-gray-500);
}

/* Footer Bottom */
.maldives-footer-bottom {
  padding: var(--maldives-space-6) 0;
  border-top: 1px solid var(--maldives-gray-800);
}

.maldives-footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--maldives-space-4);
}

.maldives-footer-bottom p {
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-500);
  margin: 0;
}

.maldives-footer-links {
  display: flex;
  gap: var(--maldives-space-6);
}

.maldives-footer-links a {
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-500);
}

.maldives-footer-links a:hover {
  color: var(--maldives-primary-light);
}

.maldives-payment-methods {
  display: flex;
  align-items: center;
  gap: var(--maldives-space-2);
}

.maldives-payment-methods span {
  font-size: var(--maldives-text-sm);
  color: var(--maldives-gray-500);
  margin-right: var(--maldives-space-2);
}

.maldives-payment-methods img {
  height: 28px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all var(--maldives-transition-fast);
}

.maldives-payment-methods img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* ============================================
   24. LIGHTBOX
   ============================================ */
.maldives-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: var(--maldives-z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all var(--maldives-transition-normal);
}

.maldives-lightbox[hidden] {
  display: none;
}

.maldives-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.maldives-lightbox-close {
  position: absolute;
  top: var(--maldives-space-6);
  right: var(--maldives-space-6);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: var(--maldives-radius-full);
  color: var(--maldives-white);
  font-size: 1.5rem;
  cursor: pointer;
  transition: all var(--maldives-transition-normal);
  display: flex;
  align-items: center;
  justify-content: center;
}

.maldives-lightbox-close:hover {
  background: var(--maldives-white);
  color: var(--maldives-gray-800);
}

.maldives-lightbox-prev,
.maldives-lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: var(--maldives-radius-full);
  color: var(--maldives-white);
  font-size: 1.5rem;
  cursor: pointer;
  transition: all var(--maldives-transition-normal);
  display: flex;
  align-items: center;
  justify-content: center;
}

.maldives-lightbox-prev {
  left: var(--maldives-space-6);
}

.maldives-lightbox-next {
  right: var(--maldives-space-6);
}

.maldives-lightbox-prev:hover,
.maldives-lightbox-next:hover {
  background: var(--maldives-white);
  color: var(--maldives-gray-800);
}

.maldives-lightbox-content {
  max-width: 90%;
  max-height: 90%;
  text-align: center;
}

.maldives-lightbox-content img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: var(--maldives-radius-lg);
  box-shadow: var(--maldives-shadow-2xl);
}

.maldives-lightbox-caption {
  color: var(--maldives-white);
  font-size: var(--maldives-text-lg);
  margin-top: var(--maldives-space-4);
}

/* ============================================
   25. STICKY MOBILE CTA
   ============================================ */
.maldives-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  background: var(--maldives-white);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  z-index: var(--maldives-z-fixed);
  padding: var(--maldives-space-3);
}

.maldives-sticky-cta {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--maldives-space-2);
}

.maldives-sticky-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--maldives-space-1);
  padding: var(--maldives-space-2);
  border-radius: var(--maldives-radius-md);
  font-size: var(--maldives-text-xs);
  font-weight: 600;
  text-decoration: none;
  transition: all var(--maldives-transition-fast);
}

.maldives-sticky-btn i {
  font-size: 1.25rem;
}

.maldives-sticky-call {
  background: var(--maldives-secondary);
  color: var(--maldives-white);
}

.maldives-sticky-whatsapp {
  background: #25D366;
  color: var(--maldives-white);
}

.maldives-sticky-enquire {
  background: var(--maldives-gradient-ocean);
  color: var(--maldives-white);
}

/* ============================================
   26. ANIMATIONS & KEYFRAMES
   ============================================ */
@keyframes maldives-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes maldives-loading {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes maldives-pulse-green {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
}

@keyframes maldives-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes maldives-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes maldives-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

@keyframes maldives-scroll-wheel {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
  }
}

@keyframes maldives-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* Scroll Animations */
.maldives-animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.maldives-animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   27. MEDIA QUERIES
   ============================================ */

/* Large Desktops */
@media (max-width: 1400px) {
  :root {
    --maldives-container-max: 1200px;
  }
  
  .maldives-resorts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktops */
@media (max-width: 1200px) {
  :root {
    --maldives-container-max: 992px;
  }
  
  .maldives-hero-title {
    font-size: var(--maldives-text-5xl);
  }
  
  .maldives-overview-grid {
    grid-template-columns: 1fr;
    gap: var(--maldives-space-8);
  }
  
  .maldives-overview-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .maldives-booking-wrapper {
    grid-template-columns: 1fr;
  }
  
  .maldives-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .maldives-related-card {
    flex: 0 0 calc(33.33% - 16px);
  }
}

/* Tablets */
@media (max-width: 992px) {
  :root {
    --maldives-container-max: 768px;
    --maldives-navbar-height: 70px;
  }
  
  /* Navbar */
  .maldives-hamburger {
    display: flex;
  }
  
  .maldives-nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: var(--maldives-white);
    flex-direction: column;
    align-items: stretch;
    padding: var(--maldives-space-20) var(--maldives-space-6);
    gap: var(--maldives-space-2);
    transition: right var(--maldives-transition-normal);
    box-shadow: var(--maldives-shadow-2xl);
    overflow-y: auto;
  }
  
  .maldives-nav-links.active {
    right: 0;
  }
  
  .maldives-nav-links a {
    color: var(--maldives-gray-700);
    padding: var(--maldives-space-3) var(--maldives-space-4);
    border-radius: var(--maldives-radius-md);
  }
  
  .maldives-nav-links a:hover,
  .maldives-nav-links a.active {
    background: var(--maldives-gray-100);
    color: var(--maldives-primary);
  }
  
  .maldives-nav-actions {
    display: none;
  }
  
  /* Hero */
  .maldives-hero-title {
    font-size: var(--maldives-text-4xl);
  }
  
  .maldives-hero-subtitle {
    font-size: var(--maldives-text-base);
  }
  
  .maldives-hero-controls {
    bottom: 80px;
  }
  
  /* Quick Info */
  .maldives-quick-info-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  /* Sections */
  .maldives-section {
    padding: var(--maldives-space-16) 0;
  }
  
  .maldives-section-title {
    font-size: var(--maldives-text-3xl);
  }
  
  /* Highlights */
  .maldives-highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .maldives-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  /* Gallery */
  .maldives-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
  }
  
  .maldives-gallery-item.maldives-gallery-large {
    grid-column: span 2;
    grid-row: span 1;
  }
  
  .maldives-gallery-item.maldives-gallery-tall {
    grid-row: span 1;
  }
  
  /* Reviews */
  .maldives-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .maldives-reviews-summary {
    flex-direction: column;
    gap: var(--maldives-space-6);
  }
  
  .maldives-rating-bars {
    min-width: 100%;
    max-width: 400px;
  }
  
  /* Related */
  .maldives-related-card {
    flex: 0 0 calc(50% - 12px);
  }
  
  /* CTA */
  .maldives-cta-content h2 {
    font-size: var(--maldives-text-3xl);
  }
  
  /* Footer */
  .maldives-footer-grid {
    gap: var(--maldives-space-8);
  }
}

/* Small Tablets & Large Phones */
@media (max-width: 768px) {
  :root {
    --maldives-container-padding: 1rem;
  }
  
  /* Hero */
  .maldives-hero-content {
    padding: var(--maldives-space-6);
  }
  
  .maldives-hero-title {
    font-size: var(--maldives-text-3xl);
  }
  
  .maldives-hero-title span {
    display: inline;
  }
  
  .maldives-hero-badges {
    gap: var(--maldives-space-2);
  }
  
  .maldives-badge {
    font-size: 0.65rem;
    padding: var(--maldives-space-1) var(--maldives-space-2);
  }
  
  .maldives-hero-meta {
    flex-direction: column;
    gap: var(--maldives-space-2);
  }
  
  .maldives-hero-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .maldives-hero-buttons .maldives-btn {
    width: 100%;
  }
  
  .maldives-hero-trust {
    flex-direction: column;
    gap: var(--maldives-space-2);
  }
  
  .maldives-hero-controls {
    display: none;
  }
  
  .maldives-scroll-indicator {
    display: none;
  }
  
  /* Quick Info */
  .maldives-quick-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  /* Overview */
  .maldives-overview-sidebar {
    grid-template-columns: 1fr;
  }
  
  .maldives-highlights-grid {
    grid-template-columns: 1fr;
  }
  
  .maldives-why-grid {
    grid-template-columns: 1fr;
  }
  
  /* Resorts */
  .maldives-resorts-grid {
    grid-template-columns: 1fr;
  }
  
  /* Itinerary */
  .maldives-day-card {
    flex-direction: column;
    gap: var(--maldives-space-4);
  }
  
  .maldives-day-marker {
    flex-direction: row;
    gap: var(--maldives-space-4);
  }
  
  .maldives-day-line {
    width: auto;
    height: 3px;
    flex-grow: 1;
    margin-top: 0;
    margin-left: 0;
  }
  
  .maldives-day-number {
    width: 50px;
    height: 50px;
    font-size: var(--maldives-text-lg);
  }
  
  .maldives-schedule-item {
    flex-direction: column;
    gap: var(--maldives-space-2);
  }
  
  .maldives-time {
    width: auto;
    align-self: flex-start;
  }
  
  .maldives-itinerary-actions {
    flex-direction: column;
  }
  
  .maldives-itinerary-actions .maldives-btn {
    width: 100%;
  }
  
  /* Gallery */
  .maldives-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
  }
  
  .maldives-gallery-item.maldives-gallery-large,
  .maldives-gallery-item.maldives-gallery-tall {
    grid-column: span 1;
    grid-row: span 1;
  }
  
  /* Booking Form */
  .maldives-form-row {
    grid-template-columns: 1fr;
  }
  
  .maldives-booking-features {
    grid-template-columns: 1fr;
  }
  
  .maldives-booking-trust {
    flex-direction: column;
    gap: var(--maldives-space-4);
    text-align: center;
  }
  
  .maldives-trust-item {
    justify-content: center;
  }
  
  .maldives-addon-options {
    grid-template-columns: 1fr;
  }
  
  .maldives-booking-form-container {
    padding: var(--maldives-space-6);
  }
  
  /* Reviews */
  .maldives-reviews-grid {
    grid-template-columns: 1fr;
  }
  
  /* FAQ */
  .maldives-faq-question {
    padding: var(--maldives-space-4);
    font-size: var(--maldives-text-sm);
  }
  
  .maldives-faq-answer {
    padding: 0 var(--maldives-space-4) var(--maldives-space-4);
  }
  
  .maldives-faq-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .maldives-faq-buttons .maldives-btn {
    width: 100%;
  }
  
  /* Related */
  .maldives-related-slider-container {
    padding: 0;
  }
  
  .maldives-related-nav {
    display: none;
  }
  
  .maldives-related-card {
    flex: 0 0 280px;
  }
  
  /* CTA */
  .maldives-cta-section {
    padding: var(--maldives-space-16) 0;
  }
  
  .maldives-cta-content h2 {
    font-size: var(--maldives-text-2xl);
  }
  
  .maldives-cta-features {
    flex-direction: column;
    gap: var(--maldives-space-2);
  }
  
  .maldives-cta-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .maldives-cta-buttons .maldives-btn {
    width: 100%;
  }
  
  /* Footer */
  .maldives-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .maldives-footer-about {
    padding-right: 0;
  }
  
  .maldives-footer-social {
    justify-content: center;
  }
  
  .maldives-footer-col h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .maldives-footer-contact ul li {
    justify-content: center;
  }
  
  .maldives-newsletter-form {
    flex-direction: column;
  }
  
  .maldives-footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }
  
  .maldives-footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--maldives-space-3);
  }
  
  .maldives-payment-methods {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  /* WhatsApp Float */
  .maldives-whatsapp-text {
    display: none;
  }
  
  .maldives-whatsapp-float {
    width: 55px;
    height: 55px;
    padding: 0;
    justify-content: center;
    bottom: 90px;
    right: 15px;
  }
  
  .maldives-whatsapp-float i {
    font-size: 1.75rem;
  }
  
  /* Back to Top */
  .maldives-back-to-top {
    bottom: 160px;
    right: 15px;
    width: 45px;
    height: 45px;
  }
  
  /* Sticky CTA */
  .maldives-sticky-cta {
    display: grid;
  }
  
  /* Lightbox */
  .maldives-lightbox-prev,
  .maldives-lightbox-next {
    width: 45px;
    height: 45px;
  }
  
  .maldives-lightbox-prev {
    left: var(--maldives-space-2);
  }
  
  .maldives-lightbox-next {
    right: var(--maldives-space-2);
  }
  
  .maldives-lightbox-close {
    top: var(--maldives-space-3);
    right: var(--maldives-space-3);
    width: 40px;
    height: 40px;
  }
}

/* Mobile Phones */
@media (max-width: 480px) {
  .maldives-hero-title {
    font-size: var(--maldives-text-2xl);
  }
  
  .maldives-hero-subtitle {
    font-size: var(--maldives-text-sm);
  }
  
  .maldives-section-title {
    font-size: var(--maldives-text-2xl);
  }
  
  .maldives-section-subtitle {
    font-size: var(--maldives-text-base);
  }
  
  .maldives-quick-info-grid {
    grid-template-columns: 1fr;
  }
  
  .maldives-quick-info-item {
    justify-content: center;
    text-align: center;
  }
  
  .maldives-highlight-item {
    padding: var(--maldives-space-3);
  }
  
  .maldives-highlight-item i {
    width: 35px;
    height: 35px;
    font-size: var(--maldives-text-base);
  }
  
  .maldives-day-title h3 {
    font-size: var(--maldives-text-base);
  }
  
  .maldives-day-details {
    padding: var(--maldives-space-4);
  }
  
  .maldives-day-image img {
    height: 180px;
  }
  
  .maldives-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }
  
  .maldives-trip-type-options {
    flex-direction: column;
  }
  
  .maldives-trip-option span {
    width: 100%;
    justify-content: center;
  }
  
  .maldives-hotel-options {
    flex-direction: column;
  }
  
  .maldives-hotel-option span {
    width: 100%;
    justify-content: center;
  }
  
  .maldives-review-card {
    padding: var(--maldives-space-4);
  }
  
  .maldives-rating-number {
    font-size: 3rem;
  }
  
  .maldives-related-card {
    flex: 0 0 260px;
    min-width: 260px;
  }
  
  .maldives-cta-content h2 {
    font-size: var(--maldives-text-xl);
  }
  
  .maldives-footer-top {
    padding: var(--maldives-space-10) 0;
  }
}

/* Extra Small Phones */
@media (max-width: 360px) {
  :root {
    --maldives-container-padding: 0.75rem;
  }
  
  .maldives-hero-title {
    font-size: 1.75rem;
  }
  
  .maldives-btn-lg {
    padding: var(--maldives-space-3) var(--maldives-space-6);
    font-size: var(--maldives-text-sm);
  }
  
  .maldives-phone-input {
    flex-direction: column;
  }
  
  .maldives-phone-input select {
    width: 100%;
  }
}

/* Landscape Mode on Mobile */
@media (max-height: 500px) and (orientation: landscape) {
  .maldives-hero {
    min-height: auto;
    padding: var(--maldives-space-20) 0;
  }
  
  .maldives-hero-content {
    padding-top: var(--maldives-space-8);
  }
  
  .maldives-scroll-indicator {
    display: none;
  }
}

/* Print Styles */
@media print {
  .maldives-navbar,
  .maldives-whatsapp-float,
  .maldives-back-to-top,
  .maldives-sticky-cta,
  .maldives-hero-controls,
  .maldives-scroll-indicator,
  .maldives-booking-section,
  .maldives-cta-section,
  .maldives-related-section,
  .maldives-lightbox {
    display: none !important;
  }
  
  .maldives-hero {
    min-height: auto;
    padding: var(--maldives-space-8);
  }
  
  .maldives-hero-slide:not(.active) {
    display: none;
  }
  
  .maldives-day-details {
    display: block !important;
  }
  
  .maldives-section {
    padding: var(--maldives-space-8) 0;
  }
  
  body {
    font-size: 12pt;
    color: #000;
  }
  
  a {
    text-decoration: underline;
    color: #000;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  :root {
    --maldives-primary: #006080;
    --maldives-gray-500: #333;
  }
  
  .maldives-badge,
  .maldives-btn {
    border: 2px solid currentColor;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  html {
    scroll-behavior: auto;
  }
  
  .maldives-hero-slide {
    transition: none;
  }
}

/* Focus Visible for Keyboard Navigation */
@media (scripting: enabled) {
  :focus:not(:focus-visible) {
    outline: none;
  }
}

/* ============================================
   28. UTILITY HOVER EFFECTS
   ============================================ */

/* Shine Effect on Buttons */
.maldives-btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.maldives-btn-primary:hover::before {
  left: 100%;
}

.maldives-btn-primary {
  position: relative;
  overflow: hidden;
}

/* Image Zoom Container */
.maldives-img-zoom {
  overflow: hidden;
}

.maldives-img-zoom img {
  transition: transform var(--maldives-transition-slow);
}

.maldives-img-zoom:hover img {
  transform: scale(1.1);
}

/* Card Lift Effect */
.maldives-card-lift {
  transition: transform var(--maldives-transition-normal), 
              box-shadow var(--maldives-transition-normal);
}

.maldives-card-lift:hover {
  transform: translateY(-8px);
  box-shadow: var(--maldives-shadow-xl);
}

/* Underline Animation */
.maldives-underline-hover {
  position: relative;
}

.maldives-underline-hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--maldives-primary);
  transition: width var(--maldives-transition-normal);
}

.maldives-underline-hover:hover::after {
  width: 100%;
}

/* Glow Effect */
.maldives-glow-hover {
  transition: box-shadow var(--maldives-transition-normal);
}

.maldives-glow-hover:hover {
  box-shadow: var(--maldives-shadow-glow-lg);
}

/* ============================================
   29. LOADING SKELETON
   ============================================ */
.maldives-skeleton {
  background: linear-gradient(
    90deg,
    var(--maldives-gray-200) 25%,
    var(--maldives-gray-100) 50%,
    var(--maldives-gray-200) 75%
  );
  background-size: 200% 100%;
  animation: maldives-shimmer 1.5s infinite;
  border-radius: var(--maldives-radius-md);
}

.maldives-skeleton-text {
  height: 1em;
  margin-bottom: 0.5em;
}

.maldives-skeleton-title {
  height: 1.5em;
  width: 60%;
  margin-bottom: 1em;
}

.maldives-skeleton-image {
  height: 200px;
  margin-bottom: 1em;
}

/* ============================================
   30. CUSTOM SCROLLBAR
   ============================================ */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: var(--maldives-gray-100);
}

::-webkit-scrollbar-thumb {
  background: var(--maldives-gray-400);
  border-radius: var(--maldives-radius-full);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--maldives-gray-500);
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--maldives-gray-400) var(--maldives-gray-100);
}

/* ============================================
   END OF MALDIVES CSS
   ============================================ */