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

 
/* Small screens (≥576px) */

@media (max-width: 576px) {
body {
  background-color: #bb9631;
  margin: 0px;
  padding:0;
  
}
.Desktop {
    display: none;
}
.mobile-logo{
    display:block;
}
    .container {
    min-width: 100%;
}
.bg-page {
    background-color: #8c816b00;
    
}
.z-0-mob {
    z-index: 0;
    margin-top: 0px;
}
.Desk-logo{
    display: none;
}
.mobile-logo{
    z-index: 1;
    
}
.log-main{
        height: 5.5rem;
        top: 10px;
}
.nav-box-1{
    width: 7rem;
    flex-direction: column;
    align-items: center;
    padding-top: 1.5rem;
    height: 0px!important;
}
.header-sub{
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;

}
.book-engine-h2 {
    text-align: center;
    font-family: HotalerSans!important;
    margin-top:10rem;
    color:black;
}
.mob-book-engine {
    height: 98vh;
    margin-top:0px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow:hidden;
    display: flex;
    flex-direction: column;
}
.mob-book-engine-h2 {
    font-size: 1.600rem;
    line-height: 2.5rem;
    font-weight: 700;
    letter-spacing: -.025em;
    padding-top:0px;
    padding-right:40px;
    padding-left:40px;
    padding-bottom:20px;
    align-items: center;
    
}
.center-notch {
 display:block!important;
}
.mob-front {
    width:100%;
    justify-content: center;
}
.book-engine-stay-bold {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.book-engine-stay-light {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: -.025em;
}
.book-engine-search {
    align-items: flex-end;
    gap: 0.75rem;
    justify-content: center;
    position: relative;
}
.search-btn {
   width:90%;

}
.col-1 {
 
    margin: 0 auto;
    gap: 0.5rem;
    text-align: center;
    padding:10px;
}
.col-2 {

    margin: 0 auto;
    gap: 0.5rem;
    text-align: center;
    padding:10px;
}
.col-3 {

    margin: 0 auto;
    gap: 0.5rem;
    text-align: center;
    padding:10px;
}
.col-4 {

    margin: 0 auto;
    gap: 0.5rem;
    text-align: center;
    padding:10px;
}


.search-box-but{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding:10px;
}
.search-box-but-search{
    text-align: center;

}
.search-btn-update {
    width: 90%;
}

.container-Session-2 {
    max-width: 100%;
    margin: 0 auto;
    padding-top:0rem;
    padding-left:1.5rem;
    padding-right:1.5rem;
    padding-bottom:1rem;
}
.container-Session-3 {
    max-width: 100%;
    margin: 0 auto;
    padding-top:0rem;
    padding-left:1.5rem;
    padding-right:1.5rem;
    padding-bottom:0rem;
}
.container-Session-4 {
    max-width: 100%;
    margin: 0 auto;
    padding-top:0rem;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:1rem;
}
.select-checkin-h2 {
    font-size: 1.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    letter-spacing: -.025em;
    padding-top: 40px;
    padding-bottom: 20px;
}
    td:hover {
        background-color: #bb9631;
        transition: all 0.1s ease;
    }
    .month-scroller-wrapper {
        overflow-x: auto;
        white-space: nowrap;
        border-bottom: 1px solid #ddd;
        margin-bottom: 1rem;
        scrollbar-width: thin;
        cursor: pointer;
    }

    .month-scroller-wrapper::-webkit-scrollbar {
        height: 3px;
    }

    .month-scroller-wrapper::-webkit-scrollbar-thumb {
        background: #e5e7eb;
        border-radius: 0px;
    }
    .month-scroller-wrapper::-webkit-scrollbar-thumb:hover {
        background: #bb9631; 
    }

    .month-scroller {
        display: inline-flex;
        align-items: center;
        gap: 2rem; /* Space between months */
        padding: 0.5rem 1rem;
    }

    .month-button {
        font-family: "Roboto", sans-serif;
        background: none;
        border: none;
        font-size: 14px;
        font-weight: 200;
        color: #333;
        cursor: pointer;
        padding-bottom: 5px;
        border-bottom: 2px solid transparent;
        white-space: nowrap;
        transition: all 0.3s ease;
    }

    .month-button.active {
        color: #bb9631;
        font-weight: bold;
        border-color: #bb9631; /* Underline active month */
    }
    
        .calendar-container {
        width: 100%;
        text-align: center;
        background-color: #fff;
        padding: 10px;
        box-shadow: none;
        color: #ffffff;
        border-radius: 15px;
    }
    
    .calendar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        padding: 10px 20px;
        border-radius: 8px;
        margin-bottom: 15px;
        box-shadow: none;
    }
    
    .calendar-header button {
        border: none;
        background: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: #bb9631;
    }
    
    .calendar-header span {
        font-size: 1.5rem;
        font-weight: bold;
        color: #000;
        font-family: "Roboto", sans-serif;
    }
    
    table {
        width: 100%;
        border-collapse: none;
        table-layout: fixed; /* Ensures equal column widths */
        border-spacing: 2px;
    }
    
    th, td {
        font-family: "Roboto", sans-serif;
        text-align: center;
        border: .5px solid rgba(0,87,183,.15);
        width: 14.28%; /* Ensures each column takes equal space */
        height: 40px; /* Sets uniform height */
        padding: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
        border-radius: 8px;
    }
    
    th {
        font-family: "Roboto", sans-serif;
        color: #000;
        font-size: 13px;
        font-weight: 500;
        height: 25px;
    }
    
    td {
        position: relative;
        cursor: pointer;
        color: #4d4d4d;
        font-size: 0.551rem;
        background-color: rgb(0 87 183 / 4%);
    }
    
    td:hover {
        background-color: #bb9631;
    }
    
    .disabled {
        background-color: #fafafa;
        color: #ccc;
        cursor: not-allowed;
        pointer-events: none;
        
    }
    
    .selected-checkin {
        background-color: #a6e3e9;
        border: 3px solid lightblue;
    }
    
    .selected-checkout {
        background-color: #ffcccb;
    }
    
    .calendar-cell .price {
        display: block;
        text-align: center;
        font-size: 11px;
        color: #000;
        padding-top:19px;
        padding-bottom:0px;
        line-height: .701rem;
        font-weight: 700;
    }
    td:hover .price {
        color: #fff;
    }
    .calendar-cell:hover {
        font-size: 12px;
    color: #000 !important;
    font-weight: 800;
    transition: all 0.3s ease;
}
    .price-detail{
        display: none;
        text-align: center;
        font-size: 10px;
    }
    
    .search-tF{
        width: 100%;
        font-size: 10px;
        font-weight: 300;
        text-align: left;
        font-family: "Roboto", sans-serif;
        color: #000;
        padding:10px;
    }
.search-currency{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center!important;
    justify-content: center!important;
}
.select-currency {
    width: 10rem;
    border-radius: 0;
    padding-top: 0.604rem;
    padding-bottom: 0.604rem;
    padding-left: 6px;
    border: 1px solid #e3e3e3;
}


.modals {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    background-color: #fffffffc;
    overscroll-behavior: contain;
}
.modals-contents {
    display: flex;
    background-color: #fff;
    max-width: 35rem;
    position: relative;
    flex-direction: column;
    padding: 1rem;
    outline: 1px solid #0000002e;
    outline-offset: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 0.5rem;
    z-index: 6;
}
.max-width-modals {
    max-width: 35rem;
}
.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}
*, :after, :before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
}
.modals-content {
    background-color: #ffffff !important;
}
.border-b, .border-y {
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}

