* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ===== DEFAULT (DESKTOP) ===== */
.mobile-menu,
.mobile-menu-toggle {
  display: none;
}


body {
  font-family: 'Nunito', sans-serif;
  color: #111;
  line-height: 1.6;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}
/* ---------------- COMMON ---------------- */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.section {
  padding: 80px 0;
}

p {
  font-size: 14px;
  color: #555;
}


.roomspacermob {
    display: none;
  }

/* ---------------- HEADER / NAV ---------------- */
.header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 10;
  border-top: 6px solid #ffffff;
  border-bottom: 6px solid #ffffff;
}


.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.nav-menu {
  display: flex;
  gap: 30px;
}

.nav-menu a {
  color: #ccc;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.nav-menu a:hover {
  color: #fff;
}

.amenities-title {
  display: block;
}

.amenities-title-mobile {
  display: none;
}

  
/* ---------------- HERO ---------------- */
.hero {
  background: #000;
  display: flex;
  justify-content: center;   
}

.hero-grid {
  width: 100%;
  max-width: 1440px;         
  margin: 0 auto;            
  display: grid;
  grid-template-columns: 38% 62%;
  min-height: 100vh;
  border-bottom: 1px solid #fff; 
}


.hero-logo {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}

.hero h2 {
  font-size: 18px;
  color: #8fd19e;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}

.hero p {
  color: #aaa;
  max-width: 360px;
}

.hero img {
  width: 100%;
}

/* ---------------- FEATURES ---------------- */
.features {
  background: #000;
  color: #fff;
  padding-top: 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  border-top: 1px solid #222;
  padding-top: 50px;
}

.feature-item {
  text-align: left;
  font-size: 13px;
  color: #ccc;
}

/* ---------------- ROOMS ---------------- */
.rooms {
  background: #fff;
}

.rooms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.room-block {
  margin-bottom: 60px;
}

.room-block img {
  width: 100%;
}

.amenities h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.amenities ul {
  list-style: none;
  margin-bottom: 30px;
  color: black;
}

.amenities li {
  font-size: 14px;
  margin-bottom: 8px;
}

/* ---------------- PRICING ---------------- */
.pricing h4 {
  margin-bottom: 10px;
}

.pricing p {
  font-size: 13px;
}

.features p {
  font-size: 16px;
  font-weight: 500;
}

/* ---------------- PARTNERS ---------------- */
.partners {
  background: #000;
  color: #fff;
  text-align: center;
}

.partner-logos {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.partner-logos img {
  height: 40px;
}

/* ---------------- EVENT ---------------- */
.event {
  background: #fff;
}

.event-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: center;
}

.event img {
  width: 100%;
}

/* ---------------- FOOTER CTA ---------------- */
.footer-cta {
  background: #000;
  color: #fff;
  padding: 60px 0;
}

.footer-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-cta h3 {
  font-size: 18px;
}

.btn {
  background: #2ecc71;
  color: #000;
  padding: 12px 28px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
}

.hero-grid {
  display: grid;
  grid-template-columns: 38% 62%;
  min-height: 100vh;
  max-width: 1440px;
}

/* LEFT */
.hero-left {
  padding: 60px 50px;
  color: #fff;
}

.brand {
  margin-bottom: 120px;
}

.hero-left h2 {
  color: #2ecc71;
  font-size: 26px;
  margin-bottom: 20px;
}

.hero-left p {
  color: #aaa;
  max-width: 320px;
  font-size: 14px;
  line-height: 28px;
}

.hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;   /* 👈 THIS is the key */
}

/* GAP ABOVE NAV */
.nav-gap {
  height: 40px;
}

.right-nav {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 812px;
  padding: 10px 0px;   /* keep your padding */
  border-top: 1px solid rgba(255,255,255,0.95);
  border-bottom: 1px solid rgba(255,255,255,0.95);
}

.right-nav a,
.right-nav i,
.right-nav img {
  display: flex;
  align-items: center;
}



.right-nav nav {
  display: flex;
  gap: 30px;
  margin-right: auto;
}

.right-nav a {
  color: #ddd;
  font-size: 13px;
  text-decoration: none;
}

.hero-image {
  flex: 1;
  margin-top: 14px;
  width: 100%;
  max-width: 812px;
  }

.hero-image {
  flex: 1;
  margin-top: 14px; /* subtle gap like the design */
}

.brand img {
  width: 230px;
  max-width: 230px;
  height: auto;
  display: block;
}


.carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  display: none;
  width: 100%;
  height: 100%;
}

.carousel-slide.active {
  display: block;
}

.carousel-slide img {
  width: 812px;
  height: 930px;
  object-fit: cover;
  display: block;
}

/* DOT NAVIGATION */
.carousel-dots {
  position: absolute;
  bottom: 18px; /* almost end of image */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.carousel-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #000;   /* thin black border */
  cursor: pointer;
}

