﻿/* TatilPro Combined CSS - Auto-generated 2026-03-05 14:24 */
/* DO NOT EDIT - This file is auto-generated from individual CSS files */

/* ====== theme-system.css ====== */
/**
 * TatilPro World-Class Theme System
 * 
 * This file defines the complete design system for TatilPro theme
 * following world-class standards and best practices.
 * 
 * Standards followed:
 * - WCAG 2.1 AA accessibility
 * - Modern CSS custom properties
 * - Responsive design principles
 * - Consistent spacing and typography scales
 */

/* ============================================
   ROOT VARIABLES - Design Tokens
   ============================================ */

:root {
  /* ============================================
     TYPOGRAPHY SYSTEM
     ============================================ */
  
  /* Font Families */
  --font-primary: 'Geist', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Geist', 'Inter', sans-serif;
  --font-mono: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  
  /* Font Sizes - Type Scale (Major Third: 1.25) */
  --text-xs: 0.75rem;      /* 12px */
  --text-sm: 0.875rem;     /* 14px */
  --text-base: 1rem;       /* 16px */
  --text-lg: 1.125rem;     /* 18px */
  --text-xl: 1.25rem;      /* 20px */
  --text-2xl: 1.5rem;      /* 24px */
  --text-3xl: 1.875rem;    /* 30px */
  --text-4xl: 2.25rem;     /* 36px */
  --text-5xl: 2.8125rem;   /* 45px */
  --text-6xl: 3.5rem;      /* 56px */
  
  /* Font Weights */
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  
  /* Line Heights */
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  
  /* Letter Spacing */
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  
  /* ============================================
     COLOR SYSTEM - Villa Page Standard
     ============================================ */
  
  /* Primary Brand Colors */
  --color-primary-50: #eff6ff;
  --color-primary-100: #dbeafe;
  --color-primary-200: #bfdbfe;
  --color-primary-300: #93c5fd;
  --color-primary-400: #60a5fa;
  --color-primary-500: #3b82f6;
  --color-primary-600: #2563eb;
  --color-primary-700: #1d4ed8;
  --color-primary-800: #1e40af;
  --color-primary-900: #1e3a8a;
  
  /* Secondary Colors (Navy) */
  --color-secondary-50: #f8fafc;
  --color-secondary-100: #f1f5f9;
  --color-secondary-200: #e2e8f0;
  --color-secondary-300: #cbd5e1;
  --color-secondary-400: #94a3b8;
  --color-secondary-500: #64748b;
  --color-secondary-600: #475569;
  --color-secondary-700: #334155;
  --color-secondary-800: #1e293b;
  --color-secondary-900: #0f172a;
  
  /* Accent Colors */
  --color-accent-green: #28c2a6;
  --color-accent-green-dark: #1fa088;
  --color-accent-yellow: #ffc107;
  --color-accent-yellow-dark: #ffb300;
  --color-accent-red: #ed0925;
  --color-accent-red-dark: #c7081f;
  --color-accent-orange: #ff6b35;
  --color-accent-orange-dark: #e55a2b;
  
  /* Semantic Colors */
  --color-success: #38c172;
  --color-success-light: #d4edda;
  --color-warning: #ffc107;
  --color-warning-light: #fff3cd;
  --color-error: #e3342f;
  --color-error-light: #f8d7da;
  --color-info: #3b82f6;
  --color-info-light: #d1ecf1;
  
  /* Neutral Colors (Grayscale) */
  --color-neutral-50: #f9fafb;
  --color-neutral-100: #f3f4f6;
  --color-neutral-200: #e5e7eb;
  --color-neutral-300: #d1d5db;
  --color-neutral-400: #9ca3af;
  --color-neutral-500: #6b7280;
  --color-neutral-600: #4b5563;
  --color-neutral-700: #374151;
  --color-neutral-800: #1f2937;
  --color-neutral-900: #111827;
  
  /* Text Colors */
  --color-text-primary: #1a2b48;
  --color-text-secondary: #5e6d77;
  --color-text-muted: #6b7280;
  --color-text-light: #9ca3af;
  --color-text-white: #ffffff;
  --color-text-inverse: #ffffff;
  
  /* Background Colors */
  --color-bg-white: #ffffff;
  --color-bg-light: #f3f4f6;
  --color-bg-lighter: #f7fafc;
  --color-bg-gray: #e5e7eb;
  --color-bg-dark: #1a2b48;
  
  /* Border Colors */
  --color-border-light: #e0e0e0;
  --color-border-base: #d7dce3;
  --color-border-gray: #d1d5db;
  --color-border-dark: #dfdfdf;
  --color-border-primary: #3b82f6;
  
  /* Interactive States */
  --color-hover: #3b82f6;
  --color-hover-dark: #2563eb;
  --color-focus: #0066CC;
  --color-active: #1d4ed8;
  --color-disabled: #cbd5e0;
  --color-disabled-text: #9ca3af;
  
  /* ============================================
     SPACING SYSTEM - 4px Base Unit
     ============================================ */
  
  --spacing-0: 0;
  --spacing-1: 0.25rem;    /* 4px */
  --spacing-2: 0.5rem;      /* 8px */
  --spacing-3: 0.75rem;     /* 12px */
  --spacing-4: 1rem;        /* 16px */
  --spacing-5: 1.25rem;     /* 20px */
  --spacing-6: 1.5rem;      /* 24px */
  --spacing-8: 2rem;        /* 32px */
  --spacing-10: 2.5rem;     /* 40px */
  --spacing-12: 3rem;       /* 48px */
  --spacing-16: 4rem;       /* 64px */
  --spacing-20: 5rem;       /* 80px */
  --spacing-24: 6rem;       /* 96px */
  --spacing-32: 8rem;       /* 128px */
  
  /* ============================================
     BORDER RADIUS SYSTEM
     ============================================ */
  
  --radius-none: 0;
  --radius-sm: 0.25rem;     /* 4px */
  --radius-base: 0.5rem;     /* 8px */
  --radius-md: 0.75rem;      /* 12px */
  --radius-lg: 1rem;         /* 16px */
  --radius-xl: 1.5rem;       /* 24px */
  --radius-2xl: 2rem;         /* 32px */
  --radius-full: 9999px;
  
  /* ============================================
     SHADOW SYSTEM
     ============================================ */
  
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-base: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  --shadow-none: none;
  
  /* Colored Shadows */
  --shadow-primary: 0 4px 6px -1px rgba(59, 130, 246, 0.3);
  --shadow-primary-lg: 0 10px 15px -3px rgba(59, 130, 246, 0.4);
  
  /* ============================================
     Z-INDEX SYSTEM
     ============================================ */
  
  --z-base: 0;
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  
  /* ============================================
     TRANSITION SYSTEM
     ============================================ */
  
  --transition-fast: 150ms ease-in-out;
  --transition-base: 200ms ease-in-out;
  --transition-slow: 300ms ease-in-out;
  --transition-slower: 500ms ease-in-out;
  
  /* ============================================
     BREAKPOINTS (for media queries)
     ============================================ */
  
  --breakpoint-xs: 475px;
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1536px;
  
  /* Special breakpoints for optimization */
  --breakpoint-1366: 1366px;
  --breakpoint-1920: 1920px;
  
  /* ============================================
     CONTAINER MAX-WIDTHS
     ============================================ */
  
  --container-sm: 640px;
  --container-md: 768px;
  --container-lg: 1024px;
  --container-xl: 1280px;
  --container-2xl: 1536px;
  --container-1366: 1280px;
  --container-1920: 1536px;
  
  /* ============================================
     LAYOUT
     ============================================ */
  
  --header-height: 80px;
  --header-height-mobile: 64px;
  --footer-height: auto;
  --sidebar-width: 320px;
  
  /* ============================================
     GRID SYSTEM
     ============================================ */
  
  --grid-columns: 12;
  --grid-gap-sm: 1rem;
  --grid-gap-md: 1.5rem;
  --grid-gap-lg: 2rem;
  
  /* ============================================
     OPACITY
     ============================================ */
  
  --opacity-0: 0;
  --opacity-25: 0.25;
  --opacity-50: 0.5;
  --opacity-75: 0.75;
  --opacity-100: 1;
}

/* ============================================
   DARK MODE (Future Support)
   ============================================ */

@media (prefers-color-scheme: dark) {
  :root {
    /* Dark mode colors can be added here */
    /* Currently keeping light mode as default */
  }
}

/* ============================================
   BASE TYPOGRAPHY
   ============================================ */

body {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  line-height: var(--leading-normal);
  color: var(--color-text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* ============================================
   HEADINGS - Consistent Typography
   ============================================ */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-display);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  color: var(--color-text-primary);
  margin-top: 0;
  margin-bottom: var(--spacing-4);
  letter-spacing: var(--tracking-tight);
}

h1, .h1 {
  font-size: var(--text-5xl);
  font-weight: var(--font-extrabold);
  letter-spacing: var(--tracking-tighter);
  line-height: var(--leading-tight);
}

h2, .h2 {
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  letter-spacing: var(--tracking-tight);
}

h3, .h3 {
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
}

h4, .h4 {
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
}

h5, .h5 {
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
}

h6, .h6 {
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
}

/* Responsive Heading Sizes */
@media (max-width: 768px) {
  h1, .h1 { font-size: var(--text-4xl); }
  h2, .h2 { font-size: var(--text-3xl); }
  h3, .h3 { font-size: var(--text-2xl); }
  h4, .h4 { font-size: var(--text-xl); }
  h5, .h5 { font-size: var(--text-lg); }
  h6, .h6 { font-size: var(--text-base); }
}

/* ============================================
   TEXT UTILITIES
   ============================================ */

.text-primary { color: var(--color-text-primary); }
.text-secondary { color: var(--color-text-secondary); }
.text-muted { color: var(--color-text-muted); }
.text-light { color: var(--color-text-light); }
.text-white { color: var(--color-text-white); }

.text-primary-color { color: var(--color-primary-600); }
.text-success { color: var(--color-success); }
.text-warning { color: var(--color-warning); }
.text-error { color: var(--color-error); }
.text-info { color: var(--color-info); }

/* ============================================
   BACKGROUND UTILITIES
   ============================================ */

.bg-white { background-color: var(--color-bg-white); }
.bg-light { background-color: var(--color-bg-light); }
.bg-lighter { background-color: var(--color-bg-lighter); }
.bg-gray { background-color: var(--color-bg-gray); }
.bg-dark { background-color: var(--color-bg-dark); }

.bg-primary { background-color: var(--color-primary-600); }
.bg-primary-light { background-color: var(--color-primary-100); }
.bg-secondary { background-color: var(--color-secondary-800); }

/* ============================================
   BORDER UTILITIES
   ============================================ */

.border { border-width: 1px; border-style: solid; border-color: var(--color-border-base); }
.border-light { border-color: var(--color-border-light); }
.border-gray { border-color: var(--color-border-gray); }
.border-primary { border-color: var(--color-border-primary); }

.rounded { border-radius: var(--radius-base); }
.rounded-md { border-radius: var(--radius-md); }
.rounded-lg { border-radius: var(--radius-lg); }
.rounded-full { border-radius: var(--radius-full); }

/* ============================================
   SHADOW UTILITIES
   ============================================ */

.shadow-sm { box-shadow: var(--shadow-sm); }
.shadow { box-shadow: var(--shadow-base); }
.shadow-md { box-shadow: var(--shadow-md); }
.shadow-lg { box-shadow: var(--shadow-lg); }
.shadow-xl { box-shadow: var(--shadow-xl); }
.shadow-none { box-shadow: var(--shadow-none); }

