@charset "utf-8";
/* CSS Document */
.bg-stone-100 {
    --tw-bg-opacity: 1;
 /*background: url("../img/body-bg.png") center center / cover no-repeat!important;*/
	
}

.shadow

{
    
    position: absolute!important;
    z-index: 1000!important;
    width: 100%!important;
background:#ffffffc2 !important;


}


.facilities-bg

{
  --tw-bg-opacity: 1;
 background: url("../img/facilities-bg.png") center center / cover no-repeat!important;
	

}

.facilities-bg-pet

{
  --tw-bg-opacity: 1;
 background: url("../img/pet-friendly.jpg") center center / cover no-repeat!important;
     border-top: 5px solid!important;
    border-color: #003c7a!important;
	

}



.bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 62 126)!important;
   
}

.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 62 126)!important;
    border: 3px solid!important;
}


.text-teal-700 {
    --tw-text-opacity: 1;
    color: #fff!important;
}
.attr

{
	
  border-top: 5px solid #333; /* adjust width and color as needed */
	
}

.font-class

{
	font-size:17px!important;
}

.facility-font {
    --tw-text-opacity: 1;
    color: #000!important;
    font-weight: 600!important;
}

.attraction-img-bg

{
  --tw-bg-opacity: 1;
 background: url("../img/attraction-img.jpg") center center / cover no-repeat!important;
     background-attachment: fixed !important;
	

}

.attraction-font {
    --tw-text-opacity: 1;
    color: #fff!important;
    font-weight: 600!important;
}

.attraction-text {
    --tw-text-opacity: 1;
    color: #003e7e!important;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #003e7e8f;
  color: white;
  text-align: center;
  padding: 15px;
  z-index: 1000;
  display: none;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.cookie-banner button {
  margin-left: 10px;
  padding: 6px 12px;
  background-color: #003e7e8f;
  border:1px solid;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.bottom-6 {
    bottom: 11rem!important;
}

.title-tag

{
	color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
/* Full Amenities Section */
.luxury-amenities-section {
  padding: 40px 5% 100px;
  background: #f7f7f7; /* Light background for contrast */
  text-align: left;
  position: relative;
}

/* Full Amenities Container */
.luxury-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Title Section */
.luxury-section-title {
  text-align: center;
  margin-bottom: 40px;
}

.luxury-section-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #00309f; /* Blue color for the title */
  line-height: 1.2;
  margin: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 2px solid #ffff00; /* Yellow underline */
}

.luxury-section-title h2 br {
  display: block;
  margin: 0 auto;
  line-height: 1.2;
}

/* Section Titles */
.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #00309f;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #ffff00;
  padding-bottom: 10px;
}

/* Amenity List */
.amenity-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Two columns */
  gap: 10px;
}

.amenity-list li {
  font-size: 18px;
  color: #333; /* Dark gray text */
  padding-left: 35px;
  position: relative;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

/* Icon Style */
.amenity-list li i {
  font-size: 22px;
  color: #00309f; /* Blue for icons */
  position: absolute;
  left: 0;
}

/* Hover Effect for List Items */
.amenity-list li:hover {
  color: #00309f;
  font-weight: bold;
}

.amenity-list li:hover i {
  color: #ffcc00; /* Yellow color on hover for icon */
}

/* Facility Category */
.facility-category {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .luxury-section-title h2 {
    font-size: 28px; /* Smaller title size */
  }

  .amenity-list li {
    font-size: 16px;
  }

  .amenity-list li i {
    font-size: 20px;
  }

  .amenity-list {
    grid-template-columns: 1fr; /* Single column for mobile */
  }
}

/* Inner Page Hero Section */
.inner-page-hero {
  position: relative;
  width: 100%;
  height: 60vh; /* Full viewport height */
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

/* Overlay */
.inner-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgb(0 48 159 / 30%); /* Dark blue overlay to make text more readable */
  z-index: 1;
}

/* Hero Content */
.hero-content {
  z-index: 2;
  padding: 20px;
  max-width: 900px;
}

/* Hero Heading */
.inner-page-hero h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 50px;
  color: #FFD700; /* Gold color for the heading */
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Subtle shadow for better readability */
}

/* Hero Subheading */
.inner-page-hero h5 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #fff;
}

/* Explore Button */
.explore-btn {
  background: #00309f; /* Blue color */
  color: #FFD700; /* Gold text color */
  font-weight: bold;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  transition: background 0.3s, transform 0.2s;
}

.explore-btn:hover {
  background: #FFD700; /* Change to gold on hover */
  color: #00309f; /* Change text color to blue on hover */
  transform: scale(1.05);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .inner-page-hero {
    height: 50vh; /* Adjust height on smaller screens */
  }

  .inner-page-hero h1 {
    font-size: 2rem;
    text-align: center;
  }

  .inner-page-hero h5 {
    font-size: 16px;
    text-align: center;
  }

  .hero-content {
    padding: 20px;
  }
}
/* Custom Header Section */
.custom-things-header {
  background-color: #f7f7f7; /* Light soft background */
  padding: 20px 20px;
  text-align: center;
}