.tooltip .tooltiptext {
    left: -10%!important;
    margin-left: -29px!important;
}
.col-1-CU{
    font-size: 10px;
    font-family: 'Roboto';
}
.col-2-CU {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: end;
    padding-top:1rem;
    padding-bottom:1rem;
    align-items: center!important;
    justify-content: center!important;
}
.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;
}

.sold-out {
    font-size: 12px!important;
    padding-top: 10px!important;
    padding-bottom: 0px!important;
    line-height: .850rem!important;
    font-weight: 700;
    text-decoration: line-through;
}
.promo-offer {
    display:none!important;
}
.policy-tab{
    width:90%!important;
}
.glass-card-inner {
    flex-direction: column!important;
}
.glass-card-left {
    margin-left: auto;
    margin-right: auto;
    width: 100%!important;
    background: #bb9631;
    padding: 20px!important;
}
.glass-card-right {
    align-items: center;
    display: flex;
    width: 100%!important;
    flex-direction: column!important;
    border: 1px solid #003088;
    padding: 10px!important;
    margin: 0 auto;
    border-radius: 15px;
}
.offers-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
}
}














 
/* Medium screens (768px) */
@media (min-width: 577px) {

.Desktop {
    display: block;
}  
.mobile-logo{
    display:none;
}
    .container {
    max-width: 1200px;
}
.header-sub{
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    flex-wrap: wrap;
}
    .book-engine {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow:hidden;
}
.book-engine-h2 {
    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;
}
.book-engine-stay-bold {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.book-engine-stay-light {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: -.025em;
}

.col-1 {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;

}
.col-2 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;

}
.col-3 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;

}
.col-4 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;

}
.container-Session-2 {
    max-width: 1200px;
    margin: 0 auto;
    padding-top:3rem;
    padding-bottom:3rem;
}
.container-Session-3 {
    max-width: 1200px;
    margin: 0 auto;
    padding-top:3rem;
    padding-bottom:0rem;
}
.container-Session-4 {
    max-width: 1200px;
    margin: 0 auto;
    padding-top:1rem;
    padding-bottom:3rem;
}
.select-checkin-h2 {
    font-size: 1.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    letter-spacing: -.025em;
    padding-top: 40px;
    padding-bottom: 20px;
}

    .month-scroller-wrapper {
        overflow-x: auto;
        white-space: nowrap;
        border-bottom: 1px solid #ddd;
        margin-bottom: 1rem;
        scrollbar-width: thin;
        cursor: pointer;
    }

    .month-scroller-wrapper::-webkit-scrollbar {
        height: 3px;
    }

    .month-scroller-wrapper::-webkit-scrollbar-thumb {
        background: #e5e7eb;
        border-radius: 0px;
    }
    .month-scroller-wrapper::-webkit-scrollbar-thumb:hover {
        background: #bb9631; 
    }

    .month-scroller {
        display: inline-flex;
        align-items: center;
        gap: 2rem; /* Space between months */
        padding: 0.5rem 1rem;
    }

    .month-button {
        font-family: "Roboto", sans-serif;
        background: none;
        border: none;
        font-size: 14px;
        font-weight: 200;
        color: #333;
        cursor: pointer;
        padding-bottom: 5px;
        border-bottom: 2px solid transparent;
        white-space: nowrap;
        transition: all 0.3s ease;
    }

    .month-button.active {
        color: #bb9631;
        font-weight: bold;
        border-color: #bb9631; /* Underline active month */
    }
    
        .calendar-container {
        width: 100%;
        text-align: center;
        background-color: #fff;
        padding: 20px;
        box-shadow: none;
        color: #ffffff;
        border-radius: 14px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    .calendar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        padding: 10px 20px;
        border-radius: 8px;
        margin-bottom: 15px;
        box-shadow: none;
    }
    
    .calendar-header button {
        border: none;
        background: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: #bb9631;
    }
    
    .calendar-header span {
        font-size: 1.5rem;
        font-weight: bold;
        color: #000;
        font-family: "Roboto", sans-serif;
    }
    
    table {
        width: 100%;
        border-collapse: none;
        table-layout: fixed; /* Ensures equal column widths */
        border-spacing: 0;
    }
    
    th, td {
        font-family: "Roboto", sans-serif;
        text-align: center;
        border: .5px solid #e5e7eb;
        width: 14.28%; /* Ensures each column takes equal space */
        height: 130px; /* Sets uniform height */
        padding: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
        border-radius: 8px;
    }
    
    th {
        font-family: "Roboto", sans-serif;
        color: #000;
        font-size: 15px;
        font-weight: 500;
        height: 50px;
    }
    
    td {
        position: relative;
        cursor: pointer;
        color: #4d4d4d;
        font-size: 0.751rem;
        background-color: rgb(0 87 183 / 4%);
    }
    
    td:hover {
        background-color: #bb9631;
        transition: all 0.5s ease;
    }
    
    .disabled {
        background-color: #fafafa;
        color: #ccc;
        cursor: not-allowed;
        pointer-events: none;
        
    }
    
    .selected-checkin {
        background-color: #a6e3e9;
        border: 3px solid lightblue;
    }
    
    .selected-checkout {
        background-color: #ffcccb;
    }
    
    .calendar-cell .price {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #000;
        padding-top:10px;
        padding-bottom:3px;
        line-height: 2rem;
         font-weight: 700;
    }
    td:hover .price {
        color: #fff;
    }
    .calendar-cell:hover {
    color: #fff !important;
}
    .price-detail{
        display: block;
        text-align: center;
        font-size: 10px;
    }
    
    .search-tF{
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        text-align: left;
        font-family: "Roboto", sans-serif;
        color: #000;
    }
