@custom-variant dark (&:is(.dark *));

:root {
  --font-size: 16px;
  --background: #ffffff;
  --foreground: oklch(0.145 0 0);
  --card: #ffffff;
  --card-foreground: oklch(0.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.95 0.0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #ffffff;
  --border: rgba(0, 0, 0, 0.1);
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(0.708 0 0);
  --chart-1: oklch(0.646 0.222 41.116);
  --chart-2: oklch(0.6 0.118 184.704);
  --chart-3: oklch(0.398 0.07 227.392);
  --chart-4: oklch(0.828 0.189 84.429);
  --chart-5: oklch(0.769 0.188 70.08);
  --radius: 0.625rem;
  --sidebar: oklch(0.985 0 0);
  --sidebar-foreground: oklch(0.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.97 0 0);
  --sidebar-accent-foreground: oklch(0.205 0 0);
  --sidebar-border: oklch(0.922 0 0);
  --sidebar-ring: oklch(0.708 0 0);
  
  /* Base colors with fallbacks - keeping for compatibility */
  --primary-color: var(--primary);
  --primary-color-oklch: oklch(0.3 0.05 230);
  --secondary-color: var(--secondary);
  --secondary-color-oklch: oklch(0.35 0.05 240);
  --accent-color: #27ae60;
  --accent-color-oklch: oklch(0.65 0.15 140);
  --light-color: var(--background);
  --light-color-oklch: oklch(0.98 0.01 240);
  --dark-color: var(--foreground);
  --dark-color-oklch: oklch(0.2 0.01 240);
  
  /* Keep existing variables */
  --border-radius: var(--radius);
  --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dark {
  --background: oklch(0.145 0 0);
  --foreground: oklch(0.985 0 0);
  --card: oklch(0.145 0 0);
  --card-foreground: oklch(0.985 0 0);
  --popover: oklch(0.145 0 0);
  --popover-foreground: oklch(0.985 0 0);
  --primary: oklch(0.985 0 0);
  --primary-foreground: oklch(0.205 0 0);
  --secondary: oklch(0.269 0 0);
  --secondary-foreground: oklch(0.985 0 0);
  --muted: oklch(0.269 0 0);
  --muted-foreground: oklch(0.708 0 0);
  --accent: oklch(0.269 0 0);
  --accent-foreground: oklch(0.985 0 0);
  --destructive: oklch(0.396 0.141 25.723);
  --destructive-foreground: oklch(0.637 0.237 25.331);
  --border: oklch(0.269 0 0);
  --input: oklch(0.269 0 0);
  --ring: oklch(0.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(0.488 0.243 264.376);
  --chart-2: oklch(0.696 0.17 162.48);
  --chart-3: oklch(0.769 0.188 70.08);
  --chart-4: oklch(0.627 0.265 303.9);
  --chart-5: oklch(0.645 0.246 16.439);
  --sidebar: oklch(0.205 0 0);
  --sidebar-foreground: oklch(0.985 0 0);
  --sidebar-primary: oklch(0.488 0.243 264.376);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.269 0 0);
  --sidebar-accent-foreground: oklch(0.985 0 0);
  --sidebar-border: oklch(0.269 0 0);
  --sidebar-ring: oklch(0.439 0 0);
  
  /* Update legacy variables for dark mode */
  --primary-color: var(--primary);
  --secondary-color: var(--secondary);
  --light-color: var(--background);
  --dark-color: var(--foreground);
  --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-destructive-foreground: var(--destructive-foreground);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-input-background: var(--input-background);
  --color-switch-background: var(--switch-background);
  --color-ring: var(--ring);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --color-sidebar: var(--sidebar);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);
}

@layer base {
  * {
    @apply border-border outline-ring/50;
  }

  body {
    @apply bg-background text-foreground;
  }
}

/**
 * Base typography. This is not applied to elements which have an ancestor with a Tailwind text class.
 */
@layer base {
  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) {
    h1 {
      font-size: var(--text-2xl);
      font-weight: var(--font-weight-medium);
      line-height: 1.5;
    }

    h2 {
      font-size: var(--text-xl);
      font-weight: var(--font-weight-medium);
      line-height: 1.5;
    }

    h3 {
      font-size: var(--text-lg);
      font-weight: var(--font-weight-medium);
      line-height: 1.5;
    }

    h4 {
      font-size: var(--text-base);
      font-weight: var(--font-weight-medium);
      line-height: 1.5;
    }

    p {
      font-size: var(--text-base);
      font-weight: var(--font-weight-normal);
      line-height: 1.5;
    }

    label {
      font-size: var(--text-base);
      font-weight: var(--font-weight-medium);
      line-height: 1.5;
    }

    button {
      font-size: var(--text-base);
      font-weight: var(--font-weight-medium);
      line-height: 1.5;
    }

    input {
      font-size: var(--text-base);
      font-weight: var(--font-weight-normal);
      line-height: 1.5;
    }
  }
}

