﻿/* Import Elegant + Modern Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Playfair+Display:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Georgian:wght@100..900&display=swap');
/* Reset & Base Layout */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  
      background-color: #fff;
}

/* Elegant Heading Style */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  margin: 0 0 1em;

}

/* Top Bar */
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px;
  background-color: #ffffff;
  border-bottom: 2px solid #006341;
  position: relative;
  z-index: 1001;
}

.topbar-left,
.topbar-right {
  font-size: 18px;
  color: #006341;
}

.topbar-right.phone a {
  color: #006341;
  text-decoration: none;
  font-weight: bold;
}

.topbar-right.phone a:hover {
  text-decoration: underline;
}

/* Logo Area */
.logo-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -40px;
}

.center-logo {
  height: 150px;
  background: #fff;
 
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1003;
}

.center-logo:hover {
  transform: scale(1.05);
}

/* Sticky Header & Navigation */
.main-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  border-bottom: 1px solid #ccc;
}

.main-nav {
  display: flex;
  justify-content: center;
  padding: 14px 0;
}

.main-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.main-nav li a {
  text-decoration: none;
  color: #006341;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.3s ease;
}

.main-nav li a:hover {
  color: #00462e;
}

.main-nav li a.book-now-btn {
  display: inline-block;
  background-color: #006341;
  color: #ffffff;
  padding: 10px 16px;
  text-decoration: none;
 
  border-radius: 4px;
  transition: background 0.3s ease;
  margin-top: -10px;
}

.main-nav li a.book-now-btn:hover {
  background-color: #00462e;
}

/* Mobile Nav Toggle (☰) under logo) */
.mobile-nav-toggle {
  display: none;
  font-size: 28px;
  color: #006341;
  text-align: center;
  margin: 10px auto;
  cursor: pointer;
  z-index: 1002;
}

/* Slide-in Mobile Menu */
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;
  height: 100%;
 background-color: #014D40;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='600' y1='25' x2='600' y2='777'%3E%3Cstop offset='0' stop-color='%23014D40'/%3E%3Cstop offset='1' stop-color='%23FCBF49'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='650' y1='25' x2='650' y2='777'%3E%3Cstop offset='0' stop-color='%2301633f'/%3E%3Cstop offset='1' stop-color='%23fcc458'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='700' y1='25' x2='700' y2='777'%3E%3Cstop offset='0' stop-color='%23027936'/%3E%3Cstop offset='1' stop-color='%23fdca66'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' gradientUnits='userSpaceOnUse' x1='750' y1='25' x2='750' y2='777'%3E%3Cstop offset='0' stop-color='%23028f24'/%3E%3Cstop offset='1' stop-color='%23fdcf75'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' gradientUnits='userSpaceOnUse' x1='800' y1='25' x2='800' y2='777'%3E%3Cstop offset='0' stop-color='%2302a509'/%3E%3Cstop offset='1' stop-color='%23fed584'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' gradientUnits='userSpaceOnUse' x1='850' y1='25' x2='850' y2='777'%3E%3Cstop offset='0' stop-color='%2320bc03'/%3E%3Cstop offset='1' stop-color='%23feda93'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' gradientUnits='userSpaceOnUse' x1='900' y1='25' x2='900' y2='777'%3E%3Cstop offset='0' stop-color='%234cd203'/%3E%3Cstop offset='1' stop-color='%23fedfa2'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' gradientUnits='userSpaceOnUse' x1='950' y1='25' x2='950' y2='777'%3E%3Cstop offset='0' stop-color='%2381e804'/%3E%3Cstop offset='1' stop-color='%23ffe4b1'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' gradientUnits='userSpaceOnUse' x1='1000' y1='25' x2='1000' y2='777'%3E%3Cstop offset='0' stop-color='%23befb06'/%3E%3Cstop offset='1' stop-color='%23ffeac0'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' gradientUnits='userSpaceOnUse' x1='1050' y1='25' x2='1050' y2='777'%3E%3Cstop offset='0' stop-color='%23effb1d'/%3E%3Cstop offset='1' stop-color='%23ffefcf'/%3E%3C/linearGradient%3E%3ClinearGradient id='k' gradientUnits='userSpaceOnUse' x1='1100' y1='25' x2='1100' y2='777'%3E%3Cstop offset='0' stop-color='%23fcdf33'/%3E%3Cstop offset='1' stop-color='%23fff4de'/%3E%3C/linearGradient%3E%3ClinearGradient id='l' gradientUnits='userSpaceOnUse' x1='1150' y1='25' x2='1150' y2='777'%3E%3Cstop offset='0' stop-color='%23FCBF49'/%3E%3Cstop offset='1' stop-color='%23FFF9ED'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg %3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' x='100' width='1100' height='800'/%3E%3Crect fill='url(%23c)' x='200' width='1000' height='800'/%3E%3Crect fill='url(%23d)' x='300' width='900' height='800'/%3E%3Crect fill='url(%23e)' x='400' width='800' height='800'/%3E%3Crect fill='url(%23f)' x='500' width='700' height='800'/%3E%3Crect fill='url(%23g)' x='600' width='600' height='800'/%3E%3Crect fill='url(%23h)' x='700' width='500' height='800'/%3E%3Crect fill='url(%23i)' x='800' width='400' height='800'/%3E%3Crect fill='url(%23j)' x='900' width='300' height='800'/%3E%3Crect fill='url(%23k)' x='1000' width='200' height='800'/%3E%3Crect fill='url(%23l)' x='1100' width='100' height='800'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover; /* Changed from dark green to white */
  color: #006341; /* Primary text color */
  padding: 24px;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.3);
  z-index: 2000;
  transition: right 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-nav-overlay.open {
  right: 0;
}

/* Header with logo and close */
.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-nav-logo {
  height: 100px;
  background-color: #ffffff; /* Add white container behind logo */
  padding: 10px;
  border-radius: 8px;
}

/* Close button */
.mobile-nav-close {
  font-size: 28px;
  cursor: pointer;
  color: #fff;
}

/* Description text */
.mobile-nav-description {
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0;
  color: #ffffff;
  opacity: 0.95;
}

/* Link styles */
.mobile-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav-links li {
  margin: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-nav-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  display: block;
  padding: 8px 0;
  transition: color 0.2s ease;
}

.mobile-nav-links a:hover {
  color: #b1ffa3;
}

/* CTA phone button */
.mobile-phone-cta {
  margin-top: 30px;
  display: block;
  text-align: center;
  padding: 12px 20px;
  color: #006341;
  border: 2px solid #006341;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.mobile-phone-cta:hover {
  background-color: #006341;
  color: #ffffff;
}