.search-currency{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex: 1 1 0%;
    gap: 0.5rem;
    align-items: center!important;
    justify-content: center!important;
}
.col-1-CU {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: left;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    font-family: "Roboto", sans-serif;
    color:#5f5f5f;
    padding-top:3rem;
    padding-left:1rem;

}
.col-2-CU {
    width: 40%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: end;
    padding-top:3rem;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
    font-family: "Roboto", sans-serif;
    color:black;
    align-items: center!important;
    justify-content: center!important;
}

.log-main{
        height: 3.5rem;
}
.select-currency {
    width: 16rem;
    border-radius: 0;
    padding-top: 0.604rem;
    padding-bottom: 0.604rem;
    padding-left: 6px;
    border: 1px solid #e3e3e3;
}
.footer {
   background-color: #f8f8f8; 
   padding-top:0rem;
   padding-bottom:2rem;
}
.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;
}

.glass-card-inner {
    flex-direction: row!important;
}
}
 

 
/* Extra large screens (1200px) */
@media (min-width: 1200px) {
     .Desktop {
    display: block;
}  
.mobile-logo{
    display:none;
}
    .container {
    max-width: 1440px;
}
.header-sub{
    height: 75px;
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    flex-wrap: wrap;
}
    .book-engine {
    height: 450px;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow:hidden;
}
.book-engine-h2 {
    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;
}
.book-engine-stay-bold {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.book-engine-stay-light {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75rem;
    letter-spacing: -.025em;
}
.book-engine-search {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    max-width: 1200px;
    flex-direction: column;
    padding-top:1rem;
    padding-bottom:1rem;
}
.search-box-col{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 50px;
}
.search-box-but{
    display: flex;
    flex-direction: column;
    width: 79%;

}
.search-box-but-search{
    text-align: center;

}
.col-1 {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.col-2 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    gap: 0.5rem;
}
.col-3 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    gap: 0.5rem;
}
.col-4 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    gap: 0.5rem;
}
.container-Session-2 {
    max-width: 1200px;
    margin: 0 auto;
    padding-top:3rem;
    padding-bottom:3rem;
}
.container-Session-3 {
    max-width: 1200px;
    margin: 0 auto;
    padding-top:3rem;
    padding-bottom:0rem;
}
.container-Session-4 {
    max-width: 1200px;
    margin: 0 auto;
    padding-top:1rem;
    padding-bottom:3rem;
}
.select-checkin-h2 {
    font-size: 1.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    letter-spacing: -.025em;
    padding-top: 40px;
    padding-bottom: 20px;
}

    .month-scroller-wrapper {
        overflow-x: auto;
        white-space: nowrap;
        border-bottom: 1px solid #ddd;
        margin-bottom: 1rem;
        scrollbar-width: thin;
        cursor: pointer;
    }

    .month-scroller-wrapper::-webkit-scrollbar {
        height: 3px;
    }

    .month-scroller-wrapper::-webkit-scrollbar-thumb {
        background: #e5e7eb;
        border-radius: 0px;
    }
    .month-scroller-wrapper::-webkit-scrollbar-thumb:hover {
        background: #bb9631; 
    }

    .month-scroller {
        display: inline-flex;
        align-items: center;
        gap: 2rem; /* Space between months */
        padding: 0.5rem 1rem;
    }

    .month-button {
        font-family: "Roboto", sans-serif;
        background: none;
        border: none;
        font-size: 14px;
        font-weight: 200;
        color: #333;
        cursor: pointer;
        padding-bottom: 5px;
        border-bottom: 2px solid transparent;
        white-space: nowrap;
        transition: all 0.3s ease;
    }

    .month-button.active {
        color: #bb9631;
        font-weight: bold;
        border-color: #bb9631; /* Underline active month */
    }
    
        .calendar-container {
        width: 100%;
        text-align: center;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 7px 20px rgba(0,0,0,.14);
        color: #ffffff;
        border-radius: 14px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    .calendar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        padding: 10px 20px;
        border-radius: 8px;
        margin-bottom: 15px;
        box-shadow: none;
    }
    
    .calendar-header button {
        border: none;
        background: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: #bb9631;
    }
    
    .calendar-header span {
        font-size: 1.5rem;
        font-weight: bold;
        color: #000;
        font-family: "Roboto", sans-serif;
    }
    
    table {
        width: 100%;
        border-collapse: none;
        table-layout: fixed; /* Ensures equal column widths */
        border-spacing: 0;
    }
    
    th, td {
        font-family: "Roboto", sans-serif;
        text-align: center;
        border: .5px solid rgba(0,87,183,.15);
        width: 14.28%; /* Ensures each column takes equal space */
        height: 130px; /* Sets uniform height */
        padding: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
        border-radius: 8px;
    }
    
    th {
        font-family: "Roboto", sans-serif;
        color: #000;
        font-size: 15px;
        font-weight: 500;
        height: 50px;
    }
    
    td {
        position: relative;
        cursor: pointer;
        color: #4d4d4d;
        font-size: 0.751rem;
        background-color: rgb(0 87 183 / 4%);
    }
    
    td:hover {
        background-color: #bb9631;
        transition: all 0.3s ease;
    }
    
    .disabled {
        background-color: #fafafa;
        color: #ccc;
        cursor: not-allowed;
        pointer-events: none;
        
    }
    
    .selected-checkin {
        background-color: #a6e3e9;
        border: 3px solid lightblue;
    }
    
    .selected-checkout {
        background-color: #ffcccb;
    }
    
    .calendar-cell .price {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #000;
        padding-top:10px;
        padding-bottom:3px;
        line-height: 2rem;
         font-weight: 700;
    }
    td:hover .price {
        color: #fff;
    }
    .calendar-cell:hover {
    color: #fff !important;
}
    .price-detail{
        display: block;
        text-align: center;
        font-size: 10px;
    }
    
    .search-tF{
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        text-align: left;
        font-family: "Roboto", sans-serif;
        color: #000;
    }