html {
  font-size: var(--font-size);
  overflow-x: hidden;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--foreground);
    background-color: var(--background);
    line-height: 1.6;
}

/* Updated header styles to match the image */
.header {
    background-color: var(--card);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border);
}

.logo {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--primary);
    text-decoration: none;
}

/* Updated navigation styles */
.nav-link {
    color: var(--muted-foreground);
    font-weight: 500;
    margin-left: 20px;
    transition: color 0.3s;
    text-decoration: none;
}

.nav-link:hover {
    color: var(--primary);
}

.nav-link.active {
    color: var(--primary);
}

/* Phone number style in header */
.header-phone {
    display: flex;
    align-items: center;
    color: var(--muted-foreground);
    font-weight: 500;
    margin-right: 15px;
}

.header-phone i {
    margin-right: 5px;
    color: var(--primary);
}

/* Book Now button in header */
.btn-book-header {
    background-color: var(--primary);
    color: var(--primary-foreground);
    padding: 8px 16px;
    border-radius: var(--radius);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-book-header:hover {
    background-color: var(--muted);
    color: var(--primary);
    transform: translateY(-2px);
}

/* Header container with flex layout */
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
}

.booking-container {
    padding: 30px;
    background-color: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    margin-top: 30px;
}

.section-title {
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
    color: var(--primary);
    font-size: 1.75rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--accent-color);
}

.form-label {
    font-weight: 500;
    color: var(--muted-foreground);
}

.form-control, .form-select {
    padding: 12px 15px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background-color: var(--input-background);
    color: var(--foreground);
    transition: all 0.3s;
}

.form-control:focus, .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem var(--ring);
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--primary-foreground);
    padding: 12px 20px;
    font-weight: 600;
    border-radius: var(--radius);
    transition: all 0.3s;
}

.btn-primary:hover {
    background-color: var(--muted);
    border-color: var(--muted);
    color: var(--primary);
    transform: translateY(-2px);
}

.alert-info {
    background-color: var(--accent);
    border-color: var(--border);
    color: var(--accent-foreground);
}

.btn-whatsapp {
    background-color: #25D366;
    border-color: #25D366;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    font-weight: 600;
    border-radius: var(--radius);
    transition: all 0.3s;
}

.btn-whatsapp:hover {
    background-color: #128C7E;
    border-color: #128C7E;
    color: white;
    transform: translateY(-2px);
}

.footer {
    background-color: var(--sidebar-foreground);
    color: var(--sidebar-foreground);
    padding: 40px 0 20px;
}

.footer h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer p {
    opacity: 0.8;
}

.footer-bottom {
    border-top: var(--sidebar-foreground);
    padding-top: 20px;
    margin-top: 40px;
}

.footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer i {
  color: #ffffff;
}

/* Gallery Section Styles */
.gallery-item {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    width: 100%;
    /* Remove fixed height */
    height: auto;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-info {
    text-align: center;
    color: white;
    padding: 20px;
}

.gallery-info h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

.gallery-info p {
    margin-bottom: 15px;
    font-size: 14px;
}

/* Custom Styles for Photo Gallery */
.gallery-card {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-card:hover .gallery-img {
    transform: scale(1.05);
}

.text-center h2 {
    font-size: 2rem;
}

.text-center .lead {
    font-size: 1.1rem;
}

/* Modal styles */
.modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.modal-header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: #f8f9fa;
}

.modal-body {
    padding: 0;
}

#modalImage {
    max-height: 80vh;
    object-fit: contain;
}