.shadow-primary { box-shadow: var(--shadow-primary); }
.shadow-primary-lg { box-shadow: var(--shadow-primary-lg); }

/* ============================================
   SPACING UTILITIES
   ============================================ */

.p-0 { padding: var(--spacing-0); }
.p-1 { padding: var(--spacing-1); }
.p-2 { padding: var(--spacing-2); }
.p-3 { padding: var(--spacing-3); }
.p-4 { padding: var(--spacing-4); }
.p-5 { padding: var(--spacing-5); }
.p-6 { padding: var(--spacing-6); }
.p-8 { padding: var(--spacing-8); }

.m-0 { margin: var(--spacing-0); }
.m-1 { margin: var(--spacing-1); }
.m-2 { margin: var(--spacing-2); }
.m-3 { margin: var(--spacing-3); }
.m-4 { margin: var(--spacing-4); }
.m-5 { margin: var(--spacing-5); }
.m-6 { margin: var(--spacing-6); }
.m-8 { margin: var(--spacing-8); }

/* ============================================
   BUTTON SYSTEM
   ============================================ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-3) var(--spacing-6);
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-primary {
  background: linear-gradient(to right, var(--color-primary-500), var(--color-primary-600));
  color: var(--color-text-white);
  box-shadow: var(--shadow-primary);
}

.btn-primary:hover {
  background: linear-gradient(to right, var(--color-primary-600), var(--color-primary-700));
  box-shadow: var(--shadow-primary-lg);
  transform: translateY(-1px);
}

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

.btn-secondary {
  background-color: var(--color-secondary-800);
  color: var(--color-text-white);
}

.btn-secondary:hover {
  background-color: var(--color-secondary-900);
}

.btn-outline {
  background-color: transparent;
  border: 2px solid var(--color-primary-600);
  color: var(--color-primary-600);
}

.btn-outline:hover {
  background-color: var(--color-primary-600);
  color: var(--color-text-white);
}

.btn:disabled {
  background-color: var(--color-disabled);
  color: var(--color-disabled-text);
  cursor: not-allowed;
  opacity: var(--opacity-50);
}

/* ============================================
   CARD SYSTEM
   ============================================ */

.card {
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-border-base);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-base);
  overflow: hidden;
  transition: all var(--transition-base);
}

.card:hover {
  border-color: var(--color-primary-400);
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.card-header {
  padding: var(--spacing-6);
  border-bottom: 1px solid var(--color-border-light);
}

.card-body {
  padding: var(--spacing-6);
}

.card-footer {
  padding: var(--spacing-6);
  border-top: 1px solid var(--color-border-light);
  background-color: var(--color-bg-lighter);
}

/* ============================================
   FORM SYSTEM
   ============================================ */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="time"],
select,
textarea {
  width: 100%;
  padding: var(--spacing-3) var(--spacing-4);
  font-family: var(--font-primary);
  font-size: var(--text-base);
  line-height: var(--leading-normal);
  color: var(--color-text-primary);
  background-color: var(--color-bg-white);
  border: 1px solid var(--color-border-base);
  border-radius: var(--radius-base);
  transition: all var(--transition-fast);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--color-primary-500);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

input:disabled,
select:disabled,
textarea:disabled {
  background-color: var(--color-bg-light);
  color: var(--color-disabled-text);
  cursor: not-allowed;
}

/* ============================================
   CONTAINER SYSTEM
   ============================================ */

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spacing-4);
  padding-right: var(--spacing-4);
}

@media (min-width: 640px) {
  .container { max-width: var(--container-sm); }
}

@media (min-width: 768px) {
  .container { max-width: var(--container-md); }
}

@media (min-width: 1024px) {
  .container { max-width: var(--container-lg); }
}

@media (min-width: 1280px) {
  .container { max-width: var(--container-xl); }
}

@media (min-width: 1366px) {
  .container { 
    max-width: var(--container-1366);
    padding-left: var(--spacing-8);
    padding-right: var(--spacing-8);
  }
}

@media (min-width: 1920px) {
  .container { 
    max-width: var(--container-1920);
    padding-left: var(--spacing-12);
    padding-right: var(--spacing-12);
  }
}

/* ============================================
   RESPONSIVE UTILITIES
   ============================================ */

@media (max-width: 767px) {
  .mobile-hidden { display: none !important; }
}

@media (min-width: 768px) {
  .mobile-only { display: none !important; }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus-visible:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 2px;
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

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

@keyframes scaleIn {
  from { 
    transform: scale(0.95); 
    opacity: 0; 
  }
  to { 
    transform: scale(1); 
    opacity: 1; 
  }
}

.animate-fade-in {
  animation: fadeIn var(--transition-slow) ease-out;
}

.animate-slide-in {
  animation: slideIn var(--transition-slow) ease-out;
}

.animate-scale-in {
  animation: scaleIn var(--transition-base) ease-out;
}

/* ============================================
   LINE CLAMP UTILITIES
   ============================================ */

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* ============================================
   CUSTOM SCROLLBAR
   ============================================ */

.scrollbar-thin {
  scrollbar-width: thin;
  scrollbar-color: var(--color-neutral-400) transparent;
}

.scrollbar-thin::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scrollbar-thin::-webkit-scrollbar-track {
  background: transparent;
}

.scrollbar-thin::-webkit-scrollbar-thumb {
  background-color: var(--color-neutral-400);
  border-radius: 3px;
}

.scrollbar-thin::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-neutral-500);
}



/* ====== typography-standardization.css ====== */
/**
 * Typography Standardization
 * 
 * Ensures consistent typography across all pages
 * Uses theme-system.css variables
 */

/* ============================================
   HEADING COLORS - Consistent Across All Pages
   ============================================ */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.section-title,
.page-title,
.content-title {
  color: var(--color-text-primary);
  font-family: var(--font-display);
}

/* Lighter heading color for better readability (as requested) */
h1, .h1 {
  color: var(--color-secondary-800);
  font-weight: var(--font-extrabold);
}

h2, .h2 {
  color: var(--color-secondary-800);
  font-weight: var(--font-bold);
}

h3, .h3 {
  color: var(--color-secondary-700);
  font-weight: var(--font-bold);
}

h4, .h4 {
  color: var(--color-secondary-700);
  font-weight: var(--font-semibold);
}

h5, .h5 {
  color: var(--color-secondary-600);
  font-weight: var(--font-semibold);
}

h6, .h6 {
  color: var(--color-secondary-600);
  font-weight: var(--font-semibold);
}

/* Main headings - Softer colors for better UX */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);
    font-weight: 700;
    color: #4B5563; /* Softer gray instead of dark black */
    line-height: 1.2;
    margin-bottom: 1rem;
}

/* Section Titles - Consistent Styling */
.section-title {
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  color: var(--color-text-primary);
  margin-bottom: var(--spacing-6);
  letter-spacing: var(--tracking-tight);
}

.section-subtitle {
  font-size: var(--text-lg);
  font-weight: var(--font-normal);
  color: var(--color-text-secondary);
  margin-bottom: var(--spacing-8);
}

/* Page Titles */
.page-title {
  font-size: var(--text-5xl);
  font-weight: var(--font-extrabold);
  color: var(--color-text-primary);
  margin-bottom: var(--spacing-4);
}

.page-subtitle {
  font-size: var(--text-xl);
  font-weight: var(--font-normal);
  color: var(--color-text-secondary);
  margin-bottom: var(--spacing-6);
}

/* Content Titles */
.content-title {
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
  color: var(--color-text-primary);
  margin-bottom: var(--spacing-4);
}

/* ============================================
   PARAGRAPH STYLING
   ============================================ */

p {
  font-size: var(--text-base);
  line-height: var(--leading-relaxed);
  color: var(--color-text-secondary);
  margin-bottom: var(--spacing-4);
}

p.lead {
  font-size: var(--text-lg);
  line-height: var(--leading-relaxed);
  color: var(--color-text-primary);
  font-weight: var(--font-normal);
}

/* ============================================
   LINK STYLING
   Scoped to content areas only to avoid
   overriding Tailwind utilities in nav/cards
   ============================================ */

.prose a,
.tatilpro-content a,
article a,
.page-content a {
  color: var(--color-primary-600);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.prose a:hover,
.tatilpro-content a:hover,
article a:hover,
.page-content a:hover {
  color: var(--color-primary-700);
  text-decoration: underline;
}

a:focus-visible {
  outline: 2px solid var(--color-primary-500);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

.link-primary {
  color: var(--color-primary-600);
  font-weight: var(--font-medium);
}

.link-primary:hover {
  color: var(--color-primary-700);
}

.link-secondary {
  color: var(--color-text-secondary);
}

.link-secondary:hover {
  color: var(--color-text-primary);
}

/* ============================================
   TEXT UTILITIES - Extending Theme System
   ============================================ */

.text-heading {
  color: var(--color-text-primary);
  font-family: var(--font-display);
  font-weight: var(--font-bold);
}

.text-body {
  color: var(--color-text-secondary);
  font-family: var(--font-primary);
  font-weight: var(--font-normal);
}

.text-caption {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: var(--leading-normal);
}

.text-small {
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
}

.text-large {
  font-size: var(--text-lg);
  line-height: var(--leading-relaxed);
}

/* ============================================
   RESPONSIVE TYPOGRAPHY
   ============================================ */

@media (max-width: 768px) {
  .section-title {
    font-size: var(--text-3xl);
    margin-bottom: var(--spacing-4);
  }
  
  .page-title {
    font-size: var(--text-4xl);
  }
  
  .page-subtitle {
    font-size: var(--text-lg);
  }
  
  .content-title {
    font-size: var(--text-xl);
  }
}

/* ============================================
   FONT LOADING OPTIMIZATION
   ============================================ */

/* Prevent FOIT (Flash of Invisible Text) */
body {
  font-display: swap;
}

/* Ensure consistent font rendering */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}



/* ====== global-standardization.css ====== */
/**
 * Global Standardization CSS
 * 
 * Ensures consistent styling across all pages
 * Uses theme-system.css variables
 */

/* ============================================
   GLOBAL OVERRIDES - Ensure Consistency
   ============================================ */

/* Force consistent font rendering */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Ensure all text uses theme colors */
body {
  font-family: var(--font-primary);
  color: var(--color-text-primary);
  background-color: var(--color-bg-white);
}

/* ============================================
   ALL HEADINGS - Consistent Styling
   ============================================ */

/* Force consistent heading colors across all pages */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-display);
  color: var(--color-text-primary);
}

/* Lighter headings as requested */
h1, .h1 {
  color: var(--color-secondary-800);
  font-weight: var(--font-extrabold);
}

h2, .h2 {
  color: var(--color-secondary-800);
  font-weight: var(--font-bold);
}

h3, .h3 {
  color: var(--color-secondary-700);
  font-weight: var(--font-bold);
}

h4, .h4 {
  color: var(--color-secondary-700);
  font-weight: var(--font-semibold);
}

h5, .h5 {
  color: var(--color-secondary-600);
  font-weight: var(--font-semibold);
}

h6, .h6 {
  color: var(--color-secondary-600);
  font-weight: var(--font-semibold);
}

/* ============================================
   ALL LINKS - Consistent Styling
   Scoped to content areas only to avoid
   overriding Tailwind utilities in nav/cards
   ============================================ */

.prose a,
.tatilpro-content a,
article a,
.page-content a {
  color: var(--color-primary-600);
  transition: color var(--transition-fast);
}

