:root {
  --color-text-para: #2c2826;
  --font-size-lg-x: 20px;
  --color-primary-bg-peach: #fff1ea;
  --color-primary-bg-peach-secondary: #feebe2;
  --font-tertiary-exp: 'MessinaSans-Regular';
  --font-secondary-exp: 'MessinaSans-Book';
	--font-primary-new: 'NantestFont-Light';
  --font-secondary-new: 'MessinaSans-Book';
  --font-tertiary-new: 'MessinaSans-Regular';
  --font-quaternary-new: 'NantesFont-LightItalic';
  --color-text-para-vd: #8D6A6D;
  --color-white: #fff;
  --color-white-transparent: #ffffff80;
  --color-brown-dark: #6A5052;
  --color-brown-light: #8D6A6D80;
  --color-brown-medium: #3F3131;
  --color-brown-medium-transparent: #3F3131BF;
  --color-peach-light: #ffbfa5;
  --color-peach-light-transparent: #ffbfa587;
  --color-grey-medium: #888;
  --color-peach-dark: #ffb28c;
  --font-size-sm: 12px;
  --font-size-md: 14px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --font-size-xxl: 22px;
  --font-size-xxxl: 24px;
  --line-height-tight: 100%;
  --line-height-snug: 110%;
  --line-height-relaxed: 120%;
  --border-radius-full: 50%;
  --border-radius-large: 32px;
  --border-radius-none: 0px;
  --spacing-xs: 4px;
  --spacing-sm: 5px;
  --spacing-md: 8px;
  --spacing-lg: 10px;
  --spacing-xl: 15px;
  --spacing-xxl: 20px;
  --spacing-xxxl: 30px;
  --spacing-huge: 40px;
  --spacing-massive: 80px;
  --spacing-gigantic: 110px;
  --spacing-enormous: 130px;
  --border-width-sm: 1px;
  --border-width-md: 2px;
  --transition-fast: 0.3s ease;
  --transition-slow: 0.4s ease;
  --opacity-low: 20%;
  --opacity-medium: 0.8;
  --opacity-high: 1;
  --size-icon-sm: 5px;
  --size-icon-md: 12px;
  --size-icon-lg: 48px;
  --size-image-md: 220px;
  --size-image-lg: 310px;
  --color-white-new: #fff;
  --color-black-new: #000;
  --color-primary-bg-dark-new: #3C2F31;
  --color-primary-bg-darker-new: #3e2f2f;
  --color-primary-bg-light-new: #fbece4;
  --color-primary-bg-lighter-new: #fceee9;
  --color-primary-bg-lightest-new: #fdf1ea;
  --color-text-muted-new: #6d5c5c;
  --color-text-light-muted-new: #7e7370;
  --color-text-lighter-muted-new: #3F3131BF;
  --color-text-lightest-muted-new: #ccc;
  --color-text-light-muted-alt-new: #aaa;
  --color-border-light-new: #d9d1cd;
  --color-border-muted-new: #7a6d6f;
  --color-border-muted-active-new: #888;
  --color-border-active-new: var(--color-white-new);
  --color-shadow-dark-new: rgba(0, 0, 0, 0.3);
  --color-overlay-dark-new: rgba(0,0,0,0.4);
  --color-overlay-transparent-new: transparent;
  --color-gray-light-new: #f4d7d0;
  --color-gray-lighter-new: #f8bca9;
  --color-gray-lightest-new: #fceae1;
  --color-gray-lightest-alt-new: #fceee7;
  --font-size-xs-new-vd: 10px;
  --font-size-xs-new: 12px;
  --font-size-sm-new: 14px;
  --font-size-md-new: 16px;
  --font-size-lg-new: 18px;
  --font-size-xl-new: 28px;
  --font-size-xxl-new: 36px;
  --font-size-xxxl-new: 38px;
  --font-size-xxxxl-new: 64px;
  --font-size-huge-new: 80px;
  --border-radius-pill-new: 999px;
  --border-radius-pill-alt-new: 9999px;
  --spacing-xs-new: 5px;
  --spacing-sm-new: 10px;
  --spacing-md-new: 20px;
  --spacing-lg-new: 30px;
  --spacing-xl-new: 40px;
  --spacing-xxl-new: 50px;
  --spacing-xxxl-new: 56px;
  --spacing-xxxxl-new: 60px;
  --spacing-xxxxx-new: 105px;
  --spacing-xxxxxx-new: 160px;
  --line-height-tight-new: 110%;
  --line-height-normal-new: 120%;
  --line-height-loose-new: 140%;
  --line-height-looser-new: 1.6;
  --line-height-loosest-new: 1.7;
  --letter-spacing-tight-new: -0.8px;
  --letter-spacing-normal-new: 0.1em;
  --letter-spacing-wide-new: 0.7px;
  --letter-spacing-wider-new: 1px;
  --letter-spacing-widest-new: 1px;
  --transition-default-new: all 0.3s ease;
  --transition-slow-new: all 0.8s ease;
  --transition-fast-new: transform 0.4s ease;
  --cursor-pointer-new: pointer;
}

.experiences {
    background-color: var(--color-primary-bg-lightest-new);
}

