/* accessibility css start here  */

.accessibility-toggle {
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
} 




/* Accessibility panel */
.accessibility-panel {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 300px;
    display: none;
    z-index: 9999;
    overflow: hidden;
}

.accessibility-btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px;
    background-color: #eff1f5;
}

.accessibility-btn button {
    padding: 12px;
    font-size: 14px;
    width: 125px;
    height: 100px;
    cursor: pointer;
    background: #fff;
    color: #000;
    border-radius: 10px;
    border: none;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.2px;
}

.accessibility-btn button:hover {
    border: 2px solid #000;
}

.accessibility-btn button img {
    max-height: 30px;
    max-width: 30px;
    margin-bottom: 10px;
}

.accessibility-btn button.active {
    border: 2px solid #000;
}

.accessibility-btn button.shrink-img img {
    max-height: 22px;
    max-width: 22px;
}

.accessibility-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 15px;
}

.accessibility-header h5 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.accessibility-header button {
    background-color: #dadada;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accessibility-container {
    min-height: 100vh;
}

.accessibility-footer {
    padding: 15px;
}

.accessibility-footer button {
    width: 100%;
    background-color: #000;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.4px;
    border: none;
    outline: none;
}
@media screen and (max-width: 575px) {

    .accessibility-btn{grid-template-columns: repeat(1, 1fr);}
    .accessibility-panel{
        width: 90%;
        position: fixed;
        top: 9%;
        margin: auto;
        left: 0;
        right: 0;
        z-index: 99999;
    }
    .accessibility-btn button{height: 50px;flex-direction: row;gap: 8px;    justify-content: start;width: auto;}
    .accessibility-btn button img{margin-bottom: 0;}
}
/* Accessibility styles (to be toggled) */

body.high-contrast {
    background-color: #000 !important;
    color: #fff !important;
}

body.high-contrast :where(.hm-htl-box-otr) {
    background-color: #000 !important;
    color: #fff !important;
}

body.high-contrast :where(.h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li,
    label,
    span,
    a,
    a:focus,
    a:hover) {
    color: #fff !important;
}

body.high-contrast {
    --body-color: #000000 !important;
    --text-color: #ffffff !important;
    --button-color: #f0c70b !important;
}
body.high-contrast :where(
    .container,
    header.main-header,
    footer.footer,
    header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu,
    section.accommodation-details .acco-offer ul.facilities-list li.facility-item, 
    section.content-wrapper section.facilities-list-item ul.facilities-list li.facility-item,
    section.content-wrapper section.wedding-section .wedding-container .wedding-content,
     section.content-wrapper section.wedding-section.wedding-sub .wedding-container .wedding-card .wedding-content.main-caption-text,
     section.content-wrapper section.dining-section .dining-container .dining-content,
     section.content-wrapper section.offer-section .offer-container .offer-content,
     section.content-wrapper section.offer-container.offer-sub .offer-container .offer-carousel .owl-stage-outer .owl-stage .item .caption,
      .main--topbar,
      section.room-details-section .sub--all,
     header.main-header nav.navbar .top--bar .desk-right ul.dropdown-content.dropdown-menu,
     section.accommodation.acc-pg .accommodation-wrapper .services-grid .service-card .service-image .service-overlay,
     section.content-wrapper section.dining-section .dining-container,
     #breadcrumbs li.odd

    ){
    background: #000000 !important;
}

body.high-contrast a.main-btn:hover ,
body.high-contrast a.main-btn:hover 
{
    color: #000000 !important;
}
body.high-contrast :where(.main-btn){
    background: #f0c70b !important;
    color: #000000 !important;
}

body.high-contrast :where(#breadcrumbs span){
    border-left: 10px solid #f0c70b !important;
    border-top: 15px solid #000  !important;
    border-bottom: 15px solid #000  !important;

}
body.high-contrast :where(#breadcrumbs a){ 
    background:#f0c70b !important;
    color: #000 !important;
    
}


