.zento_reserva_wrap {
    position: fixed;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

/* ====== Main Button ====== */
.zento_reserva_btn {
    display: flex;
    align-items: center;
    gap: 4px;
    background: linear-gradient(135deg, #b9935a, #e6c07b);
    color: #ffffff;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 20px 20px 0px 0px;
    transform: rotate(-90deg);
    transition: all 0.4s ease;
    font-family: 'Poppins', sans-serif;
    right: 0px ;
}



/* Hover Effect */
.zento_reserva_btn:hover {
    background: linear-gradient(135deg, #a87e45, #d4aa63);
    letter-spacing: 2px;
}

/* Icon Animation */
.zento_reserva_icon {
    font-size: 18px;
    animation: zento_pulse 1.5s infinite;
}

/* Pulse Animation */
@keyframes zento_pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* Responsive */
@media (max-width: 768px) {
    .zento_reserva_btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

.aurex_whirl_wrap {
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 9999;
}

/* ===== Round Button ===== */
.aurex_whirl_btn {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #25D366, #1ebe5d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    transition: all 0.4s ease;
    right: 8px;
}

/* Hover Effect */
.aurex_whirl_btn:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

/* Icon Style */
.aurex_whirl_icon {
    font-size: 28px;
    color: #ffffff;
}

/* Ripple Animation */
.aurex_whirl_btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.4);
    animation: aurex_ripple 1.8s infinite;
    z-index: -1;
}

@keyframes aurex_ripple {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .aurex_whirl_btn {
        width: 55px;
        height: 55px;
    }
    .aurex_whirl_icon {
        font-size: 24px;
    }
}

.orbixa_socialsphere_wrap {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 9999;
}

/* ===== Round Button ===== */
.orbixa_socialsphere_btn {
       width: 29px;
    height: 29px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease;
    position: relative;
}

/* Hover Effect */
.orbixa_socialsphere_btn:hover {
    transform: translateY(-6px) scale(1.08);
    box-shadow: 0 12px 35px rgba(0,0,0,0.35);
}

/* Ripple Effect */
.orbixa_socialsphere_btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    animation: orbixa_wave 2s infinite;
    z-index: -1;
}

@keyframes orbixa_wave {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* Brand Colors */
.orbixa_fb { background: #1877f2; }
.orbixa_ig { background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4); }
.orbixa_tw { background: #1da1f2; }
.orbixa_yt { background: #ff0000; }

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .orbixa_socialsphere_wrap {
        left: 12px;
        gap: 10px;
    }

    .orbixa_socialsphere_btn {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .orbixa_socialsphere_wrap {
       top: auto;
        bottom: 90px;
        transform: none;
        flex-direction: row;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }
}
.milthila_offers{
        padding: 16px !important;
}
.milthila_offers_fonts{
    font-size: 21px;
    margin: 0px;
}
.milthila_offers_fonts_badges{
font-size: 11px !important;
    margin: 12px 13px !important;
}

/* TRUST & SAFETY STYLING */

.ns-trust-wrapper {
  padding: 70px 20px;
  background: linear-gradient(135deg, #f8f5f0, #ffffff);
  font-family: 'Poppins', sans-serif;
}

.ns-trust-container {
  max-width: 1200px;
  margin: auto;
}

.ns-trust-header {
  text-align: center;
  margin-bottom: 40px;
}

.ns-trust-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b68d40;
  font-weight: 600;
  margin-bottom: 10px;
}

.ns-trust-header h2 {
  font-size: 26px;
  margin-bottom: 12px;
  color: #222;
}

.ns-trust-header p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  max-width: 500px;
  margin: auto;
}

/* GRID - Mobile First */
.ns-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* CARD DESIGN */
.ns-trust-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  padding: 25px;
  border-radius: 18px;
  border: 1px solid rgba(182, 141, 64, 0.2);
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}

.ns-trust-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-color: #b68d40;
}

.ns-icon {
  font-size: 32px;
  margin-bottom: 15px;
}

.ns-trust-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
}

.ns-trust-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Tablet */
@media (min-width: 600px) {
  .ns-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ns-trust-header h2 {
    font-size: 30px;
  }
}

/* Desktop */
@media (min-width: 992px) {
  .ns-trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .ns-trust-header h2 {
    font-size: 34px;
  }

  .ns-trust-card {
    padding: 30px;
  }
}

.mh-booking-section{
     display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle at top, #111, #000);
    padding: 4px;
    font-family: 'Poppins', sans-serif;
}