.carousel-dots .dot.active {
  background: #000;
}


.right-nav nav a {
  color: #ddd;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.right-nav nav a:hover {
  color: #37BC69; /* subtle green */
}

.nav-cta {
  background: linear-gradient(135deg, #00bf3e, #008c33);
  color: #000;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;

  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.features-section {
  background: #000;
  padding: 120px 0;
  color: #fff;
  max-height: 500px;  
}

.features-inner {  
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
  padding-left:100px;
}

/* LEFT GRID */
.features-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 50px;
  padding-right:60px;
}

.feature-item i {
  font-size: 28px;
  margin-bottom: 14px;
  
}

.feature-item h4 {
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 6px;
  color: #CE682D;
  font-weight: bold;
}

.feature-item p {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
}

/* RIGHT CONTENT */
.features-content {
  padding-left: 40px;
  padding-top:12px;
}

.features-label {
  color: #2ecc71;
  font-size: 12px;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 18px;
}

.features-content h2 {
  font-size: 30px;
  font-weight: 100;
  line-height: 1.4;
}

.rooms-section {
  background: #000;
  padding: 120px 0;
}

.rooms-inner {
  max-width: 1440px;
  margin: auto;
  background: #fff;
  padding:50px;

  display: grid;
  grid-template-columns: 52% 48%;
  gap: 80px;
}

/* LEFT */
.section-label {
  color: #2ecc71;
  font-size: 15px;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 10px;
}

.room-title {
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 15px;
  line-height: 32px;
}

.room-image-wrap {
  position: relative;
}

.room-image-wrap img {
  width: 100%;
  display: block;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
}

.nav-arrow.left {
  left: 12px;
}

.nav-arrow.right {
  right: 12px;
}

.room-subtitle {
  font-size: 20px;
  margin-top: 40px;
  font-weight: 500;
}

/* RIGHT */
.rooms-right {
  padding-top: 5px;
}

.amenities-title {
  font-size: 32px;
  font-weight: 100;
  line-height: 1.4;
  margin-bottom: 40px;
}

.amenities-group {
  margin-bottom: 28px;
}

.amenities-group h4 {
  color: #c57a3a;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight:700;
}

.amenities-group ul {
  padding-left: 16px;
  color: black;
}

.amenities-group li {
  font-size: 15px;
  margin-bottom: 6px;
  color: black;
}

.fb-section {
  background: #000;
  padding: 20px 0;
  color: #fff;
}

.fb-inner {
  width: 85%;
  max-width: 1335px;
  margin: auto;
  display: grid;
  grid-template-columns: 25% 40% 35%;
  align-items: center;
}

/* LEFT */
.fb-label {
  color: #2ecc71;
  font-size: 12px;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 14px;
}

.fb-title {
  font-size: 32px;
  font-weight: 100;
  line-height: 40px;
}

/* CENTER */
.fb-center {
  padding-right: 40px;
}

.fb-text {
  padding-top:60px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

/* RIGHT */
.fb-right {
  display: flex;  
  padding-left:50px;
  padding-top:50px;
  gap: 42px;
  justify-content: flex-start;
}

.fb-logo-item img {
  width: 196px;
  height: 118px;
  border: 4px solid #fff;
  display: block;
}

.fb-logo-item span {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  color: #ccc;
}

.banquet-section {
  background: #000;
  padding: 120px 0;
}

.banquet-inner {
  max-width: 1440px;
  margin: auto;
  background: #fff;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  gap: 60px;
  padding:100px;
}

/* LEFT */
.banquet-label {
  color: #2ecc71;
  font-size: 12px;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 14px;
}

.banquet-title {
  font-size: 32px;
  font-weight: 100;
  line-height: 40px;
  margin-bottom: 20px;
}

.banquet-left p {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* RIGHT */
.banquet-image-wrap {
  position: relative;
}

.banquet-image-wrap img {
  width: 100%;
  display: block;
}

/* ARROWS */
.banquet-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 16px;
  cursor: pointer;
}

.banquet-arrow.left {
  left: 12px;
}

.banquet-arrow.right {
  right: 12px;
}

.contact-footer {
  background: #000;
  padding: 120px 0;
  color: #fff;
}

.contact-inner {
  width: 85%;
  max-width: 1200px;
  margin: auto;

  display: grid;
  grid-template-columns: 65% 35%;
  align-items: center;
}

/* LEFT */
.contact-small {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  line-height:28px;
  letter-spacing: 0em;
}

.contact-details {
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
}

/* RIGHT */
.contact-label {
  color: #2ecc71;
  font-size: 12px;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 12px;
}

.contact-title {
  font-size: 32px;
  font-weight: 100;
  line-height: 40px;
  margin-bottom: 16px;
  
}

.contact-desc {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  max-width: 420px;
  margin-bottom: 30px;
  letter-spacing: 0px;
}

/* CTA BUTTON */
.contact-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: linear-gradient(to right, #00bf3e, #008c33);
  color: #fff;
  padding: 14px 26px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.contact-cta i {
  font-size: 16px;
}

.contact-details a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-details a:hover {
  color: #2ecc71;
}

html {
  scroll-behavior: smooth;
}

.rooms-right {
  align-self: start;
}

.banquet-left {
  align-self: start;
}


.features-title {
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
}

.mobile-logo {
  display: none;
}

/* Desktop: hide line break */
.contact-small br {
  display: none;
}


/* =====================================================
   MOBILE STYLES — FINAL CLEAN VERSION
===================================================== */
@media (max-width: 900px) {

  /* ---------- GLOBAL ---------- */
  body {
    overflow-x: hidden;
  }

  /* ---------- HERO LAYOUT ---------- */
  .hero {
    min-height: auto;
    align-items: stretch;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
  }

  /* IMAGE FIRST */
  .hero-right {
    order: 1;
  }

  .hero-image {
  height: auto;
  margin-top: 0;
}

  .carousel,
.carousel-slide {
  height: auto;
}

.hero {
  min-height: unset;
}

.carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
}

  /* TEXT BELOW IMAGE */
  .hero-left {
    order: 2;
    padding: 40px 20px 60px;
    border: none !important;
    text-align: center;
  }

  .hero-left h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .hero-left p {
    font-size: 15px;
    max-width: 100%;
    margin: 0 auto;
    color: #ccc;
	line-height: 28px;
  }

  /* ---------- TOP BAR ---------- */
  .nav-gap {
    display: none;
  }

 .right-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;

  height: 84px;                 /* ⬆ increase band height */
  padding: 0 16px;

  background: #000;
  border-bottom: 1px solid #fff; /* ⬜ white bottom border */
}

.right-nav nav {
  display: none;
}

.mobile-menu-toggle {
  margin-left: 14px;
}

.right-nav a img {
  display: block;
}



  /* LOGO (MOBILE ONLY) */
  .right-nav::before {
  content: "";
  background: url("../images/logo.png") no-repeat left center;
  background-size: 42px auto;   /* smaller logo */
  padding-top:17px;
  width: 52px;
  height: 38px;
  display: block;
}

  /* HIDE DESKTOP MENU */
  .desktop-nav {
    display: none !important;
  }

  /* CTA */
  .nav-cta {
    margin-left: auto;
    padding: 6px 14px;
    font-size: 12px;
  }

  .nav-cta i {
    font-size: 18px;
  }

  /* HAMBURGER */
  .mobile-menu-toggle {
    display: block;
    color: #fff;
    font-size: 20px;
    margin-left: 14px;
    cursor: pointer;
  }

  /* ---------- MOBILE DROPDOWN ---------- */
  .mobile-menu {
    display: none;
    background: #000;
    border-top: 1px solid rgba(255,255,255,0.15);
  }

  .mobile-menu.active {
    display: block;
  }

  .mobile-menu a {
    display: block;
    padding: 16px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }

  /* ---------- FEATURES ---------- */
  .features-section {
    padding: 80px 0;
  }

  .features-inner {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .features-content {
    order: 1;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .features-content h2 {
    font-size: 32px;
    line-height: 1.4;
  }

  .features-list {
    order: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 20px;
    padding: 0 20px;
  }

  .feature-item {
    text-align: center;
  }

  .feature-item img,
  .feature-item i {
    max-width: 32px;
    margin-bottom: 10px;
  }

  .feature-item h4 {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .feature-item p {
    font-size: 13px;
    line-height: 1.4;
  }

  /* ---------- ROOMS ---------- */
  .rooms-inner {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    text-align: center;
  }

  .rooms-left,
  .rooms-right {
    padding: 0;
  }

  .room-title,
  .room-subtitle,
  .section-label {
    text-align: center;
  }

  .room-image-wrap {
    margin: 20px auto 30px;
  }

  .amenities-title {
    font-size: 20px;
    text-align: center;
  }

  .amenities-group {
    text-align: center;
  }

  .amenities-group ul {
    padding-left: 0;
    list-style-position: inside;
	color: black;
  }

  /* ---------- F&B ---------- */
  .fb-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }

  .fb-center {
    padding: 0 20px;
  }

  .fb-right {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-top: 30px;
  }

  .fb-logo-item {
    text-align: center;
  }

  /* ---------- BANQUET ---------- */
  .banquet-inner {
    grid-template-columns: 1fr;
    padding: 40px 20px;
    text-align: center;
  }

  /* ---------- CONTACT ---------- */
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

}

@media (max-width: 900px) {
  .hero-left .brand {
    display: none !important;
  }
}

.hero-left {
  position: relative;
}

/* FIX LOGO ALIGNMENT */
@media (min-width: 901px) {
  .hero-left .brand {
    position: absolute;
    top: 39px;
    left: 50px;
  }
}

.features-content {
  align-self: start;
}

.amenities-group ul {
  list-style: none;
  padding-left: 1px;
  color: black;
}

.amenities-group li {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  color: black;
}

.pricing-subtext {
  display: block;
  margin-top: 2px;   
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

@media (max-width: 900px) {
  .hero-spacer {
    display: none;
  }
}

@media (max-width: 900px) {
  .hero-left h2 {
    font-size: 30px !important;
    line-height: 35px !important;
    font-weight: 400 !important; /* regular */
	color: #37BC69;
  }
}

@media (max-width: 900px) {
  .hero-left p {
    max-width: 280px;      /* adjust if needed */
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
  }

  .hero-left p br {
    display: none;        /* removes forced line break on mobile */
  }
}

@media (max-width: 900px) {
  .hero-grid {
    border-bottom: none !important;
  }
}

@media (max-width: 900px) {
  .features-label {
    font-size: 12px;
    font-weight: 700;        /* bold */
    line-height: 28px;
    letter-spacing: 0.1em;  /* 10% */
  }
}

@media (max-width: 900px) {

  /* FEATURES SECTION */
  .features-section {
    padding: 80px 0;
    max-height: none;          /* remove desktop constraint */
  }

  .features-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    text-align: center;
  }

  /* CONTENT FIRST */
  .features-content {
    order: 1;
    padding: 0 24px;
    margin-bottom: 50px;
  }

  .features-content h2 {
    font-size: 22px;
    line-height: 30px;
  }

  /* FEATURES GRID */
  .features-list {
    order: 2;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;   /* 2 per row */
    gap: 40px 24px;
    padding: 0 24px;
  }

  .feature-item {
    text-align: center;
  }

  .feature-item img {
    max-width: 32px;
    margin-bottom: 10px;
  }

  .feature-item h4 {
    font-size: 13px;
    margin-bottom: 6px;
    letter-spacing: 0.05em;
  }

  .feature-item p {
    font-size: 13px;
    line-height: 18px;
  }
  
  .features-section {
    display: flex;
    justify-content: center;
  }

  .features-inner {
    width: 100%;
    max-width: 420px;   /* matches mobile design width */
    margin: 0 auto;
  }
}

@media (max-width: 900px) {

  .features-content {
    text-align: center;
  }

  .features-content h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .features-label {
    text-align: center;
    display: block;
  }

}

@media (max-width: 900px) {

  .features-section {
    display: flex;
    justify-content: center;
  }

  .features-inner {
    width: 100%;
    max-width: 360px;   /* critical */
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .features-content {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .features-label {
    display: block;
    text-align: center;
	font-size:12px;
	line-height:28px;
	font-weight: bold;
	letter-spacing: 10%;
  }

  .features-list {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
    justify-items: center;
  }

  .feature-item {
    text-align: center;
  }
}

@media (max-width: 900px) {

  .features-title {
    font-size: 32px;      
    line-height: 30px;
    font-weight: 300;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
  }

  .features-title br {
    display: none;
  }

}

@media (max-width: 900px) {

  /* ICON — actual image size */
  .feature-item img {
    max-width: none;   
    width: 50px;
    height: 50px;
  }

  /* TITLE */
  .feature-item h4 {
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;      /* bold */
    letter-spacing: 0.1em; /* 10% */
    margin-bottom: 4px;
  }

}

@media (max-width: 900px) {

  .feature-item p.features {
    font-size: 14px;
    font-weight: 500;   /* medium */
    line-height: 15px;
    letter-spacing: 0;
  }

}

@media (max-width: 900px) {

  /* Center the last feature (LCD TV & DTH) */
  .features-list .feature-item:last-child {
    grid-column: 1 / -1;   /* span full row */
    justify-self: center;
  }

}

@media (max-width: 900px) {

  /* Center last feature and control text width */
  .features-list .feature-item:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 220px;   /* controls line breaks */
  }

  .features-list .feature-item:last-child p {
    margin-left: auto;
    margin-right: auto;
  }

}

@media (max-width: 900px) {

  /* Make each feature item tighter */
  .feature-item {
    max-width: 170px;   /* key control */
  }

  /* Keep text centered */
  .feature-item p,
  .feature-item h4 {
    margin-left: auto;
    margin-right: auto;
  }

}

@media (max-width: 900px) {

  .features-list .feature-item:last-child {
    max-width: 150px;
  }

}

@media (max-width: 900px) {

  .section-label {
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;       /* bold */
    letter-spacing: 0.1em; /* 10% */
  }

}

@media (max-width: 900px) {

  .room-title {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700; 
  }

}

@media (max-width: 900px) {

  .amenities-title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 300; /* light */
    text-align: center;
  }

}

@media (max-width: 900px) {

  .amenities-group ul {
    list-style: none;
    margin: 0;
    padding-left: 0;

    display: flex;
    flex-direction: column;   /* each item on its own line */
    align-items: center;      /* center whole bullet row */
    gap: 8px;                 /* vertical spacing */
    text-align: center;
  }

  .amenities-group li {
    position: relative;

    display: flex;            /* bullet + text */
    align-items: flex-start;
    gap: 6px;                 /* bullet ↔ text spacing */

    max-width: 260px;         /* controls wrapping (2 lines max) */
    padding-left: 0;          /* reset old padding */

    font-size: 14px;
    font-weight: 500;         /* medium */
    line-height: 20px;        /* readable */
    text-align: center;
  }

}


@media (max-width: 900px) {

  .right-nav a img {
    width: 110px;   /* smaller for mobile */
    height: auto;   /* keeps aspect ratio */
  }

}

@media (max-width: 900px) {

  .amenities-group li {
    display: inline-flex;      /* key fix */
    align-items: center;
    margin: 0;                 /* kill default margins */
    padding: 0;
    line-height: 10px;
  }

}


/* =====================================================
   GLOBAL / DESKTOP BASE STYLES
   (Used by desktop + overridden by mobile)
===================================================== */

/* ---------- HERO ---------- */
.hero-left {
  position: relative;
}

/* FIX LOGO POSITION — DESKTOP ONLY */
.hero-left .brand {
  position: absolute;
  top: 39px;
  left: 50px;
}

/* ---------- FEATURES ---------- */
.features-content {
  align-self: start;
}

/* ---------- AMENITIES (DESKTOP DEFAULT) ---------- */
.amenities-group ul {
  list-style: none;
  padding-left: 1px;
  color: black;
}

.amenities-group li {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  color: black;
}

/* ---------- PRICING ---------- */
.pricing-subtext {
  display: block;
  margin-top: 2px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}


/* =====================================================
   MOBILE STYLES — MERGED & CLEAN
===================================================== */
@media (max-width: 900px) {

  /* ---------- GLOBAL ---------- */
  body {
    overflow-x: hidden;
  }

  /* ---------- HERO ---------- */
  .hero {
    min-height: unset;
    align-items: stretch;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    border-bottom: none !important;
  }

  .hero-right {
    order: 1;
  }

  .hero-image,
  .carousel,
  .carousel-slide {
    height: auto;
  }

  .carousel-slide img {
    width: 100%;
    height: auto;
    display: block;
  }

  .hero-left {
    order: 2;
    padding: 40px 20px 60px;
    border: none !important;
    text-align: center;
  }

  .hero-left h2 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
    color: #37BC69;
  }

  .hero-left p {
    max-width: 280px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
  }

  .hero-left p br,
  .hero-left .brand,
  .hero-spacer {
    display: none !important;
  }

  /* ---------- TOP BAR ---------- */
  .nav-gap {
    display: none;
  }

  .right-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 84px;
    padding: 0 16px;
    background: #000;
    border-bottom: 1px solid #fff;
  }

  .right-nav nav {
    display: none;
  }

  .right-nav::before {
    content: "";
    background: url("../images/logo.png") no-repeat left center;
    background-size: 42px auto;
    width: 52px;
    height: 38px;
    display: block;
  }

  .right-nav a img {
    width: 110px;
    height: auto;
    display: block;
  }

  .mobile-menu-toggle {
    display: block;
    font-size: 20px;
    margin-left: 14px;
    color: #fff;
    cursor: pointer;
  }

  /* ---------- MOBILE MENU ---------- */
  .mobile-menu {
    display: none;
    background: #000;
    border-top: 1px solid rgba(255,255,255,0.15);
  }

  .mobile-menu.active {
    display: block;
  }

  .mobile-menu a {
    display: block;
    padding: 16px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    text-decoration: none;
  }

  /* ---------- FEATURES ---------- */
  .features-section {
    display: flex;
    justify-content: center;
    padding: 80px 0;
    max-height: none;
  }

  .features-inner {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .features-label {
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .features-content {
    margin-bottom: 40px;
    padding: 0 24px;
  }

  .features-content h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 auto;
  }

  .features-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
    justify-items: center;
  }

  .feature-item {
    max-width: 170px;
    text-align: center;
  }

  .feature-item img {
    width: 50px;
    height: 50px;
  }

  .feature-item h4 {
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
  }

  .feature-item p.features {
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
  }

  .features-list .feature-item:last-child {
    grid-column: 1 / -1;
    max-width: 150px;
  }

  /* ---------- ROOMS ---------- */
  .section-label {
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .room-title {
    font-size: 25px;
    line-height: 34px;
    font-weight: 300;
  }

  /* ---------- AMENITIES ---------- */
  .amenities-title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    max-width: 280px;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
  }

  .amenities-group ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
	color: black;
  }

  .amenities-group li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    max-width: 260px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
	color: black;
  }

  .amenities-group li::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
    margin-top: 9px;
    flex-shrink: 0;
	top: 0px;
	color: black;
  }
}

