/* GLOBAL */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background:  linear-gradient(135deg, #f8f4e8, #f1e9d2);
  color: white;
   padding-top: 90px;
}

/* NAVBAR */
/* NAVBAR BASE */
/* NAVBAR BASE */

.custom-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  height: 90px;

  background: radial-gradient(
    circle,
    #0E4A38 0%,
    #0B3A2C 55%,
    #07241C 100%
  );

  z-index: 9999;

  box-shadow: 0 4px 20px rgba(0,0,0,0.15);

  transition: all 0.3s ease;
}

/* GRID LAYOUT (PERFECT ALIGNMENT) */
.nav-wrapper {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
  padding: 0 60px;
}

.logo-floating {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-25%);
  z-index: 20;
  overflow: hidden; 

}

.logo-floating img {
  height: 150px;
}

/* CENTER MENU */
.nav-center {
  display: flex;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-self: center;
  margin-left: 400px;
}

.nav-center li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.nav-center li a:hover {
  color: #e6c15a;
}

/* RIGHT BUTTON */
.nav-right {
  justify-self: end;
}

.btn-gold {
  background: linear-gradient(135deg, #e6c15a, #cfa437);
  color: #000;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
}

/* HOVER EFFECT */
.nav-link::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #d4af37;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: 0.3s;
}

.nav-link:hover::after {
  width: 100%;
}

/* BUTTON */
.btn-gold {
  background: linear-gradient(45deg, #d4af37, #f5d27a);
  color: black;
  border-radius: 30px;
  padding: 8px 20px;
}

/* HERO */
.hero {
  height: 100vh;
  position: relative;
  background: url('../images/hero.png') no-repeat 0% 50%/cover;
  display: flex;
  align-items: center;
  padding-top: 100px;
  filter: contrast(1.05) brightness(1.02);
}

.hero-content {
  padding-left: 100px;
  max-width: 600px;
   position: relative;  
  z-index: 2;
   font-size: 62px;
  line-height: 1.15;
  font-weight: 500;
  color: #0c3b2e;
}

/* LEFT GRADIENT OVERLAY */
.overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    #f3eadf 0%,
    rgba(243, 234, 223, 0.92) 18%,
    rgba(243, 234, 223, 0.75) 30%,
    rgba(243, 234, 223, 0.45) 42%,
    rgba(243, 234, 223, 0.15) 50%,
    transparent 58%
  );
}

/* CONTENT */
.hero-content h1 {
  font-size: 64px;
  line-height: 1.1;
  color: #0f3b2f;
  font-weight: 500;
}

.tagline {
  color: #8a7b5d;
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 2.5px;
}

.hero-content p {
  font-size: 15px;
  color: #5a5a5a;
  margin-top: 10px;
}
.luxury-btn {
  position: absolute;
  left: 120px;   /* align with text in image */
  bottom: 100px; /* push from bottom */

  padding: 14px 32px;
  border-radius: 40px;
  background: linear-gradient(135deg, #e6c15a, #cfa437);
  color: #fff;
  text-decoration: none;
  font-weight: 500;

  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* BUTTON */
.btn {
  background: linear-gradient(135deg, #e0b84c, #cfa437);
  padding: 14px 32px;
  border-radius: 40px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.about-luxury {
  background: #f6f1e7;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.about-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: #0c3b2e;
  margin: 20px 0;
  line-height: 1.3;
}
.icon-left,
.icon-right {
  width: 30px;
  height: 1px;
  background: #cfa437;
  position: relative;   /* 🔥 MUST HAVE */
}

.about-luxury::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 120px;
  height: 120px;
  background: url('../images/decor-top-left.png') no-repeat;
  background-size: contain;
  opacity: 0.6;
  z-index: 0; 
}

.about-luxury::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 120px;
  height: 120px;
  background: url('../images/decor-top-left.png') no-repeat;
  background-size: contain;
  opacity: 0.6;
   transform: scaleX(-1);
}

.about-content p {
  font-size: 15px;
  color: #5a5a5a;
  line-height: 1.8;
  margin-bottom: 25px;
}
.about-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 2px;
  color: #8a7b5d;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 50px;
}

.icon-left::before,
.icon-right::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #cfa437;
  border-radius: 50%;
  top: -3px;
}

.icon-left::before {
  left: -6px;
}

.icon-right::before {
  right: -6px;
}

.about-tag .line {
  width: 50px;
  height: 1px;
  background: linear-gradient(to right, #e6c15a, #cfa437);
}
.about-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.about-image img {
  width: 100%;
  display: block;
}

/* GOLD BORDER */
.about-image::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 2px solid #e6c15a;
  pointer-events: none;
}