.has-dropdown {
  position: relative;
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  margin-top: 10px;
  background: linear-gradient(135deg, #e6fff6 0%, #ffffff 100%);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 99, 65, 0.2);
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 999;
}

.has-dropdown:hover .dropdown {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.dropdown li {
  border-bottom: 1px solid rgba(0, 99, 65, 0.1);
}

.dropdown li:last-child {
  border-bottom: none;
}

.dropdown li a {
  display: block;
  padding: 14px 22px;
  color: #006341;
  text-decoration: none;
  font-weight: 600;
  background: transparent;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
}

.dropdown li a::after {
  content: '';
  position: absolute;
  left: 22px;
  bottom: 10px;
  width: 0;
  height: 2px;
  background: #006341;
  transition: width 0.3s ease;
}

.dropdown li a:hover {
  color: #ffffff;
  background-color: #006341;
}

.dropdown li a:hover::after {
  width: calc(100% - 44px);
  background: #ffffff;
}


/* Show on mobile */
@media (max-width: 768px) {
  .mobile-nav-toggle {
    display: block;
  }

  .main-nav {
    display: none;
  }
  .topbar-left,
.topbar-right {
  font-size: 15px;
  color: #006341;
}



  
}
@media (max-width: 768px) {
  .topbar {
    padding: 40px 30px;
  }
}
@media (max-width: 1024px) {
  .mobile-nav-toggle {
    display: block;
  }

  .main-nav {
    display: none;
  }

  .topbar-left,
  .topbar-right {
    font-size: 14px;
    color: #006341;
	
  }

  .topbar {
    padding: 40px 30px;
  }
  
  .mobile-nav-overlay {
   
    width: 100%;
    max-width: 500px;
    height: 100%;
    
    color: #006341;
  
   
}
}



.hero-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 80px;
  background-image:
    linear-gradient(to bottom, rgba(255,255,255,0.85), rgba(255,255,255,0.4)),
   url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='600' y1='25' x2='600' y2='777'%3E%3Cstop offset='0' stop-color='%23014D40'/%3E%3Cstop offset='1' stop-color='%23FCBF49'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='650' y1='25' x2='650' y2='777'%3E%3Cstop offset='0' stop-color='%2301633f'/%3E%3Cstop offset='1' stop-color='%23fcc458'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='700' y1='25' x2='700' y2='777'%3E%3Cstop offset='0' stop-color='%23027936'/%3E%3Cstop offset='1' stop-color='%23fdca66'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' gradientUnits='userSpaceOnUse' x1='750' y1='25' x2='750' y2='777'%3E%3Cstop offset='0' stop-color='%23028f24'/%3E%3Cstop offset='1' stop-color='%23fdcf75'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' gradientUnits='userSpaceOnUse' x1='800' y1='25' x2='800' y2='777'%3E%3Cstop offset='0' stop-color='%2302a509'/%3E%3Cstop offset='1' stop-color='%23fed584'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' gradientUnits='userSpaceOnUse' x1='850' y1='25' x2='850' y2='777'%3E%3Cstop offset='0' stop-color='%2320bc03'/%3E%3Cstop offset='1' stop-color='%23feda93'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' gradientUnits='userSpaceOnUse' x1='900' y1='25' x2='900' y2='777'%3E%3Cstop offset='0' stop-color='%234cd203'/%3E%3Cstop offset='1' stop-color='%23fedfa2'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' gradientUnits='userSpaceOnUse' x1='950' y1='25' x2='950' y2='777'%3E%3Cstop offset='0' stop-color='%2381e804'/%3E%3Cstop offset='1' stop-color='%23ffe4b1'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' gradientUnits='userSpaceOnUse' x1='1000' y1='25' x2='1000' y2='777'%3E%3Cstop offset='0' stop-color='%23befb06'/%3E%3Cstop offset='1' stop-color='%23ffeac0'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' gradientUnits='userSpaceOnUse' x1='1050' y1='25' x2='1050' y2='777'%3E%3Cstop offset='0' stop-color='%23effb1d'/%3E%3Cstop offset='1' stop-color='%23ffefcf'/%3E%3C/linearGradient%3E%3ClinearGradient id='k' gradientUnits='userSpaceOnUse' x1='1100' y1='25' x2='1100' y2='777'%3E%3Cstop offset='0' stop-color='%23fcdf33'/%3E%3Cstop offset='1' stop-color='%23fff4de'/%3E%3C/linearGradient%3E%3ClinearGradient id='l' gradientUnits='userSpaceOnUse' x1='1150' y1='25' x2='1150' y2='777'%3E%3Cstop offset='0' stop-color='%23FCBF49'/%3E%3Cstop offset='1' stop-color='%23FFF9ED'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg %3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' x='100' width='1100' height='800'/%3E%3Crect fill='url(%23c)' x='200' width='1000' height='800'/%3E%3Crect fill='url(%23d)' x='300' width='900' height='800'/%3E%3Crect fill='url(%23e)' x='400' width='800' height='800'/%3E%3Crect fill='url(%23f)' x='500' width='700' height='800'/%3E%3Crect fill='url(%23g)' x='600' width='600' height='800'/%3E%3Crect fill='url(%23h)' x='700' width='500' height='800'/%3E%3Crect fill='url(%23i)' x='800' width='400' height='800'/%3E%3Crect fill='url(%23j)' x='900' width='300' height='800'/%3E%3Crect fill='url(%23k)' x='1000' width='200' height='800'/%3E%3Crect fill='url(%23l)' x='1100' width='100' height='800'/%3E%3C/g%3E%3C/svg%3E"); /* Keep your SVG or gradient here */
  background-attachment: fixed;
  background-size: cover;
  color: #00462e; /* Deep Green */
  gap: 60px;
}

/* Left Content */
.hero-left {
  flex: 1;
  max-width: 40%;
}

.hero-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a58c59; /* Muted gold */
  font-size: 18px;
  margin-bottom: 10px;
}

.hero-title {
  font-size: 80px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #006341;
}

.hero-desc {
  font-size: 17px;
  color: #000;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 100%;
}

.hero-nav {
  display: flex;
  gap: 10px;
}

.nav-btn {
  background-color: #006341;
  border: none;
  color: #fff;
  padding: 10px 14px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 40px;
  
}

.nav-btn:hover {
  background-color: #a58c59;
}

/* Right Content */
.hero-right {
  position: relative;
  flex: 1;
  max-width: 60%;
}

.hero-image {
  width: 100%;
  border-radius: 12px;
  border: 4px solid #a58c59; /* Muted gold border */
  display: block;
  object-fit: cover;
  animation: zoomInOut 5s ease-in-out infinite;
}


/* Reservation Box Overlay */
.reservation-box {
  position: absolute;
  top: 200px;
  right: 0px;
  background-color: rgba(0, 51, 34, 0.9); /* Deep green with fade */
  padding: 30px;
  width: 300px;
  color: #ffffff;
  border-radius: 6px;
}

.reservation-subtitle {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #b6cdbd; /* Soft sage highlight */
  margin-bottom: 5px;
}

.reservation-title {
  font-size: 22px;
  margin-bottom: 20px;
}

.booking-form input,
.booking-form select {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 12px;
  background: #03321f;
  border: 1px solid #1e3a2f;
  color: #ffffff;
  border-radius: 4px;
}

