
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'HotalerSans';
  font-weight: 400;
  font-style: normal;
  src: url("/front-end/font-front/HotalerSansSemiBold.woff2") format('woff2');
}
@font-face {
  font-family: 'HotalerSans';
  font-weight: 700;
  font-style: normal;
  src: url("/front-end/font-front/HotalerSansBold.woff2") format('woff2');
}
@font-face {
  font-family: 'HotalerSans';
  font-weight: 300;
  font-style: normal;
  src: url("/front-end/font-front/HotalerSansMedium.woff2") format('woff2');
}
@font-face {
  font-family: 'HotalerSans';
  font-weight: 200;
  font-style: normal;
  src: url("/front-end/font-front/HotalerSansRegular.woff2") format('woff2');
}
@font-face {
    font-family: aed;
    src: url(/front-end/font-front/aed-Regular.woff2) format("woff2"),url(/front-end/font-front/aed-Regular.woff) format("woff"),url(/front-end/font-front/aed-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
/* Base styles (applied to all devices) */

html {
  scroll-behavior: smooth;
}
body, form, h1, h2, h3, h4, h5, h6, label, p {
    margin: 0;
    padding: 0;
    line-height: inherit;
}

/* MOBILE MENU */
.headermenu-toggle { font-size: 26px; cursor: pointer; display: none; text-align: end; }

.menu-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  z-index: 2000;
}

.menu-modal.active { opacity: 1; pointer-events: auto; }

.menu-panel {
  position: absolute;
  right: -100%;
  top: 0;
  width: 85%;
  max-width: 360px;
  height: 100%;
  background: #fff;
  padding: 24px;
  transition: .35s;
}

.menu-modal.active .menu-panel { right: 0; }

.menu-close {
  font-size: 30px;
  background: none;
  border: none;
  position: absolute;
  right: 16px;
  top: 16px;
}

.menu-panel a {
  display: block;
  margin-bottom: 18px;
  font-size: 18px;
  text-decoration: none;
}

.menu-cta {
  width: 100%;
  padding: 14px;
  background: #0057b7;
  color: #fff;
  border-radius: 8px;
  border: none;
}

/* LOGIN MODAL */
.login-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  z-index: 3000;
}

.login-box {
  background: #fff;
  max-width: 400px;
  margin: 10% auto;
  padding: 24px;
  border-radius: 10px;
  position: relative;
}

.login-box input {
  width: 100%;
  padding: 12px;
  margin-bottom: 14px;
}

.primary-btn {
  width: 100%;
  padding: 12px;
  background: #0057b7;
  color: #fff;
  border: none;
  border-radius: 6px;
}

.login-close {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 26px;
  background: none;
  border: none;
}

.hidden { display: none; }