.search-currency{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex: 1 1 0%;
    gap: 0.5rem;
    align-items: center!important;
    justify-content: center!important;
}
.col-1-CU {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: left;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    font-family: "Roboto", sans-serif;
    color:#5f5f5f;
    padding-top:3rem;
    padding-left:1rem;

}
.col-2-CU {
    width: 40%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: end;
    padding-top:3rem;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
    font-family: "Roboto", sans-serif;
    color:black;
    align-items: center!important;
    justify-content: center!important;
}
.nav-box-1{
    width:50%;
}
.nav-box-2{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.log-main{
        height: 3.5rem;
}
.select-currency {
    width: 16rem;
    border-radius: 0;
    padding-top: 0.604rem;
    padding-bottom: 0.604rem;
    padding-left: 6px;
    border: 1px solid #e3e3e3;
}
.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;
}
.search-btn-update {
    width: 50%;
}
.modals-contents{
    margin: 5% auto;
    border-radius: 8px;
    max-width: 630px;
}
.glass-card-inner {
    flex-direction: row!important;
}

}

/* All screens */
body, form, h1, h2, h3, h4, h5, h6, label, p {
    margin: 0;
    padding: 0;
    line-height: inherit;
}
*, :after, :before {
    box-sizing: border-box;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none;
}
.z-0 {
    z-index: 0;
}
.relative {
    position: relative;
    background-color: #f4f4f5;
}
.log-main{
        width: 7rem;
        overflow: hidden;
        position: absolute;
        top: 10px;
        bottom: 0;
        object-fit: contain;
}
img {
    max-width: 100%;
    height: auto;
}
.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;
}

    .book-engine {
    background: linear-gradient(225deg,#bb9631 59.9%,#efc040 101.85%);
    width: 100%;
    justify-content: normal;
    /*background-image:
    linear-gradient(
      #bb9631e0,
      rgba(0, 0, 0, 0.6)
    ),
    url('/front-end/images/Oceanic-Sunset.jpeg');*/
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.book-engine-stay-bold {
    font-family: HotalerSans;
    color:black;
}
.book-engine-stay-light {
    font-family: "Roboto", sans-serif;
    color:black;
}

.search-btn {
    font-size: .975rem;
    font-weight: 400;
    font-family: Roboto;
    color:black;
    cursor: pointer;
    appearance: none;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    border-color: #151515!important;
    padding: 0.5rem 2rem;
    display: inline-block;
    line-height: 1.5;
    white-space: nowrap;
    position: relative;
    transition: all 0.5s ease;

}
.search-btn:hover {
    color:white;
    border-color: #fff;
    background-color: #000;
}
.search-btn-update {
    font-size: .975rem;
    font-weight: 600;
    font-family: Roboto;
    color:#fff;
    cursor: pointer;
    appearance: none;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    padding: 0.5rem 2rem;
    display: inline-block;
    line-height: 1.5;
    white-space: nowrap;
    position: relative;
    transition: all 0.5s ease;
    background-color: #000;

}
.search-btn-update:hover {
    border-color: #fff;
    background-color: #fff;
    color:#000;
}
.search-btn-primary:disabled {
    background-color:#9A782D;
    border-color: #9A782D;
    color:#584316;
}
.select-checkin-h2 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: #737373;
    text-decoration: underline;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    z-index: 9001;
    overflow-y: auto;
    text-align: start;
    transition: opacity .15s linear;
    overscroll-behavior: contain;
}
.modals-content {
    background-color: #fefefe;
    padding: 26px;
    border: 1px solid #888;
    font-family: "Roboto", Sans-serif;
    position: relative;
    height: fit-content;
    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);
}
.max-width-modal {
    max-width: 35rem;
}
.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}

