/* Wildlife Sanctuary Page - Redesigned */

/* Base Layout */
body {
    background-color: #000;
    color: #fff;
    overflow-x: hidden;
  }
  
  /* Hero Carousel Section */
  .carousel-section {
    height: 85vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
  }
  
  .carousel-container {
    height: 100%;
    width: 100%;
    position: relative;
  }
  
  .carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  .carousel-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
  }
  
  .carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
    transition: transform 1.2s ease, filter 0.7s ease;
  }
  
  .carousel-slide:hover img {
    filter: brightness(0.85);
    transform: scale(1.03);
  }
  
  .carousel-nav {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 10;
    align-items: center;
  }
  
  .carousel-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .carousel-indicator.active {
    background: #fff;
    transform: scale(1.2);
  }
  
  .carousel-prev, .carousel-next {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .carousel-prev:hover, .carousel-next:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
  }
  
  /* Main Content Container */
  .location-container {
    display: flex;
    gap: 4rem;
    padding: 0 3rem 3rem;
    background-color: #000;
    position: relative;
  }
  
  .location-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/Tiger\ black\ and\ white/texture-bg.jpg');
    background-size: cover;
    opacity: 0.05;
    pointer-events: none;
  }
  
  .location-content {
    flex: 3;
    max-width: 100%;
    margin-right: auto;
  }
  
  /* Title and Description */
  .location-title {
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    font-weight: 600;
    margin: 2rem 0;
    line-height: 1.1;
    text-transform: uppercase;
    position: relative;
  }
  
  .location-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: #c8a97e;
  }
  
  .location-description p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
  }
  
  /* Video Section */
  .sanctuary-video-section {
    margin: 4rem 0;
    background-color: rgba(15, 15, 15, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
  }
  
  .sanctuary-video-section h2 {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 2;
    font-size: 2.5rem;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  }
  
  .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
  }
  
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .home-icon {
  font-size: 2rem;
  color: white;
  text-decoration: none;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease, color 0.3s ease;
}

.home-icon:hover {
  transform: translateY(-50%) scale(1.1);
  color: #c8a97e;
}

/* Make logo link back to home too */
.navbar-logo {
  cursor: pointer;
}