.prose a:hover,
.tatilpro-content a:hover,
article a:hover,
.page-content a:hover {
  color: var(--color-primary-700);
}

/* Preserve white text on gradient/colored button links on hover */
a.text-white:hover,
a[class*="bg-gradient"]:hover,
a[class*="bg-blue-500"]:hover,
a[class*="bg-blue-600"]:hover,
a[class*="bg-blue-700"]:hover,
a[class*="bg-blue-800"]:hover,
a[class*="bg-blue-900"]:hover {
  color: #fff !important;
}

a:focus-visible {
  outline: 2px solid var(--color-primary-500);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

/* ============================================
   ALL BUTTONS - Consistent Styling
   ============================================ */

button,
.btn,
[type="button"],
[type="submit"] {
  font-family: var(--font-primary);
  transition: all var(--transition-base);
}

button:focus,
.btn:focus,
[type="button"]:focus,
[type="submit"]:focus {
  outline: 2px solid var(--color-primary-500);
  outline-offset: 2px;
}

/* ============================================
   ALL CARDS - Consistent Styling
   ============================================ */

.card,
.listing-card,
.property-card,
.hotel-card,
.villa-card,
.tour-card,
.yacht-card,
.bungalow-card {
  font-family: var(--font-primary);
  border-color: var(--color-border-base);
  border-radius: var(--radius-lg);
}

/* ============================================
   ALL FORMS - Consistent Styling
   ============================================ */

input,
select,
textarea {
  font-family: var(--font-primary);
  border-color: var(--color-border-base);
  transition: all var(--transition-fast);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--color-primary-500);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* ============================================
   ALL SECTIONS - Consistent Spacing
   ============================================ */

section {
  padding-top: var(--spacing-16);
  padding-bottom: var(--spacing-16);
}

@media (max-width: 768px) {
  section {
    padding-top: var(--spacing-12);
    padding-bottom: var(--spacing-12);
  }
}

/* ============================================
   ALL CONTAINERS - Consistent Max-Width
   ============================================ */

.container,
.wrapper,
.main-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spacing-4);
  padding-right: var(--spacing-4);
}

@media (min-width: 640px) {
  .container,
  .wrapper,
  .main-content {
    max-width: var(--container-sm);
  }
}

@media (min-width: 768px) {
  .container,
  .wrapper,
  .main-content {
    max-width: var(--container-md);
  }
}

@media (min-width: 1024px) {
  .container,
  .wrapper,
  .main-content {
    max-width: var(--container-lg);
  }
}

@media (min-width: 1280px) {
  .container,
  .wrapper,
  .main-content {
    max-width: var(--container-xl);
  }
}

@media (min-width: 1366px) {
  .container,
  .wrapper,
  .main-content {
    max-width: var(--container-1366);
    padding-left: var(--spacing-8);
    padding-right: var(--spacing-8);
  }
}

@media (min-width: 1920px) {
  .container,
  .wrapper,
  .main-content {
    max-width: var(--container-1920);
    padding-left: var(--spacing-12);
    padding-right: var(--spacing-12);
  }
}

/* ============================================
   PAGE SPECIFIC OVERRIDES
   ============================================ */

/* Hotel Pages */
.hotel-page,
.hotels-page {
  font-family: var(--font-primary);
  color: var(--color-text-primary);
}

/* Villa Pages */
.villa-page,
.villas-page {
  font-family: var(--font-primary);
  color: var(--color-text-primary);
}

/* Tour Pages */
.tour-page,
.tours-page {
  font-family: var(--font-primary);
  color: var(--color-text-primary);
}

/* Yacht Pages */
.yacht-page,
.yachts-page {
  font-family: var(--font-primary);
  color: var(--color-text-primary);
}

/* Bungalow Pages */
.bungalow-page,
.bungalows-page {
  font-family: var(--font-primary);
  color: var(--color-text-primary);
}

/* ============================================
   UTILITY CLASSES - Force Consistency
   ============================================ */

/* Text Color Utilities */
.text-primary-color {
  color: var(--color-primary-600) !important;
}

.text-secondary-color {
  color: var(--color-text-secondary) !important;
}

/* Background Utilities */
.bg-primary-gradient {
  background: linear-gradient(to right, var(--color-primary-500), var(--color-primary-600));
}

.bg-secondary-gradient {
  background: linear-gradient(to right, var(--color-secondary-50), var(--color-primary-50));
}

/* Border Utilities */
.border-primary {
  border-color: var(--color-primary-500) !important;
}

.border-secondary {
  border-color: var(--color-secondary-200) !important;
}

/* Shadow Utilities */
.shadow-primary {
  box-shadow: var(--shadow-primary) !important;
}

.shadow-primary-lg {
  box-shadow: var(--shadow-primary-lg) !important;
}

/* ============================================
   RESPONSIVE FONT SIZES
   ============================================ */

@media (max-width: 768px) {
  body {
    font-size: var(--text-base);
  }
  
  h1, .h1 { font-size: var(--text-4xl); }
  h2, .h2 { font-size: var(--text-3xl); }
  h3, .h3 { font-size: var(--text-2xl); }
  h4, .h4 { font-size: var(--text-xl); }
  h5, .h5 { font-size: var(--text-lg); }
  h6, .h6 { font-size: var(--text-base); }
}

/* ============================================
   ACCESSIBILITY ENHANCEMENTS
   ============================================ */

/* Focus visible for keyboard navigation */
*:focus-visible {
  outline: 2px solid var(--color-primary-500);
  outline-offset: 2px;
}

/* Skip to content link */
.skip-to-content {
  position: absolute;
  left: -9999px;
  z-index: var(--z-tooltip);
}

.skip-to-content:focus {
  left: var(--spacing-4);
  top: var(--spacing-4);
  padding: var(--spacing-2) var(--spacing-4);
  background-color: var(--color-primary-600);
  color: var(--color-text-white);
  border-radius: var(--radius-base);
}

/* ============================================
   RTL SUPPORT (Arabic)
   ============================================ */

[dir="rtl"] {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .container,
[dir="rtl"] .wrapper,
[dir="rtl"] .main-content {
  text-align: right;
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
  * {
    background: white !important;
    color: black !important;
    box-shadow: none !important;
  }
  
  a {
    color: black !important;
    text-decoration: underline;
  }
  
  .no-print {
    display: none !important;
  }
}



/* ====== responsive-fixes.css ====== */
/* ============================================
   RESPONSIVE LAYOUT FIXES FOR TATILPRO THEME
   Addresses horizontal scrolling at 1366px and 1920px
   ============================================ */

/* ============================================
   1. GLOBAL OVERFLOW PREVENTION
   ============================================ */

html {
    overflow-x: hidden;
    max-width: 100vw;
    position: relative;
}

body {
    overflow-x: hidden;
    max-width: 100vw;
    position: relative;
}

* {
    box-sizing: border-box;
}

/* Prevent any element from exceeding viewport width */
* {
    max-width: 100%;
}

/* Allow specific elements to be full width */
html, body, .full-width-allowed {
    max-width: none;
}

/* ============================================
   2. CONTAINER RESPONSIVE WIDTHS
   ============================================ */

/* Tailwind's container class responsive adjustments */
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

/* Specific fix for 1366px resolution */
@media (min-width: 1366px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1480px;
    }
}

/* Specific fix for 1920px resolution */
@media (min-width: 1920px) {
    .container {
        max-width: 1600px;
    }
}

/* ============================================
   3. MEGA MENU FIXES
   ============================================ */

/* Fix mega menu overflow issue */
[x-show] {
    max-width: 100vw;
}

/* Mega menu container fix */
.absolute.top-full.left-0.right-0 {
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden;
}

/* Ensure mega menu content stays within bounds */
.absolute.top-full .container {
    max-width: 100%;
    overflow-x: hidden;
}

/* ============================================
   4. GRID LAYOUT FIXES
   ============================================ */

/* Ensure grid layouts don't overflow */
.grid {
    max-width: 100%;
    overflow-x: hidden;
}

/* Responsive grid adjustments for 1366px */
@media (min-width: 1366px) and (max-width: 1535px) {
    .grid-cols-12 {
        gap: 1.5rem;
    }
    
    /* Adjust mega menu grid for better fit */
    .grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }
}

/* Responsive grid adjustments for 1920px */
@media (min-width: 1920px) {
    .grid-cols-12 {
        gap: 2rem;
    }
    
    .grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2rem;
    }
}

/* ============================================
   5. FLEXBOX LAYOUT FIXES
   ============================================ */

/* Ensure flex containers don't overflow */
.flex {
    max-width: 100%;
}

/* Prevent flex items from causing overflow */
.flex > * {
    min-width: 0;
    flex-shrink: 1;
}

/* ============================================
   6. IMAGE AND MEDIA FIXES
   ============================================ */

/* Ensure all images are responsive */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Background images should not cause overflow */
.bg-cover,
.bg-contain {
    background-size: cover;
    background-position: center;
}

/* ============================================
   7. HERO SECTION FIXES
   ============================================ */

/* Ensure hero section doesn't overflow */
.relative.h-\[500px\] {
    max-width: 100vw;
    overflow: hidden;
}

/* Hero section responsive adjustments */
@media (min-width: 1366px) and (max-width: 1535px) {
    .relative.h-\[500px\] .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1920px) {
    .relative.h-\[500px\] .container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

/* ============================================
   8. SECTION SPACING FIXES
   ============================================ */

/* Ensure sections have proper spacing without overflow */
section {
    max-width: 100vw;
    overflow-x: hidden;
}

/* Adjust section padding for different resolutions */
@media (min-width: 1366px) and (max-width: 1535px) {
    section .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1920px) {
    section .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* ============================================
   9. CARD AND LISTING FIXES
   ============================================ */

/* Ensure card grids are responsive */
.grid.gap-4,
.grid.gap-6,
.grid.gap-8 {
    max-width: 100%;
}

/* Responsive card layouts */
@media (min-width: 1366px) and (max-width: 1535px) {
    /* 3-column layouts */
    .grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
    }
    
    /* 4-column layouts */
    .grid-cols-1.md\:grid-cols-2.lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

@media (min-width: 1920px) {
    /* 3-column layouts */
    .grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2rem;
    }
    
    /* 4-column layouts */
    .grid-cols-1.md\:grid-cols-2.lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.5rem;
    }
}

/* ============================================
   10. HEADER AND NAVIGATION FIXES
   ============================================ */

/* Ensure header doesn't overflow */
header {
    max-width: 100vw;
    overflow-x: hidden;
}

/* Navigation responsive adjustments */
nav {
    max-width: 100%;
}

/* ============================================
   11. FOOTER FIXES
   ============================================ */

/* Ensure footer doesn't overflow */
footer {
    max-width: 100vw;
    overflow-x: hidden;
}

/* ============================================
   12. FORM AND INPUT FIXES
   ============================================ */

/* Ensure forms don't overflow */
form {
    max-width: 100%;
}

/* Input fields responsive */
input,
select,
textarea {
    max-width: 100%;
}

/* ============================================
   13. MOBILE RESPONSIVE FIXES
   ============================================ */

@media (max-width: 767px) {
    /* Reduce container padding on mobile */
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    /* Stack grid layouts on mobile */
    .grid {
        grid-template-columns: 1fr;
    }
    
    /* Adjust hero section height on mobile */
    .relative.h-\[500px\] {
        height: 400px;
    }
}

/* ============================================
   14. TABLET RESPONSIVE FIXES
   ============================================ */

