body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: 'Open Sans', sans-serif;
  background: #e0d7d7;
}


h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  color: #e2ba34;
}

h1 {
  font-family: 'Libre Bodoni', serif;
  font-size: 3rem;
  color: #ffffff;
}

h1 .script-letter {
  font-family: 'Great Vibes', cursive;
  font-size: 1.2em; /* slightly larger */
  display: inline-block;
}


a {
  text-decoration: none;
}

/* Base styles */
.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.overlay {
  position: relative;
  text-align: center;
  color: white;
  padding: 2rem;
}

.logo {
  width: 120px;
  border-radius: 50%;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3rem;
  margin: 0.5rem 0;
}

.tagline {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.call-btn {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  background: #cfa63f;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  transition: 0.3s;
}

.call-btn:hover {
  background: #ff4500;
}

/* -------- Responsive (Mobile) -------- */
@media (max-width: 768px) {
  .hamburger { display: block; font-size: 1.9rem; padding: 8px; }
  .nav-links li a { padding: 12px 10px; display: block; font-size: 1.05rem; }
  .call-btn { padding: 12px; font-size: 1rem; border-radius: 10px; width: 100%; box-sizing: border-box; }
  .navbar { top: 10px; left: 50%; transform: translateX(-50%); width: 92%; border-radius: 18px; padding: .4rem; }
}

@media (max-width: 480px) {
  .about-container { padding: 0 1rem; gap: 1rem; }
  .about-image img { max-width: 100%; height: auto; border-radius: 12px; }
  .about-text p { font-size: 1rem; line-height: 1.5; }
}

about stylying 

/* Hero Section with background */
/* About Hero Section */
.about-hero {
  position: relative;
  height: 10vh;
  background: url("images/about\ banner.jpg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.about-overlay {
  background: rgba(0, 0, 0, 0.075);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-overlay h1 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

/* About Section */
.about-details {
  padding: 4rem 2rem;
  background: #fff;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.about-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 15px;
  object-fit: cover;
}

.about-text {
  color: #000;
  flex: 1;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-in-out;
}

.about-text h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.about-text p {
  font-size: 1.1rem;
  line-height: 1.6;
}

/* ---------- Responsive (Tablet) ---------- */
@media (max-width: 768px) {
  .about-overlay h1 {
    font-size: 2.2rem;
  }

  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-text h2 {
    font-size: 2rem;
  }

  .about-text p {
    font-size: 1rem;
  }

  .about-image img {
    max-width: 350px;
  }
}

/* ---------- Responsive (Phone) ---------- */
@media (max-width: 480px) {
  .about-hero {
    height: 10vh;
  }

  .about-overlay h1 {
    font-size: 1.8rem;
    padding: 0 1rem;
  }

  .about-details {
    padding: 2rem 1rem;
  }

  .about-text h2 {
    font-size: 1.5rem;
  }

  .about-text p {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .about-image img {
    width: 100%;
    max-width: 100%;
  }
}


.event-amenities {
  background-color: #fff;
  padding: 4em 2em;
  font-family: 'Open Sans', sans-serif;
}

.event-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 3em;
  max-width: 1200px;
  margin: auto;
}

/* Image Card */
.event-image-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(241, 197, 17, 0.2);
  padding: 1.5em;
  text-align: center;
  width: 360px;
}

.event-image-card img {
  width: 100%;
  border-radius: 15px;
}

.event-image-card p {
  font-family: 'Great Vibes', cursive;
  font-size: 1.4rem;
  margin-top: 1em;
  color: #5a3c00;
}

/* Badges */
.event-badges {
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #8a1935;
  color: #fff;
  padding: 0.6em 1.2em;
  border-radius: 40px;
  font-weight: 500;
  font-size: 0.95rem;
}

.badge img {
  width: 22px;
  height: 22px;
}

.badge.highlight {
  background: linear-gradient(to right, #8a1935 50%, #b38c57 50%,);
}

/* Enquire Button */
.enquire-btn {
  display: inline-block;
  background-color: #cacf35;
  color: white;
  padding: 0.6em 1.5em;
  border-radius: 40px;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 2em;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.event-contact {
  margin-top: 1em;
  font-size: 1rem;
  color: #333;
}

.offers, .villas, .testimonials {
  padding: 4em 2em;
  text-align: center;
}

.villa-grid > div, .offer-grid > div {
  margin: 2em 0;
}

.offers .offer-grid,
.villas .villa-grid,
.testimonials .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2em;
  margin-top: 2em;
}
.footer {
  background: #f7f2e9;
  color: #000000;
  text-align: center;
  padding: 40px 20px;
  margin-top: 40px;
}

.footer h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.footer p {
  color: #020202;
  font-size: 15px;
  margin-bottom: 10px;
}

.socials {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.socials img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.mobile-cta {
  background: #c8ae483f;
  color: #000;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-top: 5px;
}

.footer-links {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.footer-links a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #000000;
}

.footer .copyright {
  margin-top: 20px;
  font-size: 13px;
  color: #666;
}



/*package*/
.offers {
  padding: 20px;
  background-color: #fffdf5;
  text-align: center;
  font-family: Arial, sans-serif;
}

.offers h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #dfcf43;
}

.offer-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Package Card */
.package-card {
  display: flex;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  flex-direction: row;
}

.package-card img {
  width: 120px;
  object-fit: cover;
}

.package-info {
  padding: 15px;
  text-align: left;
  flex: 1;
}

.package-info h4 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #dfcf43;
}

.package-info p {
  font-size: 13px;
  margin-bottom: 10px;
  color: #555;
}

.package-info ul {
  font-size: 12px;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #333;
}


/* Responsive: stack image on top for very small screens */
@media (max-width: 500px) {
  .package-card {
    flex-direction: column;
    align-items: center;
  }

  .package-card img {
    width: 100%;
    height: auto;
  }

  .package-info {
    text-align: center;
  }
}
/*amenities*/
.filter-chips {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75em;
  margin: 2em auto;
}

.chip {
  background-color: #8a1935;
  color: white;
  padding: 0.6em 1.4em;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.chip:hover,
.chip.active {
  background-color: #b88a4a;
  color: white;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2em;
  max-width: 1200px;
  margin: auto;
}

.event-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.event-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.event-card p {
  font-family: 'Great Vibes', cursive;
  font-size: 1.4rem;
  color: #5a3c00;
  margin: 1em 0;
}

/*testimonials*/
.testimonials {
  padding: 4em 2em;
  text-align: center;
  background-color: #fefefe;
}

.testimonials h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #333;
  margin-bottom: 1em;
}

.google-icon {
  width: 26px;
  vertical-align: middle;
  margin-left: 5px;
}

.polaroid-scroll {
  display: flex;
  gap: 1.5em;
  overflow-x: auto;
  padding: 1em 0;
  scroll-behavior: smooth;
  max-width: 100%;
}

.polaroid-review {
  background: white;
  border: 6px solid #fff;
  width: 230px;
  min-width: 230px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: rotate(-2deg);
  padding: 1em;
  border-radius: 10px;
  text-align: center;
  flex-shrink: 0;
}

.polaroid-review:nth-child(even) {
  transform: rotate(2deg);
}

.polaroid-review img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 0.7em;
}

.polaroid-review .quote {
  font-style: italic;
  color: #444;
  margin-bottom: 0.5em;
}

.polaroid-review .name {
  font-weight: bold;
  color: #aa1e43;
  margin-bottom: 0.3em;
}

.stars {
  color: #f4c150;
  font-size: 1.1rem;
}

/* basic header layout */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;           /* ensure nav is above video/background */
}
/* ----- TOP BAR ----- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;          /* above everything */
  pointer-events: none;    /* so only children catch clicks */
}