/* SOFT GLOW */
.about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(230,193,90,0.25);
  pointer-events: none;
}
.btn-gold {
  background: linear-gradient(135deg, #e6c15a, #cfa437);
  color: #f1f1f1;                
  padding: 12px 30px;
  border-radius: 40px;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;

  /* depth */
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);

  /* smooth animation */
  transition: all 0.3s ease;
}

/* SECTION */
.section {
  padding: 80px 20px;
}

/* ALTERNATE BG */
.alt-bg {
  background: #123f30;
}

/* CARD */
.card-glass {
  background: rgba(255,255,255,0.08);
  padding: 25px;
  border-radius: 15px;
  transition: 0.3s;
}

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

/* STAFF */
.staff-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

/* GALLERY */
.gallery-img {
  width: 100%;
  border-radius: 10px;
  transition: 0.3s;
  height: 200px;
}

.gallery-img:hover {
  transform: scale(1.05);
}

/* HEADINGS */
h2 {
  color: #d4af37;
  margin-bottom: 20px;
}

/* CARD FIX */
.service-card-pro {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 300px;
  width: 100%;
}

/* IMPORTANT FIX */
.service-img-pro {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

/* OVERLAY */
.service-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
  text-align: center;
}
/* SECTION */
.about-luxury {
  position: relative;
  padding: 0px 0px 90px 0;
  overflow: hidden;
}

/* BACKGROUND IMAGE */
.about-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      rgba(248, 244, 232, 0.85),
      rgba(241, 233, 210, 0.85)
    ),
    url('../images/about.jpeg') center/cover no-repeat;
  z-index: 1;
}

/* CONTENT ABOVE BG */
.about-luxury .container {
  z-index: 2;
}

/* GLASS CARD */
.about-card {
  background: rgba(0,0,0,0.6);
  padding: 25px;
  border-radius: 20px;
  backdrop-filter: blur(12px);
  color: white;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  margin-top:69px;
}

/* HEADING */
.about-card h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color: #d4af37;
  margin-bottom: 20px;
}

/* TEXT */
.about-card p {
  line-height: 1.8;
  opacity: 0.9;
}

/* IMAGE */
.about-image {
  position: relative;
  transform: translateY(40px); /* overlap effect */
}

.about-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}

/* BUTTON */
.btn-gold {
  background: linear-gradient(45deg, #d4af37, #f5d27a);
  border: none;
  color: black;
  padding: 10px 25px;
  border-radius: 30px;
}

/* SECTION */
.booking-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* CARD */
.booking-card {
  background: rgba(255,255,255,0.08);
  padding: 40px;
  border-radius: 20px;
  backdrop-filter: blur(12px);
  color: white;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

/* TITLE */
.booking-card h2 {
  text-align: center;
  color: #d4af37;
  margin-bottom: 20px;
}

/* INPUTS */
.form-control {
  background: rgba(255,255,255,0.1);
  border: none;
  color: white;
  padding: 12px;
}

.form-control::placeholder {
  color: rgba(255,255,255,0.6);
}

.form-control:focus {
  box-shadow: 0 0 0 2px #d4af37;
  background: rgba(255,255,255,0.15);
  color: white;
}

/* BUTTON */
.btn-gold {
  background: linear-gradient(45deg, #d4af37, #f5d27a);
  border: none;
  color: black;
  font-weight: 500;
  padding: 10px;
  border-radius: 30px;
}
/* WHATSAPP FLOAT BUTTON */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 65px;
  height: 65px;
  z-index: 999;
  border-radius: 50%;
  display: flex;              /* IMPORTANT */
  align-items: center;        /* center vertically */
  justify-content: center;    /* center horizontally */
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  overflow: hidden;           /* prevents weird cropping */
}

/* IMAGE FIX */
.whatsapp-float img {
  width: 60%;      /* scale nicely */
  height: 60%;
  object-fit: contain;
}

/* HOVER EFFECT */
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(37,211,102,0.6);
}

.team-section {
  background: radial-gradient(circle at center, #0e4a38 0%, #0b3a2c 55%, #07241c 100%);
  padding: 100px 0;
  color: #fff;
  position: relative;
}
.team-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #e6c15a;
  letter-spacing: 2px;
  margin-bottom: 60px;
  position: relative;
}

/* decorative lines */
.team-section h2::before,
.team-section h2::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #cfa437;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.staff-card {
  text-align: center;
  transition: 0.3s;
}

