/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family:
      "Poppins",
      -apple-system,
      Roboto,
      Helvetica,
      sans-serif;
    color: #343935;
    line-height: 1.5;
    overflow-x: hidden;
    background-color: #fff;
  }
  html, body {
  width: 100%;
  overflow-x: hidden;
}


  .page-container {
    display: flex;
    /* padding: 28px 0; */
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
  }

  /* Typography */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    font-weight: 500;
  }


/* HERO SECTION */
.hero-section {
  position: relative;
  width: 100%;
  /* height: 500px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-radius: 14px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: initial;
  z-index: -1;
}

/* NAVIGATION */
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px;
  position: relative;
  z-index: 2;
}

/* .logo img {
  height: 60px;
} */

/* Centered Nav Menu */
.nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  background: #fdc016;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid white; /* ✅ Added white border */
}

.nav-menu li a {
  text-decoration: none;
  color: white; /* ✅ Changed to white text */
}

.book-now-btn {
  background: #fdc016;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid white;
}

.desktop-book {
  display: inline-block;
}

.mobile-book {
  display: none;
}

/* HERO TEXT */
.hero-content {
  text-align: center;
  color: white;
  margin-top: 150px;
  transform: translateY(-100px);
}

.hero-subtitle {
  font-size: 24px;
  margin: 0;
}

.hero-title {
  font-size: 60px;
  font-weight: bold;
  margin: 10px 0 0;
}

/* Hamburger Toggle */
.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    position: absolute;
    top: 32px;
    right: 6%;
    z-index: 10;
  }

  .nav-menu,
  .desktop-book {
    display: none;
  }

  .main-nav.menu-open .mobile-menu {
    display: flex;
    flex-direction: column;
    /* background: #001a33; */
    position: absolute;
    top: 75%;
    right: 43px;
    padding: 16px;
    border-radius: 12px;
    gap: 12px;
    z-index: 999;

  }

  .main-nav.menu-open .nav-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .main-nav.menu-open .nav-menu li a {
    color: white;
    font-size: 12px;
  }

  .main-nav.menu-open .book-now-btn.mobile-book {
    display: inline-block;
    background: #fdc016;
    color: #f7f9fb;
    text-align: center;
    padding: 10px 16px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 12px;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-subtitle {
    font-size: 18px;
  }
}


/* Main Content Styles */
.terms-content {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-family:
    "Poppins",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 400;
  line-height: 40px;
  margin-top: 50px;
  padding-left: 20px;
  align-self: center;
  margin-left: 150px;
  margin-right: 150px;
  max-width: 1600px;
}

.terms-title {
  font-family:
    "Bricolage Grotesque",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 700;
  font-size: 52px;
  margin-bottom: 30px;
}

.terms-section {
  margin-bottom: 30px;
}

.terms-section h3 {
  margin-bottom: 15px;
  font-weight: 600;
}

.terms-section p {
  margin-bottom: 15px;
}


a{
  color: #f7f9fb;
  text-decoration: none;
}