@media (min-width: 768px) and (max-width: 1023px) {
    /* Adjust container padding on tablet */
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    /* 2-column layouts on tablet */
    .grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3,
    .grid-cols-1.md\:grid-cols-2.lg\:grid-cols-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ============================================
   15. UTILITY CLASSES
   ============================================ */

/* Prevent overflow utility */
.no-overflow {
    overflow: hidden;
    max-width: 100%;
}

/* Full width within container */
.full-width-container {
    width: 100%;
    max-width: 100%;
}

/* Responsive padding utilities */
.responsive-px {
    padding-left: clamp(1rem, 2vw, 2rem);
    padding-right: clamp(1rem, 2vw, 2rem);
}

.responsive-py {
    padding-top: clamp(1rem, 2vw, 2rem);
    padding-bottom: clamp(1rem, 2vw, 2rem);
}

/* ============================================
   16. SPECIFIC COMPONENT FIXES
   ============================================ */

/* Campaign listings */
.campaigns-section {
    max-width: 100%;
    overflow-x: hidden;
}

/* Promotional banners */
.promo-banner {
    max-width: 100%;
    overflow: hidden;
}

.promo-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Featured sections */
.featured-hotels,
.featured-villas,
.featured-yachts,
.featured-bungalows {
    max-width: 100%;
    overflow-x: hidden;
}

/* Blog section */
.blog-section {
    max-width: 100%;
    overflow-x: hidden;
}

/* Mobile app banner */
.mobile-app-banner {
    max-width: 100%;
    overflow-x: hidden;
}

/* ============================================
   17. PRINT STYLES
   ============================================ */

@media print {
    html, body {
        overflow: visible;
        max-width: none;
    }
}


/* ============================================
   18. MEGA MENU SPECIFIC FIXES - REQUIREMENT 25
   ============================================ */

/* Mega menu container positioning fix - Enhanced to prevent viewport overflow */
.mega-menu-container {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    /* Calculate proper centering relative to parent */
    margin-left: calc(-50vw + 50%) !important;
    margin-right: 0 !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
}

/* Ensure mega menu content is centered and constrained */
.mega-menu-container > .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
}

/* Prevent grid overflow within mega menu */
.mega-menu-container .grid {
    max-width: 100%;
    overflow: hidden;
}

/* Constrain columns to prevent overflow */
.mega-menu-container .col-span-9,
.mega-menu-container .col-span-3 {
    max-width: 100%;
    overflow: hidden;
}

/* Responsive container widths for mega menu */
@media (min-width: 1024px) {
    .mega-menu-container > .container {
        max-width: 1280px;
    }
}

@media (min-width: 1280px) {
    .mega-menu-container > .container {
        max-width: 1320px;
    }
}

@media (min-width: 1536px) {
    .mega-menu-container > .container {
        max-width: 1440px;
    }
}

@media (min-width: 1920px) {
    .mega-menu-container > .container {
        max-width: 1600px;
    }
}

/* Mega menu grid adjustments for better spacing */
@media (min-width: 1366px) and (max-width: 1535px) {
    .mega-menu-container .grid-cols-12 {
        gap: 1.5rem;
    }
    
    .mega-menu-container .col-span-9 .grid-cols-3 {
        gap: 1.25rem;
    }
}

@media (min-width: 1920px) {
    .mega-menu-container .grid-cols-12 {
        gap: 2rem;
    }
    
    .mega-menu-container .col-span-9 .grid-cols-3 {
        gap: 1.75rem;
    }
}

/* Mega menu text adjustments to prevent overflow */
.mega-menu-container a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mega-menu-container h3,
.mega-menu-container h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Ensure header positioning doesn't interfere with mega menu */
header {
    position: relative;
    overflow: visible;
}

header nav {
    position: relative;
}

header nav > div {
    position: relative;
}

/* Additional safeguard: prevent any absolute positioned element in header from causing overflow */
header .absolute {
    max-width: 100vw;
    overflow-x: hidden;
}

/* Fix for mega menu on smaller desktop screens (1366px) */
@media (min-width: 1366px) and (max-width: 1535px) {
    .mega-menu-container {
        /* Ensure proper centering on 1366px screens */
        margin-left: calc(-50vw + 50%) !important;
    }
    
    .mega-menu-container > .container {
        max-width: 1280px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    
    /* Reduce spacing in mega menu columns for better fit */
    .mega-menu-container .space-y-5 {
        gap: 1rem;
    }
    
    .mega-menu-container .space-y-3 {
        gap: 0.625rem;
    }
}

/* Fix for mega menu on large desktop screens (1920px+) */
@media (min-width: 1920px) {
    .mega-menu-container {
        /* Ensure proper centering on 1920px+ screens */
        margin-left: calc(-50vw + 50%) !important;
    }
    
    .mega-menu-container > .container {
        max-width: 1600px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}


/* ====== homepage-responsive-enhancements.css ====== */
/**
 * Homepage Responsive Enhancements
 * 
 * Optimizes text wrapping, line-height, and grid layouts
 * for 1366px, 1920px, and mobile resolutions
 */

/* ============================================
   TEXT WRAPPING AND LINE-HEIGHT OPTIMIZATIONS
   ============================================ */

/* Base text wrapping */
body,
p,
span,
div {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Optimal line-height for readability */
body {
    line-height: 1.6;
}

p {
    line-height: 1.7;
}

/* Heading line-heights */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Text balance for headings */
.text-balance {
    text-wrap: balance;
}

/* ============================================
   GRID LAYOUT OPTIMIZATIONS - 1366px
   ============================================ */

@media (min-width: 1366px) and (max-width: 1535px) {
    /* Popular Destinations Grid */
    .grid.grid-cols-2.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
    }
    
    /* Featured Sections Grid */
    .featured-grid,
    .grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }
    
    /* 4-column featured grids */
    .grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
    }
    
    /* Prevent text overflow in cards */
    .card,
    .listing-card {
        min-width: 0;
    }
    
    .card h3,
    .listing-card h3 {
        font-size: 1rem;
        line-height: 1.4;
    }
    
    .card p,
    .listing-card p {
        font-size: 0.875rem;
        line-height: 1.5;
    }
}

/* ============================================
   GRID LAYOUT OPTIMIZATIONS - 1920px
   ============================================ */

@media (min-width: 1920px) {
    /* Popular Destinations Grid - Show 5 items */
    .grid.grid-cols-2.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 1.5rem;
    }
    
    /* Featured Sections Grid */
    .featured-grid,
    .grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.75rem;
    }
    
    /* 4-column featured grids - Show 5 items */
    .grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-4 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 1.5rem;
    }
    
    /* Larger text on very large screens */
    .card h3,
    .listing-card h3 {
        font-size: 1.125rem;
        line-height: 1.4;
    }
    
    .card p,
    .listing-card p {
        font-size: 1rem;
        line-height: 1.6;
    }
}

/* ============================================
   FLEXBOX OVERFLOW PREVENTION
   ============================================ */

/* Prevent flex items from causing overflow */
.flex {
    min-width: 0;
}

.flex > * {
    min-width: 0;
    flex-shrink: 1;
}

/* Flex wrap where needed */
.flex-nowrap {
    flex-wrap: nowrap;
}

@media (max-width: 1023px) {
    .flex-nowrap {
        flex-wrap: wrap;
    }
}

/* ============================================
   HERO SECTION TEXT OPTIMIZATION
   ============================================ */

.hero-section h1 {
    line-height: 1.2;
    font-weight: 700;
}

.hero-section p {
    line-height: 1.6;
    font-weight: 400;
}

@media (min-width: 1366px) and (max-width: 1535px) {
    .hero-section h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .hero-section p {
        font-size: 1.125rem;
        line-height: 1.6;
    }
}

@media (min-width: 1920px) {
    .hero-section h1 {
        font-size: 3rem;
        line-height: 1.2;
    }
    
    .hero-section p {
        font-size: 1.25rem;
        line-height: 1.6;
    }
}

/* ============================================
   CARD CONTENT OPTIMIZATION
   ============================================ */

/* Ensure card text doesn't overflow */
.card-title,
.listing-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    min-height: 2.8em;
}

.card-description,
.listing-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    min-height: 4.5em;
}

/* ============================================
   SECTION HEADINGS OPTIMIZATION
   ============================================ */

section h2 {
    line-height: 1.3;
    font-weight: 600;
    word-wrap: break-word;
}

@media (min-width: 1366px) and (max-width: 1535px) {
    section h2 {
        font-size: 1.875rem;
        line-height: 1.3;
    }
}

@media (min-width: 1920px) {
    section h2 {
        font-size: 2.25rem;
        line-height: 1.3;
    }
}

/* ============================================
   SEARCH BAR OPTIMIZATION
   ============================================ */

.wcs-search-container {
    max-width: 100%;
    overflow-x: hidden;
}

.wcs-search-form {
    max-width: 100%;
}

.wcs-form-field {
    min-width: 0;
}

.wcs-search-input,
.wcs-search-select {
    max-width: 100%;
    min-width: 0;
}

/* ============================================
   POPULAR DESTINATIONS OPTIMIZATION
   ============================================ */

.popular-destinations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    max-width: 100%;
}

@media (min-width: 1366px) and (max-width: 1535px) {
    .popular-destinations-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
    }
}

@media (min-width: 1920px) {
    .popular-destinations-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 1.5rem;
    }
}

/* ============================================
   FEATURED SECTIONS OPTIMIZATION
   ============================================ */

.featured-section {
    max-width: 100%;
    overflow-x: hidden;
}

.featured-section .grid {
    max-width: 100%;
    gap: 1rem;
}

@media (min-width: 1366px) and (max-width: 1535px) {
    .featured-section .grid {
        gap: 1.25rem;
    }
}

@media (min-width: 1920px) {
    .featured-section .grid {
        gap: 1.75rem;
    }
}

/* ============================================
   MOBILE OPTIMIZATIONS
   ============================================ */

@media (max-width: 767px) {
    /* Stack all grids on mobile */
    .grid {
        grid-template-columns: 1fr !important;
    }
    
    /* Optimize text sizes for mobile */
    h1 {
        font-size: 1.875rem;
        line-height: 1.2;
    }
    
    h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    p {
        font-size: 0.9375rem;
        line-height: 1.6;
    }
    
    /* Prevent horizontal scroll on mobile */
    * {
        max-width: 100vw;
    }
}

/* ============================================
   TABLET OPTIMIZATIONS
   ============================================ */

@media (min-width: 768px) and (max-width: 1023px) {
    /* 2-column layouts on tablet */
    .grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3,
    .grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }
    
    /* Popular destinations - 3 columns on tablet */
    .grid.grid-cols-2.sm\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

/* Prevent text overflow */
.text-no-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Multi-line clamp */
.text-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Responsive text sizes */
.text-responsive {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.6;
}

/* ============================================
   CONTAINER PADDING OPTIMIZATION
   ============================================ */