.mh-booking-card{
    width: 100%;
    max-width: 520px;
    background: linear-gradient(145deg, #121212, #1e1e1e);
    padding: 10px;
    border-radius: 25px;
    box-shadow: 0 0 0 1px rgba(255, 215, 0, 0.2), 0 20px 60px rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
}

.mh-booking-title{
      text-align: center;
    color: #ffd700;
    font-size: 28px;
    margin-bottom: 11px;
    letter-spacing: 1px;
}

.mh-field-group{
     margin-bottom: 9px;
}

.mh-label{
  display:block;
  font-size:13px;
  margin-bottom:6px;
  color:#ccc;
}

.mh-input,
.mh-select{
     width: 100%;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgba(255, 215, 0, 0.3);
    background: #111;
    color: #fff;
    font-size: 14px;
    transition: 0.3s ease;
}

.mh-input:focus,
.mh-select:focus{
  border-color:#ffd700;
  box-shadow:0 0 10px rgba(255,215,0,0.5);
  outline:none;
}

.mh-row{
  display:flex;
  gap:15px;
}

.mh-book-btn{
  width:100%;
  padding:15px;
  border:none;
  border-radius:50px;
  background:linear-gradient(90deg,#ffd700,#ffb300) !important;
  color:#000;
  font-weight:600;
  font-size:16px;
  cursor:pointer;
  transition:0.4s ease;
  margin-top:10px;
}

.mh-book-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 15px 30px rgba(255,215,0,0.6);
}

/* Mobile */
@media(max-width:500px){
  .mh-row{
    flex-direction:column;
  }
}

.mh-terms-section{
  min-height:100vh;
  background:linear-gradient(135deg,#0f0f0f,#1c1c1c);
  padding:60px 20px;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  font-family:'Poppins',sans-serif;
}

.mh-terms-container{
  width:100%;
  max-width:900px;
  background:#121212;
  padding:50px;
  border-radius:20px;
  box-shadow:0 0 0 1px rgba(255,215,0,0.2),
             0 25px 60px rgba(0,0,0,0.8);
  color:#e5e5e5;
}

.mh-terms-title{
  text-align:center;
  font-size:34px;
  color:#ffd700;
  margin-bottom:10px;
  letter-spacing:1px;
}

.mh-terms-updated{
  text-align:center;
  font-size:14px;
  color:#aaa;
  margin-bottom:40px;
}

.mh-terms-block{
  margin-bottom:30px;
  padding:20px;
  border-left:4px solid #ffd700;
  background:#181818;
  border-radius:10px;
  transition:0.3s ease;
}

.mh-terms-block:hover{
  background:#1f1f1f;
  transform:translateX(5px);
}

.mh-terms-block h2{
  font-size:18px;
  margin-bottom:10px;
  color:#ffd700;
}

.mh-terms-block p{
  font-size:14px;
  line-height:1.7;
  color:#ccc;
}

/* Responsive */
@media(max-width:768px){
  .mh-terms-container{
    padding:30px 20px;
  }

  .mh-terms-title{
    font-size:26px;
  }
}


/* ====== SECTION WRAPPER ====== */
.mh-banquet-section{
  padding:60px 20px;
}

.mh-banquet-container{
  max-width:1200px;
  margin:auto;
}

/* ====== TITLE AREA ====== */
.mh-banquet-header{
  text-align:center;
  margin-bottom:40px;
}

.mh-banquet-title{
  font-size:28px;
  font-weight:700;
  color:var(--mh-primary);
}

.mh-banquet-subtitle{
  font-size:14px;
  opacity:0.8;
  margin-top:10px;
}

/* ====== GRID LAYOUT ====== */
.mh-banquet-grid{
  display:flex;
  flex-direction:column;
  gap:30px;
}

/* ====== INFO CARD ====== */
.mh-banquet-info{
  background:var(--mh-glass);
  backdrop-filter: blur(15px);
  padding:25px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,0.1);
}

.mh-banquet-info h3{
  margin-top:0;
  color:var(--mh-primary);
}

.mh-banquet-list{
  padding:0;
  list-style:none;
}

.mh-banquet-list li{
  padding:8px 0;
  font-size:14px;
  border-bottom:1px solid rgba(255,255,255,0.05);
}

/* ====== FORM CARD ====== */
.mh-banquet-form-box{
     background: #fff;
    backdrop-filter: blur(15px);
    padding: 25px;
    border-radius: 20px;
    border: 1px solid rgb(123 123 123 / 50%);
}

.mh-banquet-form-box h3{
  margin-top:0;
  color:var(--mh-primary);
}

/* ====== FORM ELEMENTS ====== */
.mh-form-group{
  margin-bottom:15px;
}

.mh-form-group label{
  display:block;
  font-size:13px;
  margin-bottom:5px;
}

.mh-form-control{
  width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid;
    outline: none;
    background: rgba(255, 255, 255, 0.1);
    color: #262121;
    font-size: 14px;
}

.mh-form-control::placeholder{
  color:#656363;
}

.mh-form-row{
  display:flex;
  gap:10px;
  flex-direction:column;
}

/* ====== BUTTON ====== */
.mh-book-btn{
  width:100%;
  padding:12px;
  background:var(--mh-primary);
  border:none;
  border-radius:12px;
  font-weight:600;
  cursor:pointer;
  transition:0.3s;
}

.mh-book-btn:hover{
  background:#d4a373;
  transform:translateY(-2px);
}

/* ====== DESKTOP RESPONSIVE ====== */
@media(min-width:768px){

  .mh-banquet-title{
    font-size:36px;
  }

  .mh-banquet-grid{
    flex-direction:row;
  }

  .mh-banquet-info,
  .mh-banquet-form-box{
    flex:1;
  }

  .mh-form-row{
    flex-direction:row;
  }
}

.dropdoek{
    width: 260px;
}

.gastro-wrapper-x91 { 
    padding: 40px 20px;
    color: #000;
}

.gastro-container-x91 {
    max-width: 1200px;
    margin: auto;
}

.gastro-heading-x91 {
    text-align: center;
    margin-bottom: 30px;
}

.gastro-heading-x91 h2 {
    font-size: 28px;
    color: #f5c16c;
    margin-bottom: 10px;
}

.gastro-heading-x91 p {
    font-size: 15px;
    color: #ccc;
}

.gastro-grid-x91 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.gastro-card-x91 {
    background: #262626;
    padding: 20px;
    border-radius: 12px;
    transition: 0.4s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.gastro-card-x91:hover {
    transform: translateY(-6px);
    background: #2f2f2f;
}

.gastro-card-x91 h3 {
    color: #f5c16c;
    font-size: 18px;
    margin-bottom: 10px;
}

.gastro-card-x91 p {
    font-size: 14px;
    color: #ddd;
    line-height: 1.6;
}

.gastro-highlight-x91 {
    margin-top: 40px;
    background: #f5c16c;
    padding: 25px;
    border-radius: 12px;
    color: #1a1a1a;
    text-align: center;
}

.gastro-highlight-x91 h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.gastro-highlight-x91 p {
    font-size: 14px;
}

/* ===== Tablet ===== */
@media(min-width:768px){
    .gastro-heading-x91 h2{
        font-size: 34px;
    }

    .gastro-grid-x91{
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== Desktop ===== */
@media(min-width:1024px){
    .gastro-grid-x91{
        grid-template-columns: repeat(3, 1fr);
    }

    .gastro-heading-x91 h2{
        font-size: 40px;
    }
}

.luxfix-wrap-9812 {
    display: none;
}

/* Mobile Only */
@media (max-width:768px){

.luxfix-wrap-9812{
    display:flex;
    position:fixed;
    bottom:15px;
    left:50%;
    transform:translateX(-50%);
    width:92%;
    backdrop-filter: blur(12px);
    background: rgba(20,20,20,0.85);
    border-radius:50px;
    box-shadow:0 8px 30px rgba(0,0,0,0.6);
    overflow:hidden;
    z-index:9999;
}

/* Common Button Style */
.luxfix-btn-9812{
    flex:1;
    text-align:center;
    padding:14px 5px;
    font-size:13px;
    font-weight:600;
    color:#fff;
    text-decoration:none;
    position:relative;
    transition:0.3s ease;
}

/* Call Button */
.luxfix-call-9812{
    background: linear-gradient(135deg,#c59d5f,#a67c3b);
}

/* Availability Button */
.luxfix-check-9812{
    background: linear-gradient(135deg,#2a2a2a,#1a1a1a);
}

/* WhatsApp Button */
.luxfix-wa-9812{
    background: linear-gradient(135deg,#25D366,#128C7E);
    overflow:visible;
}

/* Pulse Animation */
.luxfix-wa-9812::before{
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    width:20px;
    height:20px;
    background:rgba(37,211,102,0.6);
    border-radius:50%;
    transform:translate(-50%,-50%);
    animation:luxfixPulse 1.8s infinite;
    z-index:-1;
}

@keyframes luxfixPulse{
    0%{
        width:20px;
        height:20px;
        opacity:0.7;
    }
    70%{
        width:120px;
        height:120px;
        opacity:0;
    }
    100%{
        opacity:0;
    }
}

.luxfix-btn-9812:hover{
    opacity:0.9;
}

}



.form-field{
  border: 1px solid rgb(144, 142, 142);
}