/* OTP */
.otp-inputs {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.otp-inputs input {
  width: 45px;
  text-align: center;
  font-size: 20px;
}

.resend {
  text-align: center;
  color: #777;
  margin-top: 10px;
}
.footer {
   background-color: #f8f8f8; 
   padding-top:0rem;
   padding-bottom:1rem;
}
.footer-set {
    border-top: 1px solid #e3e3e3;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.footer-C{
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}
.footer-page-links {
    gap: 40px;
    padding: 18px 0;
    list-style: none;
    color: #25282d;
    align-items: center!important;
    justify-content: center!important;
    display: flex!important;
    font-size: 13px;
    font-family: 'Roboto';
    cursor: pointer;
}
a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
    color: #25282d;
}
img {
    max-width: 100%;
    height: auto;
}
.nav-box-2{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

/* RESPONSIVE */
@media (max-width: 992px) {
body {
    background-color: #bb9631;
    background-repeat: no-repeat;
    min-height: 100vh;
    margin: 0;
}
  .nav-box-2 { display: none; }
  .headermenu-toggle { 
    display: block;
    position: absolute;
    padding-left: 20px;
    text-align: end;
    padding-top: 8px;
      
  }
  .Desk-logo{
    display: none;
}
  .footer {
   background-color: #f8f8f8; 
   padding-top:0rem;
   padding-bottom:1rem;
}
.footer-set {
    border-top: 1px solid #e3e3e3;
    padding-left: .5rem;
    padding-right: .5rem;
}
.footer-C{
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-size: 10px;
    font-weight: 300;
    color: #000;
    margin-bottom: .5em;
    margin-top: .5em;
}
.footer-page-links {
    gap: 10px;
    padding: 12px 0;
    list-style: none;
    color: #25282d;
    align-items: center!important;
    justify-content: center!important;
    display: flex!important;
    font-size: 10px;
    font-family: 'Roboto';
    cursor: pointer;
}

.header-sub{
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.nav-box-1 {
    width: 5rem;
    flex-direction: column;
    align-items: center;
    padding-top: 1.5rem;
    height: 75px;
}
.log-main {
    height: 3.5rem;
}
.Desktop {
    display: none;
}
.mobile-logo{
    display:block!important;
}
.policy-tab {
    width: 90%!important;
}
.main-tabs-wrapper {
margin-top: 20px!important;
}
.tab-btn {
    gap: 2px!important;
    padding: 14px 8px 8px!important;
    color: #ffffff85!important;
    font-size: 12px!important;
    font-weight: 500;
}
.tab-icon {
    width: 14px!important;
    height: 14px!important;
    transition: opacity 0.2s ease;
}
  .tab-btn:hover { color: #bb9631; }
  .tab-btn:hover .tab-icon { opacity: 1; }

  .tab-btn.active { color: #fff!important;
  font-weight: 500; 
      
  }
  .tab-btn.active .tab-icon { opacity: 1; }
  #pageMeetings{
    background-color: #bb9631;
}
#pageGroup
{
    background-color: #bb9631;
}

.counter-controls{
    width: 200px;
    padding-left: 20px;
}
}

.Desktop {
    display: block;
}
.mobile-logo{
    display:none;
}
.flex {
    display: flex;
}
.container {
    margin: 0 auto;
}
.relative {
    position: relative;
    background-color: #f4f4f5;
}
.z-0 {
    z-index: 0;
}
.glass-card-left{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    background: #bb9631;
    padding: 4rem;
}
.glass-card-right{
    align-items: center;
    display: flex;
    flex-direction: column;
    border: 1px solid #003088;
    padding: 4rem;
    margin: 0 auto;
    border-radius: 15px;
}
.bg-glass-card{
 width: 100%;
 height: fit-content;
 margin: 0 auto;
 background-color: #f4f4f5;
}
.container-glass-card{
    width: 100%;
    overflow: hidden;
    max-width: 1230px;
    min-height: calc(100vh - 261px);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    margin: 0 auto;
}
.glass-card-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    position: relative;
    width: 100%;
    padding-top: 1rem;
    margin-top: 10%;
    flex-direction: column;
}
.glass-card-help{
    justify-content: center;
    display: flex;
    font-family: 'Roboto';
    font-weight: 400;
    border: 1px solid #d2d2d2;
    font-size: 13px;
    max-width: 80%;
    padding: 20px;
    border-radius: 15px;
    background-color: #eeeeee;
    line-height: 1.1rem;
    color: #2a2a2a;
    margin: 0 auto;
}
.glass-card-description-light{
    font-family: 'Roboto';
    font-weight: 400;
    color: black;
    border-top: 1px solid #003088;
    font-size: 13px;
    padding-top: 30px;
    max-width: 100%;
    padding-bottom: 30px;
}
.glass-card-description-h2 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -.025em;
    text-align: center;
    font-family: HotalerSans!important;
    color: #003088;
    padding-bottom: 10px;
}
.privacy-policy-icons:before {
    content: ' ';
    background-size: 23px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: top;
    padding-right: 15px;
}
.privacy-policy.privacy-policy-infos:before {
    background-image: url(/public/front-end/images/privacy-icon.svg);
}
.privacy-policy {
    display:flex;
    line-height: 10px;
    margin-top: 20px;
}
.footer-page-links:hover{
    font-weight: 300;
    text-decoration: underline;
    cursor: pointer;
}
.secure-footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 1px 0;
    font-size: 13px;
    justify-content: center;
    filter: grayscale(100%);
}
.secure-footer{
    width: 30px;
    gap: 10px;
    display: flex;
    align-items: center;
}
.secure-footer-logo .secure-footer img {
    object-fit: contain!important;
    width: 100%!important;

}
.secure-pci-footer {
    width: 70px;
    gap: 10px;
    display: flex;
    align-items: center;
}
.secure-gdpr-footer {
    width: 30px;
    gap: 10px;
    display: flex;
    align-items: center;
}
.secure-iso-footer {
    width: 30px;
    gap: 10px;
    display: flex;
    align-items: center;
}
.secure-footer-logo:hover {
    filter: grayscale(0%);
    transition: all 0.5s ease;
}
.policy-flex{
    padding-top:3rem;
    padding-bottom:3rem;
}
.policy-tab{
    display:flex;
    width:60%;
    font-family: 'Roboto';
    font-weight: 400;
    border: 1px solid #e3e3e3;
    font-size: 13px;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    line-height: 1.1rem;
    color: #2a2a2a; 
    align-items: flex-start;
    margin: 0 auto;
    flex-direction: column;
}
.policy-tab-search {
    display: flex;
    /* align-items: flex-end; */
    /* flex-wrap: nowrap; */
    /* justify-content: center; */
    position: relative;
    max-width: 1200px;
    flex-direction: column;
    
}
.policy-tab-h2 {
    display: flex;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 900;
    letter-spacing: -.025em;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    font-family: HotalerSans!important;
    color: black;
}
.policy-tab-light {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.75rem;
    letter-spacing: -.025em;

}
.policy-tab-divider{
    padding-top: 2rem;
    border-bottom: 1px solid #e3e3e3;
}
.policy-tab-light ul {
    list-style: disc;
    margin: 0;
    padding: 30px;
    gap: 0.8rem;
}
.type-cart-input {
    width: 100%!important;
    background-color: #fff;
    border-color: #0057b726;
    border-width: 1px;
    padding: 0.5rem 0.75rem;
    font-size: 13px;
    line-height: 1.5rem;
    margin-bottom: 20px;
    font-family: 'Roboto';
}
.width-f-full {
    width: 100%;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 15px;
    line-height: 1.75rem;
    letter-spacing: -.025em;
}
.add-btn-modal-but {
    font-size: .875rem;
    font-weight: 600;
    font-family: Roboto;
    color: #bb9631!important;
    cursor: pointer;
    appearance: none;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #bb9631!important;
    padding: 0.5rem 1rem;
    display: inline-block;
    line-height: 1.5;
    white-space: nowrap;
    position: relative;
    transition: all 0.5s ease;
}
.add-btn-modal-but:hover {
    border-color: #fff;
    color: #fff!important;
    background-color: #bb9631;
}
.add-btnmodal-footer {
    text-align: right;
}
.modalLogin {
    z-index: 99;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,90%);
    outline: 0;
}
.login-animate-zoom {
    animation: animatezoom 0.6s;
}
.login-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    width: auto;
    max-width: 548px;
    border-radius: 12px;
    color: #333;
    margin: 1.75rem auto;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.login-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    border: none;
    border-radius: 12px;
}

