/* =========================================
   DESKTOP BASE STYLES
   Section: Foodies Intro and Slider Filter
   - Intro layout, labels, headings, descriptions
   - Slider filter fade masks and filters
   ========================================= */

/* Foodies Intro - main flex layout */
.foodies-intro .flexbox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 4rem;
    text-align: left;
}

.foodies-intro .flexbox .flex-item {
    flex: 1;
}

/* Slider Filter - remove left and right fade masks */
.sliderfilter__slider .slick-arrow + .slick-list::before,
.sliderfilter__slider .slick-arrow + .slick-list::after {
    background: none !important;
    opacity: 0 !important;
    mix-blend-mode: normal !important;
    pointer-events: none !important;
    content: "" !important;
}

/* Foodies Intro - typography */
.foodies-intro label {
    display: block;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #333;
    font-family: 'Rework Display', sans-serif;
    font-size: 1.125rem;
}

.foodies-intro h2 {
    margin: 0;
    padding: 0.5rem 1rem;
    display: inline-block;
}

.foodies-intro p.lead {
    margin: 0;
    line-height: 1.6;
    text-align: left;
}

.foodies-intro .block__description {
    width: 65%;
    margin: 0 auto 30px;
    font-size: 1.125rem;
}

/* Foodies Intro - filters heading and tabs */
.foodies-intro h5 {
    margin-bottom: 0;
}