.custom-things-title {
  font-size: 36px;
  color: #00309f; /* Dark blue for the title */
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Grid Section */
.things-grid-section {
  padding: 20px 20px;
  background: #f7f7f7; /* Same light background */
}

.things-grid-section .container {
  max-width: 1240px;
  margin: auto;
}

/* Section headers inside the grid */
.things-title {
  font-size: 28px;
  color: #00309f; /* Dark blue for section titles */
  margin: 40px 0 20px;
  font-weight: bold;
  border-bottom: 2px solid #FFD700; /* Accent gold */
  padding-left: 15px;
  text-transform: uppercase;
}

/* Grid layout */
.things-grid.two-cols {
  display: grid;
  grid-template-columns: 3fr 3fr;
  gap: 25px;
}

/* Cards */
.thing-card {
  background: #fff; /* Clean white for cards */
  border-top: 4px solid #FFD700; /* Accent gold for card border */
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.thing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Card text */
.thing-card h4 {
  font-size: 18px;
  color: #00309f; /* Dark blue for card headings */
  margin-bottom: 6px;
  font-weight: 600;
}

.thing-card p {
  color: #555; /* Softer gray for secondary text */
  font-size: 14px;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .things-grid.two-cols {
    grid-template-columns: 1fr;
  }

  .custom-things-title {
    font-size: 28px;
  }

  .things-title {
    font-size: 20px;
  }
}



/* Location Section Header */
.location-section-hero {
  background: #f9f9f9; /* Soft light background */
  padding: 30px 20px;
}

.location-wrapper-hero {
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
  background: #fff; /* Clean white background for the container */
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Slightly softer shadow */
  overflow: hidden;
}

.location-info-box {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.location-info-box h2 {
  font-size: 2.6rem;
  color: #0033A0; /* Primary blue */
  margin-bottom: 15px;
}

.location-info-box p {
  font-size: 1.2rem;
  color: #444; /* Slightly lighter dark grey */
  margin-bottom: 30px;
  line-height: 1.6;
}

.coordinates-area,
.directions-area {
  background: #0033A0; /* Primary blue background */
  padding: 20px;
  border-left: 5px solid #FFD700; /* Gold accent */
  margin-bottom: 25px;
  border-radius: 10px;
  color: #fff; /* White text for contrast */
}

.coordinates-area h4,
.directions-area h4 {
  color: #FFD700; /* Gold headings */
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.coordinates-area ul {
  list-style: none;
  padding-left: 0;
}

.coordinates-area ul li {
  margin-bottom: 8px;
  font-size: 1rem;
  color: #fff; /* White for list items */
}

.directions-area form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.directions-area form button {
  width: 100%;
  padding: 12px;
  background: #FFD700; /* Gold button */
  color: #0033A0; /* Blue text */
  border: none;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 8px;
  transition: background 0.3s, transform 0.2s;
}

.directions-area form button:hover {
  background: #FFC700; /* Slightly darker gold */
  transform: scale(1.05);
}

/* Right Side Map */
.location-map-box {
  flex: 1;
  background: #e6f0fa; /* Very light blue background for the map */
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive Design */
@media (max-width: 992px) {
  .location-wrapper-hero {
    flex-direction: column;
  }

  .location-map-box {
    height: 300px;
  }
}

/* Custom Location Header */
.custom-location-header {
  text-align: center;
  padding: 10px 20px;
  background-color: #f9f9f9; /* Light grey background */
}

.custom-location-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0033A0; /* Primary blue */
  margin-bottom: 20px;
  position: relative;
}

.custom-location-title::after {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #FFD700; /* Gold accent */
  display: block;
  margin: 20px auto 0;
  border-radius: 2px;
}

.custom-location-description {
  font-size: 18px;
  line-height: 1.8;
  color: #444; /* Dark grey text */
  max-width: 1300px;
  margin: 0 auto;
}
/* 1. Contact Header Section */
.custom-contact-header {
  text-align: center;
  padding: 20px 20px;
  background-color: #f7f7f7; /* Soft light gray background */
}

.custom-contact-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #00309f; /* Deep blue for title */
  margin-bottom: 20px;
  position: relative;
}

.custom-contact-title::after {
  content: '';
  width: 60px;
  height: 4px;
  background-color: #FFD700; /* Gold accent */
  display: block;
  margin: 20px auto 0;
  border-radius: 2px;
}

.custom-contact-description {
  font-size: 20px;
  line-height: 1.8;
  color: #333; /* Dark gray text for readability */
  max-width: 1200px;
  margin: 0 auto;
}

/* 2. Main Contact Info Section */
.contact-section-hero {
  background: #fff; /* White background */
  padding: 30px 20px;
}

.contact-wrapper-hero {
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: stretch;
  background: #fff; /* White background for the content box */
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.contact-info-box {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-info-box h2 {
  font-size: 2.6rem;
  color: #00309f; /* Primary blue */
  margin-bottom: 15px;
}

.contact-info-box p {
  font-size: 1.2rem;
  color: #444; /* Dark gray for description */
  margin-bottom: 30px;
  line-height: 1.6;
}

.contact-details-area {
  background: #00309f; /* Primary blue background */
  padding: 20px;
  border-left: 5px solid #FFD700; /* Gold border accent */
  margin-bottom: 25px;
  border-radius: 10px;
  color: #fff; /* White text */
}

.contact-details-area h4 {
  color: #FFD700; /* Gold for subheadings */
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.contact-details-area ul {
  list-style: none;
  padding-left: 0;
}

.contact-details-area ul li {
  margin-bottom: 12px;
  font-size: 1rem;
  color: #fff; /* White for list items */
}

.contact-details-area a {
  color: #FFD700; /* Gold color for links */
  font-weight: 600;
  text-decoration: none;
}

.contact-details-area a:hover {
  color: #00309f; /* Blue on hover */
  text-decoration: underline;
}

/* 3. Right Side Image */
.contact-image-box {
  flex: 1;
  background: #e4edf2; /* Very light blue background */
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

/* 4. Responsive Design */
@media (max-width: 992px) {
  .contact-wrapper-hero {
    flex-direction: column;
  }

  .contact-image-box {
    height: 300px;
  }

  .custom-contact-title {
    font-size: 2rem;
  }

  .custom-contact-description {
    font-size: 1rem;
  }

  .contact-info-box h2 {
    font-size: 2rem;
  }
}
/* 📍 Microtel Inn & Suites Montgomery Sitemap Section */
.sitemap-section {
    padding: 30px 20px;
    background: linear-gradient(to bottom, #ffffff, #f9f9f9, #ffffff); /* Soft white-gray gradient */
    text-align: center;
}

.sitemap-container {
    max-width: 1200px;
    margin: 0 auto;
}

.sitemap-title {
    font-size: 3rem;
    color: #004C97; /* Microtel primary blue */
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.sitemap-subtitle {
    font-size: 18px;
    line-height: 1.8;
    color: #333333; /* Dark gray text */
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.sitemap-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.sitemap-block {
    background-color: #ffffff; /* White card background */
    padding: 40px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 76, 151, 0.08); /* Soft blue shadow */
    border: 1px solid #e3e3e3; /* Light gray border */
}

.sitemap-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 76, 151, 0.15); /* Darker blue shadow on hover */
}

.sitemap-block h2 {
    font-size: 1.8rem;
    color: #FFD700; /* Accent gold for headings */
    margin-bottom: 15px;
    font-weight: 600;
}

.sitemap-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-block ul li {
    margin-bottom: 15px;
}

.sitemap-block ul li a {
    font-size: 18px;
    color: #004C97; /* Microtel primary blue for links */
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
    font-weight: 500;
}

.sitemap-block ul li a i {
    margin-right: 10px;
    font-size: 1.2rem;
    color: #FFD700; /* Gold for icons */
}

.sitemap-block ul li a:hover {
    color: #002C5F; /* Darker blue on hover */
}

/* 📱 Responsive Design */
@media (max-width: 1024px) {
    .sitemap-links {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .sitemap-links {
        grid-template-columns: 1fr;
    }
}
/* 🎯 FAQ Section - Microtel Inn & Suites Montgomery (Logo Colors, No Green) */
.faq-section {
    padding: 30px 20px;
    background: #F9F9F9; /* Light off-white background */
    color: #4D4D4D; /* Dark gray for general text */
    text-align: center;
    position: relative;
    overflow: hidden;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.faq-title a {
    font-size: 3rem;
    font-weight: 700;
    color: #0033A0; /* Deep blue for title */
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
}

.faq-subtitle {
    font-size: 1.3rem;
    color: #4D4D4D; /* Dark gray text for subtitle */
    margin-bottom: 50px;
}

.faq-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: left;
}

.faq-item {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #D9E6F6; /* Soft blue border */
    box-shadow: 0 8px 20px rgba(0, 51, 160, 0.06); /* Blue shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 4px solid #FFD200; /* Gold accent */
}

.faq-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 51, 160, 0.12); /* Darker blue shadow on hover */
}

.faq-item h2 {
    font-size: 1.8rem;
    color: #0033A0; /* Blue headers */
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px dashed #FFD200; /* Gold dashed underline */
}

.faq-item p {
    font-size: 1.1rem;
    color: #4D4D4D; /* Dark gray text */
    line-height: 1.75;
    margin-bottom: 10px;
}

.faq-item a {
    color: #0033A0; /* Blue links */
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}

.faq-item a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #FFD200; /* Gold underline */
    transition: width 0.3s ease;
}

.faq-item a:hover {
    color: #FFD200; /* Gold on hover */
}

.faq-item a:hover::after {
    width: 100%; /* Full width gold underline on hover */
}

/* Responsive Design */
@media (max-width: 1024px) {
    .faq-title {
        font-size: 2.5rem;
    }

    .faq-item h2 {
        font-size: 1.5rem;
    }

    .faq-item p {
        font-size: 1rem;
    }
}
.attraction-section {
  padding: 30px 20px;
  background-color: #f8f9fb; /* Light background instead of pure white for softness */
}

.attraction-container {
  max-width: 1200px;
  margin: 0 auto;
}

.attraction-header {
  text-align: center;
  margin-bottom: 50px;
}

.attraction-heading {
  font-size: 30px;
  font-weight: 700;
  color: #002a80; /* Darker blue from the logo for stronger heading */
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.attraction-heading::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #ffd700; /* Brighter yellow from the logo */
  margin: 8px auto 0;
  border-radius: 2px;
}

.attraction-subheading {
  font-size: 20px;
  color: #ffcc00; /* Use yellow accent for subheading for contrast */
  margin-top: 10px;
}

.attraction-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  background-color: #ffffff; /* Clean white for content cards */
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  padding: 40px;
}

.attraction-img {
  flex: 1;
  min-width: 500px;
  margin-top: 10px;
}

.attraction-img img {
  width: 100%;
  max-width: 500px;
  height:500px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.attraction-img img:hover {
  transform: scale(1.03);
}

.attraction-details {
  flex: 2;
  font-size: 16px;
  color: #1a1a1a; /* Dark gray text for readability instead of pure black */
  line-height: 1.7;
}

.attraction-details p {
  margin-bottom: 18px;
}

.distance-highlight {
  background-color: #fff3b2; /* Softer yellow background */
  padding: 12px 18px;
  border-left: 4px solid #ffd700; /* Bright yellow accent border */
  border-radius: 6px;
  font-weight: 600;
}

/* Styling for the Booking Link */
.booking-link {
  text-decoration: none; /* Remove underline */
  color: #002a80; /* Deep blue for links */
  font-weight: bold;
  transition: color 0.3s ease;
}

.booking-link:hover {
  color: #ffcc00; /* Bright yellow hover effect */
}

@media (max-width: 768px) {
  .attraction-wrapper {
    flex-direction: column;
    padding: 25px;
  }

  .attraction-img img {
    max-width: 100%;
  }

  .attraction-heading {
    font-size: 24px;
  }

  .attraction-subheading {
    font-size: 16px;
  }
}

.Logo
{
	width:150px!important;
	height:130px!important;
	
}
.header-font
{
	font-size:21px!important;
	    color: #1c105c!important;
    font-weight: 500!important;
	
}

@media only screen and (max-width: 616px) {

 .shadow

{
    
    position: relative!important;
    z-index: 1000!important;
    width: 100%!important;
background:none!important;


}

}



.header-font {
    font-size: 16px !important;
    color: #1c105c !important;
    font-weight: 550 !important;
}

.Logo {
    width: 130px !important;
    height: 110px !important;
}
.content-bg
{
	
	--tw-bg-opacity: 1;
     background: url(../img/family.jpg) center center / cover no-repeat !important;
	 background-attachment: fixed !important;
	
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / 86%)!important;
}

.text-gray-600

 {
    --tw-text-opacity: 1!important;
    color: rgb(31 35 39)!important;
    font-size: 17px!important;
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(67 142 181)!important;
}

.guest-sec

{
	
	    background: #ffffffc9!important;
    width: 55%!important;
    margin: 0 auto!important;
    margin-bottom: 40px!important;
    padding: 5px!important;
    border-radius: 10px!important;
	
}

.h3-font
{
	
	font-size:24px!important;
}




/*
 This block styles the main container.
 - max-width: 1500px; sets the maximum width of the content area.
 - margin: 0 auto; centers the container horizontally on the page.
*/
.hotel-content-container {
  max-width: 1200px;
  margin: 0 auto; /* Top/bottom margin is 0, left/right is auto for centering */
}

/*
 This block styles the H1 and P tags ONLY inside our container.
 - text-align: center; makes the text centered within the container.
*/
.hotel-content-container h1,
.hotel-content-container p {
  text-align: center;
}



































.section-header {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -40px;
}

.section-title {
    font-size: 2.5rem;
    color: rgb(30 58 138);
    /* Replaced var(--primary) */
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

/* --- Interactive Background --- */
.interactive-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);
    overflow: hidden;
}

.particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(146, 106, 166, 0.05);
    animation: float-particle 20s infinite linear;
}

@keyframes float-particle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(100px, 100px);
    }
    100% {
        transform: translate(0, 0);
    }
}