.staff-card:hover {
  transform: translateY(-8px);
}
.staff-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;

  padding: 4px;
  background: linear-gradient(135deg, #e6c15a, #cfa437);
}
.staff-card h5 {
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}
.team-section::before,
.team-section::after {
  content: "";
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;

  opacity: 0.08;  /* 🔥 LOWER THIS */
  pointer-events: none;
}

.gallery-section {
  background: #f6f1e7;
  padding: 100px 0;
}
.gallery-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #0c3b2e;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 2px;
  position: relative;
}

/* lines */
.gallery-section h2::before,
.gallery-section h2::after {
  content: "";
  width: 60px;
  height: 1px;
  background: linear-gradient(to right, #e6c15a, #cfa437);
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

.staff-role {
  color: #fff;
  font-size: 14px;
}
select {
  color: #000 !important;
  background-color: #fff !important;
}

select option {
  color: #000 !important;
  background-color: #fff !important;
}
#messageBox {
  margin-bottom: 15px;
}

.alert {
  padding: 10px 15px;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 14px;
}

.alert-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.alert-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.map-box {
  margin-top: 25px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #cfa437;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

#bookingForm input,
.contact-form-wrap input,
.contact-form-wrap textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #cfa437;
  border-radius: 10px;
  padding: 14px;
  color: #fff;
  outline: none;
}
#bookingForm input::placeholder{
  color:#d4af37;
}
#bookingForm input, select{
  color:#d4af37;
}
.contact-form-wrap input::placeholder,
.contact-form-wrap textarea::placeholder {
  color: #aaa;
}
.contact-form-wrap .btn-gold {
  width: 100%;
  background: linear-gradient(135deg, #e6c15a, #cfa437);
  border: none;
  padding: 14px;
  border-radius: 30px;
  color: #000;
  font-weight: 500;
  transition: 0.3s;
}
.contact-left p {
  color: #ddd;
}

.contact-left strong {
  color: #fff;
}
.map-box iframe {
  width: 100%;
  height: 220px;
  border-radius: 12px;
}
.contact-section {
  background: radial-gradient(circle at center, #0e4a38 0%, #0b3a2c 55%, #07241c 100%);
  padding: 100px 0;
  color: #fff;
  position: relative;
}
.contact-left p {
  color: #d6d6d6;
}

.contact-left strong {
  color: #ffffff;
}

.contact-title {
  color: #e6c15a; /* gold heading */
}
.contact-form-wrap input,
.contact-form-wrap textarea {
  color: #fff;
}

.contact-form-wrap input::placeholder,
.contact-form-wrap textarea::placeholder {
  color: #bbb;
}
.contact-section::before,
.contact-section::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.08;
}

.contact-section::before {
  left: 0;
  background-image: url('../images/decor-left.png');
}

.contact-section::after {
  right: 0;
  background-image: url('../images/decor-left.png');
  transform: scaleX(-1);
}

/* NAVBAR BASE */
.custom-navbar {

  padding: 15px 0;
  z-index: 999;
}

/* WRAPPER */
.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}




/* CENTER MENU */
.nav-center {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0 auto;
  
}

.nav-center li a {
  color: #fff;
  text-decoration: none;
}

/* RIGHT BUTTON */
.nav-right .btn-gold {
  padding: 10px 25px;
}

/* TOGGLE BUTTON */
.menu-toggle {
  display: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}

