.offer-banner {
    display: none!important;
}
/* Hero Split */
.herosplit {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    position: relative;
    overflow: hidden;
    background: var(--brand-primary);
}

.herosplit::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(var(--brand-bold-rgb), 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--brand-bold-rgb), 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.herosplit-left {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 1;
}

.herosplit-badge {
    display: inline-flex;
    gap: 2px;
    align-items: center;
    background: rgba(var(--brand-bold-rgb), 0.1);
    border: 1px solid rgba(var(--brand-bold-rgb), 0.5);
    border-radius: 2px;
    color: var(--brand-bold);
    font-size: 11px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;    
    letter-spacing: 2px;
    width: fit-content;
}

.herosplit h1  {
    color: #FFF;
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 700;
    font-style: 400;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.herosplit-event ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;    
}

.herosplit-event li + li::before {
    content: "\00B7 ";
    margin: 0 0.75em;
    color: var(--brand-bold);
}

.herosplit-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: #FFF;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

.herosplit-links a {
    color: #FFF;
}

.herosplit-offer, .event-offer {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem;
    background: rgba(var(--brand-bold-rgb), 0.1);
    border: 1px solid rgba(var(--brand-bold-rgb), 0.5);
    border-radius: 8px;
    backdrop-filter: blur(4px);
    color: #FFF;
}

.herosplit-offer-content, .event-offer-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #FFF;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;    
}

.herosplit-offer .badge, .event-offer .badge {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background: var(--bs-warning);
    border-radius: 2px;
    color: #000;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;    
    letter-spacing: 2px;
    width: fit-content;
}

.herosplit-offer-content .description a {
    color: #FFF;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 0.25em;
}

.cd-hero .jquery_countdown, .cd-event .jquery_countdown{
    display: flex;
    gap: 0.5rem;
}

.cd-hero .jquery_countdown .countdown_container, .cd-event .jquery_countdown .countdown_container {
    flex: 0 0 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    background: rgba(var(--bs-warning-rgb), 1);
    border-radius: 2px;
    padding: 0.35rem; 
    color: #000;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.cd-hero .jquery_countdown .countdown_container .unit, .cd-event .jquery_countdown .countdown_container .unit {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.herosplit-ctas {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.herosplit-share {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
}

.herosplit-share .share-buttons {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.herosplit-share .js-copy-share-url {
    background: #f3f3f3;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;    
}

.herosplit-right {
    position: relative;
    overflow: hidden;
    order: 2;
    height: 52vw;
    min-height: 220px;
    max-height: 320px;
}

.herosplit-right.media-enabled {
    cursor: pointer;
}

.herosplit-right.media-enabled img {
    filter: brightness(0.9) saturate(1.1);
}

.herosplit-right::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(90deg, var(--brand-primary), transparent);
    z-index: 1;
    pointer-events: none;
}

.herosplit-right::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(180deg, var(--brand-primary), transparent);
    z-index: 1;
    pointer-events: none;
}

.herosplit-right img.banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-trigger {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.media-trigger-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.75);
    font-size: 20px;
    color: #000;
}

.media-trigger-label {
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #FFF;
    background: rgba(var(--brand-primary-rgb), 0.6);
    padding: 5px 12px;
    backdrop-filter: blur(4px);
}

.trust-badge {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 2;
    background: rgba(var(--brand-primary-rgb), 0.25);
    border: 1px solid rgba(var(--brand-bold-rgb), 0.5);
    border-radius: 2px;
    backdrop-filter: blur(4px);
    color:#FFF;
    font-size: 11px;
    font-weight: 500;
    padding: 7px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap:0.5rem;
}
    
.trust-badge .stars {
    color: var(--bs-warning);
    font-size:12px;
}

