
@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;
}

}

*, :after, :before {
    box-sizing: border-box;
}

.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: 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;
}
.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;
}
    
}