.foodies-intro .accommodation-sliderfilter__tabs {
    margin-top: 30px;
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Foodies Blocks
   - Alternating layouts and image positioning
   ========================================= */

/* Foodies Blocks - base row and columns */
.foodies-blocks .row {
    display: flex;
    align-items: flex-start !important;
    margin-bottom: 0;
}

.foodies-blocks .row:nth-child(even) {
    flex-direction: row-reverse;
}

.foodies-blocks .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

/* Alternating layouts - default direction */
.foodies-blocks .row {
    display: flex;
    flex-direction: row;
}

.foodies-blocks .row.reverse {
    flex-direction: row;
}

/* Alternating layouts - second image placement */
.foodies-blocks .row:nth-child(5n+1) .second-image {
    position: absolute;
    width: 50%;
    bottom: -25%;
    left: -15%;
}

.foodies-blocks .row:nth-child(5n+3) .second-image {
    position: absolute;
    width: 50%;
    top: -35%;
    left: 50%;
    transform: translateX(-50%);
}

/* Foodies Blocks - text container padding */
.foodies-blocks .text-container {
    padding: 0 5rem !important;
}

/* Foodies Block - grid filter tweaks */
.foodies-block .gridfilter__item {
    display: block;
}

.foodies-block .gridfilter__iteom-description {
    height: 100px !important;
    margin-bottom: 0 !important;
}

/* Foodies Blocks - medium breakpoint adjustment */
@media (max-width: 1200px) {
    .foodies-blocks .row:nth-child(5n+3) {
        margin-top: 5rem;
    }
}

/* =========================================
   MOBILE STYLES (max-width: 767px)
   Sections:
   - Foodies Intro
   - Foodies Blocks
   ========================================= */
@media (max-width: 767px) {
    .foodies-intro {
        flex-direction: column;
        text-align: center;
    }

    .foodies-intro h2 {
        margin-bottom: 1.5rem;
    }

    .foodies-intro p.lead {
        margin-top: 1.5rem;
    }

    .foodies-intro .select-wrapper {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }

    .foodies-intro .select-wrapper select {
        padding: 0.75rem 2rem 0.75rem 1rem;
    }

    .foodies-blocks .row {
        flex-direction: column !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .foodies-blocks .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 3rem;
    }

    .foodies-blocks .col-md-6 img {
        display: block;
        width: 100%;
        height: auto;
    }

    .foodies-blocks .image-container .second-image {
        display: none;
    }
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Restaurant Detail and Grid Items
   ========================================= */

.restaurant-detail-page .calendar-gallery__info .block__sub-title {
    margin-top: 0;
}

.gridfilter__item-description {
    min-height: 70px;
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Wedding Options Layout
   ========================================= */

/* Wedding Options - spacing and headings */
.no-heading {
    margin-top: 0 !important;
}

.weddingOptions__wrap.no-heading {
    padding-top: 0 !important;
}

.divider.wedding {
    display: none;
}

/* Wedding Options - block layout */
.wedding-options-block {
    padding: 80px 15px;
}

.wedding-options-block .row {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    margin: 0 -15px;
}

.wedding-options-block .col-md-6 {
    padding: 0 2rem;
}

/* Wedding Options - mobile adjustments */
@media (max-width: 767px) {
    .wedding-options-block .col-md-6:first-child {
        margin-top: 30px;
    }

    .weddingOptions__one .weddingOptions__parallax-image {
        display: none;
    }

    .weddingOptions__one .weddingOptions__image {
        width: 100%;
        margin: 50px 0 0;
    }
}

/* Wedding Options - typography and imagery */
.wedding-options-block h2 {
    line-height: 1.2;
    margin-bottom: 24px;
}

.wedding-options-block .description p {
    line-height: 1.75;
}

.wedding-options-block img.img-fluid {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.wedding-options-block .badgeContainer {
    position: relative;
    z-index: 1;
}

.wedding-options-block .badgeContainer .divider__logo.weddingBadge {
    width: auto;
    background-color: transparent;
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Wedding Packages Layout
   ========================================= */

/* Wedding Packages - section spacing and alternating background */
.wedding-packages-section {
    padding: 80px 15px;
}

.wedding-packages-section:nth-child(even) {
    background-color: #BA8C66;
}

/* Wedding Packages - core row and column layout */
.wedding-packages-section .row.align-items-start {
    display: flex;
    flex-wrap: wrap;
}

.wedding-packages-section .col-md-6 {
    padding: 0 15px;
}

/* Wedding Celebration image ratio */
.weddingCelebration__slide-image {
    padding-top: 135%;
}

/* Wedding Packages - desktop column widths */
@media (min-width: 768px) {
    .wedding-packages-section .col-md-6:first-child,
    .wedding-packages-section .col-md-6:last-child {
        flex: 0 0 50%;
    }
}

/* Wedding Packages - mobile layout adjustments */
@media (max-width: 767px) {
    .wedding-packages-section .col-md-6:first-child {
        margin-bottom: 32px;
    }

    .wedding-packages-section .col-6 {
        width: 100%;
    }
}

/* Wedding Packages - list styling and spacing */
.wedding-packages-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wedding-packages-section ul li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.125rem;
}

/* Wedding Packages - factsheet layout */
.wedding-packages-section .factsheet {
    display: flex;
    align-items: center;
}

.wedding-packages-section .factsheet .title {
    margin-right: 50px;
}

.wedding-packages-section .factsheet .btn {
    width: 275px;
}

.wedding-packages-section .factsheet-with-image {
    margin-top: 50px;
}

.wedding-packages-section .factsheet-with-image .title {
    margin-bottom: 20px;
}

.wedding-packages-section .factsheet-with-image a {
    width: 275px;
}

.wedding-packages-section .enquire-cta {
    margin: 80px 0 50px;
}

.wedding-packages-section .enquire-cta a {
    width: 100%;
    max-width: 350px;
}

.weddingCelebration__slide-title {
    font-size: 1.125rem;
}

/* Wedding Packages - outline button style */
.btn-outline {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
}

/* Wedding Packages - two column media gallery gutters */
.wedding-packages-section .row.g-3 {
    margin: 0 -8px;
}

.wedding-packages-section .row.g-3 > div {
    padding: 8px;
}

.wedding-packages-section img.img-fluid {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.wedding-heading {
    margin-bottom: 100px;
}

.wedding-packages-section .content-slider__image {
    padding-top: 143% !important;
}

.wedding-packages-section img {
    width: 100%;
}

.wedding-packages-section .content-slider__wrap {
    padding: 0 !important;
}

/* Experiences page contact section background */
.experiencespage .contact-form__section {
    background-color: #BA8C66;
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Utility and Layout Helpers
   ========================================= */

.row.align-items-stretch {
    align-items: stretch;
}

.facilities-block .accommodation__slide-button .btn {
    max-width: 200px;
}

.resort-highlights__list-image img {
    width: 50px;
}

.accommodation-gallery__info,
.calendar-gallery__info {
    justify-content: space-evenly;
}

.offerdetailspage .calendar-gallery__info {
    justify-content: flex-start;
}

/* =========================================
   DESKTOP TYPOGRAPHY (Reworking Font Sizes)
   Applies from tablet and above
   ========================================= */

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 5rem !important;
    }
    
      h1.intro-hero-title,
    .h1.intro-hero-title {
        font-size: 2.3rem !important;
    }

    h2,
    .h2 {
        font-size: 4rem !important;
    }

    h3,
    .h3 {
        font-size: 2.2rem !important;
    }

    h4,
    .h4 {
        font-size: 1.8rem !important;
    }

    h5,
    .h5 {
        font-size: 1rem !important;
    }

    .offers__slide-title h5 {
        font-size: 1.5rem !important;
    }

    .rewarded__list li {
        font-size: 1.5rem !important;
    }

    .custom__list li {
        font-size: 1rem !important;
    }

    .content__description.font-20 {
        font-size: 1.125rem !important;
    }
}

/* =========================================
   MOBILE TYPOGRAPHY (Reworking Font Sizes)
   Applies up to tablet breakpoint
   ========================================= */
@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 2rem !important;
    }

    h2,
    .h2 {
        font-size: 1.75rem !important;
    }

    h3,
    .h3 {
        font-size: 1.5rem !important;
    }

    h4,
    .h4 {
        font-size: 1.3rem !important;
    }

    h5,
    .h5 {
        font-size: 1.1rem !important;
    }

    .offers__slide-title h5 {
        font-size: 1.1rem !important;
    }

    .rewarded__list li {
        font-size: 1.1rem !important;
    }

    .custom__list li {
        font-size: 0.95rem !important;
    }

    .content__description.font-20 {
        font-size: 1rem !important;
    }
}


/* =========================================
   DESKTOP BASE STYLES
   Section: Spa Wellness Block
   ========================================= */

.spa-wellness-block .row {
    margin-bottom: 100px;
}

.spa-wellness-block .accordion-header {
    margin: 15px 0 25px;
    font-style: italic;
    position: relative;
    border-bottom: 1px solid black;
    cursor: pointer;
}

.spa-wellness-block .accordion-header:after {
    border-left: none;
    border-right: 2px solid;
    border-top: 2px solid;
    content: '';
    color: #211E2B;
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: -3px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 12px;
    width: 12px;
}

.spa-wellness-block .accordion-panel {
    height: 0;
}

.spa-wellness-block .flexbox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 4rem;
    text-align: left;
}

.spa-wellness-block .flexbox .flex-item {
    flex: 1;
}

.spa-wellness-block .flexbox:nth-child(even) {
    flex-direction: row-reverse;
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Wedding Badge Positioning
   ========================================= */

.resort-luxury .divider__logo.weddingBadge {
    position: absolute;
    z-index: 1;
    background: transparent;
    display: flex;
    width: 100%;
    top: 1%;
    left: 15%;
}

.weddingOptions__section .weddingBadge {
    z-index: 1;
    position: relative;
    background-color: transparent;
    top: -15px;
}

/* Badge positioning - medium screens */
@media (max-width: 992px) {
    .resort-luxury .divider__logo.weddingBadge {
        top: 12%;
    }
}

/* Badge positioning - mobile */
@media (max-width: 767px) {
    .resort-luxury .divider__logo.weddingBadge {
        top: 8%;
    }
}

/* Wedding Options content spacing */
.weddingOptions__content {
    margin-top: 0 !important;
}

.weddingOptions__wrap {
    padding: 0 !important;
    padding-bottom: 100px !important;
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Upcoming Events and Calendar
   ========================================= */

/* Upcoming Events - typography */
.upcoming-events__wrap .gridfilter__item-datee,
.calendar-event__slide-date {
    font: 0.6875rem "Rework Display", sans-serif;
    text-transform: uppercase;
    color: #7E7E7E;
}

.upcoming-events__wrap .gridfilter__item-title,
.calendar-event__slide-title {
    font-size: 1.25rem;
}

.upcoming-events__wrap .gridfilter__item-description p {
    font-size: 0.875rem;
}

.upcoming-events__wrap .gridfilter__item-button a {
    font-size: 0.6875rem;
}

.calendar-gallery__info .block__sub-title {
    font-size: 0.875rem;
    margin-top: 80px;
}

.upcoming-events__wrap .gridfilter__item-description {
    display: block;
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Filter Button Group
   ========================================= */

.filter-button-group {
    list-style: none;
    margin: 30px 0 1rem;
    padding: 0;
    display: flex;
    gap: .5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.filter-button-group li button {
    border: 1px solid #000;
    background: transparent;
    padding: .5rem 1rem;
    cursor: pointer;
}

.filter-button-group li button.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Grid Items (Mosaic / Gallery)
   ========================================= */

.contentpage .grid {
    margin-bottom: 100px;
}

.grid-item {
    margin: 5px 0;
    width: calc(107% / 8);
}

/* Grid items - medium breakpoint */
@media (max-width:1023px) {
    .grid-item {
        width: calc((94% / 6) - 8px);
    }
}

/* Grid items - narrow mobile */
@media (max-width:640px) {
    .grid-item {
        width: 100%;
    }
}

.grid-item img {
    width: 100%;
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Static Search Tweak and Resort Intro Margins
   ========================================= */

.static-search__button {
    cursor: pointer;
}

.static-search__button:hover #checkAvailability {
    background: #000;
    color: #EFEAE1;
}

.resortpage .intro__content .h2:not(:last-child) {
    margin-bottom: 50px;
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Booking Widget Core Styling
   ========================================= */

.static-search__select-list>ul,
.static-search__datepicker-dropdown {
    border: none;
    background-color: #f2e6dd;
}

.daterangepicker,
.daterangepicker .calendar-table,
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: transparent;
    border: none;
}

.static-search__select-list>ul {
    max-height: 300px;
}

.static-search__guests .static-search__select {
    position: relative;
    cursor: pointer;
}

.static-search__select-option::after,
.static-search__datepicker-input::after {
    color: #000000;
}

.static-search__guests .static-search__select::after {
    content: "";
    border-right: 2px solid;
    border-top: 2px solid;
    cursor: pointer;
    color: #000000;
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: -3px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 18px;
    width: 18px;
}

.static-search__guests .static-search__select input {
    cursor: pointer;
}

.static-search__form input,
.static-search__form select,
.static-search__select-option {
    font-size: 0.875rem;
}

/* Booking widget - dropdown positioning large screens */
@media (max-width: 1399.98px) {
    .static-search__datepicker-dropdown {
        left: 0;
    }
}

/* Booking widget - flex sizing */
.static-search__form .static-search__datepicker,
.static-search__form .static-search__destination {
    flex: 1 1 18%;
}

.static-search__form .static-search__guests {
    max-width: initial;
}

.static-search__datepicker-info .daterangepicker {
    display: block !important;
}

/* Booking widget - hide right calendar on mobile range picker */
@media (max-width:767px) {
    .daterangepicker .drp-calendar.right {
        display: none;
    }
}

/* Guests dropdown structure */
#hiddenGuest {
    display: none;
}

#guestsDropdown {
    display: none;
    position: absolute;
    background-color: #f2e6dd;
    padding: 1rem;
    z-index: 99;
    width: 510px;
    margin-top: 1rem;
}

.guests-dropdown-wrapper {
    position: relative;
    display: inline-block;
}

#guestsDropdown .room-section {
    margin-bottom: 1rem;
    background-color: #E3DACB;
    padding: 1rem;
    position: relative;
}

#guestsDropdown .room-section .remove-room {
    position: absolute;
    top: 0;
    right: 2%;
    cursor: pointer;
}

#guestsDropdown .room-section:first-child .remove-room {
    display: none;
}

#guestsDropdown .room-section:last-child {
    margin-bottom: 0;
}

#guestsDropdown .room-section h6 {
    margin: 0 0 0.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: uppercase;
}

#guestsDropdown .room-section .d-flex > p {
    flex: 1;
    margin: 0;
    font-size: 0.875rem;
    text-transform: uppercase;
}

#guestsDropdown .incrementors .btn {
    border-radius: 0;
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 7px 9px;
    text-align: center;
    width: 29px;
}

#guestsDropdown #addRoomBtn {
    display: inline-block;
    font-size: 0.9375rem;
    text-decoration: underline;
    padding: 0;
    margin-bottom: 1rem;
    background: none;
    border: none;
    color: #000;
    text-transform: uppercase;
}