.modals-content {
    background-color: #ffffff !important;
}
.border-b, .border-y {
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}
.modals {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    background-color: #fffffffc;
    overscroll-behavior: contain;
}
.modals-contents {
    display: flex;
    background-color: #fff;
    max-width: 35rem;
    position: relative;
    flex-direction: column;
    padding: 1rem;
    outline: 1px solid #0000002e;
    outline-offset: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 0.5rem;
    z-index: 6;
}
.max-width-modals {
    max-width: 35rem;
}
.modal-btn{
    font-family: Roboto;
    appearance: none;
    border-radius:.24rem;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5;
    white-space: nowrap;
    padding: 0.5rem 2rem;
    background-color: #bb9631;
    border-color: #bb9631;
    color: white;
    transition: all 0.5s ease;
}
.modal-btn-cancel{
    font-family: Roboto;
    appearance: none;
    border-radius:.24rem;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: .875rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5;
    white-space: nowrap;
    padding: 0.5rem 2rem;
    background-color: white;
    border-color:#bb9631;
    color: #bb9631;
    transition: all 0.5s ease;
    margin-left:10px;
}
.modal-btn:hover{
    border-color: #fff;
    background-color: #bb9631;
}
.modal-btn-cancel:hover{
    border-color: #bb9631;
    color: #bb9631;
}
.modal-session-1{
    margin-top:1rem;
    margin-bottom:1rem;
}
.modal-session-h2 {
    font-family: Roboto;
    font-size: 1.075rem;
    justify-content: center;
    color: #000;
    font-weight: 700;
    text-align: center;
    padding-left: 60px;
}
.modal-session-2{
    display: flex;
    justify-content: center;
    margin-top:1rem;
    margin-bottom:1rem;
    border-top:1px solid #e5e7eb;;
    border-bottom:1px solid #e5e7eb;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    flex-direction: column;
    align-items: center;
}

.modal-session-3{
    display: flex;
    justify-content: center;
    margin-top:1rem;
    margin-bottom:1rem;
}
.count-buttons {
    font-size: 2.3rem;
    border: 1px solid #bb9631 !important;
    color: #bb9631;
    background-color: transparent;
    border-radius: 50%;
    width: 2.3rem;
    height: 2.3rem;
    cursor: pointer;
    font-weight: lighter;
    font-family: 'Roboto';
    text-align: center;
    line-height: 0;
    transition: all 0.2s ease;
}
.count-buttons:hover{
    color: #fff;
    background-color: #bb9631;
    
}
.counts {
    font-family: Roboto;
    font-size: 1.975rem;
    margin: 0 10px;
    font-weight: 700;
    color:black;
}
.text-ends {
    text-align: end !important;
}
.close-X {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.close-X:hover{
   color:#bb9631;
   cursor: pointer;
}
.label-text {
    width: 40%;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 700;
    justify-content: flex-start;
    line-height: 1.5;
    text-align: left;
}
.models-col-1 {
   width:80%;
   display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
    gap:1rem;
    border-bottom: 1px solid #e5e7eb;
}
.models-col-2 {
    width:80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    gap:1rem;
    border-bottom: 1px solid #e5e7eb;
}
.models-col-3 {
    width:80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom:1rem;
    gap:1rem;
    border-bottom: 1px solid #e5e7eb;
}
.modals-top-text {
    width: 60%;
    text-align: end;
}
.book10more {
    font-family: Roboto;
    font-size: .775rem;
    margin: 0 10px;
    color: #bb9631 !important;
    text-decoration-line: underline;
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.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);
}
.li-menu.topmenu-Lang:before {
    background-image: url(/front-end/images/globe.svg);
}
.li-menu.topmenu-Lang-aed:before {
    background-image: url(/front-end/images/currency.svg);
}
.li-menu-currency.select-info:after {
    background-image: url(/front-end/images/circle-info.svg);
}
.menu-icon:before {
    content: ' ';
    background-size: 12px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.menu-icon-my:before {
    content: ' ';
    background-size: 19px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
}
.li-menu-currency {
    gap: 3px;
    color: #25282d;
    align-items: center!important;
    justify-content: center!important;
    display: flex!important;
    font-size: 13px;
    font-family: 'Roboto';
    cursor: pointer;
} 
.select-info-icon:after {
    content: ' ';
    background-size: 22px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: top;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: white;
  color: #000;
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: 300;
  text-align: left;
  border-radius: 6px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
  border: 1px solid #e3e3e3;

}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 30%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #e3e3e3 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.sold-out-cell {
    
    background-color:#fff8f8;
    text-decoration: line-through;
     color: #d50808;
    cursor: not-allowed;
    pointer-events: none;
    border: 1px dotted #d50808;
    }
    
.sold-out {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #d50808;
    padding-top: 25px;
    padding-bottom: 3px;
    line-height: 2rem;
    font-weight: 700;
    text-decoration: line-through;
    }