/* Experience Page Banner Slider Css */
.experience-slider .carousel-indicators {
  position: absolute;
  bottom: var(--spacing-xxl-new);
  margin: 0;
  display: flex;
  justify-content: center;
  gap: var(--spacing-md);
  background-color: #3F313180;
  backdrop-filter: blur(var(--spacing-xs));
  padding: var(--spacing-md) var(--spacing-xs);
  border-radius: var(--border-radius-large);
  margin: auto ;
	width:fit-content;
}

.experience-slider .carousel-indicators button {
  width: var(--size-icon-sm);
  height: var(--size-icon-sm);
  border-radius: var(--border-radius-full);
  background-color: var(--color-white-new);
  border: 3px solid #fff;
  opacity: var(--opacity-low);
  transition: opacity var(--transition-default-new), background-color var(--transition-default-new);
}

.experience-slider .carousel-indicators button.active {
  opacity: var(--opacity-high);
  background-color: var(--color-white-new);
}
.experience-slider .carousel-control-prev-icon,
.experience-slider .carousel-control-next-icon {
    width: var(--size-icon-lg);
    height: var(--size-icon-lg);
    border: var(--border-width-sm) solid var(--color-white-new);
    border-radius: var(--border-radius-full);
    display: inline-block;
    cursor: var(--cursor-pointer-new);
    position: relative;
    background-image: unset;
}

.experience-slider .carousel-control-prev-icon::before,
.experience-slider .carousel-control-next-icon::before {
  content: "";
    width: var(--size-icon-md);
    height: var(--size-icon-md);
    position: absolute;
    transform-origin: center center;
    opacity: var(--opacity-high);
    top: 18px;
    left: 15px;
    border-style: solid;
    border-color: var(--color-white-new);
    border-image: initial;
    border-width: 0px var(--border-width-md) var(--border-width-md) 0px;
    animation: auto ease 0s 1 normal none running none;
    transition: none;
}

.experience-slider .carousel-control-prev-icon::before {
  transform: rotate(135deg);
}
.experience-slider .carousel-control-next-icon::before {
  transform: rotate(-45deg);
}
.experience-slider .carousel-control-prev-icon:hover::before {
  animation: 0.6s ease 0s 1 normal forwards running arrowSlideOutLeft;
}
.experience-slider .carousel-control-next-icon:hover::before {
  animation: 0.6s ease 0s 1 normal forwards running arrowSlideOutRight;
}

.experience-about {
    background-color: var(--color-primary-bg-peach-secondary);
}
.experience-bar p {
    font-family: var(--font-tertiary-exp);
    font-size: var(--font-size-lg-x);
    line-height: var(--line-height-loose-new);
    color: var(--color-text-para);
}

/* Experience Page Lasting Memories Section CSS */
.exp-lasting-memory-slider-section {
    background: var(--color-primary-bg-peach);
}
.exp-lasting-memory-header hr {
    color: #6A5052;
}
.exp-lasting-memory-slider-title {
    font-size: var(--font-size-xxxl);
    font-family: var(--font-tertiary-new);
    color: var(--color-text-para);
}

.exp-lasting-memory-slider-section .roseate-btn-prev,
.exp-lasting-memory-slider-section .roseate-btn-next {
    border: var(--border-width-sm) solid #6A5052;
}
.exp-lasting-memory-slider-section .roseate-btn-prev,
.exp-lasting-memory-slider-section .roseate-btn-next {
    filter: invert(15%) sepia(10%) saturate(2000%) hue-rotate(0deg) brightness(20%) contrast(95%);
}

.exp-lasting-memory-btn {
    color: #2c2826;
    margin-top: var(--spacing-sm-new);
    text-decoration: none;
    font-size: var(--font-size-sm-new);
    font-family: var(--font-tertiary-new);
    line-height: var(--line-height-tight-new);
    display: inline-block;
}
.exp-lasting-memory-btn.tick-btn {
    background: var(--color-overlay-transparent-new);
    border: none;
    padding: 0px;
    border-radius: var(--border-radius-none);
    border-bottom: 2px solid #ffbfa587;
    padding-bottom: var(--spacing-xs);
}
.exp-lasting-memory-btn.tick-btn:hover {
    border-bottom: 2px solid #2c2826;
}
.exp-lasting-memory-card {
    background: none;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: var(--border-radius-none);
}
.exp-lasting-memory-card .exp-lasting-memory-img {
    height: auto;
}
.exp-lasting-memory-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform var(--transition-default-new);
    border-radius: var(--border-radius-none);
}

.exp-lasting-memory-slide:hover .exp-lasting-memory-img {
    transform: scale(1.1);
}

.exp-lasting-memory-pagination .swiper-pagination-bullet {
    background: #888;
}

.exp-lasting-memory-pagination .swiper-pagination-bullet-active {
    background: #6A5052 !important;
}