@media (min-width: 768px) {
    .herosplit-event {
        max-width: 650px;
    }
    .herosplit-event ul, .herosplit-links {
        font-size: 16px;
    }
    .herosplit-ctas {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .herosplit-share {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;  
    }    
    .media-trigger-icon {
        width: 82px;
        height: 82px;
        font-size: 26px;
    }
    .media-trigger-label {
        font-size: 14px;
        padding: 6px 18px;
    }    
}

@media (min-width: 992px) {
    .herosplit {
        grid-template-columns: 1fr 1fr;
    }
    .herosplit-left {
        order: 1;
    }
    .herosplit-offer, .event-offer {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 1rem;
    }
    .herosplit-offer-content {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;        
        gap: 1rem;   
    }    
    .herosplit-right {
        order: 2;
        height: auto;
        min-height: 450px;
        max-height: unset;
    }
    .herosplit-right::before {
        width: 130px;
    }
    .herosplit-right::after {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;        
        height: 200px;
        background: linear-gradient(0deg, var(--brand-primary), transparent);
    }
    .trust-badge {
        bottom: 1rem;
        right: 1rem;
        background: rgba(var(--brand-bold-rgb), 0.1);
        border: 1px solid rgba(var(--brand-bold-rgb), 0.5);
    }     
}

@media (min-width: 1200px) {
    .herosplit h1  {
        font-size: 4rem;
    }
}

.link-offset-2 {
    text-underline-offset: 0.25em !important;
}

.anchor-snap {
    scroll-margin-top: 70px;
}

.event-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.event-cta {
    position: relative;
    background: #FFF;
    padding: 0.75rem;
    color: #000;
    line-height: 1.25;
}

.event-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.event-cta-content {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

.event-cta .price {
    flex: 1 1 40%;
    text-align: center;
}

.event-cta .cta {
    flex: 1 1 60%;
}

.event-cta .price-text {
    color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
}

.event-cta .was-price-text {
    text-decoration: line-through;
}

.event-cta .price-value {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
}

.event-offer-outer {
    background: var(--brand-primary);
    overflow: hidden;
    border-radius: 1rem;
    padding: 0.75rem;
}

.event-offer-content {
    align-items: center;
}

.cd-event .jquery_countdown {
    justify-content: center;
}

.event-pricing .top {
    background: var(--brand-primary);
    border-radius: 1rem 1rem 0 0;
    color: #FFF;
    line-height: 1.5;
    text-align: center;
}

.event-pricing .was-price {
    margin-bottom: 0.5rem;
}

.event-pricing .was-price-value {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    text-decoration: line-through;    
}

.event-pricing .was-price-text {
    color: var(--bs-warning);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-pricing .price-value {
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.event-pricing .price-single .price-value {
    font-size: 2rem;
}

.event-pricing .price-text {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}

.event-pricing .saving {
    background: rgba(var(--bs-warning-rgb), 0.1);
    border: 1px solid rgba(var(--bs-warning-rgb), 0.5);
    border-radius: 8px;
    backdrop-filter: blur(4px);
    padding: 0.25rem 0.5rem;
    color: var(--bs-warning);
    font-size: 12px;
    font-weight: 500;
    width: fit-content;
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
}

.event-pricing .event-pricing-countdown .was-price-text {
    color: #FFF;
}

.event-pricing .event-pricing-countdown {
    background: var(--brand-primary);
    border-radius: 12px;
    border-top: 4px solid var(--brand-cta);
    padding: 0.5rem 0.5rem 1rem;    
    color: #FFF;
    line-height: 1.5;
    text-align: center;
}

.cd-pricing .jquery_countdown{
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.cd-pricing .jquery_countdown .countdown_container {
    flex: 0 0 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    padding: 0.35rem;
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.cd-pricing .jquery_countdown .countdown_container .unit {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.event-pricing .bottom p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.event-pricing .note {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
}

.event-pricing .deposit-box {
    background:rgba(var(--brand-bold-rgb), 0.25);
    border:1px solid rgba(var(--brand-primary-rgb), 0.5);
    border-radius:12px;
    padding:1rem;
}

.event-pricing .deposit-offer-badge {
    color: var(--brand-primary);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;    
}

.event-pricing .deposit-offer-badge.badge {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background: var(--bs-warning);
    border-radius: 2px;
    color: #000;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;    
    letter-spacing: 2px;
    width: fit-content;
    margin-bottom: 0.25rem;
}

.event-pricing .deposit-offer-price {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
}

.event-pricing .deposit-offer-text {
    color: #000;
    font-size: 14px;
    font-weight: 500;  
}

.event-pricing .cta {
    margin-top: 1rem;
}

.event-pricing .cta a {
    width: 100%;
}

.event-pricing .make-payment-button, .event-pricing .make-payment-button button {
    width: 100%;
}

.event-pricing .make-payment-button .dropdown-menu {
    width: 100%;
    border:1px solid rgba(0,0,0,.5)
}

.event-pricing .make-payment-button ul {
    color:#000;
    font-size:1rem;
    line-height:1;
    font-weight:500
}

.event-pricing .make-payment-button ul li a {
    color:#000;
    display:block;
    padding:10px 10px
}

.event-pricing .make-payment-button ul li a:hover {
    color:#FFF;
    background-color:#000
}

.event-page .card.card-top-border {
    border-top: 4px solid var(--brand-cta);
}

.staff-card {
    display: flex;
    align-items: start;
    gap: 1rem;
}

.staff-card .profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.staff-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
}

.staff-info .name {
    color: #000;
    font-weight: 700;
}

.staff-info .name .badge {
    display: inline-block;
    padding: 0.25rem 0.35rem;
    background: var(--bs-success);
    border-radius: 10px;
    color: #FFF;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;    
    letter-spacing: 0.5px;
    width: fit-content;
    position: relative;
    top: -2px;
}

.staff-info .role, .staff-info .info {
    font-size: 13px;
}

.staff-info .role {
    color: var(--brand-cta);
    font-weight: 700;
    text-transform: uppercase;
}

.staff-info .info {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.staff-info .info, .staff-info .info a {
    color: rgba(0, 0, 0, 0.50);
    font-weight: 600;
}

.staff-message .msg {
    background:rgba(0, 0, 0, 0.05);
    border:1px solid rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding:1rem;
}

.staff-message .msg-alt {
    background: rgba(var(--brand-bold-rgb), 0.05);
    border-color: rgba(var(--brand-primary-rgb), 0.15);
}

.event-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.event-pills .pill {
    background: rgba(var(--brand-bold-rgb), 0.5);
    border: 1px solid rgba(var(--brand-primary-rgb), 0.25);
    border-radius: 12px;
    padding: 0.25rem 0.75rem;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.staff-message .msg p {
    color: #000;
    font-size:14px;
    line-height:1.5; 
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.staff-message .msg p strong {
    font-weight: 700;
}

.event-htb ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;    
    counter-reset: event-htb-counter;
    padding-left: 0;
    margin-left: 0;
}

.event-htb ul > li {
    list-style: none;
    counter-increment: event-htb-counter;
    position: relative;
    padding-left: 40px;
}

.event-htb ul > li::before {
    content: counter(event-htb-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--brand-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.event-note {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 1rem;
}

.event-details .event-card .card-header a {
    border-left: 4px solid var(--bs-success);
    border-radius: 1rem 0 0 0;
}

.event-details .event-card .card-header a.collapsed {
    border-radius: 1rem 0 0 1rem;
}

.event-details .event-card .card-header a span {
    padding-left: 0;
}

.event-details .event-card .card-header a span::before {
    content: '';
    color: var(--bs-success);
}

.event-card .itinerary-selfcatering-banner {
    background: var(--brand-primary);
}

.event-card .itinerary-selfcatering-banner p {
    color: #FFF;
}

.review-carousel-css .review {
    background:var(--brand-primary);
    color:#FFF
}

.usp-footer-bar {
    background: var(--brand-primary);
}

@media (min-width: 576px) {
    .staff-card .profile-image {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 768px) {
    .anchor-snap {
        scroll-margin-top: 100px;
    }  
}

@media (min-width: 992px) {
    .event-offer-content {
        align-items: start;
    }
    
    .cd-event .jquery_countdown {
        justify-content: start;
    }  
}