.promo-offer {
    display: flex;
    margin-bottom: 20px !important;
    align-items: center;
    width: 90%;
    height: 90px;
    box-shadow: 0 1px 30px rgb(0 0 0 / 10%);
    border-radius: 6px;
    padding: 12px 25px 12px 0;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    background: linear-gradient(122deg, #fdff00 0%, #0079ff 100%);
    overflow: hidden;
    cursor: pointer;
    margin-top: -93px;
}
.promo-offer .promoimG {
    height: 90px;
    width: 100px;
    flex-shrink: 1;
    margin-right: 25px;
}
.promo-cap-small {
    font-family: 'Roboto';
    font-size: 13px;
    color: #4a4a4a;
    line-height: 16px;
    margin-bottom: 5px;
}
.promo-cap-big{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000;
}
.promo-hotel {
    display: flex;
    margin-bottom: 20px !important;
    align-items: center;
    width: 60%;
    height: 90px;
    box-shadow: 0 1px 30px rgb(0 0 0 / 10%);
    border-radius: 6px;
    padding: 12px 25px 12px 0;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    background: linear-gradient(90deg, rgb(239 229 247 / 100%) 0%, rgb(253 221 220 / 100%) 100%);
    overflow: hidden;
    cursor: pointer;
}
.hotelpromoimG {
    height: 70px;
    width: 70px;
    flex-shrink: 1;
    margin-right: 5px;
    padding: 10px;
}
.promo-adv{
    display: flex;
    align-items: left;
    width:50%;
    padding: 12px 25px 12px 0;
}
.home-adv{
    display: flex;
    align-items: center;
    width:50%;
    margin-left:auto;
}
.promo-text-div{
    align-items: left;
    margin-top: 16px;
}
.loader {
    border: 6px solid #bb96315e!important;
    border-top: 6px solid #bb9631!important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

.promo-offer {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 250% 400%;
	animation: gradient 15s ease infinite;

}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/* General Section */
.offers-carousel-section {
display:flex;
  padding:0px;
  font-family: 'HotalerSans';
  position: relative;
  border: 0px solid #d7d7d7;
  margin-top:0rem;
  overflow: hidden;
  flex-direction: column;
}

.offers-title {
    font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  padding-top: 40px;
  padding-bottom: 2px;
  text-align: center;
  font-family: "HotalerSans" !important;
  color: #000;
  display: inline-block;
  position: relative;
  margin-bottom:20px;
}
/* Stylish multicolour underline */
.offers-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 220px; /* adjust underline width */
  height: 4px;  /* underline thickness */
  border-radius: 4px;
  background: linear-gradient(90deg, #bb9631, #f09819, #00c6ff, #007fa3);
  background-size: 300% 100%;
  animation: gradientMove 4s ease infinite;
}

/* animate gradient flow */
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.offers-title-light {
   display:none;
}
/* Carousel Container */
.offers-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding-bottom: 10px;
  scrollbar-width: none; /* Firefox */
}

.offers-carousel::-webkit-scrollbar {
  display: none;
}

/* Offer Card */
.offer-card {
  flex: 0 0 350px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.offer-card:hover {
  transform: translateY(-5px);
}

.offer-badge { position: absolute; 
content: attr(data-label); 
left: -8px; 
padding: 0.8rem; 
width: fit-content; 
background: #008009; 
color: white; 
text-align: center; 
font-family: 'Roboto'; 
box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2); 
font-size: 12px; font-weight: 500; 
text-transform: capitalize;
border-top-right-radius: 13px; 
z-index: 5; 
padding-left: 1rem;
bottom:-5px;
}
.offer-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.offer-info {
  padding: 14px 16px 18px;
}

.addon-rate-listing {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    align-items: left!important;
    justify-content: space-between!important;
    padding: 10px;
    font-family: 'Roboto';
    color: #504f52;
}
.addon-list-title {
    padding: 10px;
    font-weight: 400;
    font-size: 17px;
    text-align: left;
    font-family: HotalerSans!important;
    line-height: 1rem;
    letter-spacing: .005em;
    display: flex;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
      margin: 0 0 6px;
}
.addon-list-titlelight {
    padding-left: 20px;
    padding-right: 10px;
    font-weight: 200;
    font-size: 12px;
    font-family: HotalerSans!important;
    line-height: 1rem;
    letter-spacing: .005em;
    overflow: hidden;
    text-align: left;
    color: #666666;
      margin: 0 0 10px;
}

.add-on-disc-text {
    font-family: HotalerSans;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: line-through;
    margin-left: 2px;
    margin-top: 4px;
    font-weight: bold;
    color: red;
}
.aed-addon-amount {
    font-weight: 800;
    font-size: 14px;
    padding-right: 7px;
}
.no-resrve {
    font-weight: 400;
    font-size: 12px;
}
.offer-code {
  font-size: 0.85rem;
  color: #bb9631;
  font-weight: 600;
}

/* Scroll Buttons */
.carousel-controls {
  position: absolute;
  top: 50%;
  width: 95%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.scroll-btn {
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #bb9631;
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: background 0.3s;
}

.scroll-btn:hover {
  background: #bb9631;
  color: #fff;
}

@media (max-width: 600px) {
  .offer-card {
    flex: 0 0 100%;
  }
  .scroll-btn {
    display: none;
  }
  .offers-carousel-section {
    margin-top: 0rem;
}
.offers-title {
    padding-top: 0px;
}
.container-Session-Offer{
    max-width:100%;
    
}
}
.container-Session-Offer{
    display: flex;
    width:100%;
    margin: 0 auto;
    max-width:90%;
    
}
.offers-carousel-row{
    display: flex;
    width:100%;
    flex-direction: column;
        align-items: center;
    justify-content: center;
        padding-bottom: 1rem;

}
.currency-symbol-dirham {
    font-family: aed;
    margin-right: 0;
    top: 0;
    display: inline-block;
}
.currency-symbol {
    height: 0.8em;
    width: 0.8em;
    margin-right: 0.2em;
    position: relative;
    top: -0.1em;
}
  /* === Oceanic Hotel Modal === */


  .oh-modal {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

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

  .oh-modal-content {
    background: linear-gradient(145deg, #013d4a, #01586b); /* Oceanic blues */
    color: #fff;
    border-radius: 18px;
    max-width: 520px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
    transform: translateY(40px) scale(0.96);
    opacity: 0;
    transition: transform 0.2s cubic-bezier(0.19,1,0.22,1), opacity 0.5s ease;
  }
.oh-modal-content-offer{
    padding: 28px 22px;
}
  .oh-modal.active .oh-modal-content {
    transform: translateY(0) scale(1);
    opacity: 1;
  }

  .oh-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
  }
  .oh-modal-img{
    border-top-right-radius: 18px;
    border-top-left-radius: 18px;
    padding: 2rem;
    background-size: cover; /* Scales the image to cover the entire element */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-position: center center;
      background-image: url('/front-end/images/Oceanic-Sunset-main.jpeg');
  }

  .oh-modal-img img {
    max-width: 150px;
    margin-bottom: 14px;
    border-radius: 8px;
    animation: float 6s ease-in-out infinite;
  }

  @keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
    100% { transform: translateY(0); }
  }

  .oh-title {
    font-family: HotalerSans;
    line-height: 2rem;
    letter-spacing: 0em;
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0;
    padding-bottom: 20px;
  }

  .oh-title span {
    color: #fcd65e; /* gold accent */
  }

  .oh-sub {
         font-family: 'Roboto';
    color: rgba(255,255,255,0.85);
    font-size: 0.95rem;
    margin: 10px 0 20px;
  }

  .oh-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .oh-cta {
    background: #fcd65e;
    color: #013d4a;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 6px 14px rgba(252,214,94,0.3);
  }

  .oh-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 18px rgba(252,214,94,0.5);
  }

  .oh-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    opacity: 0.9;
  }

  .oh-link:hover { opacity: 1; }

  @media (max-width: 580px) {
    .oh-modal-content { 
        width: 90%;
        border-radius: 14px; }
    .oh-title { font-size: 1.2rem; }
    .oh-modal-content-offer{
    padding: 20px 16px;
}
  }
  