.login-center {
    padding: 24px 64px 0!important;
    border-radius: 12px 12px 0 0;
    border-bottom: 0;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
}
.login-close {
    padding: 0;
    margin: 0;
    opacity: 1;
    color: #350827;
    padding: 0;
    margin: 0;
    float: right;
    font-size: 2rem;
    font-weight: 100;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    background-color: transparent;
    border: 0;
    margin-right: 20px;
    margin-top: 20px;
    text-align: end;
}
.fade {
    transition: opacity .15s linear;
}
.login-modal-title {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 900;
    letter-spacing: -.025em;
    padding-bottom: 20px;
    text-align: center;
    font-family: HotalerSans!important;
    color: black;
}
.login-modal-body {
    padding: 0 64px 48px;
    border-radius: 8px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.login-text-normal {
    font-family: 'Roboto';
    font-size: 14px;
    color: #000!important;
    margin-bottom: 32px;
    line-height: 22px;
    font-weight: 400;
}
.login-form{
    
}
.login-form-group {
    margin-bottom: 16px;
    position: relative;
}
.login-form-control {
    display: block;
    width: 100%;
    border: 1px solid #646464;
    border-radius: 8px;
    height: 56px;
    font-family: 'Roboto';
    padding: 18px 49px 0 16px;
    background-color: #fff;
    background-clip: padding-box;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.login-btn-primary {
    font-family: 'Roboto';
    width: 100%;
    border-radius: 28px;
    margin-bottom: 0;
    max-height: 56px;
    height: 56px;
    cursor: pointer;
    font-size: .875rem;
    padding: 15px 20px;
    min-width: 300px;
    display: block;
    background-color: #bb9631;
    color: #fff;
    border: 0;
}
.login-btn-primary:hover {
        background-color: black;
        transition: all 0.5s ease;
    }
.topmenu-Sign{
    font-family: 'Roboto';
    border: 0px solid #bb9631;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px 16px;
    gap: 8px;
    color: black;
    background: #bb96310f;
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
}
.topmenu-Sign:hover{
    background: rgba(184,147,90,0.3);
    cursor: pointer;
    transition: all 0.25s ease;
}
.topmenu-Lang-currency{
    font-family: 'Roboto';
    border: 1px solid #bb9631;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px 16px;
    gap: 8px;
    color: black;
    background: #bb96310f;
    border-radius: 50px;
    text-transform: uppercase;
}
.logo-full {
    height: 100%;
    position: absolute;
}

.svg-full {
    height: 20px;
    position: absolute;
}
    .container {
    margin: 0 auto;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}
.menu-auto {
    margin-left: auto;
    float: right;
}
.menu-flex {
    display: flex;
    gap: 10px;
}
a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
    color: #25282d;
}
.li-menu{
    list-style: none;
    color: #25282d;
    align-items: center!important;
    justify-content: center!important;
    display: flex!important;
    font-size: 11px;
    font-family: 'Roboto';
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
}
.li-menu.topmenu:before {
    background-image: url(/front-end/images/calendar-search.svg);
}
.li-menu.topmenu-Sign:before {
    background-image: url(/front-end/images/circle.svg);
}
.menu-icon:before {
    content: ' ';
    background-size: 12px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.log-main {
    width: 7rem;
    overflow: hidden;
    position: absolute;
    top: 10px;
    bottom: 0;
    object-fit: contain;
}
.log-main {
    height: 3.5rem;
}

.container {
    max-width: 1440px;
}
.header-sub {
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    flex-wrap: wrap;
}
/* Floating Bubble */
#ai-chat-bubble {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #0a66ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  z-index: 40;
}

/* Chat Window */
#ai-chat-window {
font-family: 'Roboto';
  position: fixed;
  bottom: 90px;
  right: 24px;
  width: 360px;
  max-height: 520px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
  display: none;
  flex-direction: column;
  overflow: hidden;
  animation: slideUp .35s ease;
  z-index: 9999;
}