#guestsDropdown .total-values {
    justify-content: end;
}

#guestsDropdown #summaryText {
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-right: 10px;
}

#updateRoomsBtn {
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    background-color: transparent;
    border: 1px solid #333;
    color: #000;
    background: transparent;
}

/* Booking widget - main form layout */
.static-search__form {
    flex-wrap: nowrap;
    column-gap: 30px;
}

.static-search__select-list>ul li.countries {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    pointer-events: none;
    font-size: 1rem;
    font-variant: small-caps;
    margin: 0 12px;
    padding-left: 0;
}

.static-search__select-list>ul li.countries:hover {
    color: black;
}

/* Booking widget form - large screens */
@media (max-width: 1399.98px) {
    .static-search__form {
        flex-wrap: nowrap;
        column-gap: 30px;
    }

    .static-search__form > * {
        flex: 0 0 calc(92% / 4);
    }

    .static-search__guests {
        flex: 0 0 calc(90% / 4);
    }

    .static-search__button button {
        font-size: 0.75rem;
    }

    .static-search__select-option::after,
    .static-search__datepicker-input::after {
        height: 18px;
        width: 18px;
    }
}

/* Booking widget - max width and font size around 1200px */
@media (max-width: 1201px) {
    .static-search__section .container {
        max-width: 96%;
    }

    .static-search__form input,
    .static-search__form select,
    .static-search__select-option {
        font-size: 0.8125rem;
    }
}

/* Booking widget - tablet wrapping */
@media (max-width: 1023px) {
    .static-search__form {
        flex-wrap: wrap;
    }

    .static-search__form > * {
        flex: 0 0 calc(35%);
    }
}

/* Booking widget - mobile stacking */
@media (max-width: 767px) {
    .static-search__form {
        flex-wrap: wrap;
    }

    .static-search__form > * {
        flex: 0 0 calc(100%) !important;
    }

    #guestsDropdown {
        width: calc(100% - 24px);
    }

    .static-search__select-list>ul {
        position: relative;
    }

    .static-search__datepicker-dropdown {
        position: relative;
        top: 0;
    }

    #guestsDropdown {
        position: relative;
    }
}