@media (max-width: 900px) {
  h2.features-title {
    font-size: 25px;        /* or whatever mobile size you want */
    line-height: 30px;
    font-weight: 300;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
  }

  h2.features-title br {
    display: none;
  }
}

@media (max-width: 900px) {
  .amenities-title br {
    display: none;
  }
}

@media (max-width: 900px) {
  .amenities-title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;       /* light */
    text-align: center;

    max-width: 260px;       /* ⭐ THIS forces 3 lines */
    margin: 0 auto;
  }
}

@media (max-width: 900px) {

  .fb-section {
    padding: 0px 0;        /* ↓ was taller */
  }
  
  .fb-inner {
    grid-template-columns: 1fr;
    gap: 24px;              /* ↓ tighter vertical rhythm */
    padding: 0 20px;
    text-align: center;
  }
  
  .fb-left {
    margin-bottom: -50px;
  }

  .fb-title {
    margin: 6px 0 0;        /* tighter heading spacing */
  }
  
}  

@media (max-width: 900px) {
  .contact-small br {
    display: inline;
  }
}

@media (max-width: 900px) {
  .hero-spacer {
    display: none;
  }
}

@media (max-width: 900px) {
  .hero-left p br {
    display: none;
  }
}

@media (max-width: 900px) {
  .hero {
    max-height: 900px;
  }

  .hero-spacer {
    display: none; /* critical */
  }
}