.exp-lasting-memory-buttons {
    display: flex;
    justify-content: space-between;
}
.exp-lasting-memory-label {
    color: #8D6A6D;
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-xs-new);
    line-height: var(--line-height-tight-new);
    margin-bottom: var(--spacing-sm-new);
    text-transform: uppercase;
}
.exp-lasting-memory-location {
    color: #2c2826;
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-lg-new);
    line-height: var(--line-height-normal-new);
}
.exp-lasting-memory-desc {
    color: var(--color-brown-medium-transparent);
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-md-new);
    line-height: var(--line-height-loose-new);
}
.exp-lasting-memory-content {
    padding: var(--spacing-lg-new) var(--spacing-xl);
}
.exp-lasting-memory-slide:hover .exp-lasting-memory-location {
    color: #8d6a6d;
    transition: color var(--transition-default-new);
}

/* Offer Page Css */
        .london-offer-card {
  background-color: #fff1ea;
}

.london-offer-card .offer-card {
  margin: 0 200px;
  border: 1px solid #8D6A6D40;
  overflow: hidden;
}

.london-offer-card .offer-card:hover {
  border-color: #8D6A6D;
}

.london-offer-card .offer-card:hover .wl-city {
  color: var(--color-text-para-vd);
}

.london-offer-card .offer-img-bar {
  overflow: hidden;
}

.london-offer-card .offer-img-bar img.offer-img {
  transition: transform 0.5s ease;
  object-fit: cover;
  height: 100%;
}

.london-offer-card .offer-card:hover .offer-img-bar img.offer-img {
  transform: scale(1.05);
  filter: brightness(90%);
}

.london-offer-card p {
  margin: 0;
}

.london-offer-card .wl-name {
  font-family: var(--font-tertiary-new);
  font-size: var(--font-size-sm-new);
  line-height: var(--line-height-tight-new);
  color: var(--color-text-para-vd);
}

.london-offer-card .wl-city {
  margin: var(--spacing-xs-new) 0;
  font-family: var(--font-tertiary-new);
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-normal-new);
  color: var(--color-text-para);
}

.london-offer-card .wl-desc {
  font-family: var(--font-secondary-new);
  font-size: var(--font-size-md-new);
  line-height: var(--line-height-loose-new);
  color: #3F3131BF;
  margin: var(--spacing-xs-new) 0;
}

.london-offer-card .offer-text {
  padding: var(--spacing-lg-new);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.london-offer-card .offer-left-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-post-categories {
    text-transform: uppercase;
} 

/* Wellness Page Css Start */
.wlns {
    background-color: var(--color-primary-bg-peach);
}
.wellness-about {
    background-color: var(--color-primary-bg-peach-secondary);
}
.wel-tabbing {
    background-color: #fff1ea;
}
.wellness-left {
    font-family: var(--font-secondary-new);
    font-size: var(--font-size-lg-x);
    line-height: var(--line-height-loose-new);
    color: var(--color-text-para);
}
.wellness-right {
    font-family: var(--font-secondary-new);
    font-size: var(--font-size-lg-x);
    line-height: var(--line-height-loose-new);
    color: var(--color-text-para);
}
.custom-tab-content {
    padding: 0px 200px;
}
.custom-tab-pane {
    display: none;
    padding: var(--spacing-md-new);
}
.custom-tab-pane.active {
    display: block;
}
.custom-location-card {
    display: flex;
    border: 1px solid #8D6A6D40;
}
/* .wl-tab-bed::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: var(--spacing-sm-new);
    background: url('../img/wellness/bed.svg') no-repeat center;
    background-size: contain;
    margin-right: var(--spacing-xs-new);
} */
.custom-location-info {
    flex: 1;
    padding: var(--spacing-lg-new);
}
.custom-location-info p {
    margin: 0;
}
.custom-location-info .wl-name {
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-sm-new);
    line-height: var(--line-height-tight-new);
    color: var(--color-text-para-vd);
}
.custom-location-info .wl-city {
    margin: var(--spacing-xs-new) 0px;
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-xxl);
    line-height: var(--line-height-normal-new);
    color: var(--color-text-para);
}
.custom-location-info .wl-tab-bed {
    padding-right: var(--spacing-sm-new);
    font-family: var(--font-secondary-new);
    font-size: var(--font-size-sm-new);
    line-height: var(--line-height-loose-new);
    color: var(--color-text-para-vd);
}
.custom-location-info .wl-desc {
    font-family: var(--font-secondary-new);
    font-size: var(--font-size-md-new);
    line-height: var(--line-height-loose-new);
    color: #3F3131BF;
    margin: var(--spacing-xs-new) 0px;
}
.custom-location-info .wl-tab-btn {
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-sm-new);
    color: var(--color-text-para);
    line-height: var(--line-height-tight-new);
    text-decoration: none;
}
.custom-location-info .rfd {
    margin-top: 60px;
}
.dine-card-gallery {
    position: absolute !important;
    margin-left: 30px;
}
       #dine-galleryModal {
            padding: 0px !important;
        }
      .dine-glry-modal .modal-content {
            background-color: transparent;
            border: none;
        }
       .dine-glry-modal .modal-header {
            padding-bottom: 0px;
        }
      .dine-glry-modal .modal-dialog {
            max-width: 90vw;
            margin: 0 auto;
        }
       .modal-backdrop {
            background-color: rgba(0, 0, 0, 0.9);
        }
        .modal-backdrop.show {
            opacity: 0.9;
        }
        .dine-glry-modal .carousel-control-prev, .carousel-control-next,.carousel-control-prev {
            width: 10%;
            background: transparent;
        }
        .dine-glry-modal .carousel-control-prev {
            left: -8%;
        }
        .dine-glry-modal .carousel-control-next {
            right: -8%; 
        }
        .carousel-control-prev-icon, .carousel-control-next-icon {
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
        }
        .dine-glry-modal .carousel-item img {
            object-fit: cover;
            max-height: 88vh;
            width: 100%;
        }