/* Responsive Styles */
@media (max-width: 1600px) {
  .terms-content {
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media (max-width: 1400px) {
  .footer-container {
     padding: 0px 0px;
  }
}

@media (max-width: 1200px) {
  .hero-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .terms-content {
    font-size: 24px;
    line-height: 48px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .terms-title {
    font-size: 60px;
  }

}

@media (max-width: 991px) {
  .hero-content {
    max-width: 100%;
    /* padding: 48px 20px 100px; */
  }

  .top-nav {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .main-menu {
    max-width: 100%;
    padding: 16px 20px;
    gap: 20px;
  }

  .cta-wrapper {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }

  .policies-label {
    margin-top: 40px;
  }

  .terms-heading {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 80px;
  }

  .terms-content {
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 20px;
    line-height: 40px;
  }

  .terms-title {
    font-size: 50px;
  }

}

@media (max-width: 768px) {
  .terms-heading {
    font-size: 60px;
  }

  .terms-content {
    font-size: 18px;
    line-height: 36px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .terms-title {
    font-size: 40px;
  }


}

@media (max-width: 640px) {
  .logo-container {
    width: 240px;
  }

  .logo-svg {
    width: 240px;
    height: 90px;
  }

  .main-menu {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
  }

  .terms-heading {
    font-size: 40px;
  }

  .book-now-btn {
    padding: 12px 24px;
    font-size: 18px;
  }

  .terms-content {
    font-size: 16px;
    line-height: 32px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .terms-title {
    font-size: 32px;
  }


}

@media (max-width: 480px) {
  .hero-content {
    /* min-height: 500px; */
    padding-bottom: 80px;
  }

  .terms-heading {
    font-size: 32px;
  }

  .policies-label {
    font-size: 24px;
  }

  .terms-content {
    font-size: 14px;
    line-height: 28px;
    margin-top: 30px;
  }

  .terms-title {
    font-size: 28px;
  }

  .terms-section h3 {
    font-size: 20px;
  }


}

@media (max-width: 360px) {
  .email-address,
  .phone-number {
    font-size: 18px;
  }

  .email-label,
  .phone-label {
    font-size: 14px;
  }

  .footer-logo-container {
    max-width: 160px;
  }

  .footer-logo-container .logo-svg {
    max-width: 160px;
  }

  .social-icons-container {
    max-width: 180px;
  }

  .social-icons {
    max-width: 180px;
  }
}

/* Add this to your existing media queries or create new ones */

@media (max-width: 768px) {
  .hero-section {
    height: auto; /* Remove fixed height */
    /* min-height: 400px;  */
  }

  .main-nav {
    margin-top: 0px; /* Reduce margin for mobile */
    /* padding: 16px 20px; */
  }

  .hero-content {
    margin-top: 20px; /* Reduce margin */
    transform: none; /* Remove transform */
    padding-bottom: 40px; /* Add bottom padding */
  }

  .logo img {
    height: 50px; /* Reduce logo size */
    width: auto; /* Maintain aspect ratio */
  }

  .menu-toggle {
    top: 35%; /* Ensure proper positioning */
  }
}

@media (max-width: 480px) {
  .main-nav {
    margin-top: 0px;
    /* padding: 12px 15px; */
  }

  .hero-content {
    margin-top: 0px;
  }

  .logo img {
    height: 40px;
  }
}



/* =======================Logo Header======================= */
.logo {
  position: relative;
  display: flex;
  align-items: center;
}

.logo-img {
  width: 150px;
  height: 60px;
  margin-top: 25px;
}

.logo-tagline {
  position: absolute;
  margin-top: -30px;
  margin-left: 58px;
  padding: 3px;
  font-size: 8px;
  color: #fff;
}

/* Mobile styles */
@media (max-width: 768px) {
.logo-img {
    width: 150px; /* Reduced from 200px */
    height: 60px; /* Reduced from 80px */
    margin-top: 15px;
    margin-left: 20px;
  }


  .logo-tagline {
    margin-top: -26px;
    margin-left: 71px;
    font-size: 8px;
  }
}

@media (max-width: 480px) {
  .logo-img {
    width: 100px;
    height: 38px;
    /* margin-top: 10px; */
  }

  .logo-tagline {
    margin-top: -21px;
    margin-left: 60px;
    font-size: 6.8px;
  }
}

/* =====================Footer Logo======================== */
.footer-logo-container {
  position: relative;
  display: inline-block;
}

.footer-logo-img {
  width: 150px;
  height: 60px;
  margin-top: 25px;
}

.footer-logo-tagline {
  position: absolute;
  margin-top: -30px;
  margin-left: 58px;
  padding: 3px;
  font-size: 8px;
  color: #fff;
}

@media (max-width: 768px) {
  .footer-logo-img {
    width: 150px;
    height: 60px;
    margin-top: 15px;

  }
  .footer-logo-tagline {
    font-size: 8px;
    margin-left: -17px;
    margin-top: -30px;
  }
}

@media (max-width: 767px) {
  .footer-logo-img {
    width: 150px;
    height: 60px;
    margin-top: 15px;
  }

  .footer-logo-tagline {
    margin-top: -28px;
    margin-left: -30px;
    font-size: 8px;
  }
}

@media (max-width: 480px) {
  .footer-logo-img {
    width: 100px;
    height: 38px;
    /* margin-top: 10px; */
  }

  .footer-logo-tagline {
    margin-top: -21px;
    margin-left: -13px;
    font-size: 6.8px;
  }
}

  /* Footer Section */
  .footer-section {
    margin-top: 96px;
    width: 100%;
  }

  @media (max-width: 991px) {
    .footer-section {
      max-width: 100%;
      margin-top: 40px;
    }
  }

  /* Accessibility enhancements */
  .book-now-button:focus,
  .menu-item:focus {
    outline: 3px solid #fff;
    outline-offset: 2px;
  }

  @media (prefers-reduced-motion: reduce) {
    * {
      transition: none !important;
      animation: none !important;
    }
  }

  :root {
    --yellow-orange: #fdc016;
    --white: #ffffff;
    --max-width: 1050px;
  }

  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  body {
    font-family: 'Poppins', sans-serif;
  }

  .site-footer {
    background-color: var(--yellow-orange);
    color: var(--white);
    padding: 20px 20px 20px;
  }

  .footer-container {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* Top Section */
  .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer-logo {
    /* height: 60px; */
    max-width: 200px;
  }

  .footer-socials {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .social-icon {
    transition: transform 0.2s ease;
  }

  .social-icon:hover,
  .social-icon:focus {
    transform: scale(1.2);
  }

  /* Middle Section */
  .footer-middle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.25rem;
    margin-top: 10px;
  }

  .footer-email {
    color: var(--white);
    text-decoration: none;
    font-size: clamp(1rem, 2vw, 1.3rem);
  }

  .footer-phone .label {
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 0.95rem;
    margin-bottom: 4px;
  }

  /* Divider */
  .footer-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 8px 0;
  }

  /* Bottom Section */
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    flex-wrap: wrap;
    align-items: center;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .footer-top,
    .footer-middle,
    .footer-bottom {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .footer-email,
    .footer-phone {
      text-align: center;
    }
  }

  /* Print Styling */
  @media print {
    .site-footer {
      background: white !important;
      color: black !important;
    }

    .footer-socials {
      display: none !important;
    }

    .footer-divider {
      background-color: black !important;
    }

    .footer-email,
    .footer-phone,
    .footer-copy,
    .footer-links {
      color: black !important;
    }
  }

  a{
    color: #f7f9fb;
    text-decoration: none;
  }


/* ==============Button beside the Hamburger icon in the mobile view============================= */
/* Mobile navigation styles */
@media (max-width: 767px) {
  .main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 5px;
    width: 100%;
    /* flex-wrap: wrap; */
  }

  .logo {
    order: 1;
    width: 50%;
  }

  .mobile-book {
    display: inline-block !important;
    order: 2;
    text-align: right;
    margin-right: 65px;
    padding: 8px 15px;
    font-size: 14px;
    margin-top: 16px;
  }

  .mobile-menu-toggle {
    order: 3;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
  }

   .mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: white;
    border-radius: 3px;
    transition: all 0.3s ease;
  }

  .desktop-book {
    display: none !important;
  }

  .navigation-menu {
    order: 4;
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    flex-direction: column;
    background: transparent;
    box-shadow: none;
    border: none;
  }

  .navigation-menu.active {
    max-height: 300px;
    padding: 10px;
  }
   .nav-item {
    margin: 10px 0;
    font-size: 16px;
    color: white;
    text-align: center;
  }
}

/* Book Now button styles */
.book-now-btn {
  background: #fdc016;
  color: white;
  padding: 8px 15px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid white;
  transition: all 0.3s ease;
}

.book-now-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}


/* ================for ipad at 768px =========================== */
@media (min-width: 768px) and (max-width: 768px) {
   .main-nav {
    display: flex;
    align-items: center;
    justify-content: normal;
    padding: 15px 0px;
    width: 100%;
    flex-wrap: wrap;
  }

  .logo {
    order: 1;
    width: 70%;
  }

  .mobile-book {
    display: inline-block !important;
    order: 2;
    text-align: right;
    margin-right: 63px;
    padding: 8px 15px;
    font-size: 14px;
     /* margin-top: -5px; */
     margin-left: 30px
  }

   .main-nav.menu-open .mobile-menu {
    display: flex;
    flex-direction: column;
    /* background: #001a33; */
    position: absolute;
    top: 62%;
    right: 75px;
    padding: 16px;
    border-radius: 12px;
    gap: 12px;
    z-index: 999;
  }


  .mobile-menu-toggle {
    order: 3;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
  }

   .mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: white;
    border-radius: 3px;
    transition: all 0.3s ease;
  }

  .desktop-book {
    display: none !important;
  }

  .navigation-menu {
    order: 4;
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    flex-direction: column;
    background: transparent;
    box-shadow: none;
    border: none;
  }

  .navigation-menu.active {
    max-height: 300px;
    padding: 10px;
  }
   .nav-item {
    margin: 10px 0;
    font-size: 16px;
    color: white;
    text-align: center;
  }
}


/* Book Now button styles */
.book-now-btn {
  background: #fdc016;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid white;
  transition: all 0.3s ease;
}

.book-now-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}