/* ============================================================
   GOOGLE FONTS IMPORT
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300;1,9..40,400&display=swap');


/* ============================================================
   1. INNER HERO BANNER SECTION
   ============================================================ */

.inner-hero {
  position: relative;
  width: 100%;
  height: 45vh;
  min-height: 550px;
  overflow: hidden;
}

.inner-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  transform: scale(1.1);
  animation: sliderZoomEffect 10s ease-out forwards;
}

@keyframes sliderZoomEffect {
  0%   { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.inner-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    160deg,
    rgba(0, 85, 165, 0.1) 0%,
    rgba(0, 30, 70, 0.85) 100%
  );
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 5%;
}

.hero-center-title {
  font-family: 'Cormorant', serif;
  color: #ffffff;
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 14px;
  line-height: 1.15;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  /* Elegant underline accent */
  position: relative;
}

.hero-center-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #ffffff;
  margin: 14px auto 0;
  border-radius: 2px;
  opacity: 0.7;
}

.hero-center-desc {
  font-family: 'DM Sans', sans-serif;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  max-width: 720px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 1.75;
}


/* ============================================================
   2. CONTENT AREA BELOW HERO
   ============================================================ */

.inner-content-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 10px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-heading {
  font-family: 'Cormorant', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #0055a5;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.content-paragraph {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.85;
  color: #1a1a2e;
  text-align: center;
  font-weight: 400;
  max-width: 1400px;
}

.content-paragraph + .content-paragraph {
  margin-top: 20px;
}


/* ============================================================
   3. NEW FACILITY SECTION
   ============================================================ */

.new-facility-section {
  text-align: center;
  color: #1a1a2e;
  background-color: #ffffff;
  padding: 60px 5%;
  box-sizing: border-box;
}

.new-facility-container {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

.new-facility-title {
  font-family: 'Cormorant', serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #0055a5;
  margin-bottom: 40px;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
}

.new-facility-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #0055a5;
  margin: 15px auto 0;
  border-radius: 2px;
  opacity: 0.35;
}

/* Facility Grid */
.facility-grid-creative {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  justify-items: center;
}

.facility-box-creative {
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0, 85, 165, 0.1);
  overflow: hidden;
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  width: 100%;
  max-width: 280px;
  border: 1px solid rgba(0, 85, 165, 0.08);
}

.facility-box-creative:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 48px rgba(0, 85, 165, 0.18);
}