.wl-tab-btn.tick-btn {
    background: var(--color-overlay-transparent-new);
    border: none;
    padding: 0px;
    border-radius: var(--border-radius-none);
    border-bottom: 2px solid #ffbfa587;
    padding-bottom: var(--spacing-xs);
}
.wl-tab-btn.tick-btn:hover {
    border-bottom: 2px solid #2C2826;
}
.custom-location-image {
    flex: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.custom-nav {
    justify-content: space-around;
    margin-bottom: var(--spacing-md-new);
    border-bottom: 1px solid #8D6A6D80;
}
.location-tab {
    display: block !important;
    margin: 0px var(--spacing-massive);
}
.custom-nav-link {
    color: #8D6A6D80;
    font-size: var(--font-size-lg-new);
    font-family: var(--font-tertiary-new);
    line-height: var(--line-height-tight-new);
    margin: 0 var(--spacing-xl);
    padding-bottom: var(--spacing-xs-new);
    background: none;
    border: none;
    cursor: var(--cursor-pointer-new);
}
.custom-nav-link:hover {
    color: #8D6A6D80;
}
.custom-nav-link.active {
    color: #2C2826;
    border-bottom: 2px solid #8D6A6D;
    padding-bottom: var(--spacing-md-new);
}
.custom-location-image-sec {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-default-new), opacity var(--transition-default-new);
}
.custom-tab-pane:hover .custom-location-image img {
    transform: scale(1.05);
    filter: brightness(90%);
}
.custom-tab-pane .custom-location-image img {
    transition: transform 0.5s ease;
}
.custom-tab-pane:hover .custom-location-card {
    border-color: #8D6A6D;
}
.custom-tab-pane:hover .wl-city {
    color: var(--color-text-para-vd);
}

/* The Hyde Bar Page */
.the-hyde-bnr-logo img {
    width: 150px;
    height: auto;
}
.the-hyde-garden-logo img {
    width: 160px;
    height: auto;
}
.hyde-garden {
    padding-top: 100px;
}
.the-hyde-bar {
    background-color: #ffe4d9;
}
.hyde-ofrs .subheading {
    text-transform: uppercase;
    font-family: 'MessinaSans-Regular';
    font-size: 14px;
    line-height: 110%;
    color: #8d6a6d;
    margin: 0px;
}
.hyde-ofrs .heading {
    font-family: 'MessinaSans-Regular';
    font-size: 28px;
    line-height: 120%;
    color: #2c2826;
}
.hyde-tabbing {
    background-color: #feebe2;
}
.hyde-tab {
    display: block !important;
    margin: 0px;
}
.hyde-tabbing .hyde-tab-pane {
    border: 1px solid #8D6A6D40;
    padding: 0px;
}
.hyde-tab-content .offer-left-content {
    padding: 35px;
}

.hyde-name {
    font-family: 'MessinaSans-Regular';
    font-size: 28px;
    color: #2c2826;
    margin-bottom: 40px;
    line-height: 120%;
}

.hyde-para {
    font-family: 'MessinaSans-Regular';
    font-size: 18px;
    color: #2c2826;
    margin-bottom: 15px;
    line-height: 120%;
}

.hyde-desc {
    font-family: 'MessinaSans-Book';
    font-size: 14px;
    line-height: 140%;
    color: #3f3131bf;
    margin-bottom: 30px;
}
.hyde-btnss .hyde-btn {
    margin: 4px;
}
.hyde-btn::after {
    content: '↓';
    display: inline-block;
    font-size: 0.85em;
    margin-left: 6px;
    position: relative;
}
.hyde-club .carousel {
    max-width: unset !important;
}
.hyde-fm .hyde-btn {
    margin: 5px;
}

/* House Section CSS */
.house-bg {
  background-color: #fceee9;
  margin: 0;
  padding: 0;
}

.house-section {
  font-family: 'MessinaSans', sans-serif;
  color: #4b3c39;
}
.house-text {
    font-family: 'MessinaSans-Book';
    font-size: 20px;
    line-height: 140%;
    color: #2c2826;
}

.house-subtext {
    font-family: 'MessinaSans-Book';
    font-size: 16px;
    line-height: 140%;
    color: #2c2826;
}

.house-section .subheading {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'MessinaSans-Regular';
    line-height: 110%;
    color: #8d6a6d;
    display: block;
}

.hyde-divider {
    width: 100%;
    height: 2px;
    background-color: #8D6A6D40;
    margin: 30px 0px;
    border: none;
}
.tel-phone-link {
    color: unset;
    text-decoration: none;
}