/* Large font css */
body.large-font h1 {
    font-size: 44px;
}

body.large-font :where(p.description, p, .description) {
    font-size: 22px !important;
}

/* large cursor */
.large-cursor,
.large-cursor button,
.large-cursor a {
    cursor: url("../img/cursor.png") 4 4,
        auto !important;
}



/* highlight link */
body.highlight-link a {
    background-color: #f0c70b !important;
    color: #000 !important;
}

/* High contrast — content, CMS overrides, FAQ, booking widget (theme 200 parity) */
body.high-contrast h1,
body.high-contrast h2,
body.high-contrast h3,
body.high-contrast h4,
body.high-contrast h5,
body.high-contrast h6 {
    color: var(--text-primary, var(--text-color, var(--a-light, #ffffff))) !important;
}

body.high-contrast p,
body.high-contrast li,
body.high-contrast td,
body.high-contrast th,
body.high-contrast label,
body.high-contrast figcaption {
    color: var(--text-primary, var(--text-color, var(--a-light, #ffffff))) !important;
}

body.high-contrast :is(
    .description,
    .description-content,
    .text-content,
    .about-us-section,
    .content-wrapper,
    .extra-about-content,
    .wedding-description,
    .room-description,
    .room-description-text,
    .site-faq-answer-text
) :is(span, div, font, strong, em, b, i:not(.bi):not(.fa)) {
    color: var(--text-primary, var(--text-color, var(--a-light, #ffffff))) !important;
}

body.high-contrast :is(
    .description,
    .description-content,
    .text-content,
    .content-wrapper,
    .site-faq-answer-text
) a:not(.btn-primary):not(.btn-secondary):not(.btn):not(.main-btn) {
    color: var(--text-link, var(--button-color, #ffff00)) !important;
}

body.high-contrast .breadcrumb .breadcrumb-item a {
    color: var(--text-primary, var(--text-color, var(--a-light, #ffffff))) !important;
}

body.high-contrast .breadcrumb .breadcrumb-item.active {
    color: var(--button-color, var(--text-link, #f0c70b)) !important;
}

body.high-contrast .site-faq-section .accordion-item {
    border-color: var(--border-default, #333333) !important;
    background: var(--bg-secondary, var(--body-color, #242424)) !important;
}

body.high-contrast .site-faq-section .accordion-button {
    background: var(--bg-secondary, var(--body-color, #242424)) !important;
    color: var(--text-primary, var(--text-color, var(--a-light, #ffffff))) !important;
}

body.high-contrast .site-faq-section .accordion-button:not(.collapsed) {
    background: var(--bg-tertiary, var(--a-content-color, #333333)) !important;
    color: var(--text-primary, var(--text-color, var(--a-light, #ffffff))) !important;
}

body.high-contrast .site-faq-section .accordion-body,
body.high-contrast .site-faq-section .site-faq-answer-text {
    background: var(--bg-primary, var(--body-color, #1a1a1a)) !important;
    color: var(--text-primary, var(--text-color, var(--a-light, #ffffff))) !important;
}

body.high-contrast footer.footer p,
body.high-contrast footer.footer h3,
body.high-contrast footer.footer h4,
body.high-contrast footer.footer h5 {
    color: var(--text-primary, var(--text-color, #ffffff)) !important;
}

/* body.high-contrast footer.footer a:not(.btn):not(.main-btn) {
    color: var(--text-link, var(--button-color, #ffffff)) !important;
} */

body.high-contrast .booking-engine {
    background: var(--bg-secondary, var(--body-color, #242424)) !important;
}

body.high-contrast .hero .Configure-quickBook-Widget .MbsSearchWidget,
body.high-contrast .Configure-quickBook-Widget .MbsSearchWidget,
body.high-contrast .Configure-quickBook-Widget .MbsSearchWidget.dayUseSearch {
    background: var(--bg-secondary, var(--body-color, #242424)) !important;
    border-color: var(--border-default, #333333) !important;
}

body.high-contrast .Configure-quickBook-Widget .MbsSearchWidget .lbl,
body.high-contrast .Configure-quickBook-Widget .MbsSearchWidget label.dayUseLable,
body.high-contrast .Configure-quickBook-Widget .MbsSearchWidget .dayUseLable,
body.high-contrast .Configure-quickBook-Widget .MbsSearchWidget .flexi-label,
body.high-contrast .Configure-quickBook-Widget .va-whitewrap .flexi-date-checkBox label.dayUseLable,
body.high-contrast .Configure-quickBook-Widget .input-date-pkr svg {
    color: var(--text-primary, var(--text-color, #ffffff)) !important;
}

body.high-contrast .Configure-quickBook-Widget .MbsSearchWidget .checkinDate,
body.high-contrast .Configure-quickBook-Widget .MbsSearchWidget .formGroup .input .endDate,
body.high-contrast .Configure-quickBook-Widget .MbsSearchWidget .formGroup .input.inputRoom .d-flex input,
body.high-contrast .Configure-quickBook-Widget .MbsSearchWidget .formGroup .input.inputRoom .d-flex span,
body.high-contrast .Configure-quickBook-Widget .MbsSearchWidget .checkinDate.promocode,
body.high-contrast .Configure-quickBook-Widget .MbsSearchWidget .add-aroom .guest-count-input,
body.high-contrast .Configure-quickBook-Widget .MbsSearchWidget .mbs-arrow,
body.high-contrast .Configure-quickBook-Widget .input-date-pkr .datepkr {
    color: var(--text-primary, var(--text-color, #ffffff)) !important;
    border-color: var(--text-primary, var(--text-color, #ffffff)) !important;
    background: transparent !important;
}

body.high-contrast .Configure-quickBook-Widget .MbsSearchWidget .checkinDate.promocode::placeholder {
    color: var(--text-primary, var(--text-color, #ffffff)) !important;
    opacity: 0.75;
}

body.high-contrast .Configure-quickBook-Widget .va-whitewrap,
body.high-contrast .Configure-quickBook-Widget .va-carrousel-section,
body.high-contrast .Configure-quickBook-Widget .va-carrousel-flexbox {
    background: transparent !important;
}

body.high-contrast .Configure-quickBook-Widget .va-card {
    background: var(--bg-secondary, var(--body-color, #242424)) !important;
    border: 1px solid var(--border-default, #333333) !important;
    color: var(--text-primary, var(--text-color, #ffffff)) !important;
}

body.high-contrast .Configure-quickBook-Widget .va-card .va-days,
body.high-contrast .Configure-quickBook-Widget .va-card .va-title,
body.high-contrast .Configure-quickBook-Widget .va-card .va-date,
body.high-contrast .Configure-quickBook-Widget .va-card .va-start-from,
body.high-contrast .Configure-quickBook-Widget .va-card button.link-plain {
    color: var(--text-primary, var(--text-color, #ffffff)) !important;
}

body.high-contrast .Configure-quickBook-Widget .dayUseCheckBox {
    accent-color: var(--button-color, #f0c70b);
}

/* Google Translate toolbar hard-hide so it does not push header layout */
iframe.goog-te-banner-frame,
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover,
.goog-text-highlight {
  display: none !important;
  visibility: hidden !important;
}

body {
  top: 0 !important;
}

html {
  margin-top: 0 !important;
}

body.high-contrast .main--topbar .top--head  .dropdown.lang-drop .dropdown-menu{
    background: var(--body-color) !important;
}
body.highlight-link .main--topbar .top--head  .dropdown.lang-drop .dropdown-menu  span{
    background-color: var(--body-color) !important;
    color: var(--button-color) !important;
}
body.large-font .main--topbar .top--head  .dropdown.lang-drop .dropdown-menu  li a span{
    font-size: 18px !important;
}
