:root {
  --navy: #13243a;
  --ink: #1f2933;
  --muted: #667085;
  --line: #d8dee8;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --green: #1f7a5a;
  --gold: #c99a35;
  --saffron: #ff8a00;
  --shadow: 0 18px 50px rgba(19, 36, 58, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--paper);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.saffron-text {
  color: var(--saffron);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(216, 222, 232, 0.85);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  font-weight: 800;
  background: var(--navy);
  border-radius: 8px;
}

.logo-img {
  width: 74px;
  height: 46px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 0.74rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #344054;
  font-size: 0.94rem;
  font-weight: 700;
}

.main-nav a:hover {
  color: var(--green);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  color: var(--navy);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  padding: 84px clamp(18px, 5vw, 72px) 122px;
  overflow: hidden;
  color: #fff;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("room1.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(10, 27, 48, 0.88), rgba(10, 27, 48, 0.58) 50%, rgba(10, 27, 48, 0.18));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
}

.eyebrow,
.section-label {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(3.2rem, 8vw, 6.6rem);
  line-height: 0.95;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 18px;
  font-weight: 800;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
}

.button svg,
.feature-card svg,
.location-points svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.button.primary {
  color: #fff;
  background: var(--green);
}

.button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.34);
}

.quick-panel {
  position: absolute;
  left: 130%;
  transform: translateX(-50%);
  bottom: 2px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  width: min(600px, 90%);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quick-panel div {
  padding: 18px 20px;
  border-right: 1px solid var(--line);
}

.quick-panel div:last-child {
  border-right: 0;
}

.quick-panel strong,
.quick-panel span {
  display: block;
}

.quick-panel strong {
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1.1;
}

.quick-panel span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.section,
.section-band {
  padding: 78px 0;
}

.section-band {
  background: var(--soft);
}

.section-inner {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.intro-grid,
.location-grid,
.contact-grid,
.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.intro h2,
.section-heading h2,
.split-content h2,
.location-grid h2,
.contact-grid h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.08;
}

.intro p:last-child,
.split-content p,
.location-grid p,
.contact-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  min-height: 220px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(19, 36, 58, 0.06);
}

.feature-card svg {
  width: 34px;
  height: 34px;
  color: var(--green);
}

.feature-card h3,
.life-grid h3 {
  margin: 18px 0 8px;
  color: var(--navy);
  font-size: 1.16rem;
}

.feature-card p,
.life-grid p {
  margin: 0;
  color: var(--muted);
}

.split-section {
  padding-top: 24px;
}

.split-image {
  min-height: 500px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
}

.room-image {
  background-image: url("room3.jpeg");
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #344054;
  font-weight: 700;
}

.check-list svg {
  width: 20px;
  height: 20px;
  color: var(--green);
}

.life-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.life-grid article {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.life-grid img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.life-grid div {
  padding: 22px;
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.single-activity {
  grid-template-columns: minmax(0, 520px);
}

.activity-grid article {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(19, 36, 58, 0.06);
}

.activity-image {
  display: grid;
  width: 100%;
  min-height: 240px;
  place-items: center;
}

.placeholder-activity {
  color: var(--saffron);
  background:
    linear-gradient(135deg, rgba(255, 138, 0, 0.12), rgba(31, 122, 90, 0.12)),
    var(--soft);
}

.placeholder-activity svg {
  width: 54px;
  height: 54px;
}

.activity-grid div:not(.activity-image) {
  padding: 22px;
}

.activity-grid h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.16rem;
}

.activity-grid p {
  margin: 0;
  color: var(--muted);
}

.events-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.events-gallery figure {
  position: relative;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  background: var(--soft);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(19, 36, 58, 0.08);
}

.events-gallery img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.events-gallery figure:hover img {
  transform: scale(1.04);
}

.events-gallery figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 9px 10px;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  background: rgba(13, 26, 42, 0.76);
  border-radius: 8px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gallery-grid figure {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  background: var(--soft);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(19, 36, 58, 0.08);
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.gallery-grid figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  background: rgba(13, 26, 42, 0.78);
  border-radius: 8px;
}

.location-points {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.location-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #344054;
  font-weight: 800;
}

.location-points svg {
  color: var(--green);
}

.map-button {
  width: fit-content;
  margin-top: 26px;
  color: #fff;
  background: var(--navy);
}

.map-card {
  min-height: 380px;
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(31, 122, 90, 0.18) 1px, transparent 1px),
    linear-gradient(rgba(31, 122, 90, 0.18) 1px, transparent 1px),
    #eef5f2;
  background-size: 42px 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 344px;
  border: 0;
  border-radius: 8px;
}