/* --- Hotel Amenities Section --- */
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.amenity-card {
    background: white;
    border-radius: 16px;
    /* Replaced var(--radius) */
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* Replaced var(--shadow) */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Replaced var(--transition) */
    cursor: pointer;
}

.amenity-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.amenity-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
    background: rgb(252 224 72);
    /* Replaced variables */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.amenity-card h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: rgb(30 58 138);
    /* Replaced var(--primary) */
}

.amenity-card p {
    color: #6c757d;
    font-size: 0.95rem;
}

/* --- REVISED Room Types Section (2-Column Layout) --- */
.room-selector-container {
    display: grid;
    grid-template-columns: 1fr 1.0fr;
    gap: 0;
    /* max-width and margin removed to allow full width within container */
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* Replaced var(--shadow) */
    overflow: hidden;
}

.room-list {
    background: #e9f0f3;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #dce5e8;
    align-self: start;
}

.room-item {
    padding: 35px;
    cursor: pointer;
    border-left: 5px solid transparent;
    transition: all 0.3s ease;
    border-bottom: 1px solid #dce5e8;
}

.room-item:last-child {
    border-bottom: none;
}

.room-item h4 {
    margin: 0 0 5px 0;
    font-size: 1rem;
    font-weight: 600;
    color: #34495e;
}