@media (max-width: 767px) {
    .wl-tab-bed {
        padding: 0px !important;
    }
    .london-tick-btn a.tick-btn {
        width: 100%;
        font-size: 10px;
    }
    .custom-location-card {
        display: grid;
        margin: 0 var(--spacing-xl) var(--spacing-lg-new) var(--spacing-xl);
        overflow: hidden;
    }

    .custom-location-image {
        order: -1;
        width: 100%;
        height: var(--size-image-md);
        background-size: cover;
        background-position: center;
        flex-shrink: 0;
    }

    .custom-location-info {
        padding: var(--spacing-md-new);
        text-align: left;
    }

    .custom-location-info .wl-name {
        font-size: var(--font-size-xs-new);
        letter-spacing: var(--letter-spacing-wider-new);
        text-transform: uppercase;
        color: var(--color-text-para-vd);
    }

    .custom-location-info .wl-city {
        font-size: var(--font-size-lg-x);
        color: var(--color-text-para);
    }

    .custom-location-info .wl-room-detail {
        display: flex;
        flex-wrap: wrap;
        gap: var(--spacing-sm-new);
        font-size: var(--font-size-sm-new);
        color: var(--color-text-para-vd);
    }

    .custom-location-info .wl-desc {
        font-size: var(--font-size-sm-new);
    }

    .custom-location-info .rfd {
        margin-top: var(--spacing-xl-new);
    }
    .wel-tabbing .container-fluid {
        padding: 0;
    }
    .location-tab {
        margin: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

  .location-tab::before {
    left: 0;
  }

  .location-tab::after {
    right: 0;
  }
    .custom-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        justify-content: space-around;
        border-bottom: 1px solid #8D6A6D80;
        margin: 0 var(--spacing-sm-new) var(--spacing-md-new) var(--spacing-sm-new);
    }
    .custom-nav-link {
        display: inline-block;
        flex: 0 0 auto;
        margin: 0 var(--spacing-xl) 0 0;
        padding-bottom: var(--spacing-sm-new);
        white-space: nowrap;
        font-size: var(--font-size-md-new);
    }
    .custom-nav-link.active {
        padding-bottom: var(--spacing-sm-new);
    }
    .custom-tab-content {
        padding: 0px !important;
    }
    .dine-container {
        padding: var(--spacing-xl) 0px !important;
    }
    .dine-custom-tab-content {
        padding: 0px 32px;
    }
    .dine-location-tab {
        padding: 0px;
        position: relative;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .dine-location-tab::before,
    .dine-location-tab::after {
    content: "";
    position: absolute;
    top: 0;
    width: 30px; 
    height: 50%;
    z-index: 2;
    pointer-events: none;
    backdrop-filter: blur(1px); 
  }

  .dine-location-tab::before {
    left: 0;
  }

  .dine-location-tab::after {
    right: 0;
  }
    
    .about-us-section .subtitle {
        font-size: var(--font-size-xs-new);
    }
    .about-us-section .heading {
        font-size: var(--font-size-xxxxl-new);
    }

    .carousel-control-next, .carousel-control-prev {
        display: none;
    }
    .dine-glry-modal .carousel-control-next, .dine-glry-modal .carousel-control-prev {
        display: block;
    }
    .experience-slider .carousel-indicators {
        bottom: var(--spacing-sm-new);
        margin: auto;
		width:fit-content;
    }
    .experience-bar p {
        font-size: var(--font-size-lg-new);
    }
    .wellness-left {
        font-size: var(--font-size-lg-new);
    }
    .wellness-right {
        font-size: var(--font-size-lg-new);
    }
    .hyde-tabbing .container, .hyde-tabbing  .container-fluid {
        padding: 0px !important;
    }
    .hyde-tab-content {
        padding: 0px 35px;
    }
    .tick-btn.hyde-btn {
        padding: 12px;
    }
    .hyde-tab-content .offer-left-content {
        padding: 20px;
    }
    .offer-img-bar.hyde-club{
        order: unset !important;
    }
    .rooms-listing .gallery-modal {
        overflow: scroll !important;
    }
    section#capacity-chart {
        padding-bottom: 40px !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .rst-wfr {
        order: -1;
    }
}
@media (min-width: 1025px) { 
     .blog-heading {
        max-width: 85%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .london-tick-btn a.tick-btn {
        font-size: 10px;
    }
    .location-tab {
        margin: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
    .custom-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        justify-content: space-around;
        border-bottom: 1px solid #8D6A6D80;
        margin: 0 var(--spacing-sm-new) var(--spacing-md-new) var(--spacing-sm-new);
    }
    .custom-nav-link {
        display: inline-block;
        flex: 0 0 auto;
        margin: 0 var(--spacing-xl) 0 0;
        padding-bottom: var(--spacing-sm-new);
        white-space: nowrap;
    }
    .custom-nav-link.active {
        padding-bottom: var(--spacing-sm-new);
    }
    .custom-tab-content {
        padding: 0px;
    }
    .dine-location-tab {
        padding: 0px;
    }
    .experience-slider .carousel-indicators {
        margin: auto 45%;
        bottom: var(--spacing-md-new);
    }
    .london-offer-card .offer-card {
        margin: 0 10px;
    }
}
@media (min-width: 992px) {
    .exp-box-left {
        padding-right: 48px;
    }
    .exp-box-right {
        padding-left: 48px;
    }
}

/* Button CSS */
.tick-bl {
      display: inline-block;
    position: relative;
    text-align: center;
    font-family: 'MessinaSans-Regular';
    font-size: 14px;
    color: var(--background-primary);
    text-decoration: none;
    overflow: hidden;
    transition: var(--transition-slow);
    background: transparent;
    border: none;
    padding: 0px;
    border-radius: 0px;
    border-bottom: 2px solid #ffbfa587;
    padding-bottom: 4px;
}
.tick-bl:hover {
	border-bottom: 2px solid #2C2826;
}

.tick-bl span {
  display: inline-block;
  position: relative;
  color: transparent;
  height: 1em;
  line-height: 1em;
}

.tick-bl span::before,
.tick-bl span::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  width: 100%;
  color: var(--color-black);
  transition: var(--transition-fast), opacity 0.4s ease;
  will-change: transform, opacity;
}

.tick-bl span::before {
  top: 0;
  transform: translateY(0%);
  opacity: 1;
}

.tick-bl span::after {
  top: 100%;
  transform: translateY(0%);
  opacity: 0;
}

.tick-bl:hover span::before {
  transform: translateY(-100%);
  opacity: 0;
}

.tick-bl:hover span::after {
  transform: translateY(-100%);
  opacity: 1;
}

/* Dine Page Css */
.dine-bar p {
    font-family: var(--font-secondary-new);
    font-size: var(--font-size-lg-x);
    line-height: var(--line-height-loose-new);
    color: var(--color-text-para);
}
.dine-custom-tab-pane {
    display: none;
}
.dine-custom-tab-pane.active {
    display: block;
}
.dine-location-tab {
    display: block !important;
}
.dine-card {
    background-color: var(--color-overlay-transparent-new);
    border: 0px solid;
}
.dine-card-img-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.dine-card-img-box img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--border-radius-none);
    object-fit: cover;
    transition: transform 0.5s ease;
}
.dine-card:hover img {
    transform: scale(1.05);
    filter: brightness(90%);
}
.dine-card:hover .dine-title {
    color: var(--color-text-muted-new);
    transition: color var(--transition-default-new);
}
.dine-card-link-tbl.tick-btn {
    background-color: #ffbfa5;
    border: 0px solid;
}
.dine-body {
    padding: 25px 16px;
}
.dine-res {
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-xs-new);
    line-height: var(--line-height-tight-new);
    color: #8D6A6D;
    margin: 0px;
}
.dine-title {
    font-family: var(--font-tertiary-new);
    font-size: var(--font-size-lg-new);
    line-height: var(--line-height-normal-new);
    color: var(--color-text-para);
    padding: var(--spacing-xs-new) 0px;
    margin: 0px;
}