/* Booking widget - labels sizing */
.static-search__form label {
    font-size: 0.75rem;
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Breadcrumb Colors and Intro Spacing
   ========================================= */

/* Breadcrumb backgrounds by resort type */
.resort-lifestyle .breadcrumbs__section {
    background-color: #D6F4F2;
}

.resort-prive .breadcrumbs__section {
    background-color: #D3F4E2;
}

/* Intro sections - home and resort padding */
.homepage .intro__wrap,
.resortpage .intro__wrap {
    padding-top: 200px;
    padding-bottom: 200px;
}

/* Intro spacing - large desktops */
@media (min-width: 1200px) and (max-width: 1679.98px) {
    .homepage .intro__wrap,
    .resortpage .intro__wrap {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

/* Intro spacing - tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
    .homepage .intro__wrap,
    .resortpage .intro__wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Destination Info and Useful Info
   ========================================= */

/* Brand signature vertical padding */
.brandSignature__section .brandSignature__wrap {
    padding-top: 150px;
    padding-bottom: 150px;
}

.spacing-block {
    margin-bottom: 100px;
}

.destinationpage .weddingOptions__image {
    margin: 0 10%;
}

/* Useful information accordion - large desktop font size */
@media (min-width: 1200px) and (max-width: 1679.98px) {
    .usefulInformation__accordion-button {
        font-size: 1.125rem;
    }
}

/* Destination page - medium screens image margin tweaks */
@media (max-width: 820px) {
    .destinationpage .weddingOptions__one .weddingOptions__image {
        margin: 50px 0 0 20%;
    }

    .destinationpage .weddingOptions__two .weddingOptions__image {
        margin-top: 10%;
    }

    .resort-luxury .divider__logo.weddingBadge {
        top: 5%;
    }
}

/* Destination page - mobile layout adjustments */
@media (max-width: 767px) {
    .destinationpage .weddingOptions__one .weddingOptions__image {
        margin: 30px 0;
    }

    .destinationpage .weddingOptions__two .weddingOptions__image {
        margin-left: 0;
        width: 100%;
    }

    .resort-luxury .divider__logo.weddingBadge {
        left: 10%;
    }

    .destinationpage .weddingOptions_wrap {
        overflow: hidden;
    }
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Global Container Width
   ========================================= */

@media (min-width: 1680px) {
    .container {
        max-width: calc(1440px + var(--bs-gutter-x));
    }
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Offers Detail Page Layout
   ========================================= */

/* Offers detail - core spacing */
.offers-spacing {
    padding-top: 140px;
    padding-bottom: 140px;
}

.offersDetail .weddingOptions__content {
    padding-bottom: 140px;
    margin-bottom: 100px;
}

.offersDetail .weddingOptions__info {
    padding-right: 12%;
}

.offersDetail .weddingOptions__one .weddingOptions__description {
    margin-bottom: 40px;
}

.offers-intro__detail-button a {
    width: 275px;
}

.offersDetail .calendar-gallery__info {
    padding-left: 10%;
}

.offersDetail .calendar-gallery__slide-link:before {
    display: none;
}

/* Offers detail - main content structure */
.offerdetailspage #mainContent {
    display: flex;
    flex-direction: column;
}

.offerdetailspage #mainContent .offers__section {
    order: 4;
}

.offerdetailspage #mainContent .offers__section .block__description {
    display: none;
}

.offerdetailspage #mainContent .offers__wrap {
    padding-top: 30px !important;
}

.offerdetailspage .offers-intro__detail-button {
    margin: 0 10%;
}

/* Offers detail - tablet layout */
@media (min-width:768px) and (max-width:1023px) {
    .offersDetail .weddingOptions__info {
        padding-right: 0;
    }

    .offersDetail .calendar-gallery__info {
        padding-left: 0;
    }

    .offerIncludes {
        flex-direction: column-reverse;
    }

    .offerdetailspage .offers-intro__detail-button {
        margin: 0 0 5%;
    }

    .offersDetail .weddingOptions__content {
        padding-bottom: 50px;
        margin-bottom: 0;
    }
}

/* Offers detail - mobile layout */
@media (max-width:767px) {
    .offersDetail .weddingOptions__content {
        margin-bottom: 50px;
        padding-bottom: 0;
    }

    .offersDetail .weddingOptions__info {
        padding-top: 30px;
        padding-right: 0;
    }

    .offerIncludes {
        flex-direction: column-reverse;
    }

    .offersDetail .calendar-gallery__info {
        padding-left: 0;
        margin-top: 0;
    }

    .offerdetailspage .offers-intro__detail-button {
        margin: 0;
    }

    .calendar-gallery__info .calendar-gallery__title-wrap {
        margin-top: 30px;
    }
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Experiences Listing and Hover Overlay
   ========================================= */

.accommodation__slide-content p:empty {
    display: none;
}

.experiencespage .accommodation__slide-title {
    font-size: 3rem !important;
}

.experiencespage .no-carrousel_spacing {
    max-width: 100% !important;
    padding: 0;
    margin: 0;
}

.experiences__slide-image {
    position: relative;
}

.experiences_description {
    opacity: 0;
    position: absolute;
    bottom: 0;
    background-color: rgba(227, 218, 203, 0.8);
    padding: 15%;
    top: 0;
    display: flex;
    align-items: center;
    transition: 1s ease;
}

.experiences__slide:hover .experiences_description,
.experiences__slide a:focus .experiences_description {
    opacity: 1;
    color: black;
}

/* =========================================
   MOBILE STYLES (max-width: 767px)
   Section: Forms, Intro, Slider, Container, Typography
   ========================================= */
@media (max-width:767px) {
    .umbraco-forms-field .field-validation-error {
        position: initial;
    }

    .experiences__slide-title {
        font-size: 0.9375rem;
    }

    .font-18 {
        font-size: 1.125rem;
        line-height: 27.9px;
    }

    .rewarded__list li {
        font-size: 1rem;
    }

    .intro__section .divider__logo img {
        height: 91px;
    }

    .intro__section .divider__logo {
        margin: -60px auto;
    }

    .intro__section h1.h2,
    .intro__content .block__title:not(:last-child),
    .block__title {
        font-size: 24px;
    }

    .intro__section p {
        font-size: 1.125rem;
    }

    .intro__section .intro__column h6 {
        font-size: 1.25rem;
    }

    .slider__section .slider__info {
        margin-top: initial !important;
        position: absolute;
        bottom: 30%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .slider__section .slider__stamp {
        bottom: 20%;
    }

    .sliderfilter__section .block__title {
        margin-bottom: 30px;
    }

    .slider__carousel {
        min-height: 585px;
        height: 65vh;
    }

    .container {
        padding-left: 10%;
        padding-right: 10%;
    }

    .static-search__section .container {
        padding-left: 5%;
        padding-right: 5%;
    }

    .homepage .intro__wrap,
    .resortpage .intro__wrap {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .slider__section .slider__content .container .slider__info {
        width: 80%;
    }

    .homepage .slider__section .slider__content .container .slider__info {
        width: 100%;
    }

    p,
    .intro__section p {
        font-size: 16px;
    }

    .offers__slide-category {
        font-size: 16px;
    }

    .offers__content .slick-arrow {
        top: 6%;
    }
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Breadcrumbs Spacing
   ========================================= */

.breadcrumbs__section:not(:first-child) {
    padding: 30px 0 !important;
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Main Page Logo Sizing
   ========================================= */

@media (min-width: 1200px) and (max-width: 1679.98px) {
    .header__logo .logo__large svg {
        width: 425px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header__logo .logo__large svg {
        width: 285px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header__logo .logo__large svg {
        width: 245px;
    }
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Footer Typography
   ========================================= */

.footer__menu-column ul li a,
.footer .subscribe__newsletter p,
.footer .subscribe__membership p {
    font-size: 0.8rem;
}

/* Footer newsletter width on desktop */
@media (min-width: 769px) {
    .footer .subscribe__newsletter p {
        width: 50%;
    }
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Slider Video Poster and Controls
   ========================================= */

/* Slider video - make iframe act as full width background */
.slider__video iframe {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    min-width: 1920px;
}

.slider__video iframe {
    z-index: 2;
}

/* Slider video - poster image behind video */
.slider__video .poster-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: none;
}

.slider__video .poster-image img {
    width: auto;
    height: 100%;
}

.slider__content {
    z-index: 3;
}

/* Slider - rewarded stamp size */
.rewarded__stamp {
    width: 150px;
}

/* Buttons hover color overrides */
.btn-hover-brown:hover {
    color: #fff;
    background-color: #ba8c66;
    border-color: #ba8c66;
}

.btn-outline-navy-blue:hover,
.btn-outline-black:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

/* Tabbed description font override */
.font-16.tabbed__description {
    font-size: 1rem !important;
}

/* Slider video bar stacking context */
.slider__video-bar {
    z-index: 100;
}

/* Scroll animation helpers */
.transform--will-fade-up {
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.transform--will-fade-in {
    transition: opacity 0.6s ease-out;
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Blog and Press Grid
   ========================================= */

/* Blog index - grid item layout */
.blogpage .gridfilter__item {
    background: transparent;
    display: block !important;
    width: 30%;
}

.blogpage .gridfilter__items {
    column-gap: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* Blog grid - tablet widths */
@media screen and (max-width:1023px) {
    .blogpage .gridfilter__item {
        width: 45%;
    }
}

/* Blog grid - mobile single column */
@media screen and (max-width:767px) {
    .blogpage .gridfilter__item {
        width: 100%;
    }
}

/* Blog grid - inner content padding and title casing */
.blogpage .gridfilter__item-content {
    padding-left: 0;
    padding-right: 0;
}

.blogpage .gridfilter__item-title {
    text-transform: capitalize;
}

.blogpage .gridfilter__item-title:first-letter {
    text-transform: uppercase;
}

/* Blog detail base spacing */
.blogdetailspage .press {
    width: 80%;
    margin: auto;
}

.blogdetailspage .press .intro__description {
    margin: 50px 0;
}

.blogdetailspage .press .intro__description p {
    margin: 50px 0;
}

/* Slider filter hover color */
.sliderfilter__wrap .sliderfilter__item:hover {
    color: #BA8C66;
}

/* Slider tabs - touch behavior */
.accommodation-sliderfilter__tabs-btn {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    outline: none;
    position: relative;
}

/* Slider filter - full width */
.sliderfilter__slider {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Slider With Filter Min Heights and Titles
   ========================================= */

/* Slider with filter - min heights */
.sliderfilter__wrap .sliderfilter__slide-wrap {
    min-height: 665px;
}

/* Same min heights across breakpoints for consistency */
@media (min-width:1200px) and (max-width:1679.98px) {
    .sliderfilter__wrap .sliderfilter__slide-wrap {
        min-height: 665px;
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .sliderfilter__wrap .sliderfilter__slide-wrap {
        min-height: 665px;
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .sliderfilter__wrap .sliderfilter__slide-wrap {
        min-height: 665px;
    }
}

/* Tabbed heading hover color */
.tabbed__heading:hover {
    color: #BA8C66;
}

/* Homepage intro title override */
.homepage .intro__section .intro-hero-title {
    font-size: 2.5rem !important;
}

/* Resort page intro title override */
.resortpage .intro__section .intro-hero-title {
    font-size: 4.8rem !important;
}

/* Tablet intro hero title sizes */
@media (min-width: 768px) and (max-width: 1024px) {
    .homepage .intro__section .intro-hero-title {
        font-size: 2.5rem !important;
    }

    .resortpage .intro__section .intro-hero-title {
        font-size: 4rem !important;
    }
}

/* Mobile intro hero title size */
@media (max-width: 767px) {
    .intro__section .intro-hero-title {
        font-size: 1.75rem !important;
    }
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Resort Experiences Slider Aspect Ratio
   ========================================= */

/* Resort experiences - ensure equal height columns */
.resort-experiences__content .row {
    align-items: stretch;
}

.resort-experiences__content .col-12.col-lg-7.col-xl-8 {
    display: flex;
}

.resort-experiences__content .tabbed__slider {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.resort-experiences__content .tabbed__slide {
    width: 700px;
    max-width: 100%;
    height: auto;
    min-height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Resort experiences - match left column height on desktop */
@media (min-width: 992px) {
    .resort-experiences__content .tabbed__slider {
        height: 100%;
    }

    .resort-experiences__content .tabbed__slide {
        height: 100%;
    }
}

/* Resort experiences - tablet height */
@media (max-width: 991px) {
    .resort-experiences__content .tabbed__slide {
        width: 100%;
        min-height: 500px;
    }
}

/* Resort experiences - mobile height */
@media (max-width: 767px) {
    .resort-experiences__content .tabbed__slide {
        min-height: 400px;
    }
}

/* =========================================
   CSS FROM PRELIVE - START
   Experiences in Action and Mobile Booking Modal
   ========================================= */



/* Experiences In Action - wrapper and container */
.experiences-in-action-wrap {
    position: relative;
}

.experiences-in-action-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Experiences In Action - heading and description */
.section-heading {
    font-size: 2.5rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    text-align: center;
}

.section-description {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.experiences-carousel-container {
    margin-top: 40px;
}

.experiences-slider {
    position: relative;
}

/* Experiences In Action - video card */
.experience-video-card {
    margin: 0 10px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.experience-video-card:hover {
    transform: translateY(-2px);
}

/* Video play button and thumbnail */
.video-play-button {
    width: 100%;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    display: block;
}

.video-thumbnail-container {
    position: relative;
    width: 100%;
    aspect-ratio: 9/16;
    overflow: hidden;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Video overlay and title */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 50%);
}

.play-button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

/* Experiences In Action - title and CTA inside card */
.video-info-container {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 20;
    background: #000;
    padding: 15px 20px;
}

.video-experience-title {
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
}

/* Video CTA button styling */
.video-cta-container {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 20;
}

.video-cta-link.btn {
    color: #000000 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #000000 !important;
    border-radius: 30px !important;
    padding: 10px 30px !important;
    font-size: 0.6875rem !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em;
    display: inline-block;
    text-decoration: none;
    transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
}

.video-cta-link.btn:hover {
    color: #FFFFFF !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

/* Experiences In Action - tablet responsiveness */
@media (max-width: 1024px) {
    .video-info-container {
        bottom: 60px;
        padding: 12px 15px;
    }
    
    .video-experience-title {
        font-size: 1.125rem;
    }
}

/* Experiences In Action - mobile responsiveness */
@media (max-width: 768px) {
    .video-info-container {
        bottom: 50px;
        padding: 10px 15px;
    }
    
    .video-experience-title {
        font-size: 1rem;
    }
    
    .video-cta-container {
        bottom: 40px;
    }
}

/* Experiences In Action - small mobile adjustments */
@media (max-width: 480px) {
    .video-info-container {
        bottom: 40px;
        padding: 8px 10px;
    }
    
    .video-experience-title {
        font-size: 0.875rem;
    }
    
    .video-cta-container {
        bottom: 25px;
    }
}

/* Slick Slider - arrows for Experiences slider */
.experiences-slider .slick-arrow {
    background: 0 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    outline: 0;
    width: 50px;
    z-index: 1;
    top: 0;
    height: 480px;
}

.experiences-slider .slick-arrow:before {
    display: none;
}

.experiences-slider .slick-prev {
    left: 2%;
}

.experiences-slider .slick-next {
    right: 2%;
}

.experiences-slider .slick-prev:after {
    content: "";
    border-right: 2px solid;
    border-top: 2px solid;
    display: block;
    position: relative;
    pointer-events: auto;
    height: 36px;
    width: 36px;
    transform: rotate(-135deg);
}

.experiences-slider .slick-next:after {
    content: "";
    border-right: 2px solid;
    border-top: 2px solid;
    display: block;
    position: relative;
    pointer-events: auto;
    height: 36px;
    width: 36px;
    border-left: none;
    transform: rotate(45deg);
}

.experiences-slider .slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Video modal overlay for Experiences */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.video-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-content {
    position: relative;
    width: min(95vw, 1200px);
    max-width: 1200px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.video-modal-body {
    position: relative;
}

.video-modal-close {
    position: absolute;
    top: 20px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    cursor: pointer;
    z-index: 100;
}

/* Video progress bar inside modal */
.video-progress-container {
    position: absolute;
    top: 1%;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 20;
    width: 90%;
    margin: auto;
}

.video-progress-bar {
    height: 100%;
    background: white;
    width: 0%;
}

/* Video modal navigation arrows */
.modal-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    backdrop-filter: blur(10px);
    z-index: 15;
}

.modal-nav-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}

.modal-nav-arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.modal-nav-prev {
    left: 15px;
}

.modal-nav-next {
    right: 15px;
}

/* Video controls inside modal */
.video-controls {
    position: absolute;
    right: 15px;
    top: 30%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 15;
}

.play-pause-btn,
.mute-btn {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    backdrop-filter: blur(10px);
}

.play-pause-btn:hover,
.mute-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Video CTA inside modal */
.video-cta-container {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.video-cta-link {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.video-cta-link:hover {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #000000;
}

/* Experiences slider and modal - mobile refinements */
@media (max-width: 768px) {
    .experiences-slider .slick-prev {
        left: -50px;
    }

    .experiences-slider .slick-next {
        right: -50px;
    }

    .section-heading {
        font-size: 2rem;
    }

    .video-modal-content {
        width: 100vw;
        max-width: 100vw;
        border-radius: 0;
    }
}

@media (max-width: 480px) {
    .experiences-slider .slick-prev {
        left: -40px;
    }

    .experiences-slider .slick-next {
        right: -40px;
    }

    .experiences-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .section-heading {
        font-size: 1.8rem;
    }

    .section-description {
        font-size: 1rem;
    }

    .video-title {
        font-size: 0.8rem;
        padding: 12px;
    }
}

/* Spinner animation for video loading */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Video player shell - responsive container */
#videoPlayerShell {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    overflow: hidden;
}

#videoPlayerShell video,
#videoPlayerShell iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 0;
}

#vimeoPlayer {
    display: none;
}

/* Loading spinner over video */
.video-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.spinner-circle {
    border: 4px solid rgba(255,255,255,0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

/* =========================================
   MOBILE STYLES (max-width: 767px)
   Section: Video Modal and Player Behavior
   ========================================= */
@media (max-width: 767px) {
    /* Remove blocking element */
    #videoPlayerShell::after {
        display: none !important;
    }
    
    /* Modal background */
    .video-modal {
        background: rgba(0, 0, 0, 0.95) !important;
        display: none !important;
    }
    
    .video-modal.show {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    /* Modal content full screen */
    .video-modal-content {
        width: 100vw !important;
        max-width: 100vw !important;
        height: 100vh !important;
        border-radius: 0 !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    /* Modal header hidden height, for close button overlay */
    .video-modal-header {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        height: 0 !important;
        z-index: 10002 !important;
        pointer-events: none !important;
    }
    
    /* Modal body flex container */
    .video-modal-body {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        width: 100% !important;
        min-height: 0 !important;
    }
    
    /* Video container full height */
    #videoPlayerShell {
        flex: 1 !important;
        position: relative !important;
        width: 100% !important;
        background: #000 !important;
        overflow: hidden !important;
        pointer-events: none !important;
        min-height: 0 !important;
    }
    
    /* Video/iframe - portrait crop style */
    #videoPlayerShell video,
    #videoPlayerShell iframe {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        height: 100% !important;
        width: auto !important;
        min-width: 320% !important;
        object-fit: cover !important;
        pointer-events: auto !important;
    }
    
    /* Close button - fixed top right */
    .video-modal-close {
        position: fixed !important;
        top: 15px !important;
        right: 15px !important;
        width: 45px !important;
        height: 45px !important;
        background: rgba(255, 255, 255, 0.95) !important;
        color: #000 !important;
        border: none !important;
        border-radius: 50% !important;
        font-size: 24px !important;
        z-index: 10002 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        pointer-events: auto !important;
    }
    
    /* Left arrow inside modal */
    .modal-nav-prev {
        position: absolute !important;
        left: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 45px !important;
        height: 45px !important;
        background: rgba(255, 255, 255, 0.95) !important;
        border: none !important;
        border-radius: 50% !important;
        z-index: 10001 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        pointer-events: auto !important;
    }
    
    /* Right arrow inside modal */
    .modal-nav-next {
        position: absolute !important;
        right: 15px !important;
        bottom: 25% !important;
        width: 45px !important;
        height: 45px !important;
        background: rgba(255, 255, 255, 0.95) !important;
        border: none !important;
        border-radius: 50% !important;
        z-index: 10001 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        pointer-events: auto !important;
    }
    
    .modal-nav-arrow svg {
        width: 22px !important;
        height: 22px !important;
        fill: #000 !important;
    }
    
    /* Video controls vertical stack */
    .video-controls {
        position: absolute !important;
        right: 15px !important;
        top: 25% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        z-index: 10001 !important;
        pointer-events: auto !important;
    }
    
    .play-pause-btn,
    .mute-btn {
        width: 45px !important;
        height: 45px !important;
        background: rgba(255, 255, 255, 0.95) !important;
        border: none !important;
        border-radius: 50% !important;
        cursor: pointer !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        pointer-events: auto !important;
    }
    
    .play-pause-btn svg,
    .mute-btn svg {
        width: 22px !important;
        height: 22px !important;
        fill: #000 !important;
    }
    
    /* Title inside modal body, stacked below video */
    .video-modal-body .video-info-container {
        position: relative !important;
        bottom: auto !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        background: #000 !important;
        padding: 15px 20px !important;
        text-align: center !important;
        flex-shrink: 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 50px !important;
        z-index: 1 !important;
    }
    
    .video-modal-body .video-info-container .video-experience-title,
    .video-modal-body .video-info-container #videoExperienceTitle {
        position: relative !important;
        color: #fff !important;
        font-size: 1.1rem !important;
        margin: 0 !important;
        font-weight: 700 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        line-height: 1.4 !important;
    }
    
    /* CTA stacked below title */
    .video-modal-body .video-cta-container {
        position: relative !important;
        bottom: auto !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        background: #000 !important;
        padding: 15px 20px 25px !important;
        text-align: center !important;
        flex-shrink: 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 60px !important;
        z-index: 1 !important;
    }
    
    .video-modal-body .video-cta-container .video-cta-link.btn {
        position: relative !important;
        color: #000 !important;
        background-color: #fff !important;
        border: 2px solid #000 !important;
        border-radius: 30px !important;
        padding: 12px 35px !important;
        font-size: 0.95rem !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Hide progress bar on mobile modal */
    .video-progress-container {
        display: none !important;
    }
    
    /* Hide custom spinner on mobile */
    .video-loading-spinner,
    #videoSpinner {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

/* =========================================
   EXPERIENCES IN ACTION - MOBILE SLIDER
   Align with resort slider behavior
   ========================================= */
@media (max-width: 480px) {
    /* Edge to edge slider */
    #experiences-in-action-section .sliderfilter__wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    #experiences-in-action-section .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }
    
    /* Keep header padded */
    #experiences-in-action-section .sliderfilter__head {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
    
    #experiences-in-action-section .experiences-carousel-container {
        margin: 30px 0 0 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    
    /* Full width slider track */
    #experiences-in-action-section .experiences-slider {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        position: relative !important;
    }
    
    #experiences-in-action-section .experiences-slider .slick-list {
        overflow: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    
    #experiences-in-action-section .experiences-slider .slick-track {
        display: flex !important;
        margin: 0 !important;
    }
    
    /* Slides without additional gap */
    #experiences-in-action-section .experiences-slider .slick-slide {
        opacity: 1 !important;
        transform: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
   #experiences-in-action-section .experience-video-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    }
    
    #experiences-in-action-section .video-thumbnail-container {
        width: 100% !important;
        aspect-ratio: 9/16 !important;
        max-height: 70vh !important;
        border-radius: 0 !important;
    }
    
    #experiences-in-action-section .video-thumbnail {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 0 !important;
    }
    
    /* White arrow buttons overlay */
    #experiences-in-action-section .experiences-slider .slick-arrow {
        display: flex !important;
        width: 50px !important;
        height: 50px !important;
        background: rgba(255, 255, 255, 0.95) !important;
        border-radius: 50% !important;
        position: absolute !important;
        top: 35% !important;
        transform: translateY(-50%) !important;
        z-index: 100 !important;
        align-items: center !important;
        justify-content: center !important;
        pointer-events: auto !important;
        border: none !important;
        cursor: pointer !important;
    }
    
    #experiences-in-action-section .experiences-slider .slick-prev {
        left: 20px !important;
    }
    
    #experiences-in-action-section .experiences-slider .slick-next {
        right: 20px !important;
    }
    
    #experiences-in-action-section .experiences-slider .slick-prev:after,
    #experiences-in-action-section .experiences-slider .slick-next:after {
        border-color: #000 !important;
        height: 24px !important;
        width: 24px !important;
        border-width: 2px !important;
        display: block !important;
    }
    
    #experiences-in-action-section .experiences-slider .slick-disabled {
        opacity: 0.3 !important;
    }
    
    /* Hide dots on small mobile slider */
    #experiences-in-action-section .experiences-slider .slick-dots {
        display: none !important;
    }
}

/* Experiences In Action - space between header and carousel */
.experiences-in-action-section .experiences-carousel-container {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .experiences-in-action-section .experiences-carousel-container {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .experiences-in-action-section .experiences-carousel-container {
        margin-top: 30px;
    }
}

/* Experiences In Action - wider cards, 4 slides */
#experiences-in-action-section .experiences-slider {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

#experiences-in-action-section .experience-video-card {
    width: 340px;
    max-width: 340px;
    margin: 0 auto;
    border-radius: 0 !important;
}

#experiences-in-action-section .video-thumbnail-container {
    width: 340px;
    aspect-ratio: 9/16;
    border-radius: 0 !important;
    position: relative;
}

#experiences-in-action-section .video-thumbnail {
    border-radius: 0 !important;
}

#experiences-in-action-section .experiences-slider .slick-track {
    display: flex !important;
    gap: 1px;
}

/* Experiences In Action - arrows positioned inwards */
#experiences-in-action-section .experiences-slider .slick-arrow {
    width: 50px !important;
    height: 605px !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100 !important;
    top: 0 !important;
    transform: none !important;
    position: absolute !important;
}

#experiences-in-action-section .experiences-slider .slick-prev {
    left: 5% !important;
}

#experiences-in-action-section .experiences-slider .slick-next {
    right: 11% !important;
}

#experiences-in-action-section .experiences-slider .slick-prev:after,
#experiences-in-action-section .experiences-slider .slick-next:after {
    border-color: #fff !important;
    height: 36px !important;
    width: 36px !important;
}

/* Experiences In Action - overlay gradient and title styling */
#experiences-in-action-section .video-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 40%, transparent 70%) !important;
}

#experiences-in-action-section .video-title {
    position: absolute !important;
    top: 20% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 45% !important;
    padding: 0 !important;
    text-align: center !important;
    color: #fff !important;
    font-family: "Rework Display", sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    line-height: 24px !important;
    background: transparent !important;
    z-index: 11 !important;
    margin: 0 !important;
}

/* Experiences In Action - subtle play button circle */
#experiences-in-action-section .play-button-icon {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#experiences-in-action-section .play-button-icon svg {
    width: 40px !important;
    height: 40px !important;
    display: block !important;
}