@media (max-width: 900px) {
  #roomspacer {
    display: none;
  }
}

@media (max-width: 900px) {
  .rooms-right > br {
    display: none;
  }

  .amenities-title br {
    display: none;
  }
}

@media (max-width: 900px) {
  .amenities-title {
    max-width: 280px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
  }
}

@media (min-width: 901px) {

  .amenities-group ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .amenities-group li {
    position: relative;
    padding-left: 14px;      /* space for dot */
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    text-align: left;        /* desktop stays left aligned */
  }

  .amenities-group li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;                /* aligns with text */
  }

}

 .room2-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
  cursor: pointer;
  z-index: 10;
}

/* ARROW SHAFT */
.room2-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #000;
  transform: translate(-50%, -50%);
}

/* ARROW HEAD */
.room2-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translate(-10%, -50%) rotate(45deg);
}

/* LEFT */
.room2-left {
  left: 16px;
}
.room2-left::after {
  transform: translate(-90%, -50%) rotate(-135deg);
}

/* RIGHT */
.room2-right {
  right: 16px;
}

@media (max-width: 900px) {

  .amenities-title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    position: relative;
    color: black; 
  }

  .amenities-title::before {
    content: "WE OFFER\A ALL THE AMENITIES\A YOU EXPECT AND MORE";
    white-space: pre;        
    display: inline-block;
    color: #000;             
  }

}