@keyframes slideUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Header */
.chat-header {
font-family: 'Roboto';
  background: #0a66ff;
  color: white;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-header span {
    font-family: 'Roboto';
  font-size: 12px;
  opacity: .8;
}

.chat-header button {
    font-family: 'HotalerSans';
  background: none;
  border: none;
  color: white;
  font-size: 22px;
  cursor: pointer;
}

/* Body */
.chat-body {
    font-family: 'Roboto';
  padding: 14px;
  overflow-y: auto;
  background: #f7f8fa;
  flex: 1;
}

/* Messages */
.ai-message,
.user-message {
    font-family: 'Roboto';
  max-width: 80%;
  padding: 10px 14px;
  border-radius: 14px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.ai-message {
  background: white;
  align-self: flex-start;
}

.user-message {
    font-family: 'Roboto';
  background: #0a66ff;
  color: white;
  align-self: flex-end;
  margin-left: auto;
}

/* Footer */
.chat-footer {
    font-family: 'Roboto';
  display: flex;
  padding: 10px;
  background: white;
  border-top: 1px solid #eee;
}

.chat-footer input {
    font-family: 'Roboto';
  flex: 1;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 14px;
}

.chat-footer button {
    font-family: 'Roboto';
  background: #0a66ff;
  color: white;
  border: none;
  padding: 10px 12px;
  border-radius: 50%;
  cursor: pointer;
}

/* Mobile */
@media (max-width: 600px) {
  #ai-chat-window {
      font-family: 'Roboto';
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
    max-height: none;
    border-radius: 0;
  }
}
#voiceBtn {
  background: #0a66ff;
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

#voiceBtn.listening {
  background: #e53935;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(229,57,53,.6); }
  100% { box-shadow: 0 0 0 15px rgba(229,57,53,0); }
}
@media (min-width: 577px){
.header-sub {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    flex-wrap: wrap;
    flex-direction: row;
    height: 70px;
}
    
}
   /* ────────────────────────────────────────
       LANGUAGE SWITCHER — DARK VARIANT
    ──────────────────────────────────────── */
   :root {
      --gold: #b8935a;
      --gold-light: #d4aa70;
      --gold-pale: #f5ead8;
      --dark: #1a1610;
      --dark-mid: #2d2620;
      --surface: #faf7f2;
      --text: #3a3228;
      --muted: #8a7d6e;
      --white: #ffffff;
      --border: rgba(184,147,90,0.2);
      --shadow: 0 8px 40px rgba(26,22,16,0.12), 0 2px 8px rgba(26,22,16,0.06);
      --radius: 12px;
    }
    .demo-nav a:hover { color: var(--gold-light); }
    .lang-switcher {
      position: relative;
      font-family: 'DM Sans', sans-serif;
    }

    .lang-trigger {
      display: flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(184,147,90,0.3);
      border-radius: 8px;
      padding: 8px 14px;
      cursor: pointer;
      transition: all 0.25s ease;
      color: var(--white);
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 0.04em;
      white-space: nowrap;
      user-select: none;
    }

    .lang-trigger:hover {
      background: rgba(184,147,90,0.12);
      border-color: rgba(184,147,90,0.5);
    }

    .lang-trigger .flag {
      font-size: 16px;
      line-height: 1;
    }

    .lang-trigger .lang-name {
      font-size: 13px;
      letter-spacing: 0.05em;
    }

    .lang-trigger .chevron {
      width: 14px;
      height: 14px;
      margin-left: 2px;
      fill: none;
      stroke: var(--gold-light);
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: transform 0.3s ease;
    }

    .lang-switcher.open .chevron {
      transform: rotate(180deg);
    }

    /* Dropdown */
    .lang-dropdown {
      position: absolute;
      top: calc(100% + 8px);
      right: 0;
      background: var(--dark-mid);
      border: 1px solid rgba(184,147,90,0.25);
      border-radius: var(--radius);
      min-width: 220px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 4px 16px rgba(0,0,0,0.2);
      opacity: 0;
      visibility: hidden;
      transform: translateY(-8px) scale(0.97);
      transform-origin: top right;
      transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
      z-index: 1000;
      overflow: hidden;
    }

    .lang-switcher.open .lang-dropdown {
      opacity: 1;
      visibility: visible;
      transform: translateY(0) scale(1);
    }

    .lang-dropdown-header {
      padding: 12px 16px 10px;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--gold);
      border-bottom: 1px solid rgba(184,147,90,0.15);
    }

    .lang-list {
      padding: 6px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2px;
    }

    .lang-option {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 12px;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.18s ease;
      text-decoration: none;
    }

    .lang-option:hover {
      background: rgba(184,147,90,0.1);
    }

    .lang-option.active {
      background: rgba(184,147,90,0.15);
    }

    .lang-option .flag {
      font-size: 20px;
      line-height: 1;
      flex-shrink: 0;
    }

    .lang-option-text { display: flex; flex-direction: column; }

    .lang-option-name {
      font-size: 13px;
      font-weight: 400;
      color: var(--white);
      line-height: 1.2;
    }

    .lang-option-native {
      font-size: 11px;
      color: var(--muted);
      line-height: 1.2;
      margin-top: 1px;
    }

    .lang-option.active .lang-option-name { color: var(--gold-light); }

    .lang-option .check-icon {
      margin-left: auto;
      width: 14px;
      height: 14px;
      stroke: var(--gold);
      fill: none;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      flex-shrink: 0;
    }

    /* ─── SECTION LABELS ─── */
    .section-label {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--muted);
      text-align: center;
    }
 .lang-switcher-pill .lang-trigger {
      background: transparent;
      border: none;
      padding: 6px 10px;
      gap: 6px;
      color: var(--text);
    }

    .lang-switcher-pill .lang-trigger:hover {
      background: var(--gold-pale);
      border-radius: 99px;
    }

    .lang-switcher-pill.open .lang-trigger {
      background: var(--gold-pale);
      border-radius: 99px;
    }

    .lang-switcher-pill .lang-trigger .chevron {
      stroke: var(--gold);
    }

    .lang-switcher-pill .lang-dropdown {
      background: var(--white);
      border-color: var(--border);
      box-shadow: var(--shadow);
    }

    .lang-switcher-pill .lang-dropdown-header { border-color: var(--border); }

    .lang-switcher-pill .lang-option-name { color: var(--text); }

    .lang-switcher-pill .lang-option:hover { background: var(--gold-pale); }

    .lang-switcher-pill .lang-option.active {
      background: var(--gold-pale);
    }

    .lang-switcher-pill .lang-option.active .lang-option-name { color: var(--gold); }