/* ================= MOBILE ================= */
@media (max-width: 991px) {

  /* SHOW TOGGLE */
  .menu-toggle {
    display: block;
  }

    .logo-floating {
    left: 50%;
    top: 20px; /* adjust as needed */
    transform: translateX(-50%); /* centers horizontally */
  }
  /* FIX LOGO */
  .logo-floating img {
    height: 150px;
    top: -5px;
  }
.luxury-btn{
  position: relative;
  margin-top: 438px;
}
  .hero {
    height: auto;
    min-height: 25vh;
    background-position: center top; /* focuses on top portion */
    background-size: contain;        /* shows full image */
    background-repeat: no-repeat;
    padding-top: 60px;
  }


  /* MENU DROPDOWN */
  .nav-center {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
    display: none;
    background: radial-gradient(circle, #0E4A38 0%, #0B3A2C 55%, #07241C 100%);
  z-index: 10;
  }

  .nav-center.active {
    display: flex;
  }

  /* BUTTON FULL WIDTH */
  .nav-right {
    display: none;
  }

}
@media (max-width: 768px) {
  .hero {
    background-position: 70% center; /* shift model */
  }
}
.about-hero {
    background:
    linear-gradient(
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.75)
    ),
    url('../images/about-us.png');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    height: 75vh;
    min-height: 500px;

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

    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-hero-content {
    max-width: 1000px;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.about-hero-content h1 {
    font-size: 64px;
    color: #d4af37;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;

    text-shadow: 0 3px 15px rgba(0,0,0,0.6);
}

.about-hero-content p {
    color: #fff;
    font-size: 24px;
    line-height: 1.7;
    font-weight: 400;

    text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

@media(max-width:768px){

.about-hero {
    height: 60vh;
    min-height: 420px;
}

.about-hero-content h1 {
    font-size: 38px;
}

.about-hero-content p {
    font-size: 18px;
}

}

.about-section {
    padding: 90px 0;
    background: #f8f4ec;
}

.about-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 42px;
    color: #013220;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
}

.section-title p {
    color: #555;
    font-size: 18px;
}

.about-text {
    font-size: 18px;
    color: #333;
    line-height: 1.9;
    margin-bottom: 25px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 30px;
    margin-top: 60px;
}

.feature-card {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

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

.feature-card h3 {
    color: #013220;
    margin-bottom: 15px;
    font-size: 24px;
}

.feature-card p {
    color: #666;
    line-height: 1.8;
}

.special-section {
    padding: 90px 0;
    background: #fff;
}

.special-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 35px;
}

.special-card {
    border: 1px solid #eee;
    padding: 35px;
    border-radius: 15px;
    background: #fafafa;
}

.special-card h3 {
    color: #013220;
    margin-bottom: 20px;
    font-size: 28px;
}

.special-card p {
    color: #555;
    line-height: 1.9;
}

.philosophy-section {
    background: #013220;
    padding: 100px 20px;
    text-align: center;
}

.philosophy-section h2 {
    color: #d4af37;
    font-size: 45px;
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
}

.philosophy-section p {
    color: #fff;
    max-width: 900px;
    margin: auto;
    font-size: 22px;
    line-height: 1.9;
}

.cta-section {
    padding: 90px 20px;
    text-align: center;
    background: #f8f4ec;
}

.cta-section h2 {
    font-size: 45px;
    color: #013220;
    margin-bottom: 20px;
}

.cta-section p {
    color: #555;
    font-size: 20px;
    margin-bottom: 35px;
}

.cta-btn {
    display: inline-block;
    background: #d4af37;
    color: #000;
    padding: 16px 40px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.cta-btn:hover {
    background: #013220;
    color: #fff;
}

@media(max-width:768px){

.about-hero-content h1 {
    font-size: 40px;
}

.about-hero-content p {
    font-size: 18px;
}

.section-title h2,
.philosophy-section h2,
.cta-section h2 {
    font-size: 32px;
}

}
.footer-credit{
    background:#012b1d;
    color:#d4af37;
    text-align:center;
    padding:14px 10px;
    font-size:15px;
    letter-spacing:0.5px;
    border-top:1px solid rgba(255,255,255,0.1);
}

.footer-credit a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

.footer-credit a:hover{
    color:#d4af37;
}

/* BOOKING PAGE */

.luxury-booking-page{
    position: relative;

    min-height: 100vh;

    background:
    linear-gradient(
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.85)
    ),
    url('../images/hero.jpeg');

    background-size: cover;
    background-position: center;

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

    padding: 80px 20px;
}

.booking-container{
    width: 100%;
    max-width: 1300px;

    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 80px;

    align-items: center;
}

.booking-content h1{
    font-size: 72px;
    color: #d4af37;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
}

.booking-content p{
    color: #fff;
    font-size: 22px;
    line-height: 1.9;
    margin-bottom: 35px;
}

.booking-tag{
    display: inline-block;
    color: #d4af37;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.booking-features{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.feature-item{
    color: #fff;
    font-size: 18px;
}


/* CARD */

.booking-card{

    background: rgba(15,15,15,0.78);

    backdrop-filter: blur(18px);

    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(212,175,55,0.18);

    padding: 55px 45px;

    border-radius: 28px;

    box-shadow:
    0 10px 45px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.05);

    width: 100%;
    max-width: 540px;
}

.booking-card h2{
    color: #d4af37;
    text-align: center;
    margin-bottom: 35px;
    font-size: 42px;
    font-family: 'Playfair Display', serif;
}


/* INPUTS */

.booking-card .form-control{
    height: 60px;

    background: rgba(255,255,255,0.08);

    border: 1px solid rgba(212,175,55,0.5);

    color: #fff;

    border-radius: 14px;

    padding-left: 20px;

    font-size: 16px;
}

.booking-card .form-control::placeholder{
    color: rgba(255,255,255,0.7);
}

.booking-card .form-control:focus{
    border-color: #d4af37;
    box-shadow: none;
    background: rgba(255,255,255,0.12);
    color: #fff;
}


/* BUTTON */

.btn-booking{
    height: 60px;

    background: linear-gradient(
        90deg,
        #d4af37,
        #f0d274
    );

    border: none;

    border-radius: 50px;

    color: #000;

    font-size: 17px;
    font-weight: 600;

    transition: 0.3s;
}



/* MOBILE */

@media(max-width:991px){

.booking-container{
    grid-template-columns: 1fr;
    gap: 50px;
}

.booking-content{
    text-align: center;
}

.booking-content h1{
    font-size: 48px;
}

.booking-content p{
    font-size: 18px;
}

.booking-features{
    align-items: center;
}

}

@media(max-width:576px){

.booking-card{
    padding: 35px 25px;
}

.booking-content h1{
    font-size: 38px;
}

.booking-card h2{
    font-size: 32px;
}

}

/* =========================
   OFFERS PAGE CSS
========================= */

.offers-hero{
    background: linear-gradient(to right,#013220,#025c3a);
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}

.offers-hero h1{
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 700;
}

.offers-hero p{
    font-size: 18px;
    color: #f0d27a;
}

.offers-section{
    padding: 80px 20px;
    background: #f5f0e4;
}

.offers-section .container{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    gap: 35px;
}

.offer-card{
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    border: 2px solid transparent;
}

.offer-card:hover{
    transform: translateY(-10px);
    border-color: #d4af37;
}

.offer-badge{
    position: absolute;
    top: 18px;
    right: -40px;
    background: #d4af37;
    color: #000;
    padding: 10px 50px;
    transform: rotate(45deg);
    font-size: 13px;
    font-weight: 600;
}

.offer-card h2{
    font-size: 28px;
    margin-bottom: 18px;
    color: #013220;
}

.offer-services{
    color: #555;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.price-box{
    margin-bottom: 25px;
}

.old-price{
    text-decoration: line-through;
    color: #999;
    margin-right: 15px;
    font-size: 20px;
}

.new-price{
    color: #d4af37;
    font-size: 34px;
    font-weight: bold;
}

.offer-btn{
    display: inline-block;
    background: #013220;
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.4s;
    font-weight: 600;
}

.offer-btn:hover{
    background: #d4af37;
    color: #000;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:768px){

    .offers-hero h1{
        font-size: 34px;
    }

    .offer-card{
        padding: 30px 22px;
    }

    .offer-card h2{
        font-size: 24px;
    }

}

.terms-section{
    background:#f6f1e7;
    padding:80px 0;
    min-height:70vh;
}

.terms-box{
    max-width:1000px;
    margin:auto;
    background:#fff;
    padding:50px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    border-top:5px solid #d4af37;
}

.terms-box h1{
    text-align:center;
    color:#003b2f;
    font-size:42px;
    font-weight:700;
    margin-bottom:10px;
}

.last-updated{
    text-align:center;
    color:#888;
    margin-bottom:40px;
}

.term-item{
    margin-bottom:30px;
}

.term-item h3{
    color:#003b2f;
    font-size:22px;
    margin-bottom:10px;
    font-weight:600;
}

.term-item p{
    color:#555;
    line-height:1.8;
    font-size:16px;
}

@media(max-width:768px){

    .terms-box{
        padding:30px 20px;
    }

    .terms-box h1{
        font-size:32px;
    }

    .term-item h3{
        font-size:20px;
    }
}

.terms-check{
    color:#fff;
    font-size:15px;
    margin-top:10px;
}

.terms-check .form-check-input{
    margin-top:4px;
    border:1px solid #d4af37;
}

.terms-check a{
    color:#d4af37;
    text-decoration:none;
    font-weight:600;
}

.terms-check a:hover{
    text-decoration:underline;
}
.terms-wrapper{
    display:flex;
    align-items:center;
    gap:10px;
    margin:20px 0 30px;
}

.terms-wrapper input[type="checkbox"]{
    width:18px !important;
    height:18px;
    min-width:18px;
    accent-color:#d4af37;
    cursor:pointer;
}

.terms-wrapper label{
    color:#fff;
    font-size:16px;
    margin:0;
    cursor:pointer;
}

.terms-wrapper a{
    color:#d4af37;
    text-decoration:none;
    font-weight:600;
}

.terms-wrapper a:hover{
    text-decoration:underline;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

iframe.goog-te-banner-frame {
    display: none !important;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd{
  display: none !important;
}