@media (max-width: 900px) {

  /* Hide desktop heading completely */
  .amenities-title {
    display: none;
  }

  /* Mobile-specific heading */
  .amenities-title-mobile {
    display: block;
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto 40px;
  }
  
  .fb-text {
    margin: 0 auto;
    max-width: 320px;
    font-size: 14px;
    line-height: 20px;      /* ↓ reduces height a lot */
  }
  
  .fb-right {
    gap: 20px;              /* ↓ space between logos */
    padding-top: 10px;
  }
  
   .fb-logo-item img {
    width: 196px;
    height: 118px;    
  }
  
}

@media (max-width: 900px) {

  .fb-section {
    padding: 50px 0;   /* reduce vertical height */
  }

  .fb-inner {
    padding: 0 20px;
    gap: 28px;         /* tighter vertical rhythm */
  }

}

@media (max-width: 900px) {

  .fb-right {
    display: flex;
    flex-direction: column;
    align-items: center;   /* centers both logos */
    gap: 28px;
  }

  .fb-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;   /* centers image + text */
    text-align: center;
  }

  .fb-logo-item span {
    margin-top: 8px;      /* tighter spacing under logo */
    font-size: 12px;
  }

}


@media (max-width: 900px) {

  /* SECTION STACK */
  .banquet-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* LEFT BLOCK (title + text container) */
  .banquet-left {
    display: contents; /* KEY: lets children participate in parent order */
  }

  /* 1️⃣ LABEL */
  .banquet-label {
    order: 1;
    margin-bottom: 6px;
  }

  /* 2️⃣ TITLE */
  .banquet-title {
    order: 2;
    margin-bottom: 20px;
	font-size:25px;
  }

  /* 3️⃣ CAROUSEL */
  .banq-carousel {
    order: 3;
    width: 100%;
    max-width: 520px;
    margin: 0 auto 24px;
  }

  /* 4️⃣ TEXT */
  .banquet-left p {
    order: 4;
    max-width: 320px;
    margin: 0 auto 16px;
    text-align: center;
  }

}