/* Amenities Styles */
.amenity-card {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.amenity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.amenity-icon {
    width: 50px;
    height: 50px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.amenity-icon i {
    font-size: 24px;
    color: #0d6efd;
}

.amenity-details h5 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
}

.amenity-details p {
    margin-bottom: 0;
    color: #6c757d;
    font-size: 14px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
}

.object-cover {
    height: auto !important;

}

.col-md-6 .gallery-item {
    height: 400px;
}

.col-md-6 .object-cover {
    height: 400px;
}

/* Hero Section Styles */
.hero-section {
  min-height: 100vh;
  overflow: hidden;
}

.hero-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
}

.hero-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-content {
    color: white;
    max-width: 600px;
    z-index: 2;
}

.location-badge {
    display: inline-flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 0.9rem;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.text-accent {
    color: var(--accent-color);
}

.feature-highlights {
    font-size: 1.1rem;
}

.feature-item {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.cta-buttons {
    gap: 15px;
}

.btn-outline-light {
    border: 2px solid white;
    color: white;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: var(--radius);
    transition: all 0.3s;
}

.btn-outline-light:hover {
    background-color: white;
    color: var(--primary);
    transform: translateY(-2px);
}

.floating-cards {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 3;
}

.feature-card {
    background-color: var(--card);
    border-radius: var(--radius);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: var(--box-shadow);
    width: 250px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.feature-text h5 {
    margin: 0;
    font-weight: 600;
    color: var(--primary);
}

.feature-text p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--muted-foreground);
}

.pricing-box {
    position: absolute;
    right: 0;
    bottom: 50px;
    background-color: var(--accent-color);
    color: white;
    padding: 20px;
    border-radius: var(--radius);
    text-align: right;
    box-shadow: var(--box-shadow);
    z-index: 3;
}

.price {
    font-size: 2rem;
    font-weight: 700;
}

.price-period {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Mobile Menu Styles */
#mobileMenu {
    background-color: var(--card);
    border-top: 1px solid var(--border);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-nav .nav-link {
    display: block;
    padding: 12px 20px;
    margin: 0;
    color: var(--muted-foreground);
    font-weight: 500;
    border-bottom: 1px solid var(--border);
    transition: all 0.3s ease;
}

.mobile-nav .nav-link:hover {
    background-color: var(--muted);
    color: var(--primary);
    padding-left: 30px;
}

.mobile-nav .nav-link.active {
    color: var(--primary);
    background-color: var(--accent);
    border-left: 3px solid var(--primary);
}

#mobileMenuToggle {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--primary);
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#mobileMenuToggle:hover {
    background-color: var(--muted);
}

@media (min-width: 768px) {
    #mobileMenu {
        display: none !important;
    }
}

/* Accessibility improvements */
.nav-link:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: 2px;
}

/* Smooth theme transitions */
html, body, .header, .booking-container, .logo, .nav-link, .section-title, .feature-card {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.phone-copy-container {
    position: relative;
    display: inline-block;
}
  
.copy-btn {
    position: absolute;
    right: -60px;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 4px 8px;
    font-size: 12px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
}
  
.phone-copy-container:hover .copy-btn {
    opacity: 1;
}

.language-switcher .btn {
    border-radius: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.language-switcher .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* ====================================
   MODERN CALENDAR STYLES - START
   ==================================== */

/* Modern Calendar Wrapper */
.modern-calendar-wrapper {
    background: var(--card);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

/* Calendar Header */
.calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--border);
}

.calendar-month-year {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--foreground);
    margin: 0;
}

.calendar-nav-btn {
    background: var(--muted);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--muted-foreground);
}

.calendar-nav-btn:hover {
    background: var(--primary);
    color: var(--primary-foreground);
    transform: scale(1.05);
}

/* Calendar Legend */
.calendar-legend {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: var(--muted-foreground);
}

.legend-text {
    font-weight: 500;
}

.legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.legend-dot.available {
    background: #10b981;
}

.legend-dot.booked {
    background: #ef4444;
}

.legend-dot.today {
    background: #3b82f6;
    border: 2px solid #1d4ed8;
}

/* Modern Calendar Table */
.modern-calendar {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
}

.modern-calendar thead th {
    text-align: center;
    padding: 12px 8px;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--muted-foreground);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
}

.modern-calendar tbody td {
    text-align: center;
    padding: 0;
    height: 56px;
    position: relative;
    border: none;
}

.modern-calendar .empty-cell {
    background: transparent;
}

.modern-calendar .calendar-day {
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 12px;
    background: var(--muted);
    position: relative;
}

