/* Booking Page Styles */

/* Hero Section */
.booking-hero {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 4rem 0;
  text-align: center;
}

.booking-hero h1 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.booking-hero p {
  font-size: 1.2rem;
  color: #7f8c8d;
  margin-bottom: 2rem;
  font-weight: 400;
}

/* Booking Widget Section */
.booking-widget-section {
  background: #ffffff;
  padding: 0;
  min-height: 100vh;
  width: 100%;
}

.booking-widget-container {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

/* ZBook Widget Styling */
#zbook-here {
  min-height: 100vh;
  width: 100%;
  border-radius: 0;
  overflow: visible;
  position: relative;
}

/* Contact Info Section */
.contact-info-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 3rem 0;
}

.contact-info-section h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.contact-info-section p {
  color: #7f8c8d;
  line-height: 1.6;
  font-size: 1rem;
}

.contact-info-section a {
  color: #e74c3c;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-info-section a:hover {
  color: #c0392b;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .booking-hero {
    padding: 1.5rem 0;
  }

  .booking-hero h1 {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 0.8rem;
  }

  .booking-hero p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .booking-widget-container {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .contact-info-section {
    padding: 2rem 0;
  }

  .contact-info-section h3 {
    font-size: 1.3rem;
  }

  /* Mobile header adjustments */
  .et_pb_menu__logo img {
    max-width: 80px;
    height: auto;
  }

  .et_pb_social_media_follow_network_0_tb_header a,
  .et_pb_social_media_follow_network_1_tb_header a,
  .et_pb_social_media_follow_network_2_tb_header a {
    margin-right: 5px;
  }

  .et_pb_social_media_follow_network_0_tb_header img,
  .et_pb_social_media_follow_network_1_tb_header img,
  .et_pb_social_media_follow_network_2_tb_header img {
    width: 25px;
    height: 25px;
  }

  .call-now-button {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  .booking-hero {
    padding: 1rem 0;
  }

  .booking-hero h1 {
    font-size: 1.8rem;
    line-height: 1.1;
    margin-bottom: 0.5rem;
  }

  .booking-hero p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .booking-widget-container {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  /* Mobile header adjustments for small screens */
  .et_pb_menu__logo img {
    max-width: 60px;
    height: auto;
  }

  .et_pb_social_media_follow_network_0_tb_header img,
  .et_pb_social_media_follow_network_1_tb_header img,
  .et_pb_social_media_follow_network_2_tb_header img {
    width: 20px;
    height: 20px;
  }

  .call-now-button {
    font-size: 0.8rem;
    padding: 6px 12px;
  }

  /* Mobile menu improvements */
  .et_pb_menu__menu {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
  }

  .et_pb_menu__menu ul {
    flex-direction: column;
    padding: 1rem;
  }

  .et_pb_menu__menu li {
    margin: 0.5rem 0;
  }

  .et_pb_menu__menu a {
    color: #ffffff;
    font-size: 1.1rem;
    padding: 0.8rem 1rem;
    display: block;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }

  .et_pb_menu__menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

/* Loading State */
.booking-widget-container:empty::before {
  content: "Loading booking system...";
  display: block;
  text-align: center;
  color: #7f8c8d;
  font-style: italic;
  padding: 2rem;
}

/* ZBook Widget Customization */
#zbook-here iframe {
  border: none;
  border-radius: 0;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

/* Additional styling for better integration */
.et_pb_section.booking-widget-section .et_pb_row {
  max-width: 100%;
  margin: 0;
  width: 100%;
}

.et_pb_section.contact-info-section .et_pb_row {
  max-width: 1200px;
  margin: 0 auto;
}

/* Mobile-specific improvements */
@media (max-width: 768px) {
  /* Improve touch targets */
  .et_pb_menu__menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Better spacing for mobile */
  .booking-hero {
    text-align: center;
    padding: 2rem 1rem;
  }

  /* Optimize ZBook widget for mobile */
  #zbook-here {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }

  /* Ensure proper viewport handling */
  body {
    overflow-x: hidden;
  }

  /* Mobile header improvements */
  .et_pb_menu_inner_container {
    flex-direction: column;
    align-items: center;
  }

  .et_pb_menu__logo-wrap {
    margin-bottom: 1rem;
  }

  .et_pb_social_media_follow_0_tb_header {
    margin-bottom: 1rem;
  }
}

/* Ensure proper spacing */
.booking-widget-section .et_pb_text_1 {
  margin-bottom: 2rem;
}

/* Mobile menu adjustments for booking page */
@media (max-width: 768px) {
  .booking-widget-container {
    box-shadow: none;
  }

  /* ZBook widget mobile optimization */
  #zbook-here {
    min-height: 100vh;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }

  #zbook-here iframe {
    width: 100vw;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}

/* Additional mobile optimizations */
@media (max-width: 768px) {
  /* Ensure full width for booking section */
  .et_pb_section.booking-widget-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 0;
  }

  .et_pb_section.booking-widget-section .et_pb_row {
    width: 100vw;
    margin: 0;
    padding: 0;
  }

  .et_pb_section.booking-widget-section .et_pb_column {
    width: 100vw;
    padding: 0;
    margin: 0;
  }
}