@media (max-width: 900px) {

  
  .banquet-label {
    margin-bottom: -45px; 
  }

  .banquet-title {
    margin-bottom: -25px; 
  }

  /* Tighten carousel spacing */
  .banq-carousel {
    margin-bottom: -10px; 
  }

  /* Remove default paragraph gaps */
  .banquet-left p {
    margin-top: 0;
    margin-bottom: -50px;
  }

  /* Last paragraph slightly separated */
  .banquet-left p:last-of-type {
    margin-bottom: 0;
  }

}

@media (max-width: 900px) {
  .banquet-title br {
    display: none; /* remove desktop line break */
  }

  .banquet-title {
    max-width: 260px;   /* key control */
    margin: 0 auto;
    text-align: center;
    line-height: 34px;  /* adjust if needed */
  }
}

@media (max-width: 900px) {

  .banq-carousel img {
    width: 100%;
    height: auto;
    display: block;
  }

}


@media (max-width: 900px) {

  /* STACK EVERYTHING */
  .contact-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* LET CHILDREN PARTICIPATE IN ORDERING */
  .contact-left,
  .contact-right {
    display: contents;
  }

  /* 1️⃣ LABEL */
  .contact-label {
    order: 1;
    margin-bottom: 6px;
  }

  /* 2️⃣ TITLE */
  .contact-title {
    order: 2;
    margin-bottom: 10px;
  }

  /* 3️⃣ DESCRIPTION (3 lines visually) */
  .contact-desc {
    order: 3;
    max-width: 280px;   /* controls wrapping */
    margin: 0 auto 16px;
    line-height: 22px;
  }

  /* 4️⃣ WHATSAPP BUTTON */
  .contact-right a {
    order: 4;
    margin-bottom: 20px;
    display: block;
  }

  .contact-right img {
    width: 160px;   /* smaller for mobile */
    height: auto;
  }

  /* 5️⃣ SMALL TEXT */
  .contact-small {
    order: 5;
    margin-bottom: 10px;
    font-size: 14px;
  }

  /* 6️⃣ CONTACT DETAILS */
  .contact-details {
    order: 6;
    line-height: 22px;
    font-size: 14px;
  }

}