.dine-des {
    font-family: var(--font-secondary-new);
    font-size: var(--font-size-md-new);
    line-height: var(--line-height-loose-new);
    color: var(--color-brown-medium-transparent);
    margin: 0px;
}

/* Meeting & Wellness Page Css */
.rst-club .carousel {
    max-width: 800px;
    margin: 0 auto;
}
.rst-club .carousel-inner img {
    width: 100%;
}
.rst-club .carousel-control-prev,
.rst-club .carousel-control-next {
    bottom: var(--spacing-sm-new);
    top: auto;
}
.rst-club .carousel-control-prev-icon,
.rst-club .carousel-control-next-icon {
    width: var(--size-icon-lg);
    height: var(--size-icon-lg);
    border: var(--border-width-sm) solid var(--color-white-new);
    border-radius: var(--border-radius-full);
    display: inline-block;
    cursor: var(--cursor-pointer-new);
    position: relative;
    background-image: unset;
}

.rst-club .carousel-control-prev-icon::before,
.rst-club .carousel-control-next-icon::before {
    content: "";
    width: var(--size-icon-md);
    height: var(--size-icon-md);
    position: absolute;
    transform-origin: center center;
    opacity: var(--opacity-high);
    top: 18px;
    left: 16px;
    border-style: solid;
    border-color: var(--color-white-new);
    border-image: initial;
    border-width: 0px var(--border-width-md) var(--border-width-md) 0px;
    animation: auto ease 0s 1 normal none running none;
    transition: none;
}