.icon-background {
  background: linear-gradient(135deg, #0055a5 0%, #003d7a 100%);
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: #ffffff;
  position: relative;
  border-bottom: 4px solid rgba(255, 255, 255, 0.12);
}

.facility-box-creative:hover .icon-background {
  background: linear-gradient(135deg, #003d7a 0%, #001f4d 100%);
}

.facility-info {
  padding: 25px 20px;
  text-align: center;
}

.facility-info h3 {
  font-family: 'Cormorant', serif;
  font-size: 1.45rem;
  color: #0055a5;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.facility-info p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.975rem;
  color: #444;
  margin-bottom: 0;
  line-height: 1.6;
}


/* -------------------------------------
   Button Styles for 'View More Amenities' 
   ------------------------------------- */
.view-more-container {
  text-align: center;
  margin-top: 50px; /* Grid se thoda margin maintain karne ke liye */
  width: 100%;
}

.btn-view-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  background: linear-gradient(135deg, #0055a5 0%, #003d7a 100%); /* Same as apke icons ke hover colors hai */
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(0, 85, 165, 0.3);
  transition: all 0.3s ease;
}

.btn-view-more:hover {
  transform: translateY(-5px); /* Hover par halka sa upper move hoga */
  box-shadow: 0 14px 32px rgba(0, 85, 165, 0.45);
  background: linear-gradient(135deg, #003d7a 0%, #001f4d 100%);
  color: #ffffff;
  text-decoration: none;
}


/* ============================================================
   4. FEATURES SECTION
   ============================================================ */

.features-section {
  padding: 70px 5%;
  background: linear-gradient(135deg, #0055a5 0%, #003d7a 60%, #001f4d 100%);
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}

.features-title {
  font-family: 'Cormorant', serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.features-underline {
  display: block;
  width: 70px;
  height: 3px;
  background: rgba(255, 255, 255, 0.55);
  margin: 10px auto 16px;
  border-radius: 2px;
}

.features-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  opacity: 0.85;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin-bottom: 40px;
}

.features-cards {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.feature-card {
  background: #ffffff;
  border-radius: 14px;
  width: 100%;
  max-width: 380px;
  padding: 32px;
  color: #1a1a2e;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  flex-grow: 1;
}

.feature-card.card-red {
  max-width: 450px;
  min-width: 380px;
}

/* Card Icon */
.card-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.card-blue .card-icon  { background: #0055a5; }
.card-red .card-icon   { background: #003d7a; }
.card-purple .card-icon { background: #001f4d; }

.card-heading {
  font-family: 'Cormorant', serif;
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #0055a5;
  letter-spacing: 0.2px;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.card-list li {
  font-family: 'DM Sans', sans-serif;
  background: #f4f7fb;
  margin-bottom: 12px;
  padding: 12px 15px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #2c2c2c;
}

/* Dot (blue card) */
.dot {
  width: 8px;
  height: 8px;
  background: #0055a5;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 6px;
  flex-shrink: 0;
}

/* Number (red card) */
.number {
  background: #003d7a;
  color: #ffffff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 700;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 2px;
  font-family: 'DM Sans', sans-serif;
}

/* Minus (purple card) */
.minus {
  width: 20px;
  height: 4px;
  background: #001f4d;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: 8px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .feature-card.card-red {
    max-width: 380px;
    min-width: 300px;
  }
}

@media (max-width: 768px) {
  .facility-grid-creative {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .feature-card {
    max-width: 100%;
  }
  .feature-card.card-red {
    max-width: 100%;
    min-width: 100%;
  }
  .new-facility-section { padding: 40px 15px; }
  .features-section    { padding: 40px 15px; }
}

@media (max-width: 480px) {
  .facility-grid-creative {
    grid-template-columns: 1fr;
  }
  .icon-background {
    padding: 20px;
    font-size: 2.5rem;
  }
  .facility-info h3 {
    font-size: 1.2rem;
  }
  .card-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .card-heading {
    font-size: 1.2rem;
  }
}


/* ============================================================
   5. NEARBY ATTRACTIONS SECTION
   ============================================================ */

.attractions-section {
  font-family: 'DM Sans', sans-serif;
  background: #ffffff;
  padding: 60px 8% 80px;
  color: #1a1a2e;
}

.attractions-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.attractions-title {
  font-family: 'Cormorant', serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a2e;
  margin: 0;
  letter-spacing: 1px;
  position: relative;
}

.attractions-title span {
  color: #0055a5;
}

.attractions-title::after {
  content: '';
  width: 70px;
  height: 4px;
  background: #0055a5;
  display: block;
  margin: 12px 0 0;
  border-radius: 2px;
  opacity: 0.5;
}

.attractions-container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 40px 20px;
  max-width: 1500px;
}

.attractions-container .category {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(0, 85, 165, 0.1);
  overflow: hidden;
  transition: all 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  flex: 1;
  border: 1px solid rgba(0, 85, 165, 0.07);
}

.attractions-container .category:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 64px rgba(0, 85, 165, 0.18);
}

.attractions-container .category-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 4px solid #0055a5;
}

.attractions-container .category-header {
  padding: 20px;
  background: #0055a5;
  color: #ffffff;
  text-align: center;
}

.attractions-container .category-header h2,
.title2 {
  font-family: 'Cormorant', serif;
  color: #ffffff;
  margin: 0;
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.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 rgba(0, 85, 165, 0.1);
}

.attractions-container .attraction:last-child {
  border-bottom: none;
}

.attractions-container .attraction-name,
.title3-attraction {
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 4px;
  font-size: 16px;
  color: #1a1a2e;
  font-weight: 500;
}

.attractions-container .attraction-type {
  font-family: 'DM Sans', sans-serif;
  color: #555;
  font-size: 13px;
}

.attractions-container .attraction-distance {
  font-family: 'DM Sans', sans-serif;
  background: #0055a5;
  color: #ffffff;
  padding: 5px 14px;
  border-radius: 20px;
  min-width: 70px;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 13px;
  font-weight: 600;
}

.attractions-container .attraction:hover .attraction-distance {
  background: #003d7a;
  transform: scale(1.06);
}

@media (max-width: 992px) {
  .attractions-section { padding: 40px 5% 50px; }
  .attractions-container {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 25px 10px;
  }
  .attractions-container .category-image { height: 180px; }
  .attractions-container .category-header h2, .title2 { font-size: 1.3rem; }
}

@media (max-width: 576px) {
  .attractions-section { padding: 30px 4% 40px; }
  .attractions-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }
  .attractions-container { gap: 18px; padding: 15px 5px; }
  .attractions-container .category:hover { transform: none; }
  .attractions-container .category-image { height: 150px; }
  .attractions-container .category-header { padding: 14px; }
  .attractions-container .category-header h2, .title2 { font-size: 1.1rem; }
  .attractions-container .attraction-list { padding: 12px; }
  .attractions-container .attraction { padding: 10px 0; }
  .attractions-container .attraction-name, .title3-attraction { font-size: 14px; }
  .attractions-container .attraction-distance { font-size: 12px; padding: 4px 10px; min-width: 55px; }
}


/* ============================================================
   6. NOLA ATTRACTIONS (SCOPED)
   ============================================================ */

#nola-attractions-section {
  font-family: 'DM Sans', sans-serif;
}

#nola-attractions-section .nola-container {
  max-width: 1400px;
  margin: 0 auto;
}

#nola-attractions-section .nola-header {
  text-align: center;
  margin-bottom: 3rem;
}

#nola-attractions-section .nola-title {
  font-family: 'Cormorant', serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: #0055a5;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}

#nola-attractions-section .nola-subtitle {
  font-family: 'DM Sans', sans-serif;
  color: #555;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
}

#nola-attractions-section .nola-category-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

#nola-attractions-section .nola-tab {
  font-family: 'DM Sans', sans-serif;
  padding: 0.75rem 1.75rem;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  border: none;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  letter-spacing: 0.3px;
}