@media (max-width: 900px) {

  /* STACK */
  .contact-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0; /* important */
  }

  .contact-left,
  .contact-right {
    display: contents;
  }

  /* RESET ALL DEFAULT MARGINS */
  .contact-label,
  .contact-title,
  .contact-desc,
  .contact-small,
  .contact-details,
  .contact-right a {
    margin: 0;
  }

  /* 1️⃣ LABEL */
  .contact-label {
    order: 1;
    margin-bottom: 4px;
  }

  /* 2️⃣ TITLE */
  .contact-title {
    order: 2;
    margin-bottom: 35px;
  }

  /* 3️⃣ DESCRIPTION */
  .contact-desc {
    order: 3;
    max-width: 280px;
    line-height: 22px;
    margin-bottom: 35px;
  }

  /* 4️⃣ WHATSAPP BUTTON */
  .contact-right a {
    order: 4;
    margin-bottom: 25px;
    display: block;
  }

  .contact-right img {
    width: 150px;
    height: auto;
  }

  /* 5️⃣ SMALL TEXT */
  .contact-small {
    order: 5;
    margin-bottom: 6px;
    font-size: 14px;
  }

  /* 6️⃣ DETAILS */
  .contact-details {
    order: 6;
    font-size: 14px;
    line-height: 20px;
  }

}

@media (max-width: 900px) {

  /* Center the whole right block */
  .fb-right {
    display: flex;
    flex-direction: column;
    align-items: center;   /* KEY: centers logos horizontally */
    justify-content: center;
    width: 100%;
  }

  /* Each logo card */
  .fb-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;   /* centers image + text */
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;  /* controlled spacing */
  }

  /* Logo image size (as requested earlier) */
  .fb-logo-item img {
    width: 196px;
    height: 118px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  /* View menu text */
  .fb-logo-item span {
    margin-top: 6px;
    text-align: center;
    font-size: 12px;
	line-height: 22px;
  }
}

@media (max-width: 900px) {

  /* Stack everything vertically */
  .fb-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Fix the logo column */
  .fb-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;   /* 🔑 THIS is the key fix */
    justify-content: center;
    margin: 0 auto;
  }

  .fb-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .fb-logo-item img {
    width: 196px;
    height: 118px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  .fb-logo-item span {
    margin-top: 6px;
    font-size: 12px;
    text-align: center;
  }
}

/* ---------- DESKTOP ---------- */
.fb-mobile-logos {
  display: none;
}