/* Force perfect circle outline */
#experiences-in-action-section .play-button-icon svg circle {
    stroke: #fff !important;
    stroke-width: 2 !important;
    fill: transparent !important;
    opacity: 0.8 !important;
    cx: 50% !important;
    cy: 50% !important;
    r: 48% !important;
    vector-effect: non-scaling-stroke !important;
}

#experiences-in-action-section .play-button-icon svg path,
#experiences-in-action-section .play-button-icon svg polygon {
    fill: #fff !important;
    opacity: 0.8 !important;
}

/* Hover state for play button */
#experiences-in-action-section .video-play-button:hover .play-button-icon svg circle {
    opacity: 1 !important;
    stroke-width: 2.5 !important;
}

#experiences-in-action-section .video-play-button:hover .play-button-icon svg path,
#experiences-in-action-section .video-play-button:hover .play-button-icon svg polygon {
    opacity: 1 !important;
}

/* Experiences In Action - align carousel left with title */
#experiences-in-action-section .experiences-carousel-container {
    margin-left: -10px !important;
}

#experiences-in-action-section .slick-list {
    padding-left: 0 !important;
}

#experiences-in-action-section .slick-track {
    margin-left: 0 !important;
}

#experiences-in-action-section .experience-video-card {
    margin: 0 !important;
}