.modern-calendar .calendar-day:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.modern-calendar .day-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 500;
    font-size: 0.9375rem;
    color: var(--foreground);
}

/* Available days */
.modern-calendar .calendar-day.available {
    background: #d1fae5;
    color: #065f46;
}

.modern-calendar .calendar-day.available:hover {
    background: #a7f3d0;
}

/* Booked days */
.modern-calendar .calendar-day.booked {
    background: #fee2e2;
    color: #991b1b;
    cursor: not-allowed;
}

.modern-calendar .calendar-day.booked .day-number {
    text-decoration: line-through;
    opacity: 0.6;
}

.modern-calendar .calendar-day.booked:hover {
    transform: none;
    box-shadow: none;
}

/* Today */
.modern-calendar .calendar-day.today {
    background: #3b82f6;
    color: white;
    font-weight: 700;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}

.modern-calendar .calendar-day.today:hover {
    background: #2563eb;
}

/* Weekend styling */
.modern-calendar .calendar-day.weekend {
    background: #f3f4f6;
}

.modern-calendar .calendar-day.weekend.available {
    background: #d1fae5;
}

/* Dark mode support for calendar */
.dark .modern-calendar-wrapper {
    background: var(--card);
}

.dark .modern-calendar .calendar-day {
    background: var(--muted);
}

.dark .modern-calendar .calendar-day.weekend {
    background: var(--accent);
}

.dark .modern-calendar .calendar-day.today {
    background: #3b82f6;
}

/* Adjust booking container for modern calendar */
.booking-container .modern-calendar-wrapper {
    background: transparent;
    padding: 0;
    box-shadow: none;
    margin-bottom: 20px;
}

.booking-container .calendar-header {
    margin-bottom: 16px;
    padding-bottom: 12px;
}

.booking-container .calendar-month-year {
    font-size: 1.25rem;
}

.booking-container .calendar-nav-btn {
    width: 36px;
    height: 36px;
}

.booking-container .calendar-legend {
    margin-bottom: 16px;
    gap: 12px;
}

.booking-container .modern-calendar tbody td {
    height: 48px;
}

/* Contact section styling */
.contact-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 10px;
    background: var(--muted);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-info:hover {
    background: var(--accent);
    transform: translateX(5px);
}

.contact-info i {
    width: 24px;
    color: var(--primary);
    font-size: 1.1rem;
}

.contact-info span {
    font-weight: 500;
    color: var(--foreground);
}

/* ====================================
   MODERN CALENDAR STYLES - END
   ==================================== */