@media (min-width: 1366px) and (max-width: 1535px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1920px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* ============================================
   IMAGE OPTIMIZATION
   ============================================ */

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

/* Aspect ratio preservation */
.aspect-ratio-preserve {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/* ============================================
   BUTTON AND LINK TEXT OPTIMIZATION
   ============================================ */

button,
a,
.btn {
    word-wrap: break-word;
    white-space: normal;
}

/* Prevent button text from breaking awkwardly */
@media (min-width: 768px) {
    button,
    .btn {
        white-space: nowrap;
    }
}



/* ====== homepage-responsive-fixes-v2.css ====== */
/**
 * Homepage Responsive Fixes V2
 * Fixes layout breaking, text wrapping, and alignment issues
 */

/* Container max-width fixes */
.container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

/* Grid fixes for different screen sizes */
.grid {
    display: grid;
    gap: 1.5rem;
}

/* Prevent text wrapping issues */
.grid > * {
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Featured sections grid responsive */
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Prevent layout shift on load */
.grid > * {
    animation: fadeInUp 0.3s ease-in-out;
}

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

/* Fix heading overflow */
h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Section spacing consistency */
section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 1024px) {
    section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

/* Card consistent sizing */
.bg-white.rounded-xl {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Image aspect ratio maintenance */
.relative.h-48,
.relative.aspect-square {
    position: relative;
    overflow: hidden;
}

.relative.h-48 img,
.relative.aspect-square img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Flexbox alignment fixes */
.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

/* Text alignment responsive */
.text-center {
    text-align: center;
}

@media (min-width: 768px) {
    .md\:text-left {
        text-align: left;
    }
}

/* Prevent content jumping */
* {
    box-sizing: border-box;
}

/* Smooth transitions */
* {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

/* Fix popular destinations overflow */
.popular-destinations-section {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.popular-destinations-section::-webkit-scrollbar {
    height: 6px;
}

.popular-destinations-section::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 3px;
}

.popular-destinations-section::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.popular-destinations-section::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

/* Campaign carousel fixes */
.campaign-carousel {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 1.5rem;
}

.campaign-carousel .flex-shrink-0 {
    flex-shrink: 0;
}

/* Search bar responsive */
.wcs-search-fields {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .wcs-search-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .wcs-search-fields {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Mobile menu fixes */
@media (max-width: 1023px) {
    .lg\:hidden {
        display: block;
    }
    
    .hidden.lg\:flex {
        display: none;
    }
}

/* Prevent horizontal scroll */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* Fix mega menu positioning */
.mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    max-width: 100vw;
}

/* Line clamp utility */
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* Aspect ratio helpers */
.aspect-square {
    aspect-ratio: 1 / 1;
}

.aspect-video {
    aspect-ratio: 16 / 9;
}

/* Truncate text */
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Focus visible for accessibility */
*:focus-visible {
    outline: 2px solid #0066cc;
    outline-offset: 2px;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Performance optimization */
img {
    content-visibility: auto;
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}


/* ====== datepicker-enhancement.css ====== */
/**
 * Datepicker Enhancement CSS
 * Fixes z-index, positioning, and visibility issues
 */

/* Ensure daterangepicker is always visible and properly positioned */
.daterangepicker {
    position: fixed !important;
    z-index: 10000 !important;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    padding: 0;
    margin-top: 8px;
    font-family: var(--font-primary);
}

/* Prevent daterangepicker from being hidden behind other elements */
.daterangepicker:not(.show) {
    display: none;
}

.daterangepicker.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* Calendar styling */
.daterangepicker .calendar {
    padding: 16px;
}

.daterangepicker .calendar-table {
    background-color: #ffffff;
    border: none;
}

.daterangepicker .calendar-table th {
    font-weight: 600;
    color: #374151;
    font-size: 14px;
    padding: 8px 0;
}

.daterangepicker .calendar-table td {
    font-size: 14px;
    color: #1f2937;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.15s ease;
}

.daterangepicker .calendar-table td.available:hover {
    background-color: #f3f4f6;
    color: #0066cc;
}

.daterangepicker .calendar-table td.active,
.daterangepicker .calendar-table td.active:hover {
    background-color: #0066cc !important;
    color: #ffffff !important;
    font-weight: 600;
}

.daterangepicker .calendar-table td.in-range {
    background-color: #e6f0ff;
    color: #0066cc;
}

.daterangepicker .calendar-table td.off {
    color: #9ca3af;
    background-color: transparent;
}

.daterangepicker .calendar-table td.disabled {
    color: #d1d5db;
    cursor: not-allowed;
}

/* Month/Year selectors */
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background-color: #ffffff;
    color: #374151;
    font-weight: 600;
}

.daterangepicker select.monthselect:hover,
.daterangepicker select.yearselect:hover {
    border-color: #0066cc;
}

/* Navigation arrows */
.daterangepicker .prev,
.daterangepicker .next {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.15s ease;
}

.daterangepicker .prev:hover,
.daterangepicker .next:hover {
    background-color: #f3f4f6;
}

/* Buttons */
.daterangepicker .ranges {
    padding: 16px;
    border-right: 1px solid #e5e7eb;
}

.daterangepicker .ranges ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.daterangepicker .ranges li {
    padding: 10px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #374151;
    transition: all 0.15s ease;
    margin-bottom: 4px;
}

.daterangepicker .ranges li:hover {
    background-color: #f3f4f6;
    color: #0066cc;
}

.daterangepicker .ranges li.active {
    background-color: #0066cc;
    color: #ffffff;
    font-weight: 600;
}

/* Action buttons */
.daterangepicker .drp-buttons {
    padding: 16px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.daterangepicker .drp-buttons .btn {
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.15s ease;
}

.daterangepicker .drp-buttons .cancelBtn {
    background-color: #f3f4f6;
    color: #374151;
}

.daterangepicker .drp-buttons .cancelBtn:hover {
    background-color: #e5e7eb;
}

.daterangepicker .drp-buttons .applyBtn {
    background-color: #0066cc;
    color: #ffffff;
}

.daterangepicker .drp-buttons .applyBtn:hover {
    background-color: #0052a3;
}

/* Input cursor for date fields */
input[name="date"],
input[name="date_range"],
.wcs-search-input[name="date"],
.daterangepicker-input {
    cursor: pointer !important;
}

/* Ensure input is clickable even if readonly */
input[name="date"][readonly],
input[name="date_range"][readonly] {
    background-color: #ffffff !important;
    cursor: pointer !important;
    opacity: 1 !important;
}

/* Focus state for date inputs */
input[name="date"]:focus,
input[name="date_range"]:focus,
.wcs-search-input[name="date"]:focus {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .daterangepicker {
        left: 10px !important;
        right: 10px !important;
        width: calc(100% - 20px) !important;
        max-width: none !important;
    }
    
    .daterangepicker .ranges {
        display: none;
    }
    
    .daterangepicker .calendar {
        padding: 12px;
    }
}

/* Dropdown container fix */
.daterangepicker.drops-down {
    margin-top: 8px;
}

.daterangepicker.drops-up {
    margin-bottom: 8px;
}

/* Prevent header overlap */
header .daterangepicker,
nav .daterangepicker,
.header .daterangepicker,
.navbar .daterangepicker {
    position: fixed !important;
    z-index: 10000 !important;
}

/* Animation */
@keyframes datepickerFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.daterangepicker.show {
    animation: datepickerFadeIn 0.2s ease;
}


/* ====== search-bar-professional.css ====== */
/**
 * Professional Search Bar Styles
 * World-Class Standards
 */

/* Search Wrapper */
.wcs-search-wrapper {
    position: relative;
    width: 100%;
    max-width: 100vw;
    overflow: visible;
    margin-top: -4rem;
    z-index: 40;
}

.wcs-search-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Search Card */
.wcs-search-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

/* Search Header */
.wcs-search-header {
    background: linear-gradient(135deg, #0066CC 0%, #0052a3 100%);
    padding: 1rem 1.5rem;
    border-bottom: 2px solid #004d99;
}

.wcs-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.wcs-header-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.wcs-status-indicator {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

.wcs-search-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: white;
    margin: 0;
}

.wcs-search-count {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

/* Listing Search */
.wcs-listing-search {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.wcs-listing-label {
    font-size: 0.875rem;
    color: white;
    font-weight: 500;
}

.wcs-listing-input {
    width: 120px;
    height: 36px;
    padding: 0 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    color: white;
    font-size: 0.875rem;
}

.wcs-listing-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* Search Tabs */
.wcs-search-tabs {
    display: flex;
    border-bottom: 2px solid #e5e7eb;
    padding: 0 1rem;
    background: #f9fafb;
    overflow-x: auto;
    scrollbar-width: none;
}

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

.wcs-tab-button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border: none;
    background: transparent;
    color: #6b7280;
    font-weight: 600;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: all 0.2s;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}

.wcs-tab-button:hover {
    color: #0066CC;
    background: rgba(0, 102, 204, 0.05);
}

.wcs-tab-button.active {
    color: #0066CC;
    border-bottom-color: #0066CC;
    background: white;
}

.wcs-tab-icon {
    width: 1.25rem;
    height: 1.25rem;
}

/* Form Container */
.wcs-form-container {
    padding: 1.5rem;
}

.wcs-search-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    align-items: end;
}

/* Form Field */
.wcs-form-field {
    position: relative;
}

.wcs-field-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.wcs-input-wrapper {
    position: relative;
}

.wcs-input-icon {
    position: absolute;
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.125rem;
    height: 1.125rem;
    color: #9ca3af;
    pointer-events: none;
    z-index: 10;
}

/* Input & Select Styles */
.wcs-search-input,
.wcs-search-select {
    width: 100%;
    height: 48px;
    padding: 0 1rem 0 2.75rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    color: #111827;
    background: white;
    transition: all 0.2s;
}

.wcs-search-input:focus,
.wcs-search-select:focus {
    outline: none;
    border-color: #0066CC;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.wcs-search-input::placeholder {
    color: #9ca3af;
}

/* Guest Selector */
.wcs-guest-selector {
    width: 100%;
    height: 48px;
    padding: 0 1rem 0 2.75rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    color: #111827;
    background: white;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s;
}

.wcs-guest-selector:hover {
    border-color: #0066CC;
}

/* Guest Dropdown */
.wcs-guest-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0.5rem;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    z-index: 50;
    padding: 1rem;
}

.wcs-guest-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.wcs-guest-section:last-child {
    border-bottom: none;
}

.wcs-guest-info {
    display: flex;
    flex-direction: column;
}

.wcs-guest-label {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #111827;
}

.wcs-guest-subtitle {
    font-size: 0.8125rem;
    color: #6b7280;
}

.wcs-guest-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.wcs-guest-counter {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e5e7eb;
    border-radius: 0.5rem;
    background: white;
    color: #111827;
    font-weight: 600;
    font-size: 1.125rem;
    cursor: pointer;
    transition: all 0.2s;
}

.wcs-guest-counter:hover:not(:disabled) {
    border-color: #0066CC;
    color: #0066CC;
}

.wcs-guest-counter:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.wcs-guest-count {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    min-width: 2rem;
    text-align: center;
}

/* Child Ages */
.wcs-child-ages {
    padding-top: 1rem;
    margin-top: 0.75rem;
    border-top: 1px solid #f3f4f6;
}

.wcs-child-age-item {
    display: flex;
    align-items: center;
    justify-between;
    margin-bottom: 0.75rem;
}

.wcs-child-age-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
}

.wcs-child-age-select {
    width: 120px;
    height: 36px;
    padding: 0 0.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    color: #111827;
}

/* Search Button */
.wcs-search-button-wrapper {
    display: flex;
    align-items: flex-end;
}

.wcs-search-button {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #0066CC 0%, #0052a3 100%);
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.wcs-search-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
}

.wcs-search-icon {
    width: 1.25rem;
    height: 1.25rem;
}

/* Form Footer */
.wcs-form-footer {
    padding: 1rem 1.5rem;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

.wcs-footer-text {
    font-size: 0.875rem;
    color: #6b7280;
    text-align: center;
    margin: 0;
}

/* Responsive */
@media (max-width: 1023px) {
    .wcs-search-form {
        grid-template-columns: 1fr;
    }
    
    .wcs-search-wrapper {
        margin-top: -2rem;
    }
}

@media (max-width: 767px) {
    .wcs-search-wrapper {
        margin-top: 0;
        padding-top: 1rem;
    }
    
    .wcs-search-card {
        border-radius: 0.75rem;
    }
    
    .wcs-search-header {
        padding: 0.75rem 1rem;
    }
    
    .wcs-header-left {
        flex: 1;
    }
    
    .wcs-listing-search {
        width: 100%;
        justify-content: flex-end;
    }
    
    .wcs-form-container {
        padding: 1rem;
    }
}

/* Animations */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}



/* ====== popular-destinations.css ====== */
/* Popular Destinations Component - Circular Cards with Rainbow Gradient Borders and Hover Detail Panel */

/* Rainbow Gradient Backgrounds (for cards without images) */
.rainbow-gradient-1 {
    background: linear-gradient(135deg, #ff6b9d 0%, #ffc371 50%, #4ecdc4 100%);
}

.rainbow-gradient-2 {
    background: linear-gradient(135deg, #c471ed 0%, #f64f59 50%, #ffc371 100%);
}

.rainbow-gradient-3 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 50%, #43e97b 100%);
}

.rainbow-gradient-4 {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 50%, #fa709a 100%);
}

.rainbow-gradient-5 {
    background: linear-gradient(135deg, #30cfd0 0%, #330867 50%, #ff6b9d 100%);
}

.rainbow-gradient-6 {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 50%, #ffecd2 100%);
}

/* Rainbow Gradient Borders */
.rainbow-gradient-border-1 {
    background: linear-gradient(135deg, #ff6b9d, #ffc371, #4ecdc4, #ff6b9d);
    background-size: 200% 200%;
    animation: gradient-rotate 3s ease infinite;
}

.rainbow-gradient-border-2 {
    background: linear-gradient(135deg, #c471ed, #f64f59, #ffc371, #c471ed);
    background-size: 200% 200%;
    animation: gradient-rotate 3s ease infinite;
}

.rainbow-gradient-border-3 {
    background: linear-gradient(135deg, #4facfe, #00f2fe, #43e97b, #4facfe);
    background-size: 200% 200%;
    animation: gradient-rotate 3s ease infinite;
}

.rainbow-gradient-border-4 {
    background: linear-gradient(135deg, #fa709a, #fee140, #fa709a, #fee140);
    background-size: 200% 200%;
    animation: gradient-rotate 3s ease infinite;
}

.rainbow-gradient-border-5 {
    background: linear-gradient(135deg, #30cfd0, #330867, #ff6b9d, #30cfd0);
    background-size: 200% 200%;
    animation: gradient-rotate 3s ease infinite;
}

.rainbow-gradient-border-6 {
    background: linear-gradient(135deg, #a8edea, #fed6e3, #ffecd2, #a8edea);
    background-size: 200% 200%;
    animation: gradient-rotate 3s ease infinite;
}

@keyframes gradient-rotate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Horizontal Scrollable Container */
.popular-destinations-section .overflow-x-auto {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.popular-destinations-section .overflow-x-auto::-webkit-scrollbar {
    height: 6px;
}

.popular-destinations-section .overflow-x-auto::-webkit-scrollbar-track {
    background: transparent;
}

.popular-destinations-section .overflow-x-auto::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.popular-destinations-section .overflow-x-auto::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

/* Circular Card Styles - Matching User's Image Example */
.popular-destinations-section .rounded-full {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.popular-destinations-section .rounded-full:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.popular-destinations-section .w-\[140px\] {
    width: 140px;
    height: 140px;
}

/* Detail Panel Styles - Second Image Style */
.popular-destinations-section .absolute.left-full,
.popular-destinations-section .absolute.right-full {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    backdrop-filter: blur(10px);
}

.popular-destinations-section .absolute.left-full {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 0 1px rgba(0, 0, 0, 0.1);
}

.popular-destinations-section .absolute.right-full {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 0 1px rgba(0, 0, 0, 0.1);
}

/* Text Content in Cards */
.popular-destinations-section h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Detail Panel Arrow Indicator */
.popular-destinations-section [x-show="showDetail"] {
    animation: slideIn 0.2s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Button Style */
.popular-destinations-section a[href*="hotels.index"] {
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.popular-destinations-section a[href*="hotels.index"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.4);
}

/* Card size is fixed at 140x140px circular - matching image example */
.popular-destinations-section a.rounded-full {
    width: 140px !important;
    height: 140px !important;
}

/* Mobile Optimizations */
@media (max-width: 640px) {
    .popular-destinations-section .absolute.left-full {
        width: 240px !important;
        padding: 1rem;
        left: 50% !important;
        transform: translateX(-50%) translateY(1rem) !important;
        top: 100% !important;
        margin: 0 !important;
    }
    
    .popular-destinations-section h3 {
        font-size: 0.875rem;
        line-height: 1.3;
    }
}

/* Tablet and Desktop */
@media (min-width: 641px) {
    .popular-destinations-section .absolute.left-full {
        width: 280px !important;
    }
}

/* Prevent panel from going off-screen on the right */
@media (min-width: 1025px) {
    .popular-destinations-section .group:last-child .absolute.left-full {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 1.5rem;
    }
    
    .popular-destinations-section .group:last-child .absolute.left-full::before {
        left: auto;
        right: -8px;
        border-width: 8px 0 8px 8px;
        border-color: transparent transparent transparent white;
    }
}

/* Smooth Animations */
.popular-destinations-section .rounded-full {
    will-change: transform;
}

/* Accessibility */
.popular-destinations-section a:focus {
    outline: 3px solid rgba(59, 130, 246, 0.5);
    outline-offset: 4px;
    border-radius: 50%;
}

/* Text below circles */
.popular-destinations-section .mt-3 {
    margin-top: 0.75rem;
}

.popular-destinations-section .w-\[160px\] {
    width: 160px;
}

/* Ensure detail panel is clickable */
.popular-destinations-section .absolute.left-full a {
    pointer-events: auto;
}


/* ====== popular-destinations-responsive.css ====== */
/**
 * Popular Destinations Responsive Design
 * TatilPro style - compact, colorful, mobile-friendly
 */

/* Section spacing */
.popular-destinations-section {
    padding: 3rem 0;
    background-color: #f9fafb;
}

@media (max-width: 768px) {
    .popular-destinations-section {
        padding: 2rem 0;
    }
}

/* Circular cards - smaller and more compact */
.popular-destinations-section .flex-shrink-0 {
    width: 120px;
}

@media (max-width: 768px) {
    .popular-destinations-section .flex-shrink-0 {
        width: 100px;
    }
}

/* Circular image */
.popular-destinations-section .w-\[140px\] {
    width: 120px !important;
    height: 120px !important;
}

@media (max-width: 768px) {
    .popular-destinations-section .w-\[140px\] {
        width: 90px !important;
        height: 90px !important;
    }
}

/* Title below circle - responsive */
.popular-destinations-section .w-\[160px\] {
    width: 130px !important;
}

@media (max-width: 768px) {
    .popular-destinations-section .w-\[160px\] {
        width: 110px !important;
    }
    
    .popular-destinations-section h3 {
        font-size: 0.75rem !important;
        line-height: 1.2;
    }
    
    .popular-destinations-section p {
        font-size: 0.7rem !important;
    }
}

/* Horizontal scroll improvements */
.popular-destinations-section .overflow-x-auto {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #0066cc #e5e7eb;
}

.popular-destinations-section .overflow-x-auto::-webkit-scrollbar {
    height: 6px;
}

.popular-destinations-section .overflow-x-auto::-webkit-scrollbar-track {
    background: #e5e7eb;
    border-radius: 3px;
}

.popular-destinations-section .overflow-x-auto::-webkit-scrollbar-thumb {
    background: #0066cc;
    border-radius: 3px;
}

.popular-destinations-section .overflow-x-auto::-webkit-scrollbar-thumb:hover {
    background: #0052a3;
}

/* Prevent layout shift */
.popular-destinations-section .flex {
    min-height: 180px;
}

@media (max-width: 768px) {
    .popular-destinations-section .flex {
        min-height: 150px;
    }
}

/* Card hover effects */
.popular-destinations-section a {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.popular-destinations-section a:hover {
    transform: translateY(-4px) scale(1.03);
}

.popular-destinations-section a:active {
    transform: translateY(-2px) scale(1.01);
}

/* Colorful gradient backgrounds (if no image) */
.rainbow-gradient-1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.rainbow-gradient-2 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.rainbow-gradient-3 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.rainbow-gradient-4 {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.rainbow-gradient-5 {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.rainbow-gradient-6 {
    background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
}

/* Detail panel on hover - hide on mobile */
@media (max-width: 768px) {
    .popular-destinations-section [x-show="showDetail"] {
        display: none !important;
    }
}

/* Loading skeleton */
.popular-destinations-section .skeleton {
    background: linear-gradient(
        90deg,
        #f0f0f0 25%,
        #e0e0e0 50%,
        #f0f0f0 75%
    );
    background-size: 200% 100%;
    animation: loading 1.5s ease-in-out infinite;
}

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

/* Text truncation */
.popular-destinations-section .line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Accessibility improvements */
.popular-destinations-section a:focus {
    outline: 3px solid #0066cc;
    outline-offset: 2px;
    border-radius: 50%;
}

/* RTL support for Arabic */
[dir="rtl"] .popular-destinations-section .flex {
    flex-direction: row-reverse;
}

/* Touch target size for mobile */
@media (max-width: 768px) {
    .popular-destinations-section a {
        min-width: 44px;
        min-height: 44px;
    }
}

/* Section header responsive */
.popular-destinations-section h2 {
    font-size: 2rem;
    color: #4b5563;
}

@media (max-width: 768px) {
    .popular-destinations-section h2 {
        font-size: 1.5rem;
    }
}

.popular-destinations-section p {
    color: #6b7280;
}

/* Gap adjustments for mobile */
@media (max-width: 640px) {
    .popular-destinations-section .flex {
        gap: 1rem !important;
    }
}


/* ====== datepicker-fixes.css ====== */
/**
 * Datepicker Fixes - Prevents daterangepicker from appearing above logo
 * Z-Index Hierarchy:
 * - Header: 50
 * - Mega Menu: 9999
 * - Datepicker: 10000 (Above mega menu)
 * - Search Bar: 40
 */

/* Ensure daterangepicker has proper z-index and positioning */
.daterangepicker {
    position: fixed !important;
    z-index: 999999 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

/* Prevent daterangepicker from appearing above header/logo */
.daterangepicker.ltr {
    position: fixed !important;
    z-index: 999999 !important;
}

/* Ensure daterangepicker is positioned relative to its input field */
.daterangepicker.openscenter {
    position: fixed !important;
}

/* Fix for when daterangepicker is appended to body */
body > .daterangepicker {
    position: fixed !important;
    z-index: 999999 !important;
}

/* CRITICAL: Prevent daterangepicker from appearing in header area */
header .daterangepicker,
header ~ .daterangepicker,
nav .daterangepicker,
nav ~ .daterangepicker,
.header .daterangepicker,
.header ~ .daterangepicker {
    display: none !important;
    visibility: hidden !important;
}

/* Ensure daterangepicker only appears near search inputs */
.daterangepicker {
    /* Only show if it's positioned below search area */
}

/* When daterangepicker is too high (above search area), hide it */
.daterangepicker[style*="top"] {
    /* Will be handled by JavaScript */
}

/* Ensure proper stacking context */
.daterangepicker {
    isolation: isolate;
}

/* Ensure date inputs are clickable */
input[name="date"],
input[name="date_range"],
.wcs-search-input[name="date"] {
    cursor: pointer !important;
    pointer-events: auto !important;
}

/* Ensure datepicker is visible and clickable */
.daterangepicker {
    display: block !important;
    visibility: visible !important;
    pointer-events: auto !important;
    opacity: 1 !important;
}

/* Fix for mobile touch */
@media (max-width: 768px) {
    .daterangepicker {
        max-width: 95vw !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

/* ====== layout-shift-prevention-professional.css ====== */
/**
 * Layout Shift (CLS) Prevention - Professional
 * Prevents Content Layout Shift for better UX and SEO
 */

/* Image Aspect Ratios */
.listing-card img,
.property-card img,
.featured-hotel-card img {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.circular-card img {
    aspect-ratio: 1/1;
}

/* Hero Images */
.hero-image,
.banner-image {
    aspect-ratio: 16/9;
    object-fit: cover;
}

/* Skeleton Loaders */
.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
}

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

/* Minimum Heights for Content Areas */
.listing-card {
    min-height: 420px;
}

.property-description {
    min-height: 100px;
}

.listing-title {
    min-height: 3rem;
    line-height: 1.5rem;
}

/* Font Loading - Prevent FOIT/FOUT */
body {
    font-display: swap;
}

/* Lazy Load Placeholder */
img[loading="lazy"] {
    background: #f0f0f0;
}

/* Grid Stabilization */
.grid-stable {
    grid-template-rows: repeat(auto-fill, minmax(420px, 1fr));
}

/* Flexbox Stabilization */
.flex-stable > * {
    flex-shrink: 0;
    min-width: 0;
}



/* ====== search-dropdown-fix.css ====== */
/* DROPDOWN Z-INDEX FIX - HER ÅEYÄ°N ÃœSTÃœNDE */
.search-ultra-pro {
    position: relative;
    z-index: 40 !important;
    overflow: visible !important;
}

.search-ultra-pro *,
.search-card,
.search-card *,
.search-form-container,
.search-form-container *,
.form-group,
.form-group * {
    overflow: visible !important;
}

/* Guest Selector Dropdown - ALWAYS ON TOP */
.search-ultra-pro [x-show],
[x-show="isOpen"],
[x-data*="guestSelector"] [x-show] {
    z-index: 999999 !important;
    overflow: visible !important;
    max-height: none !important;
    position: absolute !important;
}

/* NO SCROLLBAR IN GUEST DROPDOWN */
.search-ultra-pro [x-show]::-webkit-scrollbar,
[x-show="isOpen"]::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.search-ultra-pro [x-show],
[x-show="isOpen"] {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

/* Ensure dropdown parent is visible */
.search-ultra-pro .relative,
.form-group.relative {
    overflow: visible !important;
    position: relative !important;
}

/* DatePicker z-index */
.daterangepicker {
    z-index: 999999 !important;
    position: fixed !important;
}

/* Single Category Search */
.single-category-search-widget *,
.single-category-search-widget .form-group,
.single-category-search-widget .relative {
    overflow: visible !important;
}

.single-category-search-widget [x-show] {
    z-index: 999999 !important;
    position: absolute !important;
    max-height: none !important;
}

.single-category-search-widget [x-show]::-webkit-scrollbar {
    display: none !important;
}



/* ====== sticky-filters.css ====== */
/**
 * Sticky Filters CSS
 * Makes filter sidebar sticky and scrollable
 * Reference: http://tatilimsensin.test/tatilpro/villalar design
 */

/* Filter sidebar container */
.filter-sidebar {
    position: sticky;
    top: 100px; /* Below header */
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
}

/* Smooth scrolling */
.filter-sidebar {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #d1d5db #f3f4f6;
}

/* Custom scrollbar styling */
.filter-sidebar::-webkit-scrollbar {
    width: 6px;
}

.filter-sidebar::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 3px;
}

.filter-sidebar::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 3px;
}

.filter-sidebar::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

/* Filter sections */
.filter-section {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.filter-section:last-child {
    border-bottom: none;
}

/* Filter section title */
.filter-section-title {
    font-size: 1rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Filter options */
.filter-options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Filter checkbox/radio items */
.filter-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.filter-item:hover {
    background-color: #f3f4f6;
}

.filter-item input[type="checkbox"],
.filter-item input[type="radio"] {
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.filter-item input[type="checkbox"]:checked,
.filter-item input[type="radio"]:checked {
    background-color: #0066cc;
    border-color: #0066cc;
}

.filter-item label {
    flex: 1;
    font-size: 0.875rem;
    color: #374151;
    cursor: pointer;
    user-select: none;
}

.filter-item-count {
    font-size: 0.75rem;
    color: #9ca3af;
}

/* Price range filter */
.price-range-filter {
    padding: 1rem 0;
}

.price-range-inputs {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0.5rem;
    align-items: center;
    margin-top: 1rem;
}

.price-input {
    padding: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.875rem;
    width: 100%;
}

.price-input:focus {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

/* Range slider */
.range-slider {
    width: 100%;
    margin: 1rem 0;
}

.range-slider input[type="range"] {
    width: 100%;
    height: 6px;
    background: #e5e7eb;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #0066cc;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.range-slider input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #0066cc;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Filter buttons */
.filter-buttons {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.filter-button {
    flex: 1;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    text-align: center;
}

.filter-button-primary {
    background-color: #0066cc;
    color: #ffffff;
    border: none;
}

.filter-button-primary:hover {
    background-color: #0052a3;
}

.filter-button-secondary {
    background-color: #f3f4f6;
    color: #374151;
    border: 1px solid #e5e7eb;
}

.filter-button-secondary:hover {
    background-color: #e5e7eb;
}

/* Mobile responsive */
@media (max-width: 1023px) {
    .filter-sidebar {
        position: relative;
        top: auto;
        max-height: none;
        overflow-y: visible;
        margin-bottom: 2rem;
    }
    
    /* Mobile filter toggle button */
    .mobile-filter-toggle {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 40;
        background-color: #0066cc;
        color: #ffffff;
        padding: 1rem 2rem;
        border-radius: 9999px;
        font-weight: 600;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    /* Mobile filter drawer */
    .filter-sidebar.mobile-drawer {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        z-index: 50;
        padding: 1rem;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    
    .filter-sidebar.mobile-drawer.open {
        transform: translateX(0);
    }
}

/* Ensure layout doesn't shift when filters update */
.filter-sidebar * {
    box-sizing: border-box;
}

/* Color standardization - Villa page reference */
.filter-section {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
}

.filter-section-title {
    color: #1f2937;
}

.filter-item label {
    color: #4b5563;
}

.filter-item:hover label {
    color: #1f2937;
}

/* Active filter indicator */
.filter-item.active {
    background-color: #eff6ff;
    border-left: 3px solid #0066cc;
}

.filter-item.active label {
    color: #0066cc;
    font-weight: 600;
}


/* ====== footer-fixes.css ====== */
/**
 * Footer Fixes
 * Solves white space issue at bottom
 * Colors app download buttons
 */

/* Fix footer white space issue */
footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

footer .container:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 2rem !important;
}

/* Remove extra white space after newsletter */
.newsletter-section {
    margin-bottom: 0 !important;
}

/* Ensure footer sticks to bottom */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

footer {
    flex-shrink: 0;
}

/* App Download Buttons - iOS & Android Branding Colors */
.app-download-ios {
    background: linear-gradient(135deg, #000000 0%, #434343 100%);
    color: #ffffff;
    border: 1px solid #000000;
    transition: all 0.3s ease;
}

.app-download-ios:hover {
    background: linear-gradient(135deg, #434343 0%, #000000 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.app-download-ios svg,
.app-download-ios .icon {
    color: #ffffff;
}

.app-download-android {
    background: linear-gradient(135deg, #3DDC84 0%, #00C853 100%);
    color: #ffffff;
    border: 1px solid #00C853;
    transition: all 0.3s ease;
}

.app-download-android:hover {
    background: linear-gradient(135deg, #00C853 0%, #009624 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 200, 83, 0.3);
}

.app-download-android svg,
.app-download-android .icon {
    color: #ffffff;
}

/* Alternative: Official brand colors with icons */
.app-store-button {
    background: linear-gradient(135deg, #1B1B1B 0%, #000000 100%);
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.app-store-button:hover {
    background: linear-gradient(135deg, #000000 0%, #1B1B1B 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.app-store-button .icon-apple {
    font-size: 1.5rem;
}

.google-play-button {
    background: linear-gradient(135deg, #3DDC84 0%, #00C853 100%);
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.google-play-button:hover {
    background: linear-gradient(135deg, #00C853 0%, #009624 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 200, 83, 0.4);
}

.google-play-button .icon-play {
    font-size: 1.5rem;
}

/* App buttons container */
.app-buttons-container {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

@media (max-width: 640px) {
    .app-buttons-container {
        flex-direction: column;
    }

    .app-store-button,
    .google-play-button {
        width: 100%;
        justify-content: center;
    }
}

/* Badge style buttons */
.app-badge {
    height: 50px;
    width: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.app-badge:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

/* Fix any margin/padding issues at page bottom */
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.min-h-screen {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Ensure newsletter form doesn't create extra space */
form {
    margin-bottom: 0;
}

/* Footer bottom section */
footer .border-t {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0;
}

/* Requested Fix: Footer should be 2 columns on mobile (< 768px) */
@media (max-width: 767px) {
    footer .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* ====== checkout-isolated.css ====== */
/**
 * CHECKOUT PAGE - COMPLETELY ISOLATED CSS
 * This file contains ALL styling for the checkout page with zero dependencies
 * on other CSS files. Uses maximum specificity to override everything.
 */

/* =======================
   BASE RESET FOR CHECKOUT
   ======================= */
body .checkout-page,
body .checkout-page *,
=======================*/ body .checkout-page .bg-gradient-to-br {
    background: linear-gradient(to bottom right, #0066CC, #003d7a) !important;
    border-radius: 0.75rem !important;
    /* 12px - rounded-xl */
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    padding: 1rem !important;
    margin-bottom: 1.5rem !important;
    color: white !important;
    position: relative !important;
    z-index: 102 !important;
}

@media (min-width: 768px) {
    body .checkout-page .bg-gradient-to-br {
        border-radius: 1rem !important;
        /* 16px - rounded-2xl */
        padding: 1.5rem !important;
        margin-bottom: 2rem !important;
    }
}

/* =======================
   MAIN FORM CARD
   ======================= */
body .checkout-page .bg-white.rounded-2xl {
    background-color: white !important;
    border-radius: 1rem !important;
    /* 16px */
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    border: 1px solid #f1f5f9 !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 102 !important;
}

/* =======================
   FORM INPUTS
   ======================= */
body .checkout-page input[type="text"],
body .checkout-page input[type="email"],
body .checkout-page input[type="tel"],
body .checkout-page input[type="number"],
body .checkout-page select,
body .checkout-page textarea {
    width: 100% !important;
    padding: 0.875rem 1rem !important;
    /* py-3.5 px-4 */
    border-radius: 0.75rem !important;
    /* rounded-xl */
    border: 1px solid #e2e8f0 !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #1e293b !important;
    background-color: white !important;
    outline: none !important;
    transition: all 0.2s ease !important;
}

body .checkout-page input:focus,
body .checkout-page select:focus,
body .checkout-page textarea:focus {
    border-color: #0066CC !important;
    ring: 2px !important;
    ring-color: rgba(0, 102, 204, 0.2) !important;
    box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.2) !important;
}

body .checkout-page input.border-red-500 {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 1px #ef4444 !important;
}

/* =======================
   LABELS
   ======================= */
body .checkout-page label {
    display: block !important;
    font-size: 0.875rem !important;
    /* text-sm */
    font-weight: 700 !important;
    /* font-bold */
    color: #374151 !important;
    /* text-gray-700 */
    margin-bottom: 0.5rem !important;
}

/* =======================
   BUTTONS
   ======================= */
body .checkout-page button[type="button"],
body .checkout-page button[type="submit"] {
    font-weight: 700 !important;
    padding: 1rem 2.5rem !important;
    border-radius: 0.75rem !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    border: none !important;
    font-size: 1.125rem !important;
    /* text-lg */
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

/* Primary Blue Button */
body .checkout-page .bg-blue-600 {
    background-color: #0066CC !important;
    color: white !important;
    box-shadow: 0 10px 15px -3px rgba(0, 102, 204, 0.3) !important;
}

body .checkout-page .bg-blue-600:hover {
    background-color: #0052a3 !important;
    transform: translateY(-2px) !important;
}

/* Green Submit Button */
body .checkout-page .bg-green-600 {
    background-color: #16a34a !important;
    color: white !important;
    box-shadow: 0 10px 15px -3px rgba(22, 163, 74, 0.3) !important;
    padding: 1.25rem 3rem !important;
    font-size: 1.25rem !important;
}

body .checkout-page .bg-green-600:hover {
    background-color: #15803d !important;
    transform: translateY(-2px) !important;
}

/* Back/Secondary Buttons */
body .checkout-page .text-gray-500 {
    color: #6b7280 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0.75rem 1.5rem !important;
}

body .checkout-page .text-gray-500:hover {
    color: #1f2937 !important;
}

/* =======================
   WIZARD STEPS
   ======================= */
body .checkout-page .bg-gray-50 {
    background-color: #f9fafb !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 1.5rem !important;
}

/* Step Indicators */
body .checkout-page .w-12.h-12 {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
}

/* =======================
   GRID LAYOUTS
   ======================= */
body .checkout-page .grid {
    display: grid !important;
}

body .checkout-page .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

body .checkout-page .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (min-width: 768px) {
    body .checkout-page .md\\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body .checkout-page .md\\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

body .checkout-page .gap-4 {
    gap: 1rem !important;
}

body .checkout-page .gap-5 {
    gap: 1.25rem !important;
}

body .checkout-page .gap-6 {
    gap: 1.5rem !important;
}

/* =======================
   SPACING UTILITIES
   ======================= */
body .checkout-page .mb-1 {
    margin-bottom: 0.25rem !important;
}

body .checkout-page .mb-2 {
    margin-bottom: 0.5rem !important;
}

body .checkout-page .mb-3 {
    margin-bottom: 0.75rem !important;
}

body .checkout-page .mb-4 {
    margin-bottom: 1rem !important;
}

body .checkout-page .mb-6 {
    margin-bottom: 1.5rem !important;
}

body .checkout-page .mb-8 {
    margin-bottom: 2rem !important;
}

body .checkout-page .mb-10 {
    margin-bottom: 2.5rem !important;
}

body .checkout-page .mt-1 {
    margin-top: 0.25rem !important;
}

body .checkout-page .mt-3 {
    margin-top: 0.75rem !important;
}

body .checkout-page .mt-4 {
    margin-top: 1rem !important;
}

body .checkout-page .mt-6 {
    margin-top: 1.5rem !important;
}

body .checkout-page .mt-8 {
    margin-top: 2rem !important;
}

body .checkout-page .mt-10 {
    margin-top: 2.5rem !important;
}

body .checkout-page .pt-3 {
    padding-top: 0.75rem !important;
}

body .checkout-page .pt-4 {
    padding-top: 1rem !important;
}

body .checkout-page .pt-6 {
    padding-top: 1.5rem !important;
}

body .checkout-page .pt-10 {
    padding-top: 2.5rem !important;
}

body .checkout-page .pb-4 {
    padding-bottom: 1rem !important;
}

body .checkout-page .p-4 {
    padding: 1rem !important;
}

body .checkout-page .p-5 {
    padding: 1.25rem !important;
}

body .checkout-page .p-6 {
    padding: 1.5rem !important;
}

body .checkout-page .px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

body .checkout-page .px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

body .checkout-page .px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

body .checkout-page .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

body .checkout-page .py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

body .checkout-page .py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

body .checkout-page .py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

@media (min-width: 768px) {
    body .checkout-page .md\\:p-6 {
        padding: 1.5rem !important;
    }

    body .checkout-page .md\\:p-8 {
        padding: 2rem !important;
    }

    body .checkout-page .md\\:p-10 {
        padding: 2.5rem !important;
    }
}

/* =======================
   TEXT UTILITIES
   ======================= */
body .checkout-page .text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}

body .checkout-page .text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

body .checkout-page .text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

body .checkout-page .text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}

body .checkout-page .text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}

body .checkout-page .text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}

body .checkout-page .text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}

body .checkout-page .font-normal {
    font-weight: 400 !important;
}

body .checkout-page .font-medium {
    font-weight: 500 !important;
}

body .checkout-page .font-semibold {
    font-weight: 600 !important;
}

body .checkout-page .font-bold {
    font-weight: 700 !important;
}

body .checkout-page .text-white {
    color: white !important;
}

body .checkout-page .text-gray-400 {
    color: #9ca3af !important;
}

body .checkout-page .text-gray-500 {
    color: #6b7280 !important;
}

body .checkout-page .text-gray-600 {
    color: #4b5563 !important;
}

body .checkout-page .text-gray-700 {
    color: #374151 !important;
}

body .checkout-page .text-gray-800 {
    color: #1f2937 !important;
}

body .checkout-page .text-gray-900 {
    color: #111827 !important;
}

body .checkout-page .text-blue-600 {
    color: #0066CC !important;
}

body .checkout-page .text-blue-700 {
    color: #003d7a !important;
}

body .checkout-page .text-red-500 {
    color: #ef4444 !important;
}

body .checkout-page .uppercase {
    text-transform: uppercase !important;
}

body .checkout-page .tracking-wide {
    letter-spacing: 0.025em !important;
}

body .checkout-page .tracking-wider {
    letter-spacing: 0.05em !important;
}

body .checkout-page .truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/* =======================
   BORDER UTILITIES
   ======================= */
body .checkout-page .border {
    border-width: 1px !important;
}

body .checkout-page .border-2 {
    border-width: 2px !important;
}

body .checkout-page .border-t {
    border-top-width: 1px !important;
}

body .checkout-page .border-t-2 {
    border-top-width: 2px !important;
}

body .checkout-page .border-b {
    border-bottom-width: 1px !important;
}

body .checkout-page .border-gray-100 {
    border-color: #f3f4f6 !important;
}

body .checkout-page .border-gray-200 {
    border-color: #e5e7eb !important;
}

body .checkout-page .border-blue-100 {
    border-color: #dbeafe !important;
}

body .checkout-page .border-blue-200 {
    border-color: #bfdbfe !important;
}

body .checkout-page .border-blue-500 {
    border-color: #0066CC !important;
}

body .checkout-page .border-amber-200 {
    border-color: #fde68a !important;
}

body .checkout-page .border-dashed {
    border-style: dashed !important;
}

body .checkout-page .rounded-lg {
    border-radius: 0.5rem !important;
}

body .checkout-page .rounded-xl {
    border-radius: 0.75rem !important;
}

body .checkout-page .rounded-2xl {
    border-radius: 1rem !important;
}

body .checkout-page .rounded-full {
    border-radius: 9999px !important;
}

/* =======================
   BACKGROUND UTILITIES
   ======================= */
body .checkout-page .bg-white {
    background-color: white !important;
}

body .checkout-page .bg-gray-50 {
    background-color: #f9fafb !important;
}

body .checkout-page .bg-blue-50 {
    background-color: #eff6ff !important;
}

body .checkout-page .bg-blue-500 {
    background-color: #0066CC !important;
}

body .checkout-page .bg-amber-50 {
    background-color: #fffbeb !important;
}

/* =======================
   FLEX UTILITIES
   ======================= */
body .checkout-page .flex {
    display: flex !important;
}

body .checkout-page .inline-flex {
    display: inline-flex !important;
}

body .checkout-page .flex-col {
    flex-direction: column !important;
}

body .checkout-page .flex-wrap {
    flex-wrap: wrap !important;
}

body .checkout-page .items-start {
    align-items: flex-start !important;
}

body .checkout-page .items-center {
    align-items: center !important;
}

body .checkout-page .items-end {
    align-items: flex-end !important;
}

body .checkout-page .justify-start {
    justify-content: flex-start !important;
}

body .checkout-page .justify-end {
    justify-content: flex-end !important;
}

body .checkout-page .justify-between {
    justify-content: space-between !important;
}

body .checkout-page .gap-2 {
    gap: 0.5rem !important;
}

body .checkout-page .gap-3 {
    gap: 0.75rem !important;
}

body .checkout-page .gap-4 {
    gap: 1rem !important;
}

body .checkout-page .flex-1 {
    flex: 1 1 0% !important;
}

body .checkout-page .flex-shrink-0 {
    flex-shrink: 0 !important;
}

/* =======================
   SHADOW UTILITIES
   ======================= */
body .checkout-page .shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

body .checkout-page .shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

body .checkout-page .shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

/* =======================
   POSITION & DISPLAY
   ======================= */
body .checkout-page .relative {
    position: relative !important;
}

body .checkout-page .absolute {
    position: absolute !important;
}

body .checkout-page .block {
    display: block !important;
}

body .checkout-page .hidden {
    display: none !important;
}

@media (min-width: 640px) {
    body .checkout-page .sm\\:block {
        display: block !important;
    }
}

@media (min-width: 768px) {
    body .checkout-page .md\\:col-span-2 {
        grid-column: span 2 / span 2 !important;
    }
}

/* =======================
   CHECKBOX & RADIO
   ======================= */
body .checkout-page input[type="checkbox"],
body .checkout-page input[type="radio"] {
    width: 1.5rem !important;
    height: 1.5rem !important;
    border-radius: 0.25rem !important;
    border: 1px solid #d1d5db !important;
    color: #0066CC !important;
    cursor: pointer !important;
}

body .checkout-page input[type="radio"] {
    border-radius: 50% !important;
}

body .checkout-page input[type="checkbox"]:focus,
body .checkout-page input[type="radio"]:focus {
    ring: 2px !important;
    ring-color: #0066CC !important;
    box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.2) !important;
}

/* =======================
   ENSURE CHECKOUT IS ABOVE EVERYTHING
   ======================= */
body:has(.checkout-page) footer {
    z-index: 50 !important;
}

body:has(.checkout-page) header,
body:has(.checkout-page) nav,
body:has(.checkout-page) .header,
body:has(.checkout-page) .main-header {
    z-index: 90 !important;
}

/* Keep modals/datepickers above checkout */
.modal,
.daterangepicker,
.select2-dropdown,
[role="dialog"] {
    z-index: 10000 !important;
}