.booking-form button.booking-btn {
  background-color: #006341;
  color: #ffffff;
  padding: 10px 14px;
  border: none;
  width: 100%;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.booking-form button.booking-btn:hover {
  background-color: #a58c59;
}

/* Hero Image Animation */
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.zoom-animate {
  animation: zoomInOut 5s ease-in-out infinite;
}

/* For devices with width up to 820px (e.g., tablets) */
@media (max-width: 820px) {
  .hero-section {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
  }

  .hero-left,
  .hero-right {
    max-width: 100%;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-desc {
    font-size: 16px;
  }

  .nav-btn {
    margin-top: 20px;
  }

  .reservation-box {
    position: static;
    margin-top: 20px;
    width: 100%;
  }
}

/* For devices with width up to 580px (e.g., small tablets and large phones) */
@media (max-width: 580px) {
  .hero-title {
    font-size: 36px;
  }

  .hero-desc {
    font-size: 14px;
  }

  .nav-btn {
    font-size: 16px;
    padding: 8px 12px;
  }

  .reservation-box {
    padding: 20px;
  }
}

/* For devices with width up to 430px (e.g., smartphones) */
@media (max-width: 430px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-desc {
    font-size: 13px;
  }

  .nav-btn {
    font-size: 14px;
    padding: 6px 10px;
  }

  .reservation-box {
    padding: 15px;
  }
}
.custom-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 20px 0;
  gap: 20px;
  flex-wrap: wrap;
}

.custom-divider .line {
  flex-grow: 1;
  max-width: 200px;
  height: 3px;
  background: linear-gradient(to right, #fffaf0, #a58c59, #fffaf0); /* Cream to muted gold to cream */
  border-radius: 1px;
}

.custom-divider .logo-text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #006341; /* Deep green for brand alignment */
  white-space: nowrap;
  text-transform: uppercase;
 
}
@media (max-width: 820px) {
  .custom-divider {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .custom-divider .line {
    max-width: 100px;
    height: 2px;
  }

  .custom-divider .logo-text {
    font-size: 13px;
    letter-spacing: 1px;
  }
}

@media (max-width: 480px) {
  .custom-divider .logo-text {
    font-size: 10px;
    letter-spacing: 0.5px;
  }

  .custom-divider .line {
    max-width: 80px;
  }
}


/* Welcome Section */
.welcome-section {
  padding: 40px 20px;
  background: linear-gradient(rgb(255 250 240 / 91%)), url(../images/exterior6.jpg) center / cover no-repeat; /* Background image added */
  background-attachment: fixed; /* Keeps the background fixed */
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Main Content Wrapper */
.welcome-content {
  max-width: 1400px; /* Allow content to take full width up to 1500px */
  margin: 0 auto; /* Center the content */
  padding: 0 20px; /* Add some padding for smaller screens */
}

/* Content Only Wrapper */
.content-only {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column; /* Stack the content vertically */
}

/* Left Content */
.left-content {
  text-align: left;
  width: 100%; /* Ensure content takes the full width of the container */
}

/* Center the Read More Button */
.read-more-toggle {
  background-color: #006341;
  color: #fff;
  padding: 10px 18px;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  cursor: pointer;
  margin: 20px auto; /* Center the button horizontally with auto margins */
  display: block; /* Ensures it's a block element for centering */
  transition: background 0.3s ease;
  font-size: 18px;
}

.read-more-toggle:hover {
  background-color: #a58c59;
}

/* Title and description */
.title {
  font-size: 36px;
  color: #00462e;
  margin-bottom: 20px;
  text-decoration: none;
}

.title1 {
  font-size: 22px;
  color: #00462e;
  
  text-decoration: none;
}

.description {
  font-size: 20px;
    color: #2F2F2F;
    margin-bottom: 15px;
    line-height: 1.8;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
	
}
.description1 {
  font-size: 17px;
    color: #2F2F2F;
    margin-bottom: 15px;
    line-height: 1.8;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
	
}

/* Read More Box */
.read-more-box {
  display: none;
  text-align: left;
  margin-top: 20px;
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  width: 100%; /* Full width for Read More box */
}

.read-more-box .topic {
  margin-bottom: 20px;
}

.read-more-box h4 {
  margin-bottom: 8px;
  color: #006341;
}

/* Read More Section Display */
.read-more-box.active {
  display: block;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .welcome-content {
    padding: 0 20px; /* Add padding on smaller screens */
  }

  .title {
    font-size: 28px;
  }

  .description {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .content-only {
    text-align: center;
  }

  .title {
    font-size: 28px;
  }

  .description {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .title {
    font-size: 24px;
  }

  .description {
    font-size: 16px;
  }

  .read-more-toggle {
    font-size: 16px;
  }
}





.amenities-section {
  padding: 40px 40px;
   background-image:
    linear-gradient(to bottom, rgba(255,255,255,0.85), rgba(255,255,255,0.4)),
   url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='600' y1='25' x2='600' y2='777'%3E%3Cstop offset='0' stop-color='%23014D40'/%3E%3Cstop offset='1' stop-color='%23FCBF49'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='650' y1='25' x2='650' y2='777'%3E%3Cstop offset='0' stop-color='%2301633f'/%3E%3Cstop offset='1' stop-color='%23fcc458'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='700' y1='25' x2='700' y2='777'%3E%3Cstop offset='0' stop-color='%23027936'/%3E%3Cstop offset='1' stop-color='%23fdca66'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' gradientUnits='userSpaceOnUse' x1='750' y1='25' x2='750' y2='777'%3E%3Cstop offset='0' stop-color='%23028f24'/%3E%3Cstop offset='1' stop-color='%23fdcf75'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' gradientUnits='userSpaceOnUse' x1='800' y1='25' x2='800' y2='777'%3E%3Cstop offset='0' stop-color='%2302a509'/%3E%3Cstop offset='1' stop-color='%23fed584'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' gradientUnits='userSpaceOnUse' x1='850' y1='25' x2='850' y2='777'%3E%3Cstop offset='0' stop-color='%2320bc03'/%3E%3Cstop offset='1' stop-color='%23feda93'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' gradientUnits='userSpaceOnUse' x1='900' y1='25' x2='900' y2='777'%3E%3Cstop offset='0' stop-color='%234cd203'/%3E%3Cstop offset='1' stop-color='%23fedfa2'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' gradientUnits='userSpaceOnUse' x1='950' y1='25' x2='950' y2='777'%3E%3Cstop offset='0' stop-color='%2381e804'/%3E%3Cstop offset='1' stop-color='%23ffe4b1'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' gradientUnits='userSpaceOnUse' x1='1000' y1='25' x2='1000' y2='777'%3E%3Cstop offset='0' stop-color='%23befb06'/%3E%3Cstop offset='1' stop-color='%23ffeac0'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' gradientUnits='userSpaceOnUse' x1='1050' y1='25' x2='1050' y2='777'%3E%3Cstop offset='0' stop-color='%23effb1d'/%3E%3Cstop offset='1' stop-color='%23ffefcf'/%3E%3C/linearGradient%3E%3ClinearGradient id='k' gradientUnits='userSpaceOnUse' x1='1100' y1='25' x2='1100' y2='777'%3E%3Cstop offset='0' stop-color='%23fcdf33'/%3E%3Cstop offset='1' stop-color='%23fff4de'/%3E%3C/linearGradient%3E%3ClinearGradient id='l' gradientUnits='userSpaceOnUse' x1='1150' y1='25' x2='1150' y2='777'%3E%3Cstop offset='0' stop-color='%23FCBF49'/%3E%3Cstop offset='1' stop-color='%23FFF9ED'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg %3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' x='100' width='1100' height='800'/%3E%3Crect fill='url(%23c)' x='200' width='1000' height='800'/%3E%3Crect fill='url(%23d)' x='300' width='900' height='800'/%3E%3Crect fill='url(%23e)' x='400' width='800' height='800'/%3E%3Crect fill='url(%23f)' x='500' width='700' height='800'/%3E%3Crect fill='url(%23g)' x='600' width='600' height='800'/%3E%3Crect fill='url(%23h)' x='700' width='500' height='800'/%3E%3Crect fill='url(%23i)' x='800' width='400' height='800'/%3E%3Crect fill='url(%23j)' x='900' width='300' height='800'/%3E%3Crect fill='url(%23k)' x='1000' width='200' height='800'/%3E%3Crect fill='url(%23l)' x='1100' width='100' height='800'/%3E%3C/g%3E%3C/svg%3E"); /* Keep your SVG or gradient here */
  background-attachment: fixed;
  background-size: cover; /* Warm, light background */
  color: #006341;
  text-align: center;
}

.section-header .subtitle {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  color: #a58c59; /* Gold tone for accents */
  margin-bottom: 10px;
}

.section-header .section-title {
  font-size: 36px;
  margin-bottom: 10px;
  color: #00462e; /* Darker green for emphasis */
}

.section-header .section-desc {
  font-size: 20px;
  color: #333;
  max-width: 1400px;
  margin: 0 auto 40px;
}

.amenities-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.amenity-item {
  flex: 1 1 200px;
  padding: 30px 20px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.amenity-icon {
  font-size: 48px;
  margin-bottom: 15px;
  color: #006341;
}

.amenity-item h4 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #006341;
}

.amenity-item p {
  font-size: 18px;
  color: #555;
  margin-bottom: 15px;
}

.arrow {
  font-size: 30px;
  color: #a58c59; /* Gold arrow */
  display: block;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.amenity-item:hover .arrow {
  transform: translateX(5px);
}
@media (max-width: 820px) {
  .section-header .section-title {
    font-size: 28px;
  }

  .section-header .section-desc {
    font-size: 16px;
    padding: 0 10px;
  }

  .amenities-list {
    flex-direction: column;
    gap: 20px;
  }

  .amenity-item {
    flex: 1 1 100%;
    text-align: center;
  }

  .amenity-icon {
    font-size: 40px;
  }

  .amenity-item h4 {
    font-size: 20px;
  }

  .amenity-item p {
    font-size: 16px;
  }

  .arrow {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .section-header .subtitle {
    font-size: 12px;
  }

  .section-header .section-title {
    font-size: 24px;
  }

  .section-header .section-desc {
    font-size: 14px;
  }
}






.attraction-section {
  padding: 40px 40px;
  background-color: #fffaf0;
  text-align: center;
  color: #014d40; 
}

.attraction-heading .custom-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.attraction-heading .line {
  flex: 1;
  height: 1px;
  background-color: #a58c59;
  margin: 0 10px;
}

.attraction-heading .logo-text {
  font-size: 14px;
color: #a58c59;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.attraction-heading .section-title {
  font-size: 36px;
 color: #014d40; 
  margin-bottom: 40px;
}

.attraction-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.attraction-display {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-bottom: 40px;
}

.attraction-display img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.attraction-info {
  position: absolute;
  bottom: 20px;
  left: 40px;
  background-color: rgba(1, 77, 64, 0.85); /* Deep green overlay */
  color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  max-width: 90%;
}

.attraction-info h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.attraction-info p {
  margin: 0;
  font-size: 16px;
  font-weight:500;
}

.attraction-cubes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.cube {
  width: 200px;
  cursor: pointer;
  text-align: center;
  transition: transform 0.3s ease;
}

.cube img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.cube span {
  display: block;
  font-size: 16px;
  color: #006341; /* Green */
  font-weight:500;
}

.cube.active,
.cube:hover {
  transform: scale(1.05);
}

@media (max-width: 820px) {
  .attraction-display {
    padding: 0 10px;
  }

  .attraction-info {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 15px;
    font-size: 14px;
  }

  .attraction-info h3 {
    font-size: 20px;
  }

  .attraction-info p {
    font-size: 14px;
  }

  .cube {
    width: 30%;
  }

  .attraction-heading .section-title {
    font-size: 28px;
  }

  .attraction-heading .logo-text {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .attraction-info {
    left: 16px;
    right: 5px;
    padding: 12px;
  }

  .attraction-info h3 {
    font-size: 18px;
  }

  .attraction-info p {
    font-size: 13px;
  }

  .cube {
    width: 40%;
  }

  .attraction-heading .section-title {
    font-size: 24px;
  }

  .attraction-heading .logo-text {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .hero-title,
  .title,
  .section-title {
    font-size: 26px;
    line-height: 1.3;
  }
}



.gallery-section {
  padding: 40px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.gallery-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  gap: 10px;
}

.gallery-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #014d40; /* Deep green */
  margin-bottom: 10px;
  margin-top: -10px;
}

.gallery-tabs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex: 1;
}

.gallery-tabs button {
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 30px;
  cursor: pointer;
  background-color: #e6ebe9; /* Light neutral */
  color: #2f3e3e; /* Soft dark gray */
  box-shadow: inset 0 0 0 0 transparent;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.gallery-tabs button.active,
.gallery-tabs button:hover {
  color: #fff;
  background: linear-gradient(45deg, #006341, #a58c59); /* Deep green to gold */
  box-shadow: 0 4px 20px rgba(165, 140, 89, 0.4);
}

.gallery-tabs button.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 4px;
  background: #a58c59;
  border-radius: 2px;
}

.gallery-grid {
  column-count: 3;
  column-gap: 30px;
}

.gallery-card {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  overflow: hidden;
  background-color: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  will-change: transform;
}

.gallery-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  z-index: 10;
}

.gallery-card img {
  width: 100%;
  display: block;
  border-radius: 16px 16px 0 0;
  object-fit: cover;
  transition: transform 0.5s ease;
  height: 300px;
}

.gallery-card:hover img {
  transform: scale(1.12);
}

.gallery-label {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 16px;
  background: rgba(0, 99, 65, 0.88); /* Dark green */
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 99, 65, 0.4);
  user-select: none;
  letter-spacing: 1px;
}

.gallery-label i {
  margin-right: 8px;
}

@media (max-width: 1024px) {
  .gallery-grid {
    column-count: 2;
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    column-count: 1;
  }

  .gallery-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-tabs {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

/* Lightbox Modal */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 25, 35, 0.9);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 15000;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  gap: 30px;
}

.lightbox-image {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7);
  user-select: none;
}

.lightbox-close {
  position: fixed;
  top: 30px;
  right: 40px;
  font-size: 48px;
  color: #a58c59; /* Gold */
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 15001;
}

.lightbox-close:hover {
  color: #f5a623;
}

.lightbox-prev,
.lightbox-next {
  font-size: 48px;
  background: rgba(0, 99, 65, 0.15);
  border: none;
  color: #006341;
  padding: 16px 24px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0, 99, 65, 0.4);
  user-select: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: #006341;
  color: #fff;
}

.lightbox-prev {
  order: 0;
}

.lightbox-next {
  order: 2;
}

.gallery-button-wrapper {
  text-align: center;
  margin-top: 40px;
}

.gallery-button {
  display: inline-block;
  background: linear-gradient(90deg, #006341, #a58c59);
  color: #ffffff;
  padding: 14px 40px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 99, 65, 0.4);
  transition: background 0.3s ease, transform 0.3s ease;
}

.gallery-button:hover {
  background: linear-gradient(90deg, #a58c59, #006341);
  transform: translateY(-4px);
}



.map-video-section {
  padding: 40px 20px;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fdfcf9; /* soft warm neutral */
}

.map-video-header {
  text-align: center;
  margin-bottom: 40px;
}

.map-video-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #014d40; /* deep green from logo */
  margin-top: 15px;
}

.map-video-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.map-box,
.video-box {
  flex: 1 1 48%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 99, 65, 0.12); /* subtle green shadow */
  background: #ffffff;
  border: 1px solid #e0eae4; /* soft border */
}

.map-box iframe,
.video-box iframe {
  width: 100%;
  height: 350px;
  border: none;
  display: block;
}

@media (max-width: 768px) {
  .map-video-content {
    flex-direction: column;
  }

  .map-box,
  .video-box {
    width: 100%;
  }
}


/* Footer Section */
.aligned-footer {
  
  background:#003D29 ;
  
  color: #ffffff; /* White text for readability */
  padding: 50px 5%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* Top Row: Logo and Social Media */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.footer-logo-wrapper {
  flex: 1;
  text-align: left;
  margin-bottom: 20px;
}

.footer-logo {
  max-width: 180px;
}

/* Social Media Icons */
.footer-social-icons {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a6d56; /* Slightly softer green */
  border-radius: 50%;
  font-size: 1.2rem;
  color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.footer-social-icon:hover {
  transform: scale(1.2);
  box-shadow: 0px 8px 15px rgba(26, 109, 86, 0.4);
}

/* Footer Main Content */
.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  text-align: left;
}

/* Contact Section */
.footer-contact {
  flex: 1;
  min-width: 250px;
}

.footer-contact h4,
.footer-links h4,
.footer-policies h4,
.footer-follow h4 {
  font-size: 20px;
  color: #d9b540; /* A light golden yellow for headings */
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #d9b540;
  padding-bottom: 5px;
}

.footer-contact p {
  margin: 5px 0;
  font-size: 18px;
  color: #fff; /* Softer gray text for better readability */
}

.contact-phone,
.cgsl {
  color: #d9b540; /* Green links for contact details */
  text-decoration: none;
 
}

.contact-phone:hover,
.cgsl:hover {
  text-decoration: none;
}

.cgs2 {
  font-size: 25px;
  color: #d9b540;
  text-decoration: none;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #d9b540;
  padding-bottom: 5px;
}

/* Quick Links */
.footer-links {
  flex: 1;
  min-width: 250px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  color: #fff; /* Lighter gray text for links */
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: #28a745; /* Green on hover */
}

/* Footer Bottom */
.footer-bottom {
  background: #ffffff;
  padding: 20px 0;
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #2d2d2d;
}

.footer-bottom a {
  color: #28a745; /* Green for links */
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Quick Links with Arrow Bullets */
.quick-links-columns {
  list-style: none;
  padding-left: 0;
}

.quick-links-columns li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 22px;
}

.quick-links-columns li::before {
  content: "\2192";
  font-size: 16px;
  color: #fcbf49; /* Gold for bullets */
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}

.quick-links-columns li:hover::before {
  transform: translateY(-50%) translateX(5px);
}

.quick-links-columns li a {
  text-decoration: none;
  color: #d1d1d1;
  font-size: 16px;
  transition: color 0.3s ease;
}

.quick-links-columns li a:hover {
  color: #28a745; /* Green hover color */
}

/* 📱 Responsive Adjustments */
@media (max-width: 820px) {
  .footer-content {
    grid-template-columns: 1fr; /* Single column for sections */
    text-align: center;
  }

  .footer-social-icons {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 538px) {
  .footer-links ul {
    grid-template-columns: repeat(2, 1fr); /* Always 2 columns even on small screens */
  }

  .footer-social-icons {
    gap: 5px;
  }
}
/* Top Amenities Section */
.top-amenities-section {
  background: linear-gradient(to right, #f9f9f9, #eaf6f0); /* light pastel gradient */
  padding: 60px 15px;
  color: #333; /* Darker text for readability */
  text-align: center;
}

.section-title {
  font-size: 2.8rem;
  color: #007a58; /* Deep green for headings */
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.section-title .section-link {
  color: #007a58;
  text-decoration: none;
  transition: color 0.3s ease;
}



.amenities-cards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 35px 45px;
  max-width: 1200px;
  margin: 0 auto;
}

.amenity-card {
  background: linear-gradient(145deg, #ffffff, #eaf6f0); /* clean and soft */
  border-radius: 25px;
  padding: 30px 25px 20px;
  box-shadow:
    0 0 15px rgba(0, 122, 88, 0.15),
    inset 0 0 10px rgba(0, 122, 88, 0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  border: 2px solid #cbead8; /* soft mint border */
}

.amenity-card:hover {
  box-shadow:
    0 0 25px #6ed7b0,
    inset 0 0 15px #cbead8;
  transform: translateY(-10px) scale(1.05);
  background: linear-gradient(145deg, #e3f5ea, #ffffff);
  border-color: #9ddfc4;
  z-index: 10;
}

.amenity-icon {
  font-size: 52px;
  margin-bottom: 18px;
  color: #007a58;
  filter: drop-shadow(0 0 6px #a7dec7);
  animation: glowPulse 3s infinite alternate ease-in-out;
}

@keyframes glowPulse {
  0% {
    filter: drop-shadow(0 0 6px #a7dec7);
  }
  100% {
    filter: drop-shadow(0 0 15px #6ed7b0);
  }
}

.amenity-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #007a58;
  margin: 0 0 10px 0;
  text-shadow: 0 0 4px #cbead8;
}

.amenity-info {
  max-height: 0;
  opacity: 0;
  transform: translateY(-25px);
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  user-select: text;
}

.amenity-card:hover .amenity-info {
  max-height: 220px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 12px;
}

@media (max-width: 1024px) {
  .amenities-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .amenities-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 35px;
  }
  .amenity-icon {
    font-size: 44px;
  }
}

.amenities-Description {
  font-size: 20px;
  color: #2f2f2f;
  margin-bottom: 15px;
  line-height: 1.8;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  text-align: center;
}

/* Updated container class with 1400px width */
.amenities-container {
  width: 1400px; /* Set width to 1400px */
  margin: 0 auto; /* Center align the container */
  padding: 0 15px;
}


.additional-amenities-section {
  padding: 80px 0;
  background-color: #014D40;
background-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='600' y1='25' x2='600' y2='777'%3E%3Cstop offset='0' stop-color='%23014D40'/%3E%3Cstop offset='1' stop-color='%23FCBF49'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='650' y1='25' x2='650' y2='777'%3E%3Cstop offset='0' stop-color='%230f5944'/%3E%3Cstop offset='1' stop-color='%23d9b540'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='700' y1='25' x2='700' y2='777'%3E%3Cstop offset='0' stop-color='%23206646'/%3E%3Cstop offset='1' stop-color='%23b9ab3b'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' gradientUnits='userSpaceOnUse' x1='750' y1='25' x2='750' y2='777'%3E%3Cstop offset='0' stop-color='%23327246'/%3E%3Cstop offset='1' stop-color='%239a9f39'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' gradientUnits='userSpaceOnUse' x1='800' y1='25' x2='800' y2='777'%3E%3Cstop offset='0' stop-color='%23457e45'/%3E%3Cstop offset='1' stop-color='%237e9239'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' gradientUnits='userSpaceOnUse' x1='850' y1='25' x2='850' y2='777'%3E%3Cstop offset='0' stop-color='%235a8944'/%3E%3Cstop offset='1' stop-color='%23648539'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' gradientUnits='userSpaceOnUse' x1='900' y1='25' x2='900' y2='777'%3E%3Cstop offset='0' stop-color='%23719441'/%3E%3Cstop offset='1' stop-color='%234c773a'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' gradientUnits='userSpaceOnUse' x1='950' y1='25' x2='950' y2='777'%3E%3Cstop offset='0' stop-color='%23899e3f'/%3E%3Cstop offset='1' stop-color='%23376839'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' gradientUnits='userSpaceOnUse' x1='1000' y1='25' x2='1000' y2='777'%3E%3Cstop offset='0' stop-color='%23a4a83e'/%3E%3Cstop offset='1' stop-color='%23245937'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' gradientUnits='userSpaceOnUse' x1='1050' y1='25' x2='1050' y2='777'%3E%3Cstop offset='0' stop-color='%23c0b13e'/%3E%3Cstop offset='1' stop-color='%23144b33'/%3E%3C/linearGradient%3E%3ClinearGradient id='k' gradientUnits='userSpaceOnUse' x1='1100' y1='25' x2='1100' y2='777'%3E%3Cstop offset='0' stop-color='%23ddb842'/%3E%3Cstop offset='1' stop-color='%23063c2d'/%3E%3C/linearGradient%3E%3ClinearGradient id='l' gradientUnits='userSpaceOnUse' x1='1150' y1='25' x2='1150' y2='777'%3E%3Cstop offset='0' stop-color='%23FCBF49'/%3E%3Cstop offset='1' stop-color='%23012E26'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg %3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' x='100' width='1100' height='800'/%3E%3Crect fill='url(%23c)' x='200' width='1000' height='800'/%3E%3Crect fill='url(%23d)' x='300' width='900' height='800'/%3E%3Crect fill='url(%23e)' x='400' width='800' height='800'/%3E%3Crect fill='url(%23f)' x='500' width='700' height='800'/%3E%3Crect fill='url(%23g)' x='600' width='600' height='800'/%3E%3Crect fill='url(%23h)' x='700' width='500' height='800'/%3E%3Crect fill='url(%23i)' x='800' width='400' height='800'/%3E%3Crect fill='url(%23j)' x='900' width='300' height='800'/%3E%3Crect fill='url(%23k)' x='1000' width='200' height='800'/%3E%3Crect fill='url(%23l)' x='1100' width='100' height='800'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}

.additional-amenities-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  color: #2a2a2a;
}

.additional-amenities-section .section-title {
  font-size: 2.6rem;
  color: #007a58;
  font-weight: 800;
  margin-bottom: 50px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 12px rgba(109, 179, 145, 0.4);
}

.additional-amenities-section .section-title {
  font-size: 2.6rem;
  color: #fff; /* Deep green */
  font-weight: 800;
  margin-bottom: 50px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 12px rgba(109, 179, 145, 0.4); /* Soft green glow */
}

.amenities-list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
  justify-content: center;
}

.amenities-category {
  flex: 1 1 300px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 25px 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  color: #2f2f2f;
  border: 1px solid #cceee2;
}

.amenities-category h3 {
  font-size: 1.8rem;
  color: #007a58; /* Deep green */
  margin-bottom: 20px;
  font-weight: 800;
  border-bottom: 3px solid #a3dbc7;
  padding-bottom: 8px;
}

.amenities-category ul {
  list-style: none;
  padding-left: 0;
  font-size: 1.15rem;
  line-height: 1.9;
  color: #3e3e3e;
}

.amenities-category ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  font-weight: 600;
  color: #4c4c4c;
}

.amenities-category ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 5px;
  color: #65b89a; /* Light mint green bullet */
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

/* Responsive */
@media (max-width: 1024px) {
  .amenities-list-container {
    gap: 35px 40px;
  }
  .amenities-category {
    flex: 1 1 45%;
  }
}

@media (max-width: 600px) {
  .amenities-list-container {
    gap: 30px 30px;
  }
  .amenities-category {
    flex: 1 1 100%;
  }
}






.innerpage-hero-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 80px;
  height: 350px;
  background-image:
    linear-gradient(to bottom, rgba(255,255,255,0.85), rgba(255,255,255,0.4)),
   url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='600' y1='25' x2='600' y2='777'%3E%3Cstop offset='0' stop-color='%23014D40'/%3E%3Cstop offset='1' stop-color='%23FCBF49'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='650' y1='25' x2='650' y2='777'%3E%3Cstop offset='0' stop-color='%2301633f'/%3E%3Cstop offset='1' stop-color='%23fcc458'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='700' y1='25' x2='700' y2='777'%3E%3Cstop offset='0' stop-color='%23027936'/%3E%3Cstop offset='1' stop-color='%23fdca66'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' gradientUnits='userSpaceOnUse' x1='750' y1='25' x2='750' y2='777'%3E%3Cstop offset='0' stop-color='%23028f24'/%3E%3Cstop offset='1' stop-color='%23fdcf75'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' gradientUnits='userSpaceOnUse' x1='800' y1='25' x2='800' y2='777'%3E%3Cstop offset='0' stop-color='%2302a509'/%3E%3Cstop offset='1' stop-color='%23fed584'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' gradientUnits='userSpaceOnUse' x1='850' y1='25' x2='850' y2='777'%3E%3Cstop offset='0' stop-color='%2320bc03'/%3E%3Cstop offset='1' stop-color='%23feda93'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' gradientUnits='userSpaceOnUse' x1='900' y1='25' x2='900' y2='777'%3E%3Cstop offset='0' stop-color='%234cd203'/%3E%3Cstop offset='1' stop-color='%23fedfa2'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' gradientUnits='userSpaceOnUse' x1='950' y1='25' x2='950' y2='777'%3E%3Cstop offset='0' stop-color='%2381e804'/%3E%3Cstop offset='1' stop-color='%23ffe4b1'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' gradientUnits='userSpaceOnUse' x1='1000' y1='25' x2='1000' y2='777'%3E%3Cstop offset='0' stop-color='%23befb06'/%3E%3Cstop offset='1' stop-color='%23ffeac0'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' gradientUnits='userSpaceOnUse' x1='1050' y1='25' x2='1050' y2='777'%3E%3Cstop offset='0' stop-color='%23effb1d'/%3E%3Cstop offset='1' stop-color='%23ffefcf'/%3E%3C/linearGradient%3E%3ClinearGradient id='k' gradientUnits='userSpaceOnUse' x1='1100' y1='25' x2='1100' y2='777'%3E%3Cstop offset='0' stop-color='%23fcdf33'/%3E%3Cstop offset='1' stop-color='%23fff4de'/%3E%3C/linearGradient%3E%3ClinearGradient id='l' gradientUnits='userSpaceOnUse' x1='1150' y1='25' x2='1150' y2='777'%3E%3Cstop offset='0' stop-color='%23FCBF49'/%3E%3Cstop offset='1' stop-color='%23FFF9ED'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg %3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' x='100' width='1100' height='800'/%3E%3Crect fill='url(%23c)' x='200' width='1000' height='800'/%3E%3Crect fill='url(%23d)' x='300' width='900' height='800'/%3E%3Crect fill='url(%23e)' x='400' width='800' height='800'/%3E%3Crect fill='url(%23f)' x='500' width='700' height='800'/%3E%3Crect fill='url(%23g)' x='600' width='600' height='800'/%3E%3Crect fill='url(%23h)' x='700' width='500' height='800'/%3E%3Crect fill='url(%23i)' x='800' width='400' height='800'/%3E%3Crect fill='url(%23j)' x='900' width='300' height='800'/%3E%3Crect fill='url(%23k)' x='1000' width='200' height='800'/%3E%3Crect fill='url(%23l)' x='1100' width='100' height='800'/%3E%3C/g%3E%3C/svg%3E"); /* Keep your SVG or gradient here */
  background-attachment: fixed;
  background-size: cover;
  color: #00462e;
  gap: 60px;
}

.innerpage-hero-content {
  flex: 1;
  max-width: 45%;
}

.innerpage-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a58c59;
  font-size: 18px;
  margin-bottom: 10px;
}

.innerpage-title {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #006341;
}

.innerpage-description {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  max-width: 100%;
}

.innerpage-hero-image-wrap {
  flex: 1;
  max-width: 55%;
  height: 100%;
}

.innerpage-hero-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 4px solid #a58c59;
  animation: innerpageZoomInOut 5s ease-in-out infinite;
}

/* Animation */
@keyframes innerpageZoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@media (max-width: 1024px) {
  .innerpage-hero-banner {
    flex-direction: column;
    padding: 40px 20px;
    height: auto; /* Let content define height */
    text-align: center;
    gap: 30px;
  }

  .innerpage-hero-content {
    max-width: 100%;
    align-items: center;
  }

  .innerpage-subtitle {
    font-size: 16px;
    letter-spacing: 1.5px;
  }

  .innerpage-title {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .innerpage-description {
    font-size: 15px;
    max-width: 90%;
    margin: 0 auto;
  }

  .innerpage-hero-image-wrap {
    max-width: 90%;
    height: auto;
  }

  .innerpage-hero-image {
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: cover;
    border-radius: 12px;
    border: 4px solid #a58c59;
  }
}

@media (max-width: 580px) {
  .innerpage-title {
    font-size: 28px;
  }

  .innerpage-description {
    font-size: 14px;
  }

  .innerpage-hero-image {
    max-height: 200px;
  }
}

@media (max-width: 430px) {
  .innerpage-title {
    font-size: 22px;
  }

  .innerpage-description {
    font-size: 13px;
    padding: 0 10px;
  }

  .innerpage-hero-image {
    max-height: 180px;
  }
}




.things-to-do {
  padding: 40px 0;
  text-align: center;
  background: linear-gradient(to right, #f9fdfb, #eaf5f0);
}

.things-title {
  font-size: 3rem;
  color: #007a58; /* Deep green */
  margin-bottom: 40px;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(125, 178, 145, 0.6);
}

.things-title::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background-color: #65b89a; /* Soft mint green */
  margin: 10px auto;
  border-radius: 2px;
}

.things-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}

.things-slider {
  flex: 1;
  max-width: 50%;
  min-width: 300px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 122, 88, 0.2);
}

.custom-hero-slide {
  display: none;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 400px;
  border-radius: 8px;
  box-shadow: inset 0 0 20px #007a5888;
}

.custom-hero-slide.active {
  display: block;
}

.custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.custom-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #e7fff5;
  padding: 12px 20px;
  background: rgb(0 4 3 / 84%);
  border-radius: 8px;
  max-width: 90%;
  box-shadow: 0 0 12px #7fd6b3aa;
}

.custom-hero-content h1 {
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-shadow: 0 0 6px #9ee2c1cc;
  color: #9fe9be;
}

.custom-hero-content p {
  font-size: 17px;
  margin-bottom: 10px;
  color: #e0fff1;
  font-weight: 500;
  line-height: 1.4;
  text-shadow: 0 0 6px #588c71cc;
}

.custom-hero-btn {
  margin-top: 8px;
  padding: 10px 22px;
  background-color: #007a58;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px #007a5888;
}

.custom-hero-btn:hover {
  background-color: #a58c59;
  transform: scale(1.05);
  box-shadow: 0 6px 18px #a58c5988;
}

.things-content-box {
  flex: 1;
  max-width: 40%;
  min-width: 300px;
  padding: 25px;
  color: #244f3d;
  border-radius: 10px;
  background: #eaf5f0;
  box-shadow: 0 0 12px #c3ebdc;
}

.content-inner h3 {
  font-size: 32px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #007a58;
  text-shadow: 0 0 10px #a7dec7aa;
}

.content-inner p {
  font-size: 19px;
  margin-bottom: 14px;
  color: #2f4f40;
  line-height: 1.5;
}

.content-inner ul {
  list-style: none;
  padding: 0;
  color: #456d57;
}

.content-inner ul li {
  font-size: 15px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 24px;
  font-weight: 600;
  color: #456d57;
}

.content-inner ul li:before {
  content: '→';
  position: absolute;
  left: 0;
  color: #007a58;
  font-weight: 900;
  font-size: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .things-slider {
    max-width: 80%;
    margin-bottom: 20px;
  }

  .things-content-box {
    max-width: 80%;
    margin: 0 auto;
  }

  .custom-hero-content h1 {
    font-size: 20px;
  }

  .custom-hero-content p {
    font-size: 14px;
  }

  .custom-hero-slide {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .things-container {
    flex-direction: column;
  }

  .things-slider,
  .things-content-box {
    max-width: 100%;
    margin: 0 auto;
  }

  .custom-hero-slide {
    height: 450px;
  }

  .custom-hero-content h1 {
    font-size: 20px;
  }

  .custom-hero-content p {
    font-size: 14px;
  }

  .custom-hero-btn {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .things-slider,
  .things-content-box {
    max-width: 90%;
  }

  .custom-hero-slide {
	 
    height: 450px;
  }

  .custom-hero-content h1 {
    font-size: 18px;
  }

  .custom-hero-content p {
    font-size: 12px;
  }

  .custom-hero-btn {
    font-size: 12px;
    padding: 6px 12px;
  }
}





.things-to-do-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}


.things-to-do-section {
  width: 100%;
  padding: 60px 0 100px;
   background-color: #014D40;
background-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='600' y1='25' x2='600' y2='777'%3E%3Cstop offset='0' stop-color='%23014D40'/%3E%3Cstop offset='1' stop-color='%23FCBF49'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='650' y1='25' x2='650' y2='777'%3E%3Cstop offset='0' stop-color='%230f5944'/%3E%3Cstop offset='1' stop-color='%23d9b540'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='700' y1='25' x2='700' y2='777'%3E%3Cstop offset='0' stop-color='%23206646'/%3E%3Cstop offset='1' stop-color='%23b9ab3b'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' gradientUnits='userSpaceOnUse' x1='750' y1='25' x2='750' y2='777'%3E%3Cstop offset='0' stop-color='%23327246'/%3E%3Cstop offset='1' stop-color='%239a9f39'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' gradientUnits='userSpaceOnUse' x1='800' y1='25' x2='800' y2='777'%3E%3Cstop offset='0' stop-color='%23457e45'/%3E%3Cstop offset='1' stop-color='%237e9239'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' gradientUnits='userSpaceOnUse' x1='850' y1='25' x2='850' y2='777'%3E%3Cstop offset='0' stop-color='%235a8944'/%3E%3Cstop offset='1' stop-color='%23648539'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' gradientUnits='userSpaceOnUse' x1='900' y1='25' x2='900' y2='777'%3E%3Cstop offset='0' stop-color='%23719441'/%3E%3Cstop offset='1' stop-color='%234c773a'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' gradientUnits='userSpaceOnUse' x1='950' y1='25' x2='950' y2='777'%3E%3Cstop offset='0' stop-color='%23899e3f'/%3E%3Cstop offset='1' stop-color='%23376839'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' gradientUnits='userSpaceOnUse' x1='1000' y1='25' x2='1000' y2='777'%3E%3Cstop offset='0' stop-color='%23a4a83e'/%3E%3Cstop offset='1' stop-color='%23245937'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' gradientUnits='userSpaceOnUse' x1='1050' y1='25' x2='1050' y2='777'%3E%3Cstop offset='0' stop-color='%23c0b13e'/%3E%3Cstop offset='1' stop-color='%23144b33'/%3E%3C/linearGradient%3E%3ClinearGradient id='k' gradientUnits='userSpaceOnUse' x1='1100' y1='25' x2='1100' y2='777'%3E%3Cstop offset='0' stop-color='%23ddb842'/%3E%3Cstop offset='1' stop-color='%23063c2d'/%3E%3C/linearGradient%3E%3ClinearGradient id='l' gradientUnits='userSpaceOnUse' x1='1150' y1='25' x2='1150' y2='777'%3E%3Cstop offset='0' stop-color='%23FCBF49'/%3E%3Cstop offset='1' stop-color='%23012E26'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg %3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' x='100' width='1100' height='800'/%3E%3Crect fill='url(%23c)' x='200' width='1000' height='800'/%3E%3Crect fill='url(%23d)' x='300' width='900' height='800'/%3E%3Crect fill='url(%23e)' x='400' width='800' height='800'/%3E%3Crect fill='url(%23f)' x='500' width='700' height='800'/%3E%3Crect fill='url(%23g)' x='600' width='600' height='800'/%3E%3Crect fill='url(%23h)' x='700' width='500' height='800'/%3E%3Crect fill='url(%23i)' x='800' width='400' height='800'/%3E%3Crect fill='url(%23j)' x='900' width='300' height='800'/%3E%3Crect fill='url(%23k)' x='1000' width='200' height='800'/%3E%3Crect fill='url(%23l)' x='1100' width='100' height='800'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
  color: #2a2a2a;
  text-align: center;
}
.things-to-do-section .section-title1 {
  font-size: 2.6rem;
  color: #fff; /* Deep green accent */
  font-weight: 800;
  margin-bottom: 50px;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(109, 179, 145, 0.4); /* Soft green glow */
  text-align: center;
}

.things-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
  justify-content: center;
}

.things-card {
  flex: 1 1 300px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 25px 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  color: #2f2f2f;
  text-align: left;
  transition: transform 0.3s ease;
  border: 1px solid #cceee2;
  cursor: default;
}

.things-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.things-card h3 {
  font-size: 1.8rem;
  color: #007a58; /* Matching green */
  margin-bottom: 20px;
  font-weight: 800;
  border-bottom: 3px solid #a3dbc7;
  padding-bottom: 8px;
}

.things-card ul {
  list-style: none;
  padding-left: 0;
  font-size: 1.15rem;
  line-height: 1.9;
  color: #3e3e3e;
  font-weight: 600;
}

.things-card ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  color: #4c4c4c;
}

.things-card ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 5px;
  color: #65b89a; /* Soft mint bullet */
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

/* Responsive */
@media (max-width: 1024px) {
  .things-cards-grid {
    gap: 35px 40px;
  }
  .things-card {
    flex: 1 1 45%;
  }
}

@media (max-width: 600px) {
  .things-cards-grid {
    gap: 30px 30px;
  }
  .things-card {
    flex: 1 1 100%;
  }
}



.custom-location-section {
  padding: 30px 20px;
 
  background:linear-gradient(to right, #f9f9f9, #eaf6f0);

}

.custom-location-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
  padding: 40px;
  background: transparent;
  border-radius: 12px;
  
}

/* Header Section */
.custom-location-header {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

.custom-location-title {
  font-size: 3rem;
  color: #007a58; /* soft gold */
  margin-bottom: 40px;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(255, 255, 153, 0.4);
}

/* Left Side: Text & Form */
.custom-location-text {
  flex: 1;
  max-width: 50%;
  padding: 20px;
}

.custom-location-description {
  font-size: 20px;
  color: #2f2f2f;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Coordinates Box */
.custom-coordinates-box {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 0 12px rgba(144, 238, 196, 0.3);
}

.custom-coordinates-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #006341;
  font-weight: 600;
  text-shadow: none;
}

.custom-coordinate-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-coordinate-list li {
  font-size: 16px;
  color:#006341;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.custom-coordinate-list em {
  color:#ffbf00;
  margin-right: 8px;
  text-shadow: 0 0 4px #72c1a4;
}

/* Form Styling */
.custom-directions-form {
  margin-top: 20px;
}

.custom-input-field {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid rgba(157, 240, 200, 0.6);
  border-radius: 6px;
  font-size: 16px;
  background-color: rgb(0 99 65);
  color: #dffdf0;
  box-shadow: inset 0 0 6px rgba(142, 238, 195, 0.2);
  transition: border-color 0.3s ease;
}

.custom-input-field::placeholder {
  color: #c4f6de;
}

.custom-input-field:focus {
  border-color: #a3dbc7;
  outline: none;
  box-shadow: 0 0 8px #a3dbc7;
}

.custom-directions-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(to right, #007a58, #a58c59);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px #b7e7d050;
}

.custom-directions-btn:hover {
  background: linear-gradient(to right, #a58c59, #c2a66a);
  box-shadow: 0 6px 20px #a3dbc755;
  color: #fff;
}

/* Right Side: Map Image */
.custom-location-image {
  flex: 1;
  max-width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-image {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(174, 228, 204, 0.35);
  transition: transform 0.3s ease;
}

.custom-image:hover {
  transform: scale(1.03);
}

/* Responsive Design */
@media (max-width: 768px) {
  .custom-location-container {
    flex-direction: column;
  }

  .custom-location-text,
  .custom-location-image {
    max-width: 100%;
  }

  .custom-location-title {
    font-size: 32px;
  }
}




.contact-unified-background {
  background:linear-gradient(to right, #f9f9f9, #eaf6f0);

  padding-bottom: 60px;
}

/* 1. Full-width Title Section */
.contact-hero-banner {
 
  padding: 30px 20px;
  text-align: center;
}

.contact-hero-inner {
  max-width: 1600px;
  margin: 0 auto;
}

.custom-contact-subtitle {
  font-size: 18px;
  color: #a3dbc7; /* mint accent */
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 8px;
  text-shadow: 0 0 6px rgba(109,179,145,0.4);
}

.custom-contact-title {
  font-size: 3rem;
  color: #007a58; /* soft mint/gold */
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(125,178,145,0.6);
}

.custom-contact-description {
  font-size: 20px;
  color: #2f2f2f; /* light creamy */
  font-weight: 400;
 
}

/* 2. Contact Info + Image Section */
.futuristic-contact-section {
   padding: 10px 20px;
  
}

.futuristic-contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.futuristic-contact-info {
  flex: 1;
  max-width: 500px;
  padding: 30px;
  background-color: rgba(255,255,255,0.05);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(109,179,145,0.15);
  color: #e6fff6;
  text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.futuristic-contact-info p {
  font-size: 20px;
  line-height: 1.6;
  color:#2f2f2f;
  text-shadow:none;
}

.futuristic-info-block h2,
.futuristic-info-block h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color:#007a58;
  font-weight: 600;
  text-shadow: None;
}

.futuristic-info-block a {
  color: #ffbf00;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 0 3px rgba(109,179,145,0.4);
}

.futuristic-info-block a:hover {
  color: #7fd6b3;
  text-shadow: none;
}

.futuristic-image-block {
  flex: 1;
  max-width: 520px;
}

.contact-image {
  width: 85%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(109,179,145,0.35);
  transition: transform 0.3s ease;
}

.contact-image:hover {
  transform: scale(1.03);
}

/* Responsive */
@media (max-width: 768px) {
  .custom-contact-title {
    font-size: 36px;
  }

  .contact-hero-banner,
  .futuristic-contact-section {
    padding: 40px 20px;
  }

  .futuristic-contact-container {
    flex-direction: column;
  }

  .futuristic-contact-info,
  .futuristic-image-block {
    max-width: 100%;
  }

  .custom-contact-description {
    font-size: 16px;
  }
  
  .contact-image {
    margin-bottom: 100px;
  }
}


.main-nav a.active {
  color: #ffbf00; /* Example: Gold highlight */
  font-weight: bold;
  border-bottom: 2px solid #ffbf00;
}




/* 📍 Updated Sitemap Section - Quality Inn Poughkeepsie Theme */
.sitemap-section {
    padding: 80px 20px;
   background:linear-gradient(to right, #f9f9f9, #eaf6f0);

    text-align: center;
}

.sitemap-container {
    max-width: 1200px;
    margin: 0 auto;
}

.sitemap-title {
    font-size: 3rem;
    color: #007a58; /* Mint accent */
    margin-bottom: 20px;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(109,179,145,0.4); /* subtle mint glow */
}

.sitemap-subtitle {
     font-size: 20px;
    color:#2f2f2f;
    margin-bottom: 30px;
    line-height: 1.8;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.sitemap-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.sitemap-block {
    background-color: rgb(0 61 41); /* translucent white */
    padding: 40px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 25px rgba(109,179,145,0.15); /* soft mint shadow */
    border: 1px solid rgba(163,219,199,0.3); /* soft border */
}

.sitemap-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(109,179,145,0.4); /* deeper shadow */
    border-color: #a3dbc7; /* brighter mint on hover */
}

.sitemap-block h2 {
    font-size: 1.8rem;
    color: #a3dbc7; /* mint heading */
    margin-bottom: 15px;
    font-weight: 500;
    text-shadow: 0 0 6px rgba(109,179,145,0.3);
}

.sitemap-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-block ul li {
    margin-bottom: 15px;
}

.sitemap-block ul li a {
    font-size: 20px;
    color: #e6fff6; /* creamy white for readability */
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.sitemap-block ul li a i {
    margin-right: 10px;
    font-size: 1.2rem;
    color: #a3dbc7; /* mint icon */
    text-shadow: 0 0 5px rgba(109,179,145,0.3);
}

.sitemap-block ul li a:hover {
    color: #9fe9be; /* brighter mint 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 - Quality Inn Poughkeepsie Theme */
.faq-section {
  padding: 60px 20px;
 background:linear-gradient(to right, #f9f9f9, #eaf6f0);
  color: #e6fff6; /* light creamy text */
  text-align: center;
  position: relative;
  overflow: hidden;
}

.faq-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: rgba(109,179,145,0.2); /* mint bubble shimmer */
  border-radius: 50%;
  z-index: 0;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.faq-title {
  font-size: 3rem;
  font-weight: 800;
  color: #007a58; /* mint accent */
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
}

.faq-subtitle {
  font-size: 1.4rem;
  color: #e6fff6;
  margin-bottom: 50px;
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  text-align: left;
}

.faq-item {
  background: #f0fdfb; /* very light mint */
  padding: 30px;
  border-radius: 15px;
  border: 1px solid rgba(163,219,199,0.5);
  box-shadow: 0 10px 25px rgba(109,179,145,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(109,179,145,0.2);
}

.faq-item h2 {
  font-size: 1.8rem;
  color: #007a58; /* deep green headings */
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #a3dbc7; /* mint underline */
}

.faq-item p {
  font-size: 1.1rem;
  color: #00462e; /* darker text for readability */
  line-height: 1.8;
  margin-bottom: 15px;
}

.faq-item a {
  color: #007a58; /* deep green link */
  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: #a3dbc7; /* mint underline on hover */
  transition: width 0.3s ease;
}

.faq-item a:hover {
  color: #00462e; /* darker on hover */
}

.faq-item a:hover::after {
  width: 100%;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .faq-title {
    font-size: 2.5rem;
  }

  .faq-item h2 {
    font-size: 1.6rem;
  }

  .faq-item p {
    font-size: 1rem;
  }
}
.new-facility-title {
  display: inline-block;
  color: #007a58; /* mint accent */
  font-weight: 800;
  font-size: 3rem;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 0 6px rgba(109,179,145,0.4);
  transition: color 0.3s ease;
}

.new-facility-title:hover {
  color: #006341; /* softer mint */
  text-shadow: none;
}

.attraction-simple-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #fdfdfdc9, #ffffff);
}


.attraction-simple-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.attraction-simple-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #143c2b;
    position: relative;
}

.attraction-simple-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #1c7043;
    margin: 15px auto 0;
}

.attraction-simple-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.attraction-simple-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    padding: 20px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.attraction-simple-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.attraction-simple-subtitle {
    font-size: 1.4rem;
    font-weight: 600;
    color: #143c2b;
    margin-bottom: 12px;
}

.attraction-simple-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
}

.attraction-simple-bottom-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.attraction-simple-bottom-text a.attraction-simple-link {
    color: #1c7043;
    text-decoration: underline;
    font-weight: 500;
}