.rst-club .carousel-control-prev-icon::before {
    transform: rotate(135deg);
}
.rst-club .carousel-control-next-icon::before {
    transform: rotate(-45deg);
}
.rst-club .carousel-control-prev-icon:hover::before {
    animation: 0.6s ease 0s 1 normal forwards running arrowSlideOutLeft;
}
.rst-club .carousel-control-next-icon:hover::before {
    animation: 0.6s ease 0s 1 normal forwards running arrowSlideOutRight;
}
.rst-club .carousel-control-prev {
    right: 55px;
    left: auto;
}
.rst-club .carousel-control-next {
    right: var(--spacing-sm-new);
}
.rst-club .carousel-indicators {
    bottom: var(--spacing-sm-new);
    left: var(--spacing-sm-new);
    right: auto;
    margin: 0;
    justify-content: flex-start;
    background-color: #3F313180;
    backdrop-filter: blur(var(--spacing-xs));
    padding: var(--spacing-xs) var(--spacing-sm-new);
    border-radius: var(--border-radius-large);
}
.rst-club .carousel-indicators button {
    width: var(--size-icon-sm);
    height: var(--size-icon-sm);
    border-radius: var(--border-radius-full);
    background-color: var(--color-white-new);
    border: 1px solid #ffffff80;
    opacity: var(--opacity-low);
    transition: opacity var(--transition-default-new), background-color var(--transition-default-new);
}
.rst-club .carousel-indicators .active {
    opacity: var(--opacity-high);
    background-color: var(--color-white-new);
}

/* Contact Page Css */
.cnt-bnr {
    background-color: #ffe4d9;
}
.london-cnt-form {
    background-color: #fff1ea;
}
.roseate-info-box {
    background-color: #feebe2;
    padding: 32px;
}
.roseate-info-box address {
    font-family: 'MessinaSans-Book';
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}
.roseate-info-box p {
    font-family: 'MessinaSans-Book';
    font-size: 16px;
    line-height: 140%;
    color: #000000;
}
.roseate-info-box p a {
    color: #000000;
}
.roseate-form-wrapper {
    background-color: #feebe2;
    padding: 32px;
}
.contact-page-form {
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    background: unset;
}
.wpcf7-form .wpcf7-submit.contact-form-submt-btn {
    width: unset;
    padding: 14px 24px;
    margin: 10px 0px 0px 0px;
}
.wpcf7 .contact-page-form input:focus,
.wpcf7 .contact-page-form textarea:focus {
  outline: none;
}

.london-cntct-accrordian {
    background-color: #feebe2;
}
.my-transparent-accordion,
.my-transparent-accordion .accordion-item,
.my-transparent-accordion .accordion-button,
.my-transparent-accordion .accordion-button:not(.collapsed),
.my-transparent-accordion .accordion-body {
  background-color: transparent !important;
  color: inherit;
  box-shadow: none;
}
.my-transparent-accordion .accordion-item {
  border-bottom: 1px solid #8D6A6D40;
}
.accordion-flush.my-transparent-accordion>.accordion-item:last-child {
        border-bottom: 1px solid #8D6A6D40;
}
.my-transparent-accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  transition: transform 0.2s ease;
  background-image: url("../media/contact/plus-Icon.svg");
  background-repeat: no-repeat;
  background-size: 1em;
}
.my-transparent-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../media/contact/minus-icon.svg");
}
.my-transparent-accordion button.accordion-button {
    font-family: 'MessinaSans-Regular';
    font-size: 22px;
    line-height: 120%;
    color: #2c2826;
}
.my-transparent-accordion .accordion-body {
    font-family: 'MessinaSans-Book';
    font-size: 16px;
    line-height: 140%;
    color: #3F3131BF;
}

/* Offers Child Page Css */
.pckg-inc {
    font-family: 'MessinaSans-Regular';
    font-size: 14px;
    line-height: 110%;
    color: #8d6a6d;
    text-transform: uppercase;
}
.oth-social a {
    text-decoration: none;
    font-family: 'MessinaSans-Book';
    font-size: 16px;
    color: #2c2826;
}
.oth-book-now {
    border: 0px solid;
}
.oth-offers {
    background-color: #fff1ea;
}
.oth-ofr-head {
    font-family: 'MessinaSans-Regular';
    font-size: 28px;
    line-height: 120%;
    color: #2c2826;
}