#experiences-in-action-section .experiences-slider .slick-slide {
    padding: 0 !important;
    margin-right: 10px !important;
}

#experiences-in-action-section .experiences-slider .slick-slide:last-child {
    margin-right: 0 !important;
}

/* Slick Slider Custom Styles - specific to Experiences Slider (prelive) */
.experiences-slider .slick-arrow {
    background: 0 0;
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    font-size: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    outline: 0;
    width: 50px;
    z-index: 1;
    top: 0;
    height: 480px;
}

.experiences-slider .slick-arrow:before {
    display: none;
}

.experiences-slider .slick-prev {
    left: 2%;
}

.experiences-slider .slick-next {
    right: 2%;
}

.experiences-slider .slick-prev:after {
    content: "";
    border-right: 2px solid;
    border-top: 2px solid;
    display: block;
    position: relative;
    pointer-events: auto;
    height: 36px;
    width: 36px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.experiences-slider .slick-next:after {
    content: "";
    border-right: 2px solid;
    border-top: 2px solid;
    display: block;
    position: relative;
    pointer-events: auto;
    height: 36px;
    width: 36px;
    border-left: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.experiences-slider .slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.experiences-slider .slick-disabled:hover {
    transform: none;
}

/* Video modal - prelive landscape version */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.video-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Landscape modal content */
.video-modal-content {
    position: relative;
    width: 90vw;
    max-width: 1400px;
    height: auto;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.video-modal-body {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* 16:9 video container */
.video-player-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    overflow: hidden;
}

/* Video elements inside modal */
.modal-video-element,
.modal-vimeo-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: none;
}

.modal-video-element {
    display: none;
}

.modal-vimeo-element {
    display: none;
}

/* Loading spinner inside modal */
.video-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
}

.spinner-circle {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

/* Video modal close button */
.video-modal-close {
    position: absolute;
    top: 20px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}

/* Progress bar in prelive modal */
.video-progress-container {
    position: absolute;
    top: 1%;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 20;
    width: 90%;
    margin: auto;
}

.video-progress-bar {
    height: 100%;
    background: white;
    width: 0%;
}

/* Prelive modal navigation arrows */
.modal-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    backdrop-filter: blur(10px);
    z-index: 15;
}

.modal-nav-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}