/* ---------- core layout ---------- */
.ocn-t161-offers-section { width:100%; max-width:972px; margin:40px auto; padding:0 20px; position:relative; }
.ocn-t161-offers-header {     font-family: 'HotalerSans';
text-align:center; margin-bottom:20px; }
.ocn-t161-offers-header h2 {     font-family: 'HotalerSans';
font-size:1.75rem; margin:0; color:#0b1a2f; }
.ocn-t161-offers-header p { color:#555; margin:6px 0 0; font-size:0.95rem; }

/* carousel */
.ocn-t161-carousel{ position:relative; overflow:hidden; }
.ocn-t161-track{ display:flex; gap:20px; overflow-x:auto; scroll-behavior:smooth; padding:10px 40px; scrollbar-width:none; }
.ocn-t161-track::-webkit-scrollbar{ display:none; }

/* card */
.ocn-t161-card{ flex:0 0 280px; background:#fff; border-radius:12px; box-shadow:0 4px 12px rgba(0,0,0,0.08); position:relative; transition:transform .25s,box-shadow .25s; min-height:150px; display:flex; align-items:center; }
.ocn-t161-card:focus{ outline:3px solid rgba(0,102,204,0.12); }
.ocn-t161-card:hover{ transform:translateY(-4px); box-shadow:0 6px 18px rgba(0,0,0,0.12); }

.ocn-t161-tag{     
font-family: 'Roboto';
position:absolute; 
top:10px; 
left:10px; 
padding:4px 8px; 
border-radius:25px; 
font-size:11px; 
color:#fff; 
font-weight:400; }
.ocn-t161-tag.hot{ background:#e63946; } .ocn-t161-tag.limited{ background:#f4a261; } .ocn-t161-tag.special{ background:#2a9d8f; }

.ocn-t161-content{ 
        font-family: 'HotalerSans';
    padding:20px; text-align:center; width:100%;
    margin-top: 15px;
    
}
.ocn-t161-content h3{ margin:0 0 8px; font-size:1.05rem; color:#003366; }
.ocn-t161-content p{
    margin:0 0 12px; 
    color:#444; 
    font-size: 13px;
    font-family: 'Roboto';
    text-align: left;
    }

/* button */
.ocn-t161-btn{ 
    font-family: 'Roboto';
    border: 1px solid #bb9631;

    background:#bb96310f; color:#000;  padding:4px 8px; border-radius:25px; cursor:pointer; font-size:12px; transition:background .2s; }
.ocn-t161-btn:hover{ background:#bb9631; }

/* nav arrows */
.ocn-t161-nav{ position:absolute; top:50%; transform:translateY(-50%); border:none; width:36px; height:36px; border-radius:50%; display:flex; align-items:center; justify-content:center; cursor:pointer; box-shadow:0 2px 6px rgba(0,0,0,0.12); z-index:5; }
.ocn-t161-nav.prev{ left:6px; color: #bb963163;} .ocn-t161-nav.next{ right:6px;
    color: #bb963163;
    
}
.ocn-t161-nav:hover{ background:#bb9631; color:#fff; }

/* modal */
.ocn-t161-modal{ display:none; position:fixed; inset:0; z-index:9999; align-items:center; justify-content:center; }
.ocn-t161-modal.active{ display:flex; }
.ocn-t161-modal-overlay{ position:absolute; inset:0; background:rgba(0,0,0,0.9); }
.ocn-t161-modal-content{ position:relative; background:#fff; padding:22px; border-radius:12px; width:calc(100% - 40px); max-width:520px; text-align:center; box-shadow:0 12px 30px rgba(0,0,0,0.25); transform:translateY(0); }
.ocn-t161-modal-close{ position:absolute; right:10px; top:8px; border:none; background:transparent; font-size:22px; cursor:pointer; color:#666; }
.ocn-t161-modal-title{ 
    font-family: 'HotalerSans';
    margin:4px 0 10px; font-size:1.25rem; color:#003366; }
.ocn-t161-modal-desc{ 
    font-family: 'Roboto';
    font-size:13px;
    color:#444;  line-height:1.4; margin:0; }
.ocn-t161-modal-action{ 
    font-family: 'Roboto';
    font-size:12px;
    display:inline-block; padding:8px 18px; border-radius:22px; background:#bb9631; color:#fff; text-decoration:none; }
.ocn-t161-modal-secondary{ 
    font-family: 'Roboto';
    font-size:12px;
    padding:8px 14px; border-radius:22px; background:#f0f0f0; border:none; cursor:pointer; }

/* responsive tweaks */
@media (max-width:640px){
  .ocn-t161-track{ padding:10px 14px; gap:12px; }
  .ocn-t161-card{ flex:0 0 86%; }
  .ocn-t161-nav{ display:none; }
}  
.offers-heading {
  text-align: center;
  display: inline-block;
  position: relative;
}

.live-tag {
  display: inline-block;
  background-color: #d90429; /* elegant deep red */
  color: #fff;
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 4px;
  animation: pulse 1.6s infinite;
  letter-spacing: 0.5px;
}

.offers-live-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 6px 0 0;
  line-height: 1.3;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.85; }
  100% { transform: scale(1); opacity: 1; }
}
.cookies-banner{
    background: #bd9631f7;
    padding: 12px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 6px;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 400;
    align-items: center;
    gap: 24px;
}
.cookies-button{
    display: flex;
    flex-direction: row;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 400;
    gap: 10px;
}
.accept-cookies-primary {
    font-size: 14px;
    font-weight: 600;
    font-family: Roboto;
    color: rgb(255, 255, 255);
    cursor: pointer;
    appearance: none;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    border-color: #151515!important;
    padding: 0.5rem 2rem;
    display: inline-block;
    line-height: 1.5;
    white-space: nowrap;
    position: relative;
    transition: all 0.5s ease;
    background-color: black;
}
.reject-cookies-btn {
    font-size: 14px;
    font-weight: 600;
    font-family: Roboto;
    color: rgb(255, 255, 255);
    cursor: pointer;
    appearance: none;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    border-color: #151515!important;
    padding: 0.5rem 2rem;
    display: inline-block;
    line-height: 1.5;
    white-space: nowrap;
    position: relative;
    transition: all 0.5s ease;
    background-color: black;
}


.hero-section {
  position: relative;
  overflow: hidden;
}


/* White notch only */
.center-notch {
 display:none;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 25px;
  z-index: 2;
  pointer-events: none;
}

.guide-btn {
  animation: guidePulse 1.8s infinite;
  transform: scale(1.08);
  position: relative;
  z-index: 9999;
}

@keyframes guidePulse {
  0% { box-shadow: 0 0 0 0 rgba(0,0,0,0.5); }
  70% { box-shadow: 0 0 0 12px rgba(0,0,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,0,0,0); }
}
@media (min-width: 576px) and (max-width: 991.98px) {
        .nav-box-1 {
    width: 50%;
    height: 40px;
}
    .nav-box-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
}
    
    .book-engine-search {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.search-box-col{
    gap: 15px;
    display: flex;
    flex-direction: column;
}
    .menu-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
.promo-offer{
    margin-top: 0px;
}
    .promo-offer,
    .promo-hotel {
        width: 95%;
        height: auto;
        flex-direction: column;
        text-align: center;
    }
    .container-Session-2{
        width: 90%;
    }
    .container-Session-3 {
    width: 90%;
}
.container-Session-4{
        width: 90%;
    }
.promo-adv{
    display:none;
}
    .promo-adv,
    .home-adv {
        width: 100%;
        justify-content: center;
    }

    .glass-card-left,
    .glass-card-right {
        width: 100%;
        padding: 2rem;
    }

    .models-col-1,
    .models-col-2,
    .models-col-3 {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .label-text {
        width: 100%;
    }

    .policy-tab {
        width: 95%;
    }

    .login-modal-dialog {
        max-width: 95%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .nav-box-1 {
    width: 50%;
   height: 40px;
}
    .nav-box-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
}
    .container-Session-2{
        width: 90%;
    }
    .container-Session-3 {
    width: 90%;
}
.container-Session-4 {
    width: 90%;
}
        .book-engine-search {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.book-engine {
    height: 400px;
}
    .search-box-col{
    gap: 15px;
    display: flex;
    flex-direction: row;
    width: 90%;
}
    .promo-offer {
        width: 95%;
    }

    .promo-hotel {
        width: 70%;
    }

    .glass-card-left {
        width: 45%;
    }

    .glass-card-right {
        width: 45%;
    }

    .policy-tab {
        width: 70%;
    }

    .offer-card {
        flex: 0 0 320px;
    }
}
.icon-btn-search{
    font-family: 'Roboto';
    height: 2rem;
    color: #bb9631;
    font-size: 30px;
    font-weight: lighter;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.icon-btn-search:hover{
    color: #fff;
}
body.modal-open {
  overflow: hidden;
  height: 100vh;
}