.room-item:hover {
    background-color: #f4f7f6;
}

.room-item.active {
    background-color: #ffffff;
    border-left: 5px solid rgb(252 224 72);
    /* Replaced var(--accent) */
}

.room-image-display {
    position: relative;
    background-color: #333;
}

.room-image-details {
    width: 100%;
    height: 100%;
    position: relative;
    animation: fadeInDetails 0.6s ease-in-out;
}

.room-image-details img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.room-image-details:hover img {
    transform: scale(1.05);
}

/* NEW Text Overlay Styles */
.room-text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 60px 40px 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}

.room-text-overlay h3 {
    font-size: 2rem;
    margin: 0 0 10px 0;
}

.room-text-overlay p {
    font-size: 1rem;
    line-height: 1.6;
    color: #f0f0f0;
    margin-bottom: 20px;
}

.room-features-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.room-features-list li {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: #fff;
}

.room-features-list i {
    color: rgb(252 224 72);
    /* Replaced var(--accent) */
    margin-right: 10px;
    font-size: 1rem;
}

/* --- Animations --- */
@keyframes fadeInDetails {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* --- Responsive Design --- */
@media (max-width: 992px) {
    .room-selector-container {
        grid-template-columns: 1fr;
    }
    .room-image-display {
        min-height: 450px;
    }
}









/* =================================================================
   Global Variables & Consolidated "Attractions" Styles
   ================================================================= */

:root {
    --primary-color: rgb(30, 58, 138);
    --accent-color: #fbdf4a;
}

/* =========================================
 *  Nearby Attractions Section
 * ========================================= */

.attractions-container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 40px 20px;
    background-color: #f4f4f4;
}

.attractions-container .category {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex: 1;
}

.attractions-container .category:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.attractions-container .category-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 4px solid var(--accent-color);
}

.attractions-container .category-header {
    padding: 20px;
    background-color: var(--primary-color);
    color: white;
    text-align: center;
}

.attractions-container .category-header h2, .title2 {
    color: white;
    margin: 0;
    font-size: 24px;
}

.attractions-container .attraction-list {
    padding: 20px;
}

.attractions-container .attraction {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.attractions-container .attraction:last-child {
    border-bottom: none;
}

.attractions-container .attraction-info {
    flex: 1;
}

.attractions-container .attraction-name, .title3-attraction {
    margin-bottom: 4px;
    font-size: 16px;
    color: #333;
}

.attractions-container .attraction-type {
    color: #000;
}

.attractions-container .attraction-distance {
    background-color: var(--accent-color);
    color: black;
    padding: 5px 12px;
    border-radius: 20px;
    min-width: 70px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.attractions-container .attraction:hover .attraction-distance {
    background-color: var(--primary-color);
    transform: scale(1.05);
}


/* =========================================
 *  Hero-style Attractions Section
 * ========================================= */
.attraction-title-block {
    text-align: center;
    padding: 40px 20px 50px;
    background: var(--primary-color);
    color: var(--accent-color);
}

.attraction-section-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.attraction-subtitle {
    font-size: 18px;
    opacity: 0.9;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    color: white;
}

.attraction-highlight {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease-in-out, transform 1.5s ease-in-out;
    transform: scale(1.05);
    opacity: 0;
}

.bg-layer.active {
    opacity: 1;
    transform: scale(1);
}

.attraction-overlay {
    position: relative;
    z-index: 3;
    display: flex;
    height: 100%;
    width: 100%;
}

.attraction-row {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 40px 15px;
    color: #fff;
    cursor: pointer;
    position: relative;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.attraction-row:last-child {
    border-right: none;
}

.attraction-row:hover {
    background: rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.attraction-row.active {
    background: rgba(30, 58, 138, 0.4);
    transform: translateY(-5px);
}

.attraction-row .type {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: 0.85;
    font-weight: 600;
}

.attraction-row h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.attraction-icon {
    font-size: 30px;
    margin-bottom: 15px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.attraction-row:hover .attraction-icon {
    transform: scale(1.2) translateY(-5px);
    opacity: 1;
}

/* =========================================
 *  Effects & Particles
 * ========================================= */

.particles, .floating-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

/* ... particle and shape styles ... */
.particle { position: absolute; width: 4px; height: 4px; background: rgba(255, 255, 255, 0.7); border-radius: 50%; animation: float 15s infinite linear; }
.shape { position: absolute; opacity: 0.1; animation: float-shape 20s infinite linear; }
.shape-1 { width: 100px; height: 100px; border: 2px solid #fff; border-radius: 50%; top: 10%; left: 10%; }
.shape-2 { width: 60px; height: 60px; border: 2px solid #fff; top: 70%; left: 80%; transform: rotate(45deg); animation-delay: -5s; }
.shape-3 { width: 80px; height: 80px; border: 2px solid #fff; border-radius: 20px; top: 40%; left: 85%; animation-delay: -10s; }


/* =========================================
 *  <<< CORRECTED RESPONSIVE ADJUSTMENTS >>>
 * ========================================= */

/* Tablet View */
@media (max-width: 992px) {
    /* Reduce gap and padding for the grid section */
    .attractions-container {
        gap: 30px;
        padding: 30px 15px;
    }

    /* Reduce hero section title size */
    .attraction-section-title {
        font-size: 40px;
    }
}

/* Mobile View */
/* CORRECTED THE TYPO ON THIS LINE */
@media (max-width: 768px) {
    /* --- Nearby Attractions (Grid) --- */
    .attractions-container {
        /* This is the key change: Switch from 2 columns to a single column */
        grid-template-columns: 1fr;
        gap: 25px; /* Further reduce the gap between stacked items */
        padding: 25px 10px;
    }

    /* --- Hero Section (Flexbox) --- */
    .attraction-highlight {
        height: auto; /* Allow the container to grow to fit the stacked content */
    }
    
    .attraction-overlay {
        flex-direction: column; /* Stack the columns vertically */
    }

    .attraction-row {
        flex-basis: 280px; /* Give each row a nice height */
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Add a horizontal separator */
    }

    .attraction-row:last-child {
        border-bottom: none; /* Remove separator from the last item */
    }
    
    /* --- General Typography & Sizing --- */
    .attraction-section-title {
        font-size: 32px; /* Make title smaller for mobile */
        letter-spacing: 2px;
    }

    .attraction-subtitle {
        font-size: 16px;
    }

    .attractions-container .category-header h2 {
        font-size: 20px;
    }
    
    /* --- Performance & Clutter --- */
    /* Hide decorative shapes on small screens */
    .floating-shapes {
        display: none;
    }
}


/* =========================================
 *  ANIMATION KEYFRAMES
 * ========================================= */
@keyframes float {
    0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
    10% { opacity: 0.7; }
    90% { opacity: 0.7; }
    100% { transform: translateY(-100px) rotate(360deg); opacity: 0; }
}

@keyframes float-shape {
    0% { transform: translateY(0) rotate(180deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
    100% { transform: translateY(0) rotate(360deg); }
}


    



.location-container {
  width: 100%;
  max-width: 100%;
  padding: 40px 0;
  background: white;
}

.location-title {
  text-align: center;
  color: #1e3a8a; /* Changed from #003a70 */
  font-size: 2.4rem;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.location-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #1e3a8a; /* Changed from #003a70 */
}

.location-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 90%;
  margin: 0 auto;
  align-items: center;
}

.location-info {
  flex: 1;
  min-width: 300px;
}

.coordinates-box {
  background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(30, 58, 138, 0.1); /* Changed from rgba(1, 72, 134, 0.1) */
  border: 1px solid rgba(30, 58, 138, 0.1);     /* Changed from rgba(1, 72, 134, 0.1) */
}

.coordinates-box h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #1e3a8a; /* Changed from #003a70 */
  font-size: 1.4rem;
  font-weight: 600;
}

.coordinate {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 12px;
  font-size: 1.05rem;
  color: black; /* Changed to black for paragraph text */
}

.coordinate i {
  color: #fbdf4a; /* Changed from #fcb100 */
  font-size: 1.2rem;
}

.directions-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(30, 58, 138, 0.1); /* Changed from rgba(1, 72, 134, 0.1) */
  border: 1px solid rgba(30, 58, 138, 0.1);     /* Changed from rgba(1, 72, 134, 0.1) */
}

.directions-form label {
  font-weight: 600;
  color: #1e3a8a; /* Changed from #003a70 */
  font-size: 1.05rem;
}

.directions-form input {
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 100%;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.directions-form input:focus {
  outline: none;
  border-color: #1e3a8a; /* Changed from #003a70 */
  box-shadow: 0 0 0 3px rgba(30, 58, 138, 0.2); /* Changed from rgba(1, 72, 134, 0.2) */
}

.directions-form button {
  background: #1e3a8a; /* Changed from #003a70 */
  color: white;
  border: none;
  padding: 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.directions-form button:hover {
  background: #fbdf4a; /* Changed from #fcb100 */
  transform: translateY(-2px);
}

.location-map {
  flex: 1;
  min-width: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(30, 58, 138, 0.1); /* Changed from rgba(1, 72, 134, 0.1) */
  border: 1px solid rgba(30, 58, 138, 0.1);     /* Changed from rgba(1, 72, 134, 0.1) */
  transition: transform 0.3s ease;
}

.location-map:hover {
  transform: translateY(-5px);
}

.location-map img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .location-content {
    flex-direction: column;
  }
  
  .location-info, .location-map {
    width: 100%;
  }
}




/* =================================================================
   4. CONTACT SECTION (REVISED & IMPROVED)
   ================================================================= */

:root {
    --primary-color: rgb(30, 58, 138); /* UPDATED */
    --accent-color: #fbdf4a;             /* ADDED for consistency */
}

/* A common best practice for more intuitive layout calculations */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.content-wrapper {
    display: flex;
    gap: 30px;
    padding: 30px;
}

/* --- Shared styles for both the card and the map container --- */
.contact-card,
.map-container {
    flex: 1;
    border-radius: var(--border-radius);
    box-shadow: 0 5px 15px var(--shadow-light);
    transition: all 0.3s ease;
    transform: translateY(20px);
    opacity: 0;
    /* Using min-height is better than fixed height to avoid content overflow */
    min-height: 450px; 
}

.contact-card:hover,
.map-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px var(--shadow-dark);
}

/* --- Contact Card Specific Styles --- */
.contact-card {
    background: var(--card-background);
    padding: 25px;
    animation: slideUp 0.8s ease-out 0.4s forwards;
    background: white;
}

/* --- Map Container Specific Styles --- */
.map-container {
    overflow: hidden; /* Ensures iframe respects the border-radius */
    animation: slideUp 0.8s ease-out 0.6s forwards;
    height: 450px; /* Fixed height can be suitable for a map */
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-card h2 {
    color: var(--primary-color);
    margin-bottom: 25px;
    position: relative;
    font-size: 2rem; /* === FIX: Added a clear font-size to make the heading larger === */
    font-family: sans-serif; /* Recommended: Define a font family */
}

.contact-card h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--accent-color);
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.info-item i {
    color: var(--accent-color);
    font-size: 1.5rem;
    margin-right: 15px;
    margin-top: 5px; /* Adjusted for better alignment */
    width: 25px; /* Ensures consistent alignment of text */
}

.info-text h3 {
    margin-bottom: 5px;
    color: var(--primary-color);
}

.info-text p,
.info-text a {
    text-decoration: none;
    transition: color 0.3s;
    color: #555; /* Giving it a base color */
}

.info-text a:hover {
    color: var(--primary-color);
}


.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block; /* Removes any extra space below the iframe */
}

/* --- Media Query for Mobile and Tablet --- */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
    }

    /* Resetting min-height for stacked layout */
    .contact-card,
    .map-container {
        width: 100%;
        min-height: auto;
    }

    .map-container {
        height: 350px;
    }
}








/* Scoped styles using section ID */

#hotel-navigation-section .container {
    margin: 0 auto;
    padding: 0 20px;
}

#hotel-navigation-section .navigation-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#hotel-navigation-section .nav-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#hotel-navigation-section .nav-item {
    display: flex;
    height: 100%;
}

#hotel-navigation-section .nav-link {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgb(30, 58, 138); /* Changed */
    text-decoration: none;
    background: white;
    border-radius: 8px;
    padding: 25px 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    height: 120px; /* Fixed height for rectangular format */
}

#hotel-navigation-section .nav-link:hover {
    background: rgb(30, 58, 138); /* Changed */
    color: white;
    box-shadow: 0 8px 16px rgba(30, 58, 138, 0.2); /* Changed */
    transform: translateY(-3px);
}

#hotel-navigation-section .nav-icon {
    font-size: 24px;
    margin-bottom: 12px;
    color: #fbdf4a; /* Changed */
    transition: all 0.3s ease;
}

#hotel-navigation-section .nav-link:hover .nav-icon {
    color: white;
    transform: scale(1.1);
}

#hotel-navigation-section .nav-text {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

#hotel-navigation-section .nav-desc {
    font-size: 13px;
    opacity: 0.8;
    line-height: 1.4;
    color: black; /* Changed */
}

/* Responsive styles */
@media (max-width: 992px) {
    #hotel-navigation-section .nav-row {
        grid-template-columns: repeat(2, 1fr);
    }

    #hotel-navigation-section .nav-link {
        height: 110px;
        padding: 20px 10px;
    }
}

@media (max-width: 576px) {
    #hotel-navigation-section .nav-row {
        grid-template-columns: 1fr;
    }

    #hotel-navigation-section .nav-link {
        height: 100px;
        padding: 15px 10px;
    }

    #hotel-navigation-section {
        padding: 30px 0;
    }
}






    .faq-section {
    margin: 20px auto;
    padding: 0 20px;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-header h2 {
    color: #003a70;
    font-size: 36px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.faq-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #003a70, #fcb100);
    border-radius: 2px;
}

.faq-header p {
    color: black;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 25px;
}

.faq-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border-top: 4px solid #003a70;
}

.faq-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.faq-question {
    padding: 25px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
}

.faq-icon {
    width: 40px;
    height: 40px;
    background: #fcb100;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 18px;
}

.faq-question-text {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.faq-answer {
    padding: 25px;
    position: relative;
}

.faq-answer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    height: 1px;
    background: linear-gradient(to right, transparent, #003a70, transparent);
}

.faq-answer p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.faq-answer a {
    color: #003a70;
    font-weight: 600;
    text-decoration: none !important;
}

.faq-answer a:hover {
    color: #fcb100;
    border-bottom-color: #fcb100;
}

.faq-answer .fa-caret-right {
    color: #fcb100;
    margin-right: 8px;
}

@media (max-width: 600px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-header h2 {
        font-size: 28px;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .faq-answer {
        padding: 20px;
    }
}







.header-container {
  max-width: 80rem;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.logo {
  height: 7rem;
  width: auto;
}

/* DESKTOP NAV */
.desktop-nav {
  display: none;
  align-items: center;
}

.desktop-nav > * + * { 
  margin-left: 2rem; 
}

.header-font {
  text-decoration: none;
  color: #1f2937;
  font-size: 1.2rem !important;
  transition: color 0.2s;
  font-weight: 500;
  cursor: pointer;
}

.header-font:hover { 
  color: #007BFF; 
}

.active { 
  color: #0056b3 !important; 
  font-weight: bold; 
}

.relative { 
  position: relative; 
}

.inline-flex-center {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.arrow {
  width: 1rem;
  height: 1rem;
  color: #4b5563;
  transition: transform 0.2s ease-in-out;
}

.dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: max-content;
  background-color: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  z-index: 1000;
}

.dropdown-item { 
  display: block; 
  padding: 0.75rem 1rem; 
  white-space: nowrap;
}

.dropdown-item:hover { 
  background-color: #f3f4f6; 
}

.group:hover .dropdown-menu { 
  display: block; 
}

.group:hover .arrow { 
  transform: rotate(180deg); 
}

/* MOBILE MENU BUTTON - GUARANTEED CLICKABLE */
.mobile-menu-button {
  display: block !important; 
  font-size: 2rem !important;
  color: #1f2937 !important;
  border: none !important;
  background: none !important;
  cursor: pointer !important;
  padding: 0.5rem !important;
  z-index: 1002 !important;
  position: relative !important;
  width: 50px !important;
  height: 50px !important;
  line-height: 1 !important;
}

.mobile-menu-button:focus { 
  outline: 2px solid #007BFF !important;
  outline-offset: 2px !important;
}

.mobile-menu-button:hover {
  background-color: #f3f4f6 !important;
  border-radius: 4px !important;
}

/* MOBILE MENU - GUARANTEED WORKING */
.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 1001;
  border-top: 1px solid #e5e7eb;
}

.mobile-menu.active {
  display: block !important;
  animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mobile-menu-item { 
  display: block; 
  padding: 1rem 1.5rem; 
  text-decoration: none; 
  color: #1f2937; 
  border-bottom: 1px solid #f3f4f6;
  width: 100%;
  text-align: left;
  font-size: 1.1rem;
  background: none;
  border: none;
  cursor: pointer;
}

/* Mobile Dropdown Header */
.mobile-dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #f3f4f6;
}

.mobile-menu-link {
  flex: 1;
  border-bottom: none !important;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: #1f2937;
  font-size: 1.1rem;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-dropdown-trigger {
  width: auto;
  border-bottom: none !important;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu-item:hover, .mobile-dropdown-trigger:hover, .mobile-dropdown-item:hover,
.mobile-menu-link:hover { 
  background-color: #007BFF; 
  color: white;
}

/* Mobile Dropdown Menu */
.mobile-dropdown-menu { 
  display: none;
  background-color: #f9fafb; 
  position: relative;
  width: 100%;
}

.mobile-dropdown-menu.active {
  display: block !important;
}

.mobile-dropdown-item { 
  display: block; 
  padding: 0.875rem 2.5rem; 
  text-decoration: none; 
  color: #1f2937;
  border-bottom: 1px solid #e5e7eb;
  font-size: 1rem;
}

.mobile-dropdown-item:hover {
  background-color: #007BFF;
  color: white;
}

.rotate-180 { 
  transform: rotate(180deg); 
}

/* DESKTOP STYLES */
@media (min-width: 768px) {
  .mobile-menu-button { 
    display: none !important; 
  }
  .desktop-nav { 
    display: flex; 
  }
  .mobile-menu { 
    display: none !important; 
  }
}







/* Main Container - MODIFIED TO BREAK OUT OF PARENT CONTAINER */
.split-attractions-container {
    position: relative;
    width: 99vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 50px 0; /* Vertical padding */
    box-sizing: border-box;
}

/* Three-Column Grid Layout - MODIFIED TO CENTER CONTENT */
.split-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    align-items: center;
    gap: 30px;
    
    /* New styles to keep the content centered and readable */
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px; /* Adds horizontal padding for smaller screens */
    box-sizing: border-box;
}

/* Shared Attraction Box Styles */
.attraction-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 10px 0; /* Adjusted margin */
}

.attraction-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.box-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: black;
    margin-bottom: 20px;
}

/* Center Image Styles */
.center-image-box {
    border-radius: 15px;
    overflow: hidden;
    height: 500px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
}

.center-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.center-image-box:hover img {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 992px) {
    .split-grid {
        grid-template-columns: 1fr; /* Stack columns */
        gap: 30px;
    }
    
    .center-image-box {
        order: -1; 
        height: 350px;
        margin-bottom: 0; /* Ensure no extra margin */
    }
    
    .attraction-box {
        text-align: center;
    }
}





/* Main Section and Container Layout */
.form-section {
    padding: 3rem 1rem; /* py-12 px-4 */
}

.main-container {
    width: 100%;
    /* max-width has been removed from the HTML for full-width layout */
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem; /* gap-8 */
}

/* Responsive grid for larger screens */
@media (min-width: 1024px) {
    .main-container {
        grid-template-columns: repeat(2, minmax(0, 1fr)); /* lg:grid-cols-2 */
    }
}

/* Form Container Styles */
.form-container {
    background-color: #fff;
    padding: 1.5rem; /* p-6 */
    border-radius: 0.75rem; /* rounded-xl */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); /* shadow-lg */
    border: 1px solid #f3f4f6; /* border border-gray-100 */
}

/* Responsive padding for medium screens */
@media (min-width: 768px) {
    .form-container {
        padding: 2rem; /* md:p-8 */
    }
}

.inquiry-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem; /* space-y-5 */
}

.form-title {
    font-size: 1.5rem; /* text-2xl */
    font-weight: 700; /* font-bold */
    color: #1e3a8a; /* text-teal-700 */
    margin-bottom: 1.5rem; /* mb-6 */
}

/* Input, Label, and Error Message Styles */
.form-label {
    display: block;
    font-size: 0.875rem; /* text-sm */
    font-weight: 500; /* font-medium */
    color: #4b5563; /* text-gray-600 */
    margin-bottom: 0.25rem; /* mb-1 */
}

.required-star {
    color: #ef4444; /* text-red-500 */
}

.form-input, .form-textarea, .form-select {
    width: 100%;
    padding: 0.625rem 1rem; /* px-4 py-2.5 */
    color: #374151; /* text-gray-700 */
    border: 1px solid #e5e7eb; /* border border-gray-200 */
    border-radius: 0.5rem; /* rounded-lg */
    transition: all 0.2s ease-in-out; /* transition-all */
}

.form-input:focus, .form-textarea:focus, .form-select:focus {
    outline: none;
    box-shadow: 0 0 0 2px #1e3a8a; /* focus:ring-2 focus:ring-teal-300 */
    border-color: transparent; /* focus:border-transparent */
}

.error-message {
    margin-top: 0.25rem; /* mt-1 */
    font-size: 0.875rem; /* text-sm */
    color: #dc2626; /* text-red-600 */
    display: none; /* hidden */
}

/* Specific Field Layouts */
.phone-group {
    display: flex;
}

.phone-group .form-select {
    width: 33.3333%;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.phone-group .form-input {
    width: 66.6667%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.date-fields-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem; /* gap-5 */
}

@media (min-width: 768px) {
    .date-fields-group {
        grid-template-columns: repeat(2, minmax(0, 1fr)); /* md:grid-cols-2 */
    }
}

/* Radio Button Styles */
.radio-fieldset {
    display: flex;
    flex-direction: column;
    gap: 0.5rem; /* space-y-2 */
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; /* gap-4 */
}

.radio-label {
    display: inline-flex;
    align-items: center;
}

.radio-input {
    height: 1rem; /* h-4 */
    width: 1rem; /* w-4 */
    color: #1e3a8a; /* text-teal-600 */
    border-color: #d1d5db; /* border-gray-300 */
}

.radio-input:focus {
     box-shadow: 0 0 0 2px #1e3a8a; /* focus:ring-teal-300 */
}

.radio-text {
    margin-left: 0.5rem; /* ml-2 */
    font-size: 0.875rem; /* text-sm */
    color: #4b5563; /* text-gray-600 */
}

/* Verification code input */
.verification-group {
    display: flex;
    align-items: center;
    gap: 1rem; /* gap-4 */
}

/* Image Container */
.image-container {
    border-radius: 0.75rem; /* rounded-xl */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); /* shadow-lg */
    overflow: hidden; /* overflow-hidden */
    border: 1px solid #f3f4f6; /* border border-gray-100 */
}
.side-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Submit Button and Form feedback */
.submit-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.submit-btn {
    width: 100%;
    background-color: #1e3a8a; /* bg-teal-600 */
    color: white;
    font-weight: 500; /* font-medium */
    padding: 0.75rem 1rem; /* py-3 px-4 */
    border-radius: 0.5rem; /* rounded-lg */
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); /* shadow-md */
    transition: all 0.2s ease-in-out; /* transition-all */
}

.submit-btn:hover {
    background-color: #1e3a8a; /* hover:bg-teal-700 */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); /* hover:shadow-lg */
}

/* ==== From Your Original <style> block ==== */
.success-message {
    display: none;
    background-color: #1e3a8a;
    color: white;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
    text-align: center;
    width: 100%;
}
.loader {
    display: none;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
    margin-top: 1rem;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
}
.verification-code {
    user-select: none;
    pointer-events: none;
    background-color: #f3f4f6;
    border: 1px solid #d1d5db;
    padding: 0.6rem 1rem;
    border-radius: 0.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}


 /* CSS For Sticky Header */
      .sticky-header-wrapper {
        position: sticky;
        top: 0;          
        z-index: 50;     
        width: 100%;     
      }
      
      /* Placeholder styles */
      .header-font { font-family: sans-serif; }
      .dropdown-menu { display: none; }
      .group:hover .dropdown-menu { display: block; }
      .mobile-menu { display: none; }







        #accessible-features {
            color: #333;
            line-height: 1.6;
            padding: 2rem;
            max-width: 1500px;
            margin: 0 auto;
        }

        #accessible-features .accessible-section-header {
            text-align: center;
            margin-bottom: 3rem;
        }

        #accessible-features .accessible-section-header h2 {
            font-size: 2.5rem;
            color: #2c3e50;
            margin-bottom: 1rem;
            position: relative;
            display: inline-block;
        }

        #accessible-features .accessible-section-header h2:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: #3498db;
            border-radius: 2px;
        }

        #accessible-features .accessible-section-header p {
            font-size: 1.1rem;
            color: #666;
            max-width: 600px;
            margin: 0 auto;
        }

        #accessible-features .accessible-features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 1.5rem;
        }

        #accessible-features .accessible-feature-item {
            background-color: white;
            border-radius: 8px;
            padding: 1.5rem;
            display: flex;
            align-items: flex-start;
            transition: all 0.3s ease;
            border-left: 4px solid #3498db;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }

        #accessible-features .accessible-feature-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
        }

        #accessible-features .accessible-feature-icon {
            margin-right: 1rem;
            flex-shrink: 0;
            width: 50px;
            height: 50px;
            background-color: #ecf0f1;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #3498db;
            font-size: 1.5rem;
        }

        #accessible-features .accessible-feature-content h3 {
            font-size: 1.2rem;
            margin-bottom: 0.5rem;
            color: #2c3e50;
        }

        #accessible-features .accessible-feature-content p {
            color: #666;
            font-size: 0.95rem;
        }

        #accessible-features .accessible-cta-section {
            margin-top: 3rem;
            text-align: center;
            padding: 2rem;
            background-color: #2c3e50;
            color: white;
            border-radius: 8px;
        }

        #accessible-features .accessible-cta-section h3 {
            font-size: 1.8rem;
            margin-bottom: 1rem;
        }

        #accessible-features .accessible-cta-section p {
            margin-bottom: 1.5rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        #accessible-features .accessible-btn {
            display: inline-block;
            padding: 0.8rem 1.8rem;
            background-color: #3498db;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        #accessible-features .accessible-btn:hover {
            background-color: #2980b9;
            transform: translateY(-2px);
        }

        /* Animation for feature items */
        @keyframes accessibleFadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        #accessible-features .accessible-feature-item {
            animation: accessibleFadeInUp 0.5s ease forwards;
            opacity: 0;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            #accessible-features .accessible-features-grid {
                grid-template-columns: 1fr;
            }
            
            #accessible-features .accessible-section-header h2 {
                font-size: 2rem;
            }
        }





        #dining-guide-section {
            background-color: #f4f6f9;
            padding: 0px 20px;
            color: #333;
            box-sizing: border-box;
        }

        #dining-guide-section * {
            box-sizing: border-box;
        }

        /* Section Header */
        .dining-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .dining-header h2 {
            color: #2c3e50;
            font-size: 2.2rem;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .dining-header p {
            color: #666;
            max-width: 600px;
            margin: 0 auto;
            font-size: 1.1rem;
            line-height: 1.5;
        }

        /* Grid Layout */
        .dining-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin: 0 auto;
        }

        /* Card Design */
        .resto-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            overflow: hidden;
            border: 1px solid #eee;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .resto-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            border-color: #b4c6e7;
        }

        /* Icon/Category Header */
        .resto-icon-header {
            background: linear-gradient(135deg, #003b95, #0056b3); /* Hotel Blue theme */
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .resto-icon-header i {
            color: white;
            font-size: 2rem;
        }

        /* Card Content */
        .resto-content {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .resto-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 8px;
        }

        .resto-address {
            font-size: 0.9rem;
            color: #777;
            margin-bottom: 25px; 
            line-height: 1.4;
            flex-grow: 1; /* Pushes button to the bottom */
        }

        /* Action Button */
        .location-btn {
            text-decoration: none;
            background: white;
            color: #0056b3;
            border: 2px solid #0056b3;
            padding: 12px;
            text-align: center;
            border-radius: 8px;
            font-weight: 700;
            transition: all 0.3s;
            display: block;
            text-transform: uppercase;
            font-size: 0.9rem;
            margin-top: auto; /* Aligns button to the bottom */
        }

        .location-btn:hover {
            background: #0056b3;
            color: white;
        }
        
        .location-btn i {
            margin-right: 8px;
        }

        /* Responsive Tweaks */
        @media (max-width: 768px) {
            .dining-grid {
                grid-template-columns: 1fr;
            }
        }