.modal-nav-arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.modal-nav-arrow:disabled:hover {
    background: rgba(0, 0, 0, 0.6);
}

.modal-nav-prev {
    left: 15px;
}

.modal-nav-next {
    right: 15px;
}

/* Prelive modal controls */
.video-controls {
    position: absolute;
    right: 15px;
    top: 30%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 15;
}

.play-pause-btn,
.mute-btn {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    backdrop-filter: blur(10px);
}

.play-pause-btn:hover,
.mute-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* CTA container inside prelive modal */
.video-cta-container {
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.video-cta-link {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.video-cta-link:hover {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #000000;
}

/* Experiences In Action prelive responsive media queries */
@media (max-width: 768px) {
    .experiences-slider .slick-prev {
        left: -50px;
    }

    .experiences-slider .slick-next {
        right: -50px;
    }

    .section-heading {
        font-size: 2rem;
    }

    .video-modal-content {
        width: 350px;
        height: 75%;
    }
}

@media (max-width: 480px) {
    .experiences-slider .slick-prev {
        left: -40px;
    }

    .experiences-slider .slick-next {
        right: -40px;
    }

    .experiences-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .section-heading {
        font-size: 1.8rem;
    }

    .section-description {
        font-size: 1rem;
    }

    .video-modal-content {
        width: 320px;
        height: 70%;
    }

    .video-title {
        font-size: 0.8rem;
        padding: 12px;
    }
}

/* =========================================
   Experiences Slider - native control hiding and spinner hiding
   ========================================= */

.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.video-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Force hide all native video controls */
#modalVideo {
    background: #000 !important;
}

#modalVideo::-webkit-media-controls {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

#modalVideo::-webkit-media-controls-enclosure {
    display: none !important;
}

#modalVideo::-webkit-media-controls-panel {
    display: none !important;
}

#modalVideo::-moz-media-controls {
    display: none !important;
}

video::-internal-media-controls-loading-panel {
    display: none !important;
}

video::-webkit-media-controls-timeline {
    display: none !important;
}

/* Hide native overlay play and loading indicators */
#modalVideo::-webkit-media-controls-overlay-play-button,
#modalVideo::-webkit-media-controls-overlay-enclosure {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

video::-webkit-media-spinner-container,
video::-webkit-media-controls-loading-panel {
    display: none !important;
    opacity: 0 !important;
}

#modalVideo::before,
#modalVideo::after {
    display: none !important;
}

/* Cover bottom-left area where spinner appears */
#videoPlayerShell::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: #000;
    z-index: 5;
    pointer-events: none;
}

/* Mobile slider improvements - show more indicator */
@media (max-width: 767px) {
    .experiences-slider .slick-list {
        overflow: visible !important;
    }
    
    .experiences-slider .slick-slide {
        opacity: 1 !important;
    }
    
    .experiences-slider .slick-slide:not(.slick-current) {
        opacity: 0.4 !important;
        transform: scale(0.85);
        transition: all 0.3s ease;
    }
    
    .experiences-slider .slick-track {
        display: flex !important;
        align-items: center;
    }
    
    .experience-video-card {
        margin: 0 5px !important;
    }
}

/* Mobile slider - dots indicators */
@media (max-width: 767px) {
    .experiences-slider.slick-dotted.slick-slider {
        margin-bottom: 30px;
    }
    
    .experiences-slider .slick-dots {
        bottom: -25px;
        display: block !important;
    }
    
    .experiences-slider .slick-dots li button:before {
        font-size: 10px;
        color: #BA8C66;
        opacity: 0.5;
    }
    
    .experiences-slider .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #BA8C66;
    }
}

/* Modal body video fill */
.video-modal-body {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.video-modal-body video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Modal close button repeated for consistency */
.video-modal-close {
    position: absolute;
    top: 20px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}

/* Progress container repeated for consistency */
.video-progress-container {
    position: absolute;
    top: 1%;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 20;
    width: 90%;
    margin: auto;
}

.video-progress-bar {
    height: 100%;
    background: white;
    width: 0%;
}

/* Modal arrows repeated block for fallback */
.modal-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    backdrop-filter: blur(10px);
    z-index: 15;
}

.modal-nav-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}

.modal-nav-arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.modal-nav-arrow:disabled:hover {
    background: rgba(0, 0, 0, 0.6);
}

.modal-nav-prev {
    left: 15px;
}

.modal-nav-next {
    right: 15px;
}

/* Modal controls repeated block */
.video-controls {
    position: absolute;
    right: 15px;
    top: 30%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 15;
}

.play-pause-btn,
.mute-btn {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    backdrop-filter: blur(10px);
}