.nav-bar {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1rem;
  background: rgba(0, 0, 0, 0.5); /* adjust as you like */
  backdrop-filter: blur(6px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.brand-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 50%;
  image-rendering: auto;
}

.brand-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
}

/* Hamburger button */
.nav-toggle {
  pointer-events: auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
}

/* ----- SIDE NAV DRAWER ----- */
.side-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  max-width: 80vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.137);
  padding: 1.5rem 1.2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;

  transform: translateX(-100%);
  transition: transform 0.25s ease-out;
  z-index: 9999;
  pointer-events: auto;
}

.side-nav-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.side-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.4rem 0;
}

/* Contact section at bottom of menu */
.nav-contact {
  margin-top: -26;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.call-btn {
  display: inline-block;
  font-weight: 600;
}

/* Dark overlay behind drawer */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out;
  z-index: 9998;
}

/* ----- OPEN STATE (same for laptop & phone) ----- */
body.nav-open .side-nav {
  transform: translateX(0);
}

body.nav-open .nav-overlay {
  opacity: 1;
  pointer-events: auto;
}

/* stop background from scrolling when menu is open */
body.nav-open {
  overflow: hidden;
}

/* little tweak for big screens (optional) */
@media (min-width: 1024px) {
  .side-nav {
    width: 320px;
  }
}




img, video {
  max-width: 100%;
  height: auto;
}
.location-section {
  padding: 60px 20px;
  background: #f9f9f994;
  color: #060606;
  
}

.location-details {
  max-width: 1100px;
  margin: 0 auto;
  color: #000;
}


.location-text {
  color: #1b1c1b;
}

.location-details h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #d6b358; /* matches your navbar accent */

}

/* layout: map + text side by side on desktop */
.location-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  align-items: start;
  color: #000;
}

/* Responsive map wrapper */
.map-wrapper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* Keep map responsive using aspect ratio */
.map-wrapper iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
}

/* Text info */
.location-info h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.location-info p {
  line-height: 1.6;
  margin-bottom: 20px;
  color: #e0e0e0;
}

/* Get Directions button */
.direction-btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 6px;
  background: #d6b358;
  color: #121212;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.direction-btn:hover {
  background: #e0aa38;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

/* Mobile: stack map and text */
@media (max-width: 768px) {
  .location-section {
    padding: 40px 16px;
  }

  .location-layout {
    grid-template-columns: 1fr;
  }

  .location-details h2 {
    font-size: 1.7rem;
  }
}