/* Remove existing menu-toggle button and navbar-links completely */
.menu-toggle, .navbar-links {
  display: none !important;
}

  
  /* Section Headings */
  .section-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    margin: 4rem 0 2.5rem;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .section-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #c8a97e;
  }
  
  /* Wildlife Cards */
  .wildlife-category {
    margin-bottom: 5rem;
  }
  
  .wildlife-category h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #fff;
    position: relative;
    display: inline-block;
  }
  
  .wildlife-category h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #c8a97e;
  }
  
  .category-intro {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 90%;
  }
  
  .wildlife-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    gap: 0.5rem;
  }
  
  .wildlife-card {
    background-color: rgba(15, 15, 15, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s ease;
    height: 100%;
    position: relative;
  }
  
  .wildlife-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  }
  
  .wildlife-image {
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  
  .wildlife-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    pointer-events: none;
  }
  
  .wildlife-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
  }
  
  .wildlife-card:hover .wildlife-image img {
    transform: scale(1.1);
  }
  
  .wildlife-info {
    padding: 1.5rem;
  }
  
  .wildlife-info h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #fff;
  }
  
  .wildlife-info p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
  }
  
  /* Safari Options - 3 Column Full Width Grid */
  .safari-options {
    margin: 4rem 0;
    width: 100%;
  }
  
  .safari-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }
  
  .safari-card {
    position: relative;
    height: 350px;
    overflow: hidden;
  }
  
  .safari-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    z-index: 1;
  }
  
  .safari-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
  }
  
  .safari-card:hover .safari-image {
    transform: scale(1.1);
  }
  
  .safari-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    color: #fff;
    margin: 0;
    transition: transform 0.4s ease;
  }
  
  .safari-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 3;
  }
  
  .safari-card:hover .safari-info {
    opacity: 1;
    transform: translateY(0);
  }
  
  .safari-card:hover .safari-title {
    transform: translateY(-160px);
    opacity: 0;
  }
  
  .safari-time, .safari-price {
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }
  
  .safari-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  
  .safari-button {
    align-self: flex-start;
    padding: 8px 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #c8a97e;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  
  .safari-button:hover {
    background-color: #c8a97e;
    color: #000;
  }
  
  /* Forest Ecosystem Section */
  .ecosystem-section {
    margin: 5rem 0;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
  }
  
  .ecosystem-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    filter: blur(2px);
    background-size: cover;
    background-position: center;
  }
  
  .ecosystem-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 4rem;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
  }
  
  .ecosystem-text h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #fff;
  }
  
  .ecosystem-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .ecosystem-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    height: 400px;
  }
  
  .ecosystem-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
  }
  
  .ecosystem-image:hover img {
    transform: scale(1.05);
  }
  
  /* Conservation Section */
  .conservation-section {
    margin: 5rem 0;
    background-color: rgba(15, 15, 15, 0.4);
    padding: 4rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
  }
  
  /* .conservation-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/kheoni wildlife media/indiantiger2.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 40%;
    opacity: 0.1;
    z-index: 0;
  } */
  
  .conservation-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 3rem;
  }
  
  .conservation-info h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #fff;
  }
  
  .conservation-info p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .conservation-list {
    list-style: none;
    padding: 0;
  }
  
  .conservation-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .conservation-icon {
    margin-right: 1rem;
    font-size: 1.5rem;
    flex-shrink: 0;
  }
  
  .conservation-highlight {
    padding: 1.5rem;
    background-color: rgba(200, 169, 126, 0.1);
    border-left: 4px solid #c8a97e;
    margin-top: 2.5rem;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #fff;
  }
  
  .conservation-image {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    height: 100%;
  }
  
  .conservation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
  }
  
  .conservation-image:hover img {
    transform: scale(1.05);
  }
  
  /* Bottom CTA */
  .bottom-cta {
    margin: 5rem 0 3rem;
    text-align: center;
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background-color: transparent;

    border: 2px solid #c8a97e;
    color: #c8a97e !important;;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.4s ease;
  }
  
  .cta-button:hover {
    background-color: #c8a97e;
    color: #000 !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
  
  /* Booking Panel */
  .booking-panel {
    flex: 0.8; /* Reduce from 1 to 0.8 to make it narrower */
    position: sticky;
    top: 100px;
    height: fit-content;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    background-color: rgba(15, 15, 15, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    max-width: 320px; /* Add maximum width constraint */
    margin-left: auto; /* Push to right side */
  }

  .price-details {
    text-align: center;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 2rem;
  }
  
  .price-details h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
    color: #fff;
  }
  
  .price {
    font-family: 'Oswald', sans-serif;
    font-size: 3.5rem;
    color: #c8a97e;
    margin-bottom: 0.5rem;
  }
  
  .price-info {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
  }
  
  /* Booking Form */
  .booking-form h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    margin: 2rem 0 1.5rem;
    text-align: center;
    color: #fff;
  }
  
  .form-group {
    margin-bottom: 1.2rem;
  }
  

  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 10px 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 0.95rem;
    transition: border-color 0.3s ease;
  }
  
  .form-group textarea {
    height: 100px;
    resize: vertical;
  }
  
  .form-group input:focus,
  .form-group textarea:focus {
    border-color: #c8a97e;
    outline: none;
  }
  
  .submit-button {
    width: 100%;
    padding: 15px;
    background-color: #c8a97e;
    color: #000;
    border: none;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
  }
  
  .submit-button:hover {
    background-color: #d9ba8c;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  
  /* Custom Scrollbar for Booking Panel */
  .booking-panel::-webkit-scrollbar {
    width: 5px;
  }
  
  .booking-panel::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
  }
  
  .booking-panel::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
  }
  
  .booking-panel::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  
  /* Media Queries */
  @media (max-width: 1200px) {
    .location-container {
      padding: 0 2rem 2rem;
    }
    
    .ecosystem-content,
    .conservation-content {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
    
    .ecosystem-image,
    .conservation-image {
      max-width: 700px;
      margin: 0 auto;
      height: 350px;
    }
    
    .conservation-image {
      order: -1;
    }
  }
  
  @media (max-width: 992px) {
    .safari-grid {
      grid-template-columns: 1fr;
    }
    
    .safari-card {
      height: 250px;
      margin-bottom: 1px;
    }
  }
  
  @media (max-width: 768px) {
    .location-container {
      flex-direction: column;
      padding: 0 1.5rem 2rem;
    }
    
    .location-content {
      padding-right: 0;
      max-width: 100%;
    }
    
    .booking-panel {
      position: relative;
      top: 0;
      width: 100%;
      margin-top: 3rem;
      max-height: none;
      overflow: visible;
    }
    
    .carousel-section {
      height: 60vh;
    }
    
    .location-title {
      font-size: 3rem;
      margin: 1.5rem 0;
    }
    
    .wildlife-grid {
      grid-template-columns: 1fr;
    }
    
    .ecosystem-content {
      padding: 2.5rem;
    }
    
    .conservation-section {
      padding: 2.5rem;
    }
    
    .ecosystem-text h2,
    .conservation-info h2,
    .section-heading {
      font-size: 2.2rem;
    }
  }
  
  @media (max-width: 480px) {
    .location-title {
      font-size: 2.5rem;
    }
    
    .ecosystem-content,
    .conservation-section {
      padding: 1.5rem;
    }
    
    .ecosystem-text h2, 
    .conservation-info h2,
    .section-heading {
      font-size: 2rem;
    }
    
    .safari-title {
      bottom: 20px;
      left: 20px;
      font-size: 1.5rem;
    }
    
    .safari-info {
      padding: 1.5rem;
    }
    
    .carousel-nav {
      bottom: 20px;
    }
  }
  /* Mobile Optimization Updates */

/* Add better mobile viewport support */
@media (max-width: 768px) {
    /* Adjust carousel height for mobile */
    .carousel-section {
      height: 50vh;
    }
    
    /* Make location title more compact */
    .location-title {
      font-size: 2.5rem;
      margin: 1rem 0;
    }
    
    /* Improve wildlife grid on mobile */
    .wildlife-grid {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
    
    /* Adjust wildlife card height */
    .wildlife-image {
      height: 220px;
    }
    
    /* Fix safari grid to stack properly */
    .safari-grid {
      grid-template-columns: 1fr;
      gap: 1px;
    }
    
    /* Make safari cards taller on mobile for better tap targets */
    .safari-card {
      height: 280px;
    }
    
    /* Improve video section spacing */
    .sanctuary-video-section h2 {
      position: relative;
      top: auto;
      left: auto;
      padding: 1.5rem 1.5rem 0;
    }
    
    /* Improve spacing in ecosystem and conservation sections */
    .ecosystem-content,
    .conservation-section {
      padding: 1.5rem;
    }
    
    /* Make booking panel better fit mobile screens */
    .booking-panel {
      position: relative;
      top: 0;
      width: 100%;
      max-width: 100%;
      margin: 2rem 0 0;
      padding: 1.5rem;
    }
  }
  
  /* Small Mobile Optimizations */
  @media (max-width: 480px) {
    /* Better padding for mobile */
    .location-container {
      padding: 0 1rem 2rem;
    }
    
    /* More compact titles */
    .section-heading {
      font-size: 2rem;
      margin: 2.5rem 0 1.5rem;
    }
    
    /* Make cards more touch-friendly */
    .wildlife-card {
      min-height: auto;
    }
    
    /* Simplify padding in content areas */
    .wildlife-info {
      padding: 1.2rem;
    }
    
    /* Fix carousel navigation for small screens */
    .carousel-nav {
      bottom: 15px;
      gap: 10px;
    }
    
    .carousel-prev, .carousel-next {
      width: 36px;
      height: 36px;
    }
  
    /* Improve title visibility */
    .safari-title {
      font-size: 1.5rem;
      bottom: 15px;
      left: 15px;
    }
    
    /* Make the form elements better sized for thumbs */
    .form-group input,
    .form-group textarea {
      padding: 12px 15px;
      font-size: 16px; /* Prevents iOS zoom on focus */
    }
    
    /* Improve tap target size */
    .submit-button {
      padding: 15px 0;
    }
    
    /* Better scroll experience */
    .ecosystem-image,
    .conservation-image {
      height: 250px;
    }
  }
  
  /* Very Small Device Optimization */
  @media (max-width: 360px) {
    .carousel-section {
      height: 40vh;
    }
    
    .location-title {
      font-size: 2rem;
    }
    
    .safari-info h3 {
      font-size: 1.6rem;
    }
    
    .safari-time, 
    .safari-price {
      font-size: 0.9rem;
    }
    
    .safari-description {
      font-size: 0.85rem;
    }
    
    /* Better touch targets */
    .safari-button,
    .cta-button {
      padding: 10px 20px;
      font-size: 0.9rem;
    }
    
    /* Fix content overflow */
    .location-content {
      width: 100%;
      overflow-x: hidden;
    }
  }
  
  /* Fix for iOS and Safari-specific issues */
  @supports (-webkit-touch-callout: none) {
    /* Prevent Safari overflow issues */
    .location-container {
      width: 100%;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
    }
    
    /* Fix sticky position for iOS */
    .booking-panel {
      position: relative;
    }
    
    /* Prevent rubber-band scroll effect from breaking layout */
    body {
      overscroll-behavior-y: none;
    }
    
    /* Ensure proper height calculations on iOS */
    .carousel-section {
      height: 50vh; /* iOS friendly viewport height */
    }
  }


  /* Modal Styling */
.booking-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1000;
    overflow: auto;
    backdrop-filter: blur(5px);
  }
  
  .modal-content {
    position: relative;
    margin: 7% auto;
    max-width: 500px;
    animation: modalFade 0.4s ease-out;
  }
  
  @keyframes modalFade {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  .close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
    transition: color 0.3s ease;
  }
  
  .close-modal:hover {
    color: #c8a97e;
  }
  
  .booking-panel-modal {
    background-color: rgba(15, 15, 15, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  }
  
  .booking-note {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin-top: 10px;
  }
  
  /* Modal responsiveness */
  @media (max-width: 768px) {
    .modal-content {
      margin: 15% auto;
      width: 90%;
    }
    
    .booking-panel-modal {
      padding: 1.5rem;
    }
  }