/* ---------- MOBILE ONLY ---------- */
@media (max-width: 900px) {

  /* Hide desktop logos */
  .fb-right {
    display: none;
  }

  /* Mobile logo container */
  .fb-mobile-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    margin: 0 auto;
  }

  /* Each logo */
  .fb-mobile-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .fb-mobile-logo img {
    width: 196px;
    height: 118px;
    object-fit: contain;
    display: block;
  }

  .fb-mobile-link {
    margin-top: 6px;
    font-size: 12px;
  }
}

@media (max-width: 900px) {

  /* SECTION */
  .fb-section {
    height: 450px;
    display: flex;
    align-items: center;        /* vertical center */
    justify-content: center;    /* horizontal center */
  }

  /* INNER WRAPPER */
  .fb-inner {
    display: flex;
    flex-direction: column;
    align-items: center;        /* horizontal */
    justify-content: center;    /* vertical */
    text-align: center;

    width: 100%;
    max-width: 450px;
    height: 100%;               /* CRITICAL */
    padding: 0 20px;
  }

  /* CONTENT BLOCKS */
  .fb-left,
  .fb-center,
  .fb-mobile-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* REMOVE UNWANTED SPACING */
  .fb-left,
  .fb-center {
    margin: 0;
  }

  .fb-title {
    margin: 6px 0 10px;
    line-height: 32px;
  }

  .fb-text {
    max-width: 300px;
    margin: -80px 0 8px;
    font-size: 14px;
    line-height: 20px;
	font-weight:100;
  }

  /* MOBILE LOGOS */
  .fb-mobile-logos {
    gap: 16px;
  }

  .fb-mobile-logo img {
    width: 196px;
    height: 118px;
    object-fit: contain;
  }

  .fb-mobile-link {
    margin-top: 6px;
    font-size: 12px;
  }

  /* HIDE DESKTOP LOGOS */
  .fb-right {
    display: none;
  }
}

@media (max-width: 900px) {

  /* SECTION HEIGHT + CENTERING */
  .contact-footer {
    margin-top: -100px;
	height: 600px;
    display: flex;
    align-items: center;        /* vertical center */
    justify-content: center;
  }
 
}

/* UNIVERSAL BLACK BULLETS */
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

li {
  position: relative;
  padding-left: 14px;      /* space for dot */
  color: #000;
}

li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;             /* aligns with text vertically */
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}

 .banq-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
  cursor: pointer;
  z-index: 10;
}

/* ARROW SHAFT */
.banq-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #000;
  transform: translate(-50%, -50%);
}

/* ARROW HEAD */
.banq-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translate(-10%, -50%) rotate(45deg);
}

/* LEFT */
.banq-left {
  left: 16px;
}
.banq-left::after {
  transform: translate(-90%, -50%) rotate(-135deg);
}

/* RIGHT */
.banq-right {
  right: 16px;
}


/* ===== ROOM IMAGE CAROUSEL (ENHANCED) ===== */
.room-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* TRACK */
.room-carousel-track {
  position: relative;
  width: 100%;
}

/* SLIDES */
.room-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
}

.room-slide.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.room-slide img {
  width: 100%;
  display: block;
}

/* ARROWS */
.room-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  z-index: 5;
}

.room-left { left: 12px; }
.room-right { right: 12px; }

/* DOTS */
.room-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}

.room-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
}

.room-dot.active {
  background: #fff;
}

/* ===== ROOM 2 IMAGE CAROUSEL ===== */
.room2-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.room2-track {
  position: relative;
  width: 100%;
}

.room2-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
}

.room2-slide.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.room2-slide img {
  width: 100%;
  display: block;
}

/* ARROWS */
.room2-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  z-index: 5;
}

.room2-left { left: 12px; }
.room2-right { right: 12px; }

/* DOTS */
.room2-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}

.room2-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
}

.room2-dot.active {
  background: #fff;
}

/* ===== BANQUET SLIDE CAROUSEL ===== */
.banq-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banq-track {
  display: flex;
  transition: transform 0.6s ease;
  width: 100%;
}

.banq-slide {
  min-width: 100%;
}

.banq-slide img {
  width: 100%;
  display: block;
}

/* ARROWS */
.banq-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  z-index: 5;
}

.banq-left { left: 12px; }
.banq-right { right: 12px; }

/* DOTS */
.banq-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}

.banq-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
}

.banq-dot.active {
  background: #fff;
}

 .room-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
  cursor: pointer;
  z-index: 10;
}

/* ARROW SHAFT */
.room-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #000;
  transform: translate(-50%, -50%);
}

/* ARROW HEAD */
.room-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translate(-10%, -50%) rotate(45deg);
}

/* LEFT */
.room-left {
  left: 16px;
}
.room-left::after {
  transform: translate(-90%, -50%) rotate(-135deg);
}

/* RIGHT */
.room-right {
  right: 16px;
}