:root {
    --hf-primary: #0ea5e9;
    --hf-dark: #0b2a3f;
    --hf-text: #15124F;
    --shadow: 0 10px 30px rgba(0,0,0,.15);

    --wa-green:#25d366;
    --wa-dark:#075E54;
    --wa-text:#fff;
    --wa-shadow: 0 10px 24px rgba(0,0,0,.18), 0 6px 12px rgba(0,0,0,.12);

    --brand:#15124F;   /*  deep indigo  */ 
    --accent:#00B5C9;  /*  light teal  */
    --bg:#F7F8FB;
    --card:#ffffff;
    --text:#1b1e28;
    --muted:#6b7280;    /* gray */
    --ring:#c7d2fe;
    --danger:#b91c1c;   /* red */
    
    --gold: #C7A24F;
    --navy: #0F1419;
    --gray-900: #111827;
    --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.12);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
    --font-display: 'Playfair Display', serif;
    --transition-smooth: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);      
}

* { 
    box-sizing: border-box; 
    padding: 0;
}

body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color:#222;
  background:#F8F8F9;
  line-height:1.7;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.hf-navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(199, 162, 79, 0.08);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
  z-index: 1000;
}
.navbar-brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.75rem;
  color: var(--navy);
  letter-spacing: 1px;
}
.brand-text {
  position: relative;
}
.brand-dot {
  color: var(--gold);
  font-size: 2rem;
  margin-left: 4px;
  animation: pulse 2s infinite;
}
.hf-navbar .nav-link {
  color: var(--gray-900) !important;
  padding: 0.75rem 0;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  position: relative;
  transition: var(--transition-smooth);
}
.hf-navbar .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--gold);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
.hf-navbar .nav-link:hover::before {
  width: 70%;
}
.hf-navbar .nav-link:hover {
  color: var(--gold) !important;
}
.dropdown-menu {
  border: none;
  box-shadow: var(--shadow-lg);
  border-radius: 12px;
  padding: 0.5rem;
  margin-top: 0.5rem;
}
.dropdown-item {
  border-radius: 8px;
  padding: 0.75rem 1rem;
  transition: var(--transition-smooth);
}
.dropdown-item:hover {
  background: linear-gradient(135deg, rgba(199, 162, 79, 0.1), rgba(199, 162, 79, 0.05));
  color: var(--gold);
}




.wrap { 
    max-width: 920px; 
    margin: 40px auto; 
    padding: 0 16px; 
}
.brand { 
    display:flex; 
    align-items:center; 
    gap:10px; 
    margin-bottom: 0; 
}
.brand h1 { 
    font-size: 20px; 
    color: #15124F; 
    margin:0; 
    letter-spacing: .4px; 
}
.card { 
    background:var(--card); 
    border-radius:16px; 
    box-shadow: 0 10px 24px rgba(2,6,23,.06); 
    padding: 0 16px 16px 16px; 
}


/* Form */
form { 
    padding: 16px; 
}

.template_topic {
    margin-top: 10px;
    color: #15124F;         /*deep indigo */
}

.row { 
    display:grid; 
    grid-template-columns: 1fr 1fr; 
    gap:14px; 
}

.row-3 { 
    grid-template-columns: 1fr 1fr 1fr; 
}

.row-1 { 
    grid-template-columns: 1fr; 
}

@media (max-width: 720px){ 
    .row, .row-3 { 
        grid-template-columns: 1fr; 
    } 
}

label { 
    font-size: 13px; 
    color: #6b7280;         /* gray */
    display:block; 
    margin-top: 15px;
    margin-bottom:6px; 
}

input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="date"], 
input[type="time"], 
select, 
textarea {
    width:100%; 
    padding:12px 12px; 
    border-radius:12px; 
    border: 1px solid #e5e7eb; 
    background:#fff; 
    outline: none; 
    transition:.15s;
}

textarea { 
    min-height: 110px; 
    resize: vertical; 
}

input:focus, 
select:focus, 
textarea:focus { 
    border-color: #00B5C9;              /* light teal */
    box-shadow:0 0 0 3px rgba(0,181,201,.20); 
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Number of Guests */
#noofguests {
    margin-top: 15px;
}

.hotel_guest_number {
    display: flex;
    flex-direction: row;

}

.stepper {
    margin-left: 30%;
}

.guest-group {
    font-size: 1rem;
}