@media (max-width: 380px) {
    .experience-slider .carousel-indicators button {
        width: 6px;
        height: 3px;
		border-width:3px;
    }
    .rst-club .carousel-indicators button {
        width: 3px;
        height: 3px;
    }
    .dine-card-gallery {
        display: block;
        margin: 0px;
        margin-top: 10px;
    }
    .custom-location-info .rfd {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .tab-content {
        margin: 0 var(--spacing-xl);
    }
    .dine-res {
    font-size: 10px;
    }
    .dine-title {
    font-size: 16px;
    }
    .dine-des {
    font-size: 14px;
    }
    .exp-lasting-memory-label {
    font-size: 10px;
    }
    .exp-lasting-memory-location {
        font-size: 16px;
    }
    .exp-lasting-memory-desc {
        font-size: 14px;
    }
    .rst-wfr {
        order: -1;
    }
    .cnt-city {
        font-size: 20px;
    }
    .adrs-bar {
        height: unset;
    }
    .rose-card .info-row dt {
      width: 35%;
    }
    .rose-card .info-row dd {
        width: 65%;
      }
    .london-offer-card .offer-card {
    margin: 0px 14px;
  }
  .london-offer-card .offer-text {
        padding: 18px 18px 18px;
  }
  .offer-img-bar {
    order: -1;
  }
  .london-offer-card .wl-name {
        font-size: var(--font-size-xs-new);
        letter-spacing: var(--letter-spacing-wider-new);
        text-transform: uppercase;
        color: var(--color-text-para-vd);
  }
  .london-offer-card .wl-city {
        font-size: var(--font-size-lg-x);
        color: var(--color-text-para);
  }
  .london-offer-card .wl-desc {
        font-size: var(--font-size-sm-new);
   }
    
}


@media (min-width: 993px) and (max-width: 1200px) {
        .tick-btn.hyde-btn.hyde-aft {
            padding: 10px;
        }
}

@media (min-width: 1200px) {
  .hyde-tab-pane .offer-card {
    display: flex;
    flex-wrap: nowrap;
  }

  .offer-text,
  .offer-img-bar {
    height: auto;
  }

  .offer-left-content {
    height: 100%;
  }

  .hyde-club {
    display: flex;
    align-items: stretch;
  }

  .hyde-club .carousel,
  .hyde-club .carousel-inner,
  .hyde-club .carousel-item,
  .hyde-club .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}


/* Blog Page css */
.blog-heading {
    font-size: 48px !important;
}
.custom-blog-bnr-size {
    width: 100%;
    height: 700px;
    object-fit: cover; 
}
.site-blog .entry-content p {
    font-size: 16px;
    color: #3f3131bf;
    font-family: 'MessinaSans-Book';
    font-weight: normal;
}
.site-blog .entry-content p strong {
    font-family: 'NantestFont-Light', serif;
    font-size: 20px;
    letter-spacing: 1px;
    color: #2c2826;
}
.site-blog .entry-content p a {
     color: #3f3131bf;
}
.blog_list .dine-card-img-box img {
    width: 100%;
    height: 230px;
}
.blog-detail {
    padding: 0px;
}
.site-blog {
    background-color: #fff1ea;
}
.site-blog .entry-content img {
    width: 100%;
    padding: 20px 0px;
}
.blog-prev-btn {
    display: inline-flex;
    align-items: center;
}
.blog-next-btn {
    display: inline-flex;
    align-items: center;
}
.blog-prev-btn::before {
    content: '←';
    font-size: 0.85em;
    margin-right: 4px;
}
.blog-next-btn::after {
    content: '→';
    font-size: 0.85em;
    margin-left: 4px;
}
.bed-icon-group {
    margin: 5px 0px !important;
    color: #8d6a6d;
    display: flex;
}
.bed-icons {
    width: 24px;
    height: auto;
}
.bed-icn-br {
    margin: 5px 10px;
}
.club-bed-icons {
    width: 50px;
    height: auto;
}
.wl-tab-bed {
    line-height: 25px;
    color: #8d6a6d;
    font-family: 'MessinaSans-Book';
    font-size: 14px;
    padding: 0px;
}

#loadMorePress {
  display: inline-block;
  white-space: nowrap;
  overflow: visible;
  text-align: center;
}

#loadMorePress span {
  display: inline-block;
  width: auto;
  white-space: nowrap;
}

.desp-links {
    color: #2c2826;
}
.exp-dlh {
    background-color: #fff1ea;
}



/* Table css */
/* Styling for Aheli Spa table in popup */
.table-popup .heading {
    font-family: var(--font-primary);
    font-size: 36px;
    font-weight: 400;
    margin: auto;
    line-height: 1.2;
    color: var(--background-primary);
}
.table-popup h5 {
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 400;
    margin: auto;
    line-height: 1.2;
    color: var(--background-primary);
}
.aheli-table {
    border-spacing: 0;
    width: 100%;
    overflow: hidden;
}

.aheli-table thead {
    color: #333;
}

.aheli-table th {
    font-weight: 600;
    padding: 15px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #8D6A6D;
    border-color: #8D6A6D;
}
.table-group-divider {
    border-color: #8D6A6D;
}
.aheli-table td {
    padding: 15px;
    vertical-align: middle;
    font-size: 14px;
}


.aheli-table tbody td:nth-child(2) {
    max-width: 700px;
}

.aheli-table tbody td {
    color: #8D6A6D;
}

.aheli-table tbody tr:last-child td {
    border-bottom: none;
}

.table-responsive {
    margin: 0 auto;
    max-width: 100%;
}
#popup-hospitality .popup-content {
    overflow: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .aheli-table tbody td:first-child {
        font-size: 12px;
    }
    #popup-hospitality .close-btn {
        top: 5px;
    }
    .coworking-section .heading {
        margin: 0px;
        padding-bottom: 12px;
    }

    .aheli-table th, .aheli-table td {
        font-size: 12px;
        padding: 10px;
    }

    .aheli-table tbody td:nth-child(2) {
        max-width: 200px;
    }

    .popup-title {
        font-size: 20px;
    }
    .popup-wl {
        font-size: 24px;
    }
}

.popup-wl {
    font-size: 36px;
    font-weight: 400;
    font-family: 'NantestFont-Light', serif;
    line-height: 1.3;
    color: var(--background-primary);
}

.roseate-slider-section.exp-lasting-memory-slider-section {
    padding-left: 0px !important;
}

.differ_section {
    border: 1px solid #8D6A6D40;
    padding: 0px;
}