.play-pause-btn:hover,
.mute-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* CTA inside modal repeated block */
.video-cta-container {
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.video-cta-link {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.video-cta-link:hover {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #000000;
}

/* Experiences In Action responsive media queries repeated */
@media (max-width: 768px) {
    .experiences-slider .slick-prev {
        left: -50px;
    }

    .experiences-slider .slick-next {
        right: -50px;
    }

    .section-heading {
        font-size: 2rem;
    }

    .video-modal-content {
        width: 350px;
        height: 75%;
    }
}

@media (max-width: 480px) {
    .experiences-slider .slick-prev {
        left: -40px;
    }

    .experiences-slider .slick-next {
        right: -40px;
    }

    .experiences-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .section-heading {
        font-size: 1.8rem;
    }

    .section-description {
        font-size: 1rem;
    }

    .video-modal-content {
        width: 320px;
        height: 70%;
    }

    .video-title {
        font-size: 0.8rem;
        padding: 12px;
    }
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Main Menu Country Label
   ========================================= */

.offcanvas.offcanvas__navbar .country {
    font-family: "Good Sans",sans-serif;
    font-size: 12px;
    color:#6F7175;
    text-transform: uppercase;
}

.offcanvas.offcanvas__navbar a:hover .country {
    color: #BA8C66;
    transition: color .4s ease;
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Tabbed Heading Accordion Chevron
   ========================================= */

.tabbed__heading {
    position: relative;
    cursor: pointer;
    padding-right: 30px;
    transition: color 0.3s ease;
}

.tabbed__heading::after {
    content: "";
    position: absolute;
    right: 2%;
    top: 40%;
    width: 15px;
    height: 15px;
    transform: translateY(-50%) rotate(0deg);
    border-right: 2px solid #1c1c1c;
    border-bottom: 2px solid #1c1c1c;
    transform-origin: center;
    transition: transform 0.3s ease;
    rotate: 45deg;
}

.tabbed__heading.active::after {
    transform: translateY(-50%) rotate(180deg);
    top:50%;
}

.tabbed__heading:hover {
    color: #BA8C66;
}

.tabbed__heading:hover::after {
    border-color:#BA8C66;
}

/* =========================================
   DESKTOP BASE STYLES
   Section: Calendar Page Layout and Upcoming Events Grid
   ========================================= */

.calendarpage .upcoming-events__wrap {
    padding-top: 0;
}

.upcoming-events__content.flexbox {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:767px){
    .upcoming-events__content.flexbox {
        display: block;
    }
}

.upcoming-events__content.flexbox .gridfilter__item {
    width: 32%;
}

@media screen and (max-width:767px){
    .upcoming-events__content.flexbox .gridfilter__item {
        width: 100%;
        margin-bottom:30px;
    }
}

.upcoming-events__content.flexbox .gridfilter__item .calendar-gallery__slider img {
    width: 100%;
}

/* =========================================
   CSS FROM PRELIVE - END
   ========================================= */

/* =========================================
   URGENTLY UPDATED ON LIVE - START
   Live overrides and enhancements
   ========================================= */

/* Resort highlights button width on desktop */
@media (min-width: 768px) {
    .resort-highlights__button {
        width: 65%;
    }
}




/* Blog detail page - enhanced layout and typography (desktop) */
.blogdetailspage .press {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem 4rem;
}

.blogdetailspage .press .intro__description {
    margin: 3rem 0;
}

.blogdetailspage .press .intro__description p {
    font-size: 1.125rem;
    line-height: 1.8;
    margin: 1.75rem 0;
    color: #333;
}

.blogdetailspage .block__sub-title {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    color: #BA8C66;
    font-weight: 600;
    margin-bottom: 1rem;
}

.blogdetailspage .block__title.h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.2;
    margin-bottom: 3rem;
    font-weight: 600;
    color: #211E2B;
    text-shadow: none;
}

.blogdetailspage .intro__description > p:nth-of-type(2)::first-letter {
    font-size: 3.5em;
    font-weight: 600;
    line-height: 0.9;
    float: left;
    margin: 0.1em 0.1em 0 0;
    color: #BA8C66;
}

.blogdetailspage .intro__description h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    color: #211E2B;
    font-weight: 600;
    position: relative;
    padding-bottom: 1.5rem;
    text-align: center;
}

.blogdetailspage .intro__description h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    max-width: 90%;
    height: 3px;
    background: #BA8C66;
}

.blogdetailspage .intro__description h3 {
    font-size: clamp(1.375rem, 2.5vw, 1.75rem);
    margin-top: 3rem;
    margin-bottom: 1.25rem;
    color: #211E2B;
    font-weight: 600;
}

.blogdetailspage .intro__description img {
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    margin: 2.5rem auto;
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.blogdetailspage .intro__description img:first-of-type {
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    margin: 2rem auto 4rem;
}

.blogdetailspage .intro__description img[width="500"] {
    max-width: 500px;
    margin: 2rem auto;
}

.blogdetailspage .intro__description p:has(img) {
    text-align: center;
}

.blogdetailspage .intro__description a {
    color: #BA8C66;
    text-decoration: none;
    border-bottom: 2px solid rgba(186, 140, 102, 0.3);
    transition: all 0.3s ease;
}

.blogdetailspage .intro__description a:hover {
    color: #8a6647;
    border-bottom-color: #8a6647;
}

.blogdetailspage .intro__description ul,
.blogdetailspage .intro__description ol {
    padding-left: 2rem;
    margin: 2rem 0;
}

.blogdetailspage .intro__description li {
    margin-bottom: 1rem;
    line-height: 1.8;
}

.blogdetailspage .intro__description ul li::marker {
    color: #BA8C66;
}

.blogdetailspage .intro__description strong {
    font-weight: 600;
    color: #211E2B;
}

/* Blog detail - tablet responsive adjustments */
@media (min-width: 768px) and (max-width: 1024px) {
    .blogdetailspage .press {
        max-width: 750px;
        padding: 0 1.5rem 3rem;
    }

    .blogdetailspage .press .intro__description p {
        font-size: 1.0625rem;
    }

    .blogdetailspage .intro__description h2 {
        font-size: 1.875rem;
        margin-top: 3.5rem;
    }

    .blogdetailspage .intro__description h2::after {
        width: 70px;
    }

    .blogdetailspage .intro__description h3 {
        font-size: 1.5rem;
        margin-top: 2.5rem;
    }

    .blogdetailspage .intro__description > p:nth-of-type(2)::first-letter {
        font-size: 3em;
    }
}

/* Blog detail - mobile responsive layout */
@media (max-width: 767px) {
    .blogdetailspage .press {
        padding: 0 1.5rem 3rem;
        max-width: 100%;
    }

    .blogdetailspage .press .intro__description {
        margin: 2rem 0;
    }

    .blogdetailspage .press .intro__description p {
        font-size: 1rem;
        line-height: 1.7;
        margin: 1.5rem 0;
    }

    .blogdetailspage .block__sub-title {
        font-size: 0.6875rem;
        margin-bottom: 0.75rem;
    }

    .blogdetailspage .block__title.h2 {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }

    .blogdetailspage .intro__description > p:nth-of-type(2)::first-letter {
        font-size: 2.5em;
        margin: 0.05em 0.08em 0 0;
    }

    .blogdetailspage .intro__description h2 {
        font-size: 1.5rem;
        margin-top: 3rem;
        margin-bottom: 1.25rem;
        padding-bottom: 1rem;
    }

    .blogdetailspage .intro__description h2::after {
        width: 300px;
        max-width: 85%;
        height: 2px;
    }

    .blogdetailspage .intro__description h3 {
        font-size: 1.25rem;
        margin-top: 2.5rem;
        margin-bottom: 1rem;
    }

    .blogdetailspage .intro__description img {
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin: 2rem auto;
    }

    .blogdetailspage .intro__description img:first-of-type {
        border-radius: 12px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        margin: 1.5rem auto 3rem;
    }

    .blogdetailspage .intro__description img[width="500"] {
        max-width: 100%;
    }

    .blogdetailspage .intro__description ul,
    .blogdetailspage .intro__description ol {
        padding-left: 1.5rem;
        margin: 1.5rem 0;
    }

    .blogdetailspage .intro__description li {
        margin-bottom: 0.875rem;
        line-height: 1.7;
    }

    .blogdetailspage .intro__description a {
        border-bottom-width: 1.5px;
    }
}

/* Blog detail - small mobile adjustments */
@media (max-width: 480px) {
    .blogdetailspage .press {
        padding: 0 1rem 2.5rem;
    }

    .blogdetailspage .block__title.h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .blogdetailspage .intro__description > p:nth-of-type(2)::first-letter {
        font-size: 2.2em;
    }

    .blogdetailspage .intro__description h2 {
        font-size: 1.375rem;
        margin-top: 2.5rem;
    }

    .blogdetailspage .intro__description h2::after {
        width: 50px;
    }

    .blogdetailspage .intro__description h3 {
        font-size: 1.125rem;
        margin-top: 2rem;
    }
}

/* =========================================
   URGENTLY UPDATED ON LIVE - END
   ========================================= */
   
   
   /* =========================================
   HOVER VIDEO PREVIEW SYSTEM - UPDATED
   Experiences In Action Component
   ========================================= */

/* Hover video element positioning */
.video-thumbnail-container .hover-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 2;
    pointer-events: none;
    outline: none;
    border: none;
}

.video-thumbnail-container .hover-video::-webkit-media-controls,
.video-thumbnail-container .hover-video::-webkit-media-controls-enclosure,
.video-thumbnail-container .hover-video::-webkit-media-controls-panel {
    display: none !important;
}

/* Completely remove all browser controls and loading indicators */
.video-thumbnail-container .hover-video {
    -webkit-appearance: none;
    appearance: none;
}

.video-thumbnail-container .hover-video::-webkit-media-controls-overlay-play-button,
.video-thumbnail-container .hover-video::-webkit-media-spinner-container,
.video-thumbnail-container .hover-video::-webkit-media-controls-loading-panel {
    display: none !important;
    opacity: 0 !important;
}

.video-thumbnail-container .hover-video.active {
    opacity: 1;
    visibility: visible;
}

/* Thumbnail fade out when video playing */
.video-thumbnail-container .video-thumbnail {
    transition: opacity 0.4s ease;
    position: relative;
    z-index: 1;
}

.video-thumbnail-container.video-playing .video-thumbnail {
    opacity: 0;
}

/* Mobile preview state */
.experience-video-card.preview-mode .hover-video.active {
    opacity: 1;
    visibility: visible;
}

/* Smooth overlay transition during video */
.video-overlay {
    transition: opacity 0.4s ease;
}

.video-thumbnail-container.video-playing .video-overlay {
    opacity: 0.7;
}

/* CRITICAL FIX: Ensure play button is visible and clickable */
.experience-video-card .play-button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
    opacity: 1;
    visibility: visible;
    display: block !important;
}

.experience-video-card .play-button-icon svg {
    display: block;
    opacity: 1;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}

/* Ensure play button shows on hover */
.experience-video-card .video-play-button:hover .play-button-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
    transition: transform 0.3s ease;
}

/* Keep play button visible during video preview */
.experience-video-card.preview-mode .play-button-icon {
    opacity: 0.8;
}


/* =========================================
   EXPERIENCES IN ACTION - DARK OVERLAY
   Covers entire image behind text and play button
   ========================================= */

/* Dark overlay covering the ENTIRE image */
.experience-video-card .video-thumbnail-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 3;
    pointer-events: none;
}

/* Ensure text and play button are above the overlay */
.experience-video-card .video-title {
    position: relative;
    z-index: 11;
}

.experience-video-card .play-button-icon {
    z-index: 11;
}

/* Keep overlay during video preview */
.experience-video-card.preview-mode .video-thumbnail-container::before {
    background-color: rgba(0, 0, 0, 0.2);
}