.page{display:none;animation:fadeUp .3s ease}
.page.active{display:block}
@keyframes fadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

 .main-tabs-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
  }

  .main-tabs {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 0;
  }

  .tab-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 12px 16px 14px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    color: #0b3d5e;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.01em;
    white-space: nowrap;
    transition: color 0.2s ease;
    outline: none;
    border-radius: 8px 8px 0 0;
  }

  .tab-btn:hover { color: #bb9631; }
  .tab-btn:hover .tab-icon { opacity: 1; }

  .tab-btn.active { color: #bb9631; font-weight: 600; }
  .tab-btn.active .tab-icon { opacity: 1; }

  .tab-icon {
    width: 24px;
    height: 24px;
    opacity: 0.5;
    transition: opacity 0.2s ease;
  }

  /* Sliding underline */
  .underline-track {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    pointer-events: none;
    overflow: visible;
  }

  .underline-pill {
    position: absolute;
    height: 2px;
    background: #bb9631;
    border-radius: 2px;
    bottom: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }


  .underline-pill::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #bb9631;
    border-radius: 2px;
    transform-origin: left center;
  }
#pageGroup {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding-top:30px;
}
.inner-page {
            background: white;
            border-radius: 16px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            overflow: hidden;
            max-width: 600px;
            width: 100%;
            align-items: center;
    display: flex;
    justify-content: center;
    padding: 30px;
    margin: 0 auto;
        }
@keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* FORM LAYOUT */
        .form-grid {
            display: grid;
            gap: 20px;
        }

        .form-field {
            position: relative;
        }

        .field-label {
            font-size: 12px;
            font-weight: 600;
            color: #475569;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 6px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .badge {
            background: linear-gradient(135deg, #bb9631 0%, #d4a855 100%);
            color: white;
            font-size: 10px;
            padding: 4px 10px;
            border-radius: 12px;
            font-weight: 700;
            text-transform: uppercase;
        }
.groupbar__content {
            padding: 32px;
            width: 100%;
        }
/* DATE SELECTOR */
        .date-selector {
            background: #f8fafc;
            border: 2px solid #e2e8f0;
            border-radius: 12px;
            padding: 14px 18px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

        .date-selector:hover {
            border-color: #bb9631;
            background: #fffbf0;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(187, 150, 49, 0.15);
        }

        .date-selector.active {
            border-color: #bb9631;
            background: #fffbf0;
            box-shadow: 0 0 0 4px rgba(187, 150, 49, 0.1);
        }

        .date-display {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .date-icon {
            flex-shrink: 0;
        }

        .date-text {
            flex: 1;
        }

        .date-range {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 15px;
            font-weight: 600;
            color: #0f172a;
        }

        .date-placeholder {
            color: #94a3b8;
        }

        .date-arrow {
            color: #cbd5e1;
            font-size: 14px;
        }

        .nights-info {
            font-size: 13px;
            color: #64748b;
            margin-top: 6px;
        }  
        
        
        /* COUNTER */
        .counter {
            background: #f8fafc;
            border: 2px solid #e2e8f0;
            border-radius: 12px;
            padding: 14px 18px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
        }

        .counter:hover {
            border-color: #bb9631;
            background: #fffbf0;
        }

        .counter-label {
            font-size: 15px;
            font-weight: 600;
            color: #0f172a;
        }

        .counter-controls {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .counter-btn {
            width: 36px;
            height: 36px;
            border: 2px solid #e2e8f0;
            background: white;
            color: #64748b;
            border-radius: 10px;
            cursor: pointer;
            font-size: 18px;
            font-weight: 600;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .counter-btn:hover:not(:disabled) {
            border-color: #bb9631;
            background: #bb9631;
            color: white;
            transform: scale(1.05);
        }

        .counter-btn:active:not(:disabled) {
            transform: scale(0.95);
        }

        .counter-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .counter-value {
            font-size: 17px;
            font-weight: 700;
            color: #0f172a;
            min-width: 40px;
            text-align: center;
        }
        .counter-value-Attendees {
    font-size: 15px;
    font-weight: 500;
    color: #0f172a;
    min-width: 40px;
    text-align: center;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    height: 37px;
    width: 101px;
}
          /* SEARCH BUTTON */
        .search-btn-group {
            width: 100%;
            padding: 16px 24px;
            background: linear-gradient(135deg, #bb9631 0%, #d4a855 100%);
            color: white;
            border: none;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 12px;
            box-shadow: 0 4px 20px rgba(187, 150, 49, 0.3);
        }

        .search-btn-group:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 30px rgba(187, 150, 49, 0.4);
        }

        .search-btn-group:active {
            transform: translateY(0);
        }

        /* MESSAGES */
        .message {
            margin-top: 16px;
            padding: 12px 16px;
            border-radius: 10px;
            font-size: 13px;
            font-weight: 500;
            display: none;
            animation: slideDown 0.3s ease;
        }

        .message.success {
            background: #dcfce7;
            color: #166534;
            border: 1px solid #86efac;
        }

        .message.error {
            background: #fee2e2;
            color: #991b1b;
            border: 1px solid #fca5a5;
        }

        .message.show {
            display: block;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
      
/* RESPONSIVE */
        @media (max-width: 768px) {
            .groupbar__content {
                padding: 24px 20px;
            }
}
#pageMeetings{
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding-top:30px;
}