.guests { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); }
.stepper { display: inline-flex; align-items: center; border: 1px solid #ccc; border-radius: .5rem; overflow: hidden; }
.stepper input { width: 3.5rem; text-align: center; border: 0; padding: .5rem; font-size: 1rem; }
.stepper .step { width: 2.5rem; height: 2.5rem; border: 0; background: #f7f7f7; cursor: pointer; font-size: 1.25rem; }
.stepper .step:disabled { opacity: .5; cursor: not-allowed; }
.required::after { content: " *"; color: #d00; }

.seg { 
    display:flex; 
    gap:8px; 
    background:#f2f4f8; 
    padding:6px; 
    border-radius:12px; 
    width:fit-content; 
}

.seg input { 
    display:none; 
}

.seg label { 
    margin:0; 
    padding:8px 12px;
    border-radius:10px; 
    color:#111827; 
    cursor:pointer; 
    border:1px solid transparent; 
}
.seg input:checked + label { 
    background:#fff; 
    border-color: #00B5C9;      /* light teal */
    color: #15124F;             /* deep indigo */
    box-shadow:0 1px 0 rgba(2,6,23,.04); 
}
.actions { 
    display:flex; 
    align-items:center; 
    justify-content: space-between; 
    gap:12px; 
    margin-top: 10px; 
}
.actions .btn { 
    appearance:none; 
    border:none; 
    background: #15124F;        /* deep indigo */
    color:#fff; 
    padding:12px 18px; 
    border-radius: 12px; 
    font-weight:700; 
    cursor:pointer; 
}
.btn.secondary { 
    background:#fff; 
    color: #15124F;             /* deep indigo */
    border:1px solid #15124F;   /* deep indigo */
}
.fine { 
    font-size:12px; 
    color: #6b7280;  /*#6b7280: gray */
}
.required::after { 
    content:" *"; 
    color: #b91c1c;   /* #b91c1c: red */
}
.hidden { 
    display:none !important; 
}
.success, .error { 
    padding:12px 14px; 
    border-radius: 12px; 
    margin-bottom: 12px;

}
.success { 
    background:#ecfdf5; 
    border:1px solid #a7f3d0; 
}
.error { 
    background:#fef2f2; 
    border:1px solid #fecaca; 
}



.hf-footer {
  color: #000;
  background: rgba(85, 87, 88, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #E4E6EB;
  box-shadow: 0 4px 16px rgba(0,0,0,.04);
}
.hf-footer a { 
  color: #000; 
  text-decoration: none; 
}
.hf-footer a:hover { 
  color: #D2AD67; 
}
.hf-heading {
  color: #D2AD67;
  letter-spacing: .02em;
  margin-bottom: .75rem;
}
.ft-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
#ft-container01, #ft-container02 {
  border-right: 1px solid rgba(251, 250, 246, 0.12);
}
#mailto01 {
  overflow-wrap: break-word;
}
.mb-2 h6 {
  font-weight: bold;
}
.col-md-4.mb-4 {
  margin: 0;
}
.hf-hours li {
  display: flex;
  justify-content: space-between;
  padding: .3rem 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.hf-hours li:last-child { 
  border-bottom: 0; 
}
.hf-hours .day { 
  font-weight: 600; 
}
.hf-hours .time { 
  opacity: .8; 
}
.btn-gold {
  background: linear-gradient(135deg,#C7A24F,#E4CA7A);
  color: #fff;
  border: 0; 
  border-radius: 999px;
  padding: .7rem 1.4rem;
  font-weight: 600;
  box-shadow: 0 6px 14px rgba(199,162,79,.22);
  text-shadow: 0 1px 0 rgba(0,0,0,.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.btn-gold:hover { 
  filter: brightness(1.05); 
  transform: translateY(-2px); 
}
.social-icon {
  margin-left: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.social-icon img {
  margin-right: 10px;
  border-radius: 50%;
}
.hf-social-link {
  display: inline-flex;
  align-items: center; 
  justify-content: center;
  transition: transform .15s ease, border-color .15s ease, background-color .15s ease, color .15s ease;
}
.hf-social-link:hover {
  transform: translateY(-2px);
  border-color: #D2AD67;
  color: #111;
}



.navbar.scrolled {
  background-color: rgb(43, 122, 120);
  opacity: .9;
  transition: background 500ms;
}

@media (max-width: 800px) {
    /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
    /* Footer base */
    .ft-container {
      font-size: .875em;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }

    #ft-container01, #ft-container02 {
      max-width: 490px;
      border-bottom: 1px solid rgba(251, 250, 246, 0.12);
      border-right: none;
      padding-bottom: 15px;
    }
    
    #ft-container03 {
        max-width: 490px;
    }
    
}