.map-placeholder {
  display: grid;
  place-items: center;
  align-content: center;
  height: 100%;
  min-height: 344px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(216, 222, 232, 0.8);
  border-radius: 8px;
  text-align: center;
}

.map-placeholder svg {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  color: var(--green);
}

.map-placeholder span {
  color: var(--muted);
}

.contact-section {
  color: #fff;
  background: var(--navy);
}

.contact-grid h2 {
  color: #fff;
}

.contact-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-details span,
.contact-details a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.contact-details a:hover {
  color: var(--saffron);
}

.contact-details svg {
  width: 18px;
  height: 18px;
  color: var(--saffron);
  flex: 0 0 auto;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-form textarea {
  resize: vertical;
}

.site-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.78);
  background: #0d1a2a;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-footer strong {
  display: block;
  color: #fff;
}

.site-footer p {
  margin: 5px 0 0;
}

.footer-links {
  display: flex;
  gap: 22px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .main-nav {
    position: absolute;
    top: 75px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    padding: 12px;
  }

  .hero {
    min-height: 900px;
    align-items: flex-start;
    padding-top: 78px;
    position: relative;
}

  .hero-overlay {
    background: linear-gradient(180deg, rgba(10, 27, 48, 0.9), rgba(10, 27, 48, 0.58));
  }

  .quick-panel {
    right: 18px;
    bottom: 60px;
    grid-template-columns: 1fr;
  }

  .quick-panel div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-panel div:last-child {
    border-bottom: 0;
  }

  .intro-grid,
  .location-grid,
  .contact-grid,
  .split-grid,
  .amenity-grid,
  .activity-grid,
  .events-gallery,
  .gallery-grid,
  .life-grid {
    grid-template-columns: 1fr;
  }

  .events-gallery figure {
    min-height: 300px;
  }

  .events-gallery img {
    min-height: 300px;
  }

  .split-image {
    min-height: 360px;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .site-header {
    min-height: 68px;
  }

  .main-nav {
    top: 67px;
  }

  .hero {
    min-height: 780px;
    padding-top: 58px;
  }

  .hero-actions,
  .footer-links {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .section,
  .section-band {
    padding: 58px 0;
  }
}

/* ===== HERO PROMO BANNER ===== */

.hero-banner{
    position: relative;
    display: inline-block;
    margin: 25px 0 35px;
}

/* Top Yellow Tag */

.banner-badge{
    background: #ffd21f;
    color: #111;
    font-weight: 800;
    font-size: 1rem;
    padding: 10px 28px;
    border-radius: 10px;
    display: inline-block;

    transform: rotate(-4deg);

    position: relative;
    left: 90px;
    top: 15px;

    z-index: 2;

    box-shadow: 0 4px 12px rgba(0,0,0,.2);
}


/* Main Red Ribbon */

.banner-main{
    background: linear-gradient(135deg,#ff2a2a,#d80000);

    color: white;

    padding: 22px 35px;

    border-radius: 12px;

    display: flex;
    align-items: center;
    gap: 18px;

    position: relative;

    box-shadow:
    0 10px 25px rgba(255,0,0,.30);

    overflow: visible;
}


/* Right Ribbon Tail */

.banner-main::after{

    content:"";

    position:absolute;

    right:-25px;
    bottom:0;

    border-top:28px solid transparent;
    border-bottom:28px solid transparent;

    border-left:25px solid #b50000;
}


/* Icon */

.banner-icon{
    font-size:2.5rem;

    transform: rotate(-12deg);
}


/* AVAILABLE */

.banner-text{

    font-size:3rem;

    font-weight:900;

    letter-spacing:1px;
}


/* Bottom Yellow Strip */

.banner-bottom{

    background:#ffd21f;

    color:#111;

    font-weight:800;

    display:inline-block;

    padding:10px 30px;

    border-radius:10px;

    transform:rotate(-4deg);

    position:relative;

    left:55px;
    top:-10px;

    z-index:2;

    box-shadow:0 4px 12px rgba(0,0,0,.2);
}



/* Mobile */

@media(max-width:768px){

.banner-badge{
left:35px;
font-size:.85rem;
}

.banner-text{
font-size:1.7rem;
}

.banner-icon{
font-size:1.7rem;
}

.banner-bottom{
left:20px;
font-size:.85rem;
}

.banner-main{
padding:18px 22px;
}

}


/* ===== Floating WhatsApp Button ===== */

/* ===== WhatsApp Container ===== */

.whatsapp-container{
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999;
}

/* ===== WhatsApp Icon ===== */

.whatsapp-float{
    position: relative;

    width: 65px;
    height: 65px;

    background: #25D366;
    color: #fff;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 50px;

    box-shadow: 0 8px 20px rgba(0,0,0,.25);

    text-decoration: none;
}

/* ===== Chat Text ===== */

.whatsapp-text{
    position: absolute;

    top: 50%;
    right: 65px;

    transform: translateY(-50%);

    background: white;
    color: #111;

    padding: 10px 15px;

    border-radius: 30px;

    font-size: 18px;
    font-weight: 800;

    white-space: nowrap;

    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

/* Mobile */

@media(max-width:768px){

    .whatsapp-text{
        display:none;
    }

    .whatsapp-container{
        right:20px;
        bottom:20px;
    }

}

/* WhatsApp Pulse Animation */

.whatsapp-float{
    animation: whatsappPulse 1.8s infinite;
}

@keyframes whatsappPulse{

    0%{
        box-shadow: 0 0 0 0 rgba(37,211,102,.7);
    }

    70%{
        box-shadow: 0 0 0 18px rgba(37,211,102,0);
    }

    100%{
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }

}


/* ===== Gallery Lightbox ===== */

.lightbox{
    position: fixed;
    inset: 0;

    background: rgba(0,0,0,.9);

    display: none;

    align-items: center;
    justify-content: center;

    z-index: 99999;
}

.lightbox-image{
    max-width: 90%;
    max-height: 90vh;

    border-radius: 12px;

    box-shadow: 0 10px 40px rgba(0,0,0,.5);
}

.close-lightbox{
    position: absolute;

    top: 20px;
    right: 35px;

    color: white;

    font-size: 50px;

    font-weight: bold;

    cursor: pointer;

    transition: .3s;
}

.close-lightbox:hover{
    color: #25D366;
}

/* Hover effect on gallery images */

.gallery-image{
    cursor: pointer;

    transition: transform .3s ease;
}

.gallery-image:hover{
    transform: scale(1.03);
}


/* Previous & Next Buttons */

.prev-image,
.next-image{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    color:white;

    font-size:60px;

    font-weight:bold;

    cursor:pointer;

    user-select:none;

    transition:.3s;

}

.prev-image{

    left:30px;

}

.next-image{

    right:30px;

}

.prev-image:hover,
.next-image:hover{

    color:#25D366;

}

//===== Smooth Zoom Animation ====///

.lightbox-image{

    max-width: 90%;
    max-height: 90vh;

    border-radius: 12px;

    box-shadow: 0 10px 40px rgba(0,0,0,.5);

    animation: zoomIn .3s ease;
}


@keyframes zoomIn{

    from{

        transform: scale(.8);
        opacity:0;

    }

    to{

        transform: scale(1);
        opacity:1;

    }

}

/* ===== Reviews ===== */

.review-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.review-card{
    background:#fff;
    padding:30px;

    border-radius:12px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;
}

.review-card:hover{
    transform:translateY(-8px);
}

.stars{
    font-size:1.2rem;
}

.review-card p{
    color:var(--muted);

    margin:20px 0;
}

.review-card h3{
    color:var(--navy);
    margin-bottom:5px;
}

.review-card span{
    color:var(--green);
    font-weight:700;
}


@media(max-width:768px){

.review-grid{

grid-template-columns:1fr;

}

}

/* ===== FAQ Section ===== */

.faq-container{
    max-width:900px;
    margin:auto;
}

.faq-item{
    background:#fff;

    border:1px solid var(--line);

    border-radius:12px;

    margin-bottom:16px;

    overflow:hidden;

    box-shadow:0 5px 15px rgba(0,0,0,.06);
}

.faq-question{

    width:100%;

    padding:22px 25px;

    background:#fff;

    border:none;

    outline:none;

    cursor:pointer;

    text-align:left;

    font-size:1rem;

    font-weight:700;

    color:var(--navy);

    transition:.3s;
}

.faq-question:hover{

    background:var(--soft);

}

.faq-answer{

    max-height:0;

    overflow:hidden;

    transition:max-height .3s ease;

}

.faq-answer p{

    padding:0 25px 22px;

    margin:0;

    color:var(--muted);

    line-height:1.8;

}