/* Modern Map Section */
.modern-map-section {
    position: relative;
    width: 100%;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.map-container {
    position: relative;
    width: 100%;
    height: 500px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

/* Map Controls */
.map-controls {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.map-type-btn {
    background: white;
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.map-type-btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.map-type-btn.active {
    background: #1a73e8;
    color: white;
}

/* Info Card Overlay */
.map-info-card {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 380px;
    max-height: calc(100% - 30px);
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    overflow-y: auto;
    z-index: 20;
    transition: all 0.3s ease;
}

.map-info-card.hidden {
    transform: translateX(-420px);
    opacity: 0;
    pointer-events: none;
}

.map-info-card::-webkit-scrollbar {
    width: 6px;
}

.map-info-card::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

/* Info Card Header */
.info-card-header {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.info-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.close-card-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #333;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-card-btn:hover {
    background: white;
    transform: scale(1.1);
}

/* Info Card Body */
.info-card-body {
    padding: 20px;
}

.business-name-section {
    margin-bottom: 20px;
}

.business-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #202124;
    margin-bottom: 8px;
}

.business-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.rating-score {
    font-size: 1.125rem;
    font-weight: 600;
    color: #202124;
}

.rating-stars {
    color: #fbbc04;
    font-size: 0.875rem;
}

.review-count {
    color: #5f6368;
    font-size: 0.875rem;
}

.business-category {
    display: inline-block;
    padding: 4px 12px;
    background: #e8f0fe;
    color: #1a73e8;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Detail Items */
.info-card-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f3f4;
}

.detail-item.clickable {
    cursor: pointer;
    transition: all 0.3s ease;
}

.detail-item.clickable:hover {
    background: #f8f9fa;
    padding-left: 8px;
    border-radius: 8px;
}

.detail-icon {
    width: 32px;
    height: 32px;
    background: #f1f3f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5f6368;
    flex-shrink: 0;
}

.detail-content {
    flex: 1;
}

.detail-text {
    margin: 0;
    font-size: 0.9375rem;
    color: #202124;
    font-weight: 500;
}

.detail-subtext {
    margin: 2px 0 0 0;
    font-size: 0.8125rem;
    color: #5f6368;
}

/* Action Buttons */
.info-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.action-btn {
    padding: 10px 16px;
    border: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.action-btn-primary {
    background: #1a73e8;
    color: white;
}

.action-btn-primary:hover {
    background: #1557b0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
}

.action-btn-success {
    background: #25D366;
    color: white;
}

.action-btn-success:hover {
    background: #1da851;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.action-btn-secondary {
    background: #f1f3f4;
    color: #5f6368;
}

.action-btn-secondary:hover {
    background: #e8eaed;
}

/* Additional Info Badges */
.additional-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.info-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 0.8125rem;
    color: #5f6368;
}

.info-badge i {
    color: #1a73e8;
}

/* View on Google Maps Link */
.view-on-google {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: #5f6368;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.view-on-google:hover {
    background: #e8eaed;
}

/* Toggle Info Button */
.toggle-info-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: white;
    border: none;
    padding: 12px 20px;
    border-radius: 24px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a73e8;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.toggle-info-btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* ====================================
   RESPONSIVE STYLES
   ==================================== */

@media (max-width: 768px) {
    .booking-container {
        padding: 20px;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .gallery-item img {
        height: 200px;
    }
    
    .header {
        padding: 10px 0;
    }
    
    .logo {
        font-size: 1.3rem;
    }
    
    /* Hero Section Mobile Styles */
    .hero-section {
        height: 80vh;
        min-height: 500px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .floating-cards {
        position: static;
        transform: none;
        flex-direction: row;
        justify-content: center;
        margin-top: 30px;
    }
    
    .feature-card {
        width: 200px;
        padding: 15px;
    }
    
    .pricing-box {
        position: static;
        margin-top: 50px;
    }
    
    .hero-content {
        text-align: center;
        max-width: 100%;
        padding-top: 60px;
    }
    
    .cta-buttons {
        justify-content: center;
    }
    
    .feature-highlights {
        justify-content: center;
    }

    /* Calendar Mobile */
    .modern-calendar-wrapper {
        padding: 16px;
    }

    .calendar-month-year {
        font-size: 1.25rem;
    }

    .calendar-nav-btn {
        width: 36px;
        height: 36px;
    }

    .modern-calendar tbody td {
        height: 48px;
    }

    .modern-calendar thead th {
        padding: 8px 4px;
        font-size: 0.75rem;
    }

    .modern-calendar .day-number {
        font-size: 0.875rem;
    }

    .calendar-legend {
        gap: 12px;
    }

    .legend-item {
        font-size: 0.8125rem;
    }

    /* Map Mobile */
    .map-info-card {
        width: calc(100% - 30px);
        left: 15px;
    }

    .info-card-actions {
        grid-template-columns: 1fr;
    }

    .additional-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .floating-cards {
        position: static;
        flex-direction: row;
        margin-top: 30px;
        transform: none;
    }
    
    .feature-card {
        width: 200px;
    }
    
    .pricing-box {
        justify-content: center;
    }
    
    .hero-content {
        position: relative;
        top: auto;
        transform: none;
        padding: 60px 0;
        max-width: 100%;
    }
    
    .hero-section {
        height: auto;
    }
    
    .hero-image {
        position: absolute;
    }

    /* Booking Container Mobile */
    .booking-container {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .floating-cards {
        flex-direction: column;
        align-items: center;
    }
    
    .feature-card {
        width: 100%;
        max-width: 280px;
    }
    
    .feature-item {
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    .feature-card.parking-card {
        display: none;
    }

    /* Calendar Extra Small */
    .modern-calendar tbody td {
        height: 40px;
    }

    .modern-calendar .day-number {
        font-size: 0.8125rem;
    }

    .calendar-header {
        padding-bottom: 12px;
    }

    .booking-container .modern-calendar tbody td {
        height: 40px;
    }
    
    .booking-container .calendar-month-year {
        font-size: 1.1rem;
    }
    
    .contact-info {
        font-size: 0.9rem;
    }

    /* Map Extra Small */
    .map-controls {
        flex-direction: column;
        gap: 6px;
    }

    .map-type-btn {
        font-size: 0.75rem;
        padding: 6px 10px;
    }

    .business-name {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .booking-container .modern-calendar tbody td {
        height: 40px;
    }
}


/* Desktop/Tablet (992px to 1199px) */
@media (max-width: 1199px) {
    .gallery-item {
        margin-bottom: 20px;
    }
    
    .gallery-item img {
        height: 200px;
    }
    
    /* Ensure col-md-6 items display properly */
    .col-md-6 .gallery-item {
        height: auto;
    }
    
    .col-md-6 .gallery-item img {
        height: 400px;
    }
}

/* Tablet (768px to 991px) */
@media (max-width: 991px) {
    .gallery-item {
        margin-bottom: 20px;
    }
    
    .gallery-item img {
        height: 200px;
    }
    
    /* Ensure col-md-6 items display properly */
    .col-md-6 .gallery-item {
        height: auto;
    }
    
    .col-md-6 .gallery-item img {
        height: 400px;
    }
}

/* Mobile Landscape (576px to 767px) */
@media (max-width: 767px) {
    .gallery-item {
        margin-bottom: 20px;
    }
    
    .gallery-item img {
        height: 200px;
    }
    
    /* Ensure col-md-6 items display properly */
    .col-md-6 .gallery-item {
        height: auto;
    }
    
    .col-md-6 .gallery-item img {
        height: 400px;
    }
}

/* Mobile Portrait (up to 575px) */
@media (max-width: 575px) {
    .gallery-item {
        margin-bottom: 16px;
        border-radius: 6px;
    }
    
    .gallery-item img {
        height: 180px;
    }
    
    .gallery-info {
        padding: 15px;
    }
    
    .gallery-info h5 {
        font-size: 0.9375rem;
        margin-bottom: 4px;
    }
    
    .gallery-info p {
        font-size: 0.75rem;
    }
}

/* Extra Small Mobile (up to 400px) */
@media (max-width: 400px) {
    .gallery-item img {
        height: 160px;
    }
    
    .gallery-info {
        padding: 12px;
    }
}

/* Flatpickr disabled/booked date styling */
.flatpickr-day.booked-date {
    background-color: #fee2e2 !important;
    color: #991b1b !important;
    text-decoration: line-through !important;
    cursor: not-allowed !important;
}

.flatpickr-day.booked-date:hover {
    background-color: #fecaca !important;
}

.flatpickr-day.flatpickr-disabled {
    background-color: #f3f4f6 !important;
    color: #9ca3af !important;
    cursor: not-allowed !important;
}

/* Highlight available dates */
.flatpickr-day:not(.flatpickr-disabled):not(.booked-date):hover {
    background-color: #dbeafe !important;
    border-color: #3b82f6 !important;
}

/* Selected range styling */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #3b82f6 !important;
    border-color: #3b82f6 !important;
    color: white !important;
}

.flatpickr-day.inRange {
    background: #dbeafe !important;
    border-color: #93c5fd !important;
    box-shadow: none !important;
}

/* Calendar navigation button disabled state */
.calendar-nav-btn:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    background: var(--muted) !important;
}

.calendar-nav-btn:disabled:hover {
    background: var(--muted) !important;
    transform: none !important;
}

/* Loading state */
.modern-calendar tbody td.text-center {
    padding: 20px;
    color: var(--muted-foreground);
    font-style: italic;
}

.recaptcha-container {
    position: relative;
    margin-bottom: 1rem;
}

.recaptcha-label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #212529;
}

.recaptcha-required {
    color: #dc3545;
    margin-left: 0.25rem;
}

.recaptcha-container.error .g-recaptcha {
    border: 2px solid #dc3545 !important;
    border-radius: 4px;
    padding: 5px;
    animation: shake 0.5s;
}

.recaptcha-error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: none;
}

.recaptcha-container.error .recaptcha-error-message {
    display: block;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}

.recaptcha-success {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    color: #28a745;
    font-size: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.recaptcha-container.verified .recaptcha-success {
    opacity: 1;
}

.recaptcha-info {
    background-color: #e7f3ff;
    border-left: 4px solid #0d6efd;
    padding: 0.75rem 1rem;
    margin-top: 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}

.recaptcha-info i {
    margin-right: 0.5rem;
    color: #0d6efd;
}