#nola-attractions-section .nola-tab[data-category="park"]          { background: linear-gradient(135deg, #0055a5, #0070d4); }
#nola-attractions-section .nola-tab[data-category="historic"]      { background: linear-gradient(135deg, #003d7a, #0055a5); }
#nola-attractions-section .nola-tab[data-category="entertainment"] { background: linear-gradient(135deg, #001f4d, #003d7a); }
#nola-attractions-section .nola-tab[data-category="business"]      { background: linear-gradient(135deg, #002966, #0055a5); }

#nola-attractions-section .nola-tab.active {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 85, 165, 0.35);
}

#nola-attractions-section .nola-category-content {
  display: none;
  animation: nolaFadeIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes nolaFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

#nola-attractions-section .nola-category-content.active {
  display: block;
}

#nola-attractions-section .nola-hero-image {
  width: 100%;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  margin-bottom: 2rem;
  box-shadow: 0 20px 48px rgba(0, 85, 165, 0.15);
}

#nola-attractions-section .nola-attraction-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

#nola-attractions-section .nola-attraction-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 85, 165, 0.08);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 85, 165, 0.07);
}

#nola-attractions-section .nola-attraction-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #0055a5;
  transition: width 0.35s ease;
}

#nola-attractions-section .nola-attraction-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 85, 165, 0.14);
}

#nola-attractions-section .nola-attraction-card:hover::before {
  width: 8px;
}

#nola-attractions-section .nola-attraction-name {
  font-family: 'Cormorant', serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #0055a5;
  letter-spacing: 0.2px;
}

#nola-attractions-section .nola-attraction-description {
  font-family: 'DM Sans', sans-serif;
  color: #444;
  line-height: 1.7;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  #nola-attractions-section .nola-category-tabs { gap: 0.5rem; }
  #nola-attractions-section .nola-tab { padding: 0.65rem 1.25rem; font-size: 0.85rem; }
  #nola-attractions-section .nola-hero-image { height: 250px; }
  #nola-attractions-section .nola-attraction-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   7. LOCATION SECTION
   ============================================================ */

.location-container {
  width: 100%;
  max-width: 100%;
  padding: 60px 0;
  background: #ffffff;
}

.location-title {
  font-family: 'Cormorant', serif;
  text-align: center;
  color: #0055a5;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.location-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: #0055a5;
  border-radius: 2px;
  opacity: 0.45;
}

.location-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.location-info {
  flex: 1;
  min-width: 300px;
}

.coordinates-box {
  background: #f4f7fb;
  padding: 28px;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 6px 20px rgba(0, 85, 165, 0.08);
  border: 1px solid rgba(0, 85, 165, 0.1);
}

.coordinates-box h3 {
  font-family: 'Cormorant', serif;
  margin-top: 0;
  margin-bottom: 15px;
  color: #0055a5;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.coordinate {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  color: #2c2c2c;
}

.coordinate i {
  color: #0055a5;
  font-size: 1.1rem;
}

.directions-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #f4f7fb;
  padding: 28px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 85, 165, 0.08);
  border: 1px solid rgba(0, 85, 165, 0.1);
}

.directions-form label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  color: #0055a5;
  font-size: 0.95rem;
}

.directions-form input {
  font-family: 'DM Sans', sans-serif;
  padding: 14px;
  border: 1.5px solid #c9d8ee;
  border-radius: 8px;
  width: 100%;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #ffffff;
  box-sizing: border-box;
  color: #1a1a2e;
}

.directions-form input:focus {
  outline: none;
  border-color: #0055a5;
  box-shadow: 0 0 0 3px rgba(0, 85, 165, 0.15);
}

.directions-form button {
  font-family: 'DM Sans', sans-serif;
  background: #0055a5;
  color: #ffffff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.directions-form button:hover {
  background: #003d7a;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 85, 165, 0.25);
}

.location-map {
  flex: 1;
  min-width: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 85, 165, 0.12);
  border: 1px solid rgba(0, 85, 165, 0.1);
  transition: transform 0.3s ease;
}

.location-map:hover {
  transform: translateY(-5px);
}

.location-map img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .location-content { flex-direction: column; }
  .location-info, .location-map { width: 100%; }
}


/* ============================================================
   8. CONTACT INFO SECTION
   ============================================================ */

.contact-title {
  font-family: 'Cormorant', serif;
  text-align: center;
  color: #0055a5;
  margin-bottom: 25px;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.contact-container {
  display: flex;
  justify-content: space-around;
  padding: 35px 25px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 32px rgba(0, 85, 165, 0.1);
  border-top: 5px solid #0055a5;
  max-width: 1500px;
  margin: 40px auto;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-box {
  text-align: center;
  flex-basis: 30%;
  min-width: 280px;
  flex-grow: 1;
  padding: 25px 15px;
}

.contact-box strong {
  font-family: 'Cormorant', serif;
  font-size: 1.4rem;
  color: #0055a5;
  margin-bottom: 12px;
  display: block;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.contact-box p {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  color: #2c2c2c;
  margin: 0;
  line-height: 1.6;
}

#phone a {
  font-family: 'DM Sans', sans-serif;
  color: #1a1a2e;
  text-decoration: none;
  font-weight: 500;
}

#phone a:hover {
  color: #0055a5;
}


/* ============================================================
   9. MODERN FORM SECTION (IMAGE + FORM)
   ============================================================ */

.modern-section {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

.layout-wrapper {
  max-width: 1400px;
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.image-box {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 85, 165, 0.1);
  background-color: #e8f0f8;
  min-width: 45%;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.form-box {
  flex: 1;
  background: #ffffff;
  padding: 48px;
  border-radius: 20px;
  box-shadow: 0 12px 36px rgba(0, 85, 165, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid rgba(0, 85, 165, 0.07);
}

.form-box h2 {
  font-family: 'Cormorant', serif;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #0055a5;
  letter-spacing: 0.3px;
}

.form-box p {
  font-family: 'DM Sans', sans-serif;
  margin-top: 0;
  margin-bottom: 28px;
  color: #555;
  font-size: 0.95rem;
  font-weight: 300;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group label {
  font-family: 'DM Sans', sans-serif;
  display: block;
  margin-bottom: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #2c2c2c;
  letter-spacing: 0.2px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select {
  font-family: 'DM Sans', sans-serif;
  width: 100%;
  padding: 13px 15px;
  border: 1.5px solid #c9d8ee;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #1a1a2e;
  box-sizing: border-box;
  background-color: #f8fbff;
  transition: all 0.3s ease;
}

.form-group select {
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M5%208l5%205%205-5z%22%20fill%3D%22%230055a5%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  cursor: pointer;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #0055a5;
  box-shadow: 0 0 0 3px rgba(0, 85, 165, 0.14);
  background-color: #ffffff;
}

.group-title { margin-bottom: 12px !important; }

.checkbox-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkbox-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  margin-top: 0;
  accent-color: #0055a5;
  cursor: pointer;
}

.checkbox-item label {
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 0 !important;
  font-weight: 400;
  font-size: 0.95rem;
  color: #333;
  cursor: pointer;
}

.submit-btn {
  font-family: 'DM Sans', sans-serif;
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 8px;
  background: #0055a5;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 15px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.submit-btn:hover {
  background: #003d7a;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 85, 165, 0.3);
}

/* Validation */
.error-message {
  font-family: 'DM Sans', sans-serif;
  color: #c0392b;
  font-size: 0.82rem;
  display: none;
  margin-top: 5px;
  font-weight: 500;
}

.form-group.error input[type="text"],
.form-group.error input[type="email"],
.form-group.error input[type="tel"],
.form-group.error select {
  border-color: #c0392b;
  background-color: #fff8f8;
}

.form-group.error .error-message     { display: block; }
.form-group.error .checkbox-options  { padding-left: 10px; border-left: 2px solid #c0392b; }

.success-message {
  font-family: 'DM Sans', sans-serif;
  color: #1a6b3c;
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  background: #d4edda;
  padding: 12px;
  border-radius: 8px;
  display: none;
}

.success-message:not(:empty) { display: block; }

@media (max-width: 992px) {
  .layout-wrapper { flex-direction: column; gap: 28px; }
  .image-box { min-height: 250px; border-radius: 14px; }
  .form-box  { border-radius: 14px; padding: 38px 28px; }
}

@media (max-width: 600px) {
  .modern-section { padding: 30px 15px; }
  .form-box { padding: 28px 18px; }
  .image-box { min-height: 200px; }
}


/* ============================================================
   10. INNER CONTACT SECTION
   ============================================================ */

.inner-contact-section {
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  margin: 3rem auto;
  max-width: 1200px;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 85, 165, 0.1);
  overflow: hidden;
  border: 1px solid rgba(0, 85, 165, 0.07);
}

.inner-contact-image-wrapper {
  flex-basis: 50%;
  background-color: #dce8f5;
}

.inner-contact-image-wrapper .inner-contact-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.inner-contact-form-wrapper {
  flex-basis: 50%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner-contact-form-header {
  margin-bottom: 2rem;
}

.inner-contact-title {
  font-family: 'Cormorant', serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #0055a5;
  margin: 0 0 0.5rem;
  letter-spacing: 0.3px;
}

.inner-contact-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  color: #666;
  margin: 0;
  font-weight: 300;
}

.inner-contact-form .inner-contact-row {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.inner-contact-form .inner-contact-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.inner-contact-label {
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2c2c2c;
  letter-spacing: 0.2px;
}

.inner-contact-input {
  font-family: 'DM Sans', sans-serif;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid #c9d8ee;
  border-radius: 7px;
  font-size: 1rem;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background: #f8fbff;
  color: #1a1a2e;
}

.inner-contact-input:focus {
  outline: none;
  border-color: #0055a5;
  box-shadow: 0 0 0 3px rgba(0, 85, 165, 0.14);
  background: #ffffff;
}

.inner-contact-submit-btn {
  font-family: 'DM Sans', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.9rem 1.5rem;
  background: #0055a5;
  color: #ffffff;
  border: none;
  border-radius: 7px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.inner-contact-submit-btn:hover {
  background: #003d7a;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 85, 165, 0.28);
}

.inner-contact-submit-btn svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
}

@media (max-width: 900px) {
  .inner-contact-section { flex-direction: column; }
  .inner-contact-form-wrapper { padding: 2.5rem; }
}

@media (max-width: 480px) {
  .inner-contact-form .inner-contact-row {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 0;
  }
  .inner-contact-form .inner-contact-group { margin-bottom: 1.5rem; }
}


/* ============================================================
   11. HOTEL NAVIGATION SECTION (SCOPED)
   ============================================================ */

#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: #1a1a2e;
  text-decoration: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 15px;
  box-shadow: 0 4px 16px rgba(0, 85, 165, 0.07);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 85, 165, 0.1);
  height: 120px;
}

#hotel-navigation-section .nav-link:hover {
  background: #0055a5;
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 85, 165, 0.3);
  transform: translateY(-3px);
}

#hotel-navigation-section .nav-icon {
  font-size: 24px;
  margin-bottom: 12px;
  color: #0055a5;
  transition: all 0.3s ease;
}

#hotel-navigation-section .nav-link:hover .nav-icon {
  color: #ffffff;
  transform: scale(1.12);
}

#hotel-navigation-section .nav-text {
  font-family: 'Cormorant', serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 5px;
  letter-spacing: 0.2px;
}

#hotel-navigation-section .nav-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  opacity: 0.75;
  line-height: 1.4;
}

@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; }
}


/* ============================================================
   12. FAQ SECTION
   ============================================================ */

.faq-section {
  margin: 20px auto;
  padding: 0 20px;
}

.faq-header {
  text-align: center;
  margin-bottom: 48px;
}

.faq-header h2 {
  font-family: 'Cormorant', serif;
  color: #0055a5;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
}

.faq-header h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
  background: linear-gradient(to right, #0055a5, rgba(0, 85, 165, 0.25));
  border-radius: 2px;
}

.faq-header p {
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.75;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 25px;
}

.faq-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0, 85, 165, 0.09);
  overflow: hidden;
  transition: all 0.3s ease;
  border-top: 4px solid #0055a5;
  border: 1px solid rgba(0, 85, 165, 0.07);
  border-top: 4px solid #0055a5;
}

.faq-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(0, 85, 165, 0.16);
}

.faq-question {
  padding: 25px;
  background: #f4f7fb;
  display: flex;
  align-items: center;
}

.faq-icon {
  width: 40px;
  height: 40px;
  background: #0055a5;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  font-size: 18px;
}

.faq-question-text {
  font-family: 'Cormorant', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a2e;
  letter-spacing: 0.1px;
}

.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, rgba(0, 85, 165, 0.35), transparent);
}

.faq-answer p {
  font-family: 'DM Sans', sans-serif;
  margin: 0;
  font-size: 0.975rem;
  line-height: 1.7;
  color: #444;
}

.faq-answer a {
  font-family: 'DM Sans', sans-serif;
  color: #0055a5;
  font-weight: 600;
  text-decoration: none;
}

.faq-answer a:hover {
  color: #003d7a;
  text-decoration: underline;
}

.faq-answer .fa-caret-right {
  color: #0055a5;
  margin-right: 8px;
}

@media (max-width: 600px) {
  .faq-grid { grid-template-columns: 1fr; }
  .faq-question { padding: 18px; }
  .faq-answer { padding: 18px; }
}

/* ============================================================
   13. DINING PAGE
   ============================================================ */

.dining-page {
    background-color: #fafbfd;
    color: #000000; /* Switched to black */
    font-family: 'DM Sans', sans-serif;
    line-height: 1.6;
    background-image: radial-gradient(rgba(11, 81, 157, 0.06) 1px, transparent 1px); /* Mapped to #0b519d */
    background-size: 40px 40px;
    min-height: 100vh;
}

.dining-top-section {
    text-align: center;
    padding: 5rem 2rem 3rem;
    background: linear-gradient(to bottom, #ffffff 0%, #fafbfd 100%);
    border-bottom: 1px solid rgba(11, 81, 157, 0.1); /* Mapped to #0b519d */
}

.dining-container {
    max-width: 800px;
    margin: 0 auto;
}

.dining-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #0b519d; /* Mapped to #0b519d */
    margin-bottom: 1rem;
    font-weight: 700;
}

.dining-title {
    font-family: 'Cormorant', serif; /* Assigned title font */
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 700;
    color: #0b519d; /* Mapped to #0b519d */
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.dining-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    color: #000000; /* Switched to black */
    max-width: 600px;
    margin: 0 auto;
    font-weight: 400; /* Bumping slightly from 300 to match darker black cleanly */
    line-height: 1.75;
}

.dining-filter-section {
    background: #fafbfd;
    padding: 2.5rem 2rem;
    border-bottom: 1px solid rgba(11, 81, 157, 0.08); /* Mapped to #0b519d */
}

.dining-filter-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.dining-filter-btn {
    font-family: 'DM Sans', sans-serif;
    padding: 0.625rem 1.5rem;
    border: 1.5px solid rgba(11, 81, 157, 0.2); /* Mapped to #0b519d */
    background: #ffffff;
    color: #000000; /* Switched to black */
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
    letter-spacing: 0.2px;
}

.dining-filter-btn:hover {
    border-color: #0b519d;
    color: #0b519d;
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(11, 81, 157, 0.1);
}

.dining-filter-btn.active {
    background: #0b519d;
    color: #ffffff;
    border-color: #0b519d;
    box-shadow: 0 4px 14px rgba(11, 81, 157, 0.28);
}

.dining-content-section {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 2rem;
}

.dining-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 2rem;
}

.dining-empty-msg {
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
    color: #000000; /* Switched to black */
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
}

.dining-empty-msg .empty-icon {
    display: block;
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* Dining Cards */
.dining-item {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(11, 81, 157, 0.06);
    border: 1px solid rgba(11, 81, 157, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: pointer;
    display: none;
    flex-direction: column;
}

.dining-item.visible {
    display: flex;
    animation: diningFadeIn 0.5s ease-out forwards;
}

@keyframes diningFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

.dining-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0b519d, rgba(11, 81, 157, 0.3)); /* Mapped to #0b519d */
    opacity: 0;
    transition: opacity 0.3s;
}

.dining-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(11, 81, 157, 0.12); /* Adjusted RGB matching #0b519d */
    border-color: transparent;
}

.dining-item:hover::before { opacity: 1; }

/* Coloured top band — adjusted tint toward your main blue */
.dining-item-visual {
    height: 120px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dining-item:nth-child(3n+1) .dining-item-visual { background: linear-gradient(135deg, #eaf2fa 0%, #cfddef 100%); }
.dining-item:nth-child(3n+2) .dining-item-visual { background: linear-gradient(135deg, #f0f5fa 0%, #dce8f5 100%); }
.dining-item:nth-child(3n+3) .dining-item-visual { background: linear-gradient(135deg, #e3edf7 0%, #c4daef 100%); }

.dining-item-visual .card-emoji {
    font-size: 3rem;
    opacity: 0.5;
    line-height: 1;
}

.dining-item-header {
    padding: 1.5rem 1.5rem 0.5rem;
}

.dining-item-tag {
    font-family: 'DM Sans', sans-serif;
    display: inline-block;
    padding: 0.25rem 0.85rem;
    background: rgba(11, 81, 157, 0.08); /* Transparent version of #0b519d */
    color: #0b519d; /* Assigned text colour */
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 20px;
    margin-bottom: 0.75rem;
}

.dining-item-name {
    font-family: 'Cormorant', serif; /* Titles */
    font-size: 1.45rem;
    font-weight: 700;
    color: #0b519d;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    letter-spacing: 0.2px;
}

.dining-item-body {
    font-family: 'DM Sans', sans-serif;
    padding: 0 1.5rem 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dining-item-address {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #000000; /* Switched to black */
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.dining-item-address .addr-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    color: #0b519d;
}

.dining-item-contact {
    border-top: 1px solid rgba(11, 81, 157, 0.1);
    padding-top: 1rem;
    margin-top: auto;
}

.dining-item-phone {
    font-family: 'DM Sans', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #0b519d;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s;
    padding: 0.5rem;
    margin: -0.5rem;
    border-radius: 8px;
}

.dining-item-phone:hover {
    color: #07386d; /* Darkened variation of #0b519d */
    background: rgba(11, 81, 157, 0.06);
}

.dining-item-phone .phone-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.dining-bottom-section {
    font-family: 'DM Sans', sans-serif;
    text-align: center;
    padding: 3rem 2rem;
    border-top: 1px solid rgba(11, 81, 157, 0.1);
    margin-top: 4rem;
    color: #000000;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .dining-grid            { grid-template-columns: 1fr; gap: 1.5rem; }
    .dining-filter-section  { padding: 1.5rem 1rem; }
    .dining-filter-btn      { font-size: 0.8rem; padding: 0.5rem 1rem; }
    .dining-top-section     { padding: 3rem 1.5rem 2rem; }
    .dining-content-section { padding: 0 1rem; }
}

.nola-tab[data-category="sports"] {
    background-color: #0b519d; 
    color: #ffffff;
}

/* ============================================================
   14. PHOTO GALLERY PAGE
   ============================================================ */

/* Center The Titles Styling */
.inner-photo-gallery-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px 0 20px 0;
    color: #0b519d; /* Assigned custom primary blue */
    font-family: 'Cormorant', serif; /* Converted to Cormorant for Title */
}

.inner-photo-gallery-title::after {
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    background-color: #0b519d; /* Mapped to custom primary blue */
    margin: 10px auto;
}

/* Gallery Grid Layout */
.inner-photo-gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto 50px auto;
    padding: 0 20px;
}

.inner-photo-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.inner-photo-gallery-item:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 15px rgba(11, 81, 157, 0.2);
}

/* Image sizing */
.inner-photo-gallery-item img {
    display: block;
    width: 310px; 
    height: 220px;
    object-fit: cover;
}

/* LIGHTBOX STYLING */
.inner-photo-gallery-lightbox {
    display: none; 
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
}

.inner-photo-gallery-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
}

#inner-photo-gallery-img {
    max-height: 75vh;
    max-width: 100%;
    border-radius: 5px;
    border: 4px solid #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    animation: zoomIn 0.3s ease-out;
}

#inner-photo-gallery-caption {
    margin-top: 15px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif; /* Mapped Caption Text */
}

/* Navigation & Close Buttons */
.inner-photo-gallery-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    z-index: 100000;
}

.inner-photo-gallery-close:hover { color: #0b519d; }

.inner-photo-gallery-prev, .inner-photo-gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: white;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    transition: 0.3s ease;
    user-select: none;
    border-radius: 5px;
    z-index: 100000;
}

.inner-photo-gallery-prev { left: 5%; }
.inner-photo-gallery-next { right: 5%; }

.inner-photo-gallery-prev:hover, .inner-photo-gallery-next:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

@keyframes zoomIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}


/* ============================================================
   15. AMENITIES AND ACCESS
   ============================================================ */
.access-amenities-section {
    padding: 20px 5%;
    background-color: transparent;
    font-family: 'DM Sans', sans-serif;
}

.access-container {
    max-width: 1200px;
    margin: auto;
}

/* Beautiful Centered Header */
.access-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.access-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0b519d; /* Match the Main Blue */
    display: inline-block;
    margin-bottom: 10px;
    background: rgba(11, 81, 157, 0.08); /* Faded Primary Colour BG */
    padding: 6px 15px;
    border-radius: 50px;
}

.access-title {
    font-family: 'Cormorant', serif; /* Titles applied */
    font-size: 36px;
    font-weight: 700;
    color: #0b519d; /* Assigned #0b519d */
    margin-bottom: 15px;
}

.access-desc {
    font-family: 'DM Sans', sans-serif; /* Texts */
    color: #000000; /* Reassigned text to strictly Black */
    font-size: 16px;
    line-height: 1.6;
}

/* Dynamic Cards Grid Setup */
.access-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

/* Each Individual Card Styling */
.access-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 25px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
}

.access-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(11, 81, 157, 0.15); /* Shadow respects new branding */
    border-color: rgba(11, 81, 157, 0.3);
}

/* Harmonized Gradient Palette wrapping #0b519d to blend naturally */
.card-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 20px;
}

/* Retaining colorful card pop but standardizing primary combinations with our Blue Theme*/
.gradient-1 { background: linear-gradient(135deg, #0b519d, #3b8ce8); } 
.gradient-2 { background: linear-gradient(135deg, #0b519d, #4cc9f0); }
.gradient-3 { background: linear-gradient(135deg, #083c74, #0b519d); }
.gradient-4 { background: linear-gradient(135deg, #4b88cc, #0b519d); }
.gradient-5 { background: linear-gradient(135deg, #0b519d, #1c72cd); }
.gradient-6 { background: linear-gradient(135deg, #0a4484, #0b519d); }

.access-card h3 {
    font-family: 'Cormorant', serif; /* Titles mapped */
    font-size: 24px;
    color: #0b519d; /* Assigned #0b519d Title */
    margin-bottom: 15px;
    font-weight: 700;
}

.mini-note {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
    margin-top: -10px;
}

/* Elegant Unordered Lists */
.access-list {
    list-style: none;
    flex-grow: 1; 
}

.access-list li {
    font-family: 'DM Sans', sans-serif; /* Texts Applied */
    font-size: 15px;
    color: #000000; /* Ensure strict solid text */
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}

.access-list li i {
    color: #0b519d; /* Switched default emerald to brand theme */
    font-size: 18px;
    margin-right: 12px;
    margin-top: 3px;
}

.align-top {
    flex-direction: column; 
    align-items: flex-start !important;
}

.align-top > i {
    float: left; 
    display: inline-block;
}

/* Tags Layout */
.tags-container {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: 30px;
}

.badge {
    font-family: 'DM Sans', sans-serif;
    background-color: rgba(11, 81, 157, 0.05); /* Soft Badge Backing */
    color: #000000; 
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid rgba(11, 81, 157, 0.15);
}

.featured-info {
    background: rgba(11, 81, 157, 0.04);
    border-left: 4px solid #0b519d; /* Accent matching */
    padding: 15px;
    border-radius: 0 10px 10px 0;
    margin-top: 10px;
}

.featured-info p {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #000000; /* Set text format strictly to Black */
}

/* JavaScript Reveal Classes */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 768px) {
    .access-title { font-size: 28px; }
    .access-amenities-section { padding: 50px 5%; }
}