/*
 Theme Name:   DR Website Child Theme
 Theme URI:    https://www.digitalredefined.com/
 Description:  Use this DR Base child theme to extend Bricks.
 Author:       Bricks
 Author URI:    https://www.digitalredefined.com/
 Template:     bricks
 Version:      1.0.5
 Text Domain:  bricks
*/

/* Property Card Styling*/
/*.property-card .property-card-pagination{*/
/*    left: 50% !important;*/
/*}*/

/*.property-card .property-card__container .property-card__area-type-container.brxe-block,*/
/*.property-card .property-card__container .property-card__amenities-container.brxe-block{*/
/*    row-gap: 0;*/
/*}*/
.form--light input[type="checkbox"]:not(.ff-el-form-check-checkbox):not(.ff-el-form-check-input) {
    accent-color: var(--primary);
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    opacity: 1;
    position: relative;
    left: 0;
    margin-right: 5px;
    top: 3px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    outline: 1px solid var(--neutral-light);
}

select, textarea {
    line-height: 32px;
}


.bbg-nav-container{
background: var(--primary);
    height: 60px;

}

.bbg-nav-menu .menu-item-icon{
    display: none;
}

/*:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu li*/

#bbg-nav-menu .bricks-nav-menu .sub-menu > li > .brx-submenu-toggle > *{
    padding: var(--space-xs) 20px;
    font-weight: var(--link-weight, 700);
    -webkit-text-decoration: var(--link-decoration, none);
    text-decoration: var(--link-decoration, none);
    text-underline-offset: var(--link-underline-offset, 0);
    transition: var(--link-transition, var(--transition));
}

/*#menu-areas li:not(:last-child)::after {*/
/*    content: '|';*/
/*    !*margin-left: 20px;*!*/
/*    color: var(--primary);*/
/*}*/

#menu-areas li{
    padding: 0 20px;
    margin-left: 0;
    flex-shrink: 0;
    border-right: 1px solid var(--primary);;
}
#menu-areas li:last-child {
    border-right: none;
    margin-right: 0;
}

@media(min-width: 1024px){
    .area-submenu ul{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 20px;
        width: 400px; /* Adjust width as needed */
        padding: 15px;
    }
}


@media (max-width: 1024px) and (min-width: 501px) {
    #menu-areas.bricks-nav-menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    #menu-areas  .bricks-menu-item {
        padding: 10px 15px;
        border: none;
        /*background: rgba(255, 255, 255, 0.7);*/
        /*border-radius: 6px;*/
        /*border-bottom: 2px solid rgba(62, 106, 152, 0.2);*/
    }

    #menu-areas  .bricks-menu-item a {
        text-align: center;
        display: block;
    }
}

/* Mobile: 1 column */
@media (max-width: 500px) {
    #menu-areas.bricks-nav-menu  {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    #menu-areas  .bricks-menu-item {
        border: 0;
    }

    #menu-areas  .bricks-menu-item a {
        width: 100%;
        text-align: center;
        display: inline;
    }

    #menu-areas .bricks-menu-item a {
        font-size: var(--text-m);

    }
}





/*#menu-areas {*/
/*    overflow-x: auto;*/
/*    white-space: nowrap;*/
/*    gap: 0;*/
/*}*/
/*#menu-areas li:not(:last-child)::after {*/
/*    content: '|';*/
/*    margin-left: 15px;*/
/*    color: #ccc;*/
/*}*/


/*.bbg-nav-menu{*/
/*    background: var(--primary);*/
/*    color: var(--white);*/
/*}*/
/*.bbg-nav-menu a{*/
/*    background: var(--primary);*/
/*    color: var(--white);*/
/*    text-transform: uppercase;*/
/*    font-weight: 600;*/
/*    font-size: 18px;*/
/*}*/

/*.header-search form input{*/
/*    width: 100%;*/
/*    box-sizing: border-box;*/
/*    border: 2px solid #FBF4EC;*/
/*    font-size: 16px;*/
/*    background-color: #FBF4EC !important;*/
/*    background-image: url('/wp-content/uploads/icon-search-magnifying-glass.png');*/
/*    background-position: 10px 6px;*/
/*    background-repeat: no-repeat;*/
/*    padding-left: 40px !important;*/
/*    border-radius: var(--radius-circle);*/
/*}*/



/*.property-card-large-tex{*/
/*    font-size: 24px;*/
/*}*/

/*.property-card__headline-container{*/
/*    row-gap: var(--space-xs);*/
/*    height: 100%;*/
/*}*/

/*!* Property Card Icons Styling *!*/

/*!* Container for icons positioned in top right corner *!*/
/*.property-card__icons-container {*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    right: 10px;*/
/*    z-index: 10; !* Ensure icons appear above the slider *!*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 8px;*/
/*}*/

/*!* Common icon styling *!*/
/*.property-card__icon {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    border-radius: 50%;*/
/*    background-color: rgba(255, 255, 255, 0.8);*/
/*    color: #666;*/
/*    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
/*    transition: all 0.2s ease;*/
/*}*/

/*!* Favorite button specific styling *!*/
/*.property-card__favorite-icon {*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    padding: 0;*/
/*}*/

/*.property-card__favorite-icon:hover {*/
/*    background-color: rgba(255, 255, 255, 0.95);*/
/*    transform: scale(1.05);*/
/*}*/

/*!* Active favorite icon *!*/
/*.property-card__favorite-icon .favorite-active {*/
/*    color: #e74c3c; !* Red heart when active *!*/
/*}*/

/*!* Pet friendly icon *!*/
/*.property-card__pet-icon {*/
/*    color: #3498db; !* Blue paw icon *!*/
/*}*/

/*!* Ensure the icons container is visible *!*/
/*.property-card__img-wrapper {*/
/*    position: relative; !* Ensure proper positioning context *!*/
/*}*/

/*!* Icon animation on hover *!*/
/*.property-card:hover .property-card__icon {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*}*/

/*!* Optional: Add slight animation for icons *!*/
/*.property-card__icon {*/
/*    opacity: 0.8;*/
/*    transform: translateY(5px);*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.property-card__headline-wrapper{*/
/*    width: 100%;*/
/*    border-bottom: 1px solid var(--black);*/
/*    padding-bottom: var(--space-xs);*/
/*}*/

/*.property-card__heading{*/
/*    font-size: var(--text-m);*/
/*    padding-bottom: 0;*/
/*    padding-left: var(--space-xs);*/
/*}*/

/*.property-card__item-count-container{*/
/*    padding-right: var(--space-xs);*/
/*    padding-left: var(--space-xs);*/
/*    flex-direction: row;*/
/*}*/

/*.property-card__item-count{*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    align-items: flex-start;*/
/*}*/

/*.property-card__area-type-container{*/
/*    font-size: 14px;*/
/*    row-gap: 0px;*/
/*}*/

/*.property-card__amenities-container {*/
/*    row-gap: 0px;*/
/*    font-size: 13px;*/
/*}*/

/*.property-card__review-rating {*/
/*    font-size: var(--text-xl);*/
/*    font-weight: 700;*/
/*    align-items: center;*/
/*    flex-direction: row;*/
/*    column-gap: var(--space-xs);*/
/*}*/

/*.property-card__review-icon {*/
/*    font-size: 30px;*/
/*}*/

/*.property-card__review-container {*/
/*    column-gap: var(--space-xs);*/
/*    row-gap: 0px;*/
/*}*/

/*.property-card__review-count {*/
/*    font-weight: 500;*/
/*    font-size: var(--text-s);*/
/*}*/

/*.property-card__review-rating {*/
/*    flex-direction: row;*/
/*    column-gap: var(--space-xs);*/
/*    font-size: var(--text-xl);*/
/*    font-weight: 700;*/
/*    align-items: center;*/
/*}*/

/*.property-card__btn{*/
/*    font-size: 16px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/



/*.swiper-button-next, .swiper-button-prev{*/
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*    color: white !important;*/
/*    padding: 20px;*/
/*    border-radius: 999px;*/
/*}*/
/*.swiper-button-next:after, .swiper-button-prev:after{*/
/*    font-size: 20px !important;*/
/*}*/

/*.swiper-pagination-bullet-active {*/
/*    background: var(--black) !important;*/
/*}*/

/*.property-card__favorite-container {*/
/*    position: absolute;*/
/*    top: var(--space-xs);*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-radius: var(--radius-s);*/
/*    flex-wrap: nowrap;*/
/*    color: var(--neutral);*/
/*    right: var(--space-xs);*/
/*    z-index: 1000;*/
/*    column-gap: var(--space-xs);*/
/*    margin-right: 5px;*/
/*}*/

/*.property-card__favorite-container .brxe-icon {*/
/*    font-size: 35px;*/
/*}*/

/*.property-card__row-container{*/
/*    gap: var(--space-xs);*/
/*    padding-right: var(--space-xs);*/
/*    padding-left: var(--space-xs);*/
/*    flex-direction: row;*/
/*}*/

/*!* Property Search Container *!*/
/*.property-search-container {*/
/*    !*max-width: 1400px;*!*/
/*    margin: 0 auto;*/
/*    padding: 20px;*/
/*    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;*/
/*}*/













/*Read more and less feature */
.property-description {
    position: relative;
}

.description-text {

    margin-bottom: 10px;
    max-height: 4.8em; /* 3 lines at 1.6 line height */
    overflow: hidden;
    position: relative;
}

.description-text.truncated {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
/* OPTION 1: Override white-space for lists specifically */
.description-text.expanded {
    max-height: none;
    overflow: visible;
    white-space: pre-wrap;
}

.description-text.expanded ul,
.description-text.expanded ol {
    white-space: normal;
    margin: 1em 0; /* Control list spacing */
}

.description-text.expanded li {
    white-space: normal;
    margin-bottom: 0.5em; /* Control spacing between list items */
}

/* OPTION 2: Use pre-line instead (preserves line breaks but collapses extra spaces) */
.description-text.expanded {
    max-height: none;
    overflow: visible;
    white-space: pre-line; /* This might be better for your use case */
}

/* OPTION 3: Conditional approach - only use pre-wrap for non-list content */
.description-text.expanded {
    max-height: none;
    overflow: visible;
    white-space: pre-line; /* Default for everything */
}

.description-text.expanded p {
    white-space: pre-wrap; /* Only paragraphs get full pre-wrap treatment */
}

/* OPTION 4: More aggressive list spacing control */
.description-text.expanded {
    max-height: none;
    overflow: visible;
    white-space: pre-wrap;
}

.description-text.expanded ul,
.description-text.expanded ol {
    white-space: normal;
    margin: 0.5em 0;
    padding-left: 1.5em;
}

.description-text.expanded li {
    white-space: normal;
    margin: 0.25em 0;
    line-height: 1.4;
}

/* Remove extra spacing between list items */
.description-text.expanded li + li {
    margin-top: 0.25em;
}

.read-more-btn {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-weight: 600;
    padding: 0;
    margin-top: 10px;
    display: block;
}

.read-more-btn:hover {
    text-decoration: underline;
}

.read-more-btn:focus {
    outline: none;
    text-decoration: underline;
}

.property-amenities-container {
    position: relative;
}

.property-amenities-list {
    line-height: 1.6;
    margin-bottom: 10px;
    max-height: 9.6em; /* 6 lines at 1.6 line height */
    overflow: hidden;
    position: relative;
}

.property-amenities-list.truncated {
    max-height: 0; /* Visible height for truncated state */
    overflow: hidden;
}

.property-amenities-list.expanded {
    max-height: none;
    overflow: visible;
}

.read-more-btn.amenities-read-more-btn {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-weight: 600;
    padding: 0;
    margin-top: 10px;
    display: block;
}

.read-more-btn.amenities-read-more-btn:hover {
    text-decoration: underline;
}

.read-more-btn.amenities-read-more-btn:focus {
    outline: none;
    text-decoration: underline;
}



/* UNIVERSAL STYLING */
/* Main Button Styles */
.header-trips-button {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    vertical-align: middle;
}

.trips-button {
    margin-top: -10px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--white);
    transition: color 0.2s;
}

.trips-button i, .header-favorites-button i, .header-viewed-button i{
    font-size: 24px;
}

/* Icon Styles */
.trips-icon {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
}

/* Count Badge Styles */
.trips-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: var(--tertiary-medium);
    color: white;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
}

/* Hide count when zero */
.trips-count:empty {
    display: none;
}

/* For when trips button is in a menu item */
li.menu-item-trips {
    display: inline-block;
    vertical-align: middle;
}

/* Modal Styles (if not already defined elsewhere) */
.br-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.br-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 50px auto;
    padding: 0;
    border-radius: 8px;
    max-width: 600px;
    max-height: 80vh;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.br-modal-header {
    padding: 15px 20px;
    background-color: #1e3a8a;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.br-modal-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.br-modal-close {
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.br-modal-close:hover {
    opacity: 0.7;
}

.br-modal-body {
    padding: 20px;
    overflow-y: auto;
    max-height: calc(80vh - 60px);
}

/* Saved Trip List */
#saved-trips-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.saved-trip-item {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.saved-trip-image {
    flex: 0 0 150px;
    position: relative;
}

.saved-trip-image img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}

.remove-saved-trip {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 3px;
    padding: 3px 6px;
    font-size: 11px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.remove-saved-trip:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.saved-trip-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.saved-trip-details h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #1e3a8a;
}

.saved-trip-details p {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #4b5563;
}

.saved-trip-price {
    font-size: 18px !important;
    font-weight: bold;
    color: var(--heading-color) !important;
    margin: 5px 0 15px 0 !important;
}

.book-saved-trip {
    background-color: #1e3a8a;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 8px;
    transition: background-color 0.2s;
}

.book-saved-trip:hover {
    background-color: #1c3478;
}

.show-detailed-quote {
    font-size: 13px;
    color: #4b5563;
    text-decoration: none;
    align-self: center;
}

.show-detailed-quote:hover {
    text-decoration: underline;
}

/* Quote Details */
.quote-header {
    margin-bottom: 20px;
}

.quote-header h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #1e3a8a;
}

.quote-header p {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #4b5563;
}

.quote-breakdown {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.quote-breakdown h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #1e3a8a;
}

.quote-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
}

.quote-total {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
}

.quote-discount {
    margin-top: 15px;
    font-size: 13px;
    color: #059669;
}

/* Header Favorites Button Styles */
.header-favorites-button-wrapper {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.header-favorites-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    position: relative;
}

.favorites-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: color 0.2s ease;
}


.favorites-count {
    background-color: var(--tertiary-medium);
    color: white;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: -8px;
    right: -8px;
    transform: scale(0);
    transition: transform 0.2s ease;
}

.favorites-count.has-count {
    transform: scale(1);
}

.favorites-count:empty {
    display: none;
}

/* Header Viewed Units Button Styles */
.header-viewed-button-wrapper {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.header-viewed-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    position: relative;
}


.viewed-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: color 0.2s ease;
}



.viewed-count {
    background-color: var(--tertiary-medium);
    color: white;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: -8px;
    right: -8px;
    transform: scale(0);
    transition: transform 0.2s ease;
}

.viewed-count.has-count {
    transform: scale(1);
}

.viewed-count:empty {
    display: none;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .favorites-button {
        padding: 6px 10px;
        font-size: 13px;
        gap: 6px;
    }

    .favorites-icon {
        width: 18px;
        height: 18px;
    }

    .favorites-count {
        min-width: 18px;
        height: 18px;
        font-size: 11px;
        top: -6px;
        right: -6px;
    }

    .viewed-button {
        padding: 6px 10px;
        font-size: 13px;
        gap: 6px;
    }

    .viewed-icon {
        width: 18px;
        height: 18px;
    }

    .viewed-count {
        min-width: 18px;
        height: 18px;
        font-size: 11px;
        top: -6px;
        right: -6px;
    }

}

/*!* Loading state *!*/
/*.favorites-button.loading {*/
/*    opacity: 0.7;*/
/*    cursor: wait;*/
/*}*/

/*.favorites-button.loading .favorites-icon {*/
/*    animation: pulse 1.5s infinite;*/
/*}*/

/*@keyframes pulse {*/
/*    0%, 100% {*/
/*        opacity: 1;*/
/*    }*/
/*    50% {*/
/*        opacity: 0.5;*/
/*    }*/
/*}*/

/* Mobile Styles */
@media (max-width: 768px) {
    .header-trips-button {
        margin: 0 5px;
    }

    .br-modal-content {
        margin: 20px auto;
        width: calc(100% - 40px);
    }

    .saved-trip-item {
        flex-direction: column;
    }

    .saved-trip-image {
        flex: none;
        width: 100%;
    }
}


.home-hero::after, .page-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url("/wp-content/uploads/wavy-shape.png");
    background-size: 2067px 30px;
    background-repeat: repeat-x;
    background-position: left bottom;
    pointer-events: none;
    z-index: 10;
}

 .marketing-cta::after{
     content: "";
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 40px;
     background-image: url("/wp-content/uploads/wavy-shape.png");
     background-size: 2067px 30px;
     background-repeat: repeat-x;
     background-position: left bottom;
     pointer-events: none;
     z-index: 10;
}
.featured-tabs__content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url("/wp-content/uploads/wavy-shape.png");
    background-size: 2067px 30px;
    background-repeat: repeat-x;
    background-position: left bottom;
    pointer-events: none;
    z-index: 10;
}

.marketing-component-after::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url("/wp-content/uploads/wavy-shape.png");
    background-size: 2067px 30px;
    background-repeat: repeat-x;
    background-position: left bottom;
    pointer-events: none;
    z-index: 10;
}

 .btn-marketing-cta button{
     background-color: var(--accent) !important;
     color: var(--white);
     font-size: 18px;
     font-weight: 700;
     padding: 12px 1em;
 }

.brxe-brf-pro-forms input[type=email], .brxe-brf-pro-forms input[type=number], .brxe-brf-pro-forms input[type=password], .brxe-brf-pro-forms input[type=tel], .brxe-brf-pro-forms input[type=text], .brxe-brf-pro-forms input[type=url], .brxe-brf-pro-forms textarea {
    /*line-height: 1.5;*/
    /*padding: 10px 15px;*/
    border-radius: 4px;
}

#brxe-fgrqjs{
    display: none;
}

.category-page__hero figcaption H1{
    color: var(--white);
}

.area-card-image figcaption {
    font-size: 24px;
}

.home-blog-card .attachment-thumbnail{
   aspect-ratio: 1/1;
    object-fit: cover;
    object-position: 50%;

}



/* First item in each group of 3 (1st, 4th, 7th, etc.) - Purple/Blue theme */
.alt-color-column:nth-child(3n+1) .alt-color-column__heading {
    color: var(--tertiary-dark);
}

.alt-color-column:nth-child(3n+1) .alt-color-column__button {
    background: var(--tertiary-dark);
    /*border-style: none;*/
    /*border-color: transparent;*/
}
.alt-color-column:nth-child(3n+1) .alt-color-column__icon.brxe-icon {
    color: white;
    fill:  var(--tertiary-dark);;
}

.alt-color-column:nth-child(3n+1) .alt-color-column__button:hover {
    color: white;
    /*border-style: none;*/
    /*border-color: transparent;*/
}
/* Second item in each group of 3 (2nd, 5th, 8th, etc.) - Pink/Coral theme */
.alt-color-column:nth-child(3n+2) .alt-color-column__heading {
    color: var(--primary-dark);

    background-clip: text;
}
.alt-color-column:nth-child(3n+2) .alt-color-column__button {
    background: var(--primary-dark);
    /*border-style: none;*/
    color: white;
}

.alt-color-column:nth-child(3n+2) .alt-color-column__icon.brxe-icon {
    color: white;
    fill: var(--tertiary-dark);
}

.alt-color-column:nth-child(3n+2) .alt-color-column__button:hover {
    /*border-style: none;*/
    border-color: transparent;
}
/* Third item in each group of 3 (3rd, 6th, 9th, etc.) - Cyan/Blue theme */
.alt-color-column:nth-child(3n+3) .alt-color-column__heading {
    color: var(--accent);
    background-clip: text;
}
.alt-color-column:nth-child(3n+3) .alt-color-column__button {
    background: var(--accent);
    /*border-style: none;*/
    color: white;
}
.alt-color-column:nth-child(3n+3) .alt-color-column__button:hover {
    /*border-style: none;*/
    border-color: transparent;
}


.alt-color-column:nth-child(3n+3) .alt-color-column__icon.brxe-icon {
    color: white;
    fill: var(--tertiary-dark);
}

.basic-contact-form input, .basic-contact-form textarea   {
    box-shadow: 0 1px 3px 0 hsla(0, 0%, 0%, 0.25);
}

.booking-container h1, .booking-container h2, .booking-container h3, .booking-container h4 {
    font-family: var(--text-font-family);
}


/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */:root{
       --mm-ocd-width:100%;
       /*--mm-ocd-min-width:200px;*/
       /*--mm-ocd-max-width:440px;*/
}
body.mm-ocd-opened{
    overflow-y:hidden;
    -ms-scroll-chaining:none;
    overscroll-behavior:none;
}

.mm-ocd{
    position:fixed;
    top:0;
    right:0;
    bottom:100%;
    left:0;
    z-index:999999;
    overflow:hidden;
    -ms-scroll-chaining:none;
    overscroll-behavior:contain;
    background:rgba(0,0,0,0);
    -webkit-transition-property:bottom,background-color;
    -o-transition-property:bottom,background-color;
    transition-property:bottom,background-color;
    -webkit-transition-duration:0s,.3s;
    -o-transition-duration:0s,.3s;
    transition-duration:0s,.3s;
    -webkit-transition-timing-function:ease;
    -o-transition-timing-function:ease;
    transition-timing-function:ease;
    -webkit-transition-delay:.45s,.15s;
    -o-transition-delay:.45s,.15s;
    transition-delay:.45s,.15s;
}

.mm-ocd--open{
    bottom:0;
    background:rgba(0,0,0,.25);
    -webkit-transition-delay:0s;
    -o-transition-delay:0s;
    transition-delay:0s;
}

.mm-ocd__content{
    position:absolute;
    top:0;
    bottom:0;
    z-index:2;
    width:var(--mm-ocd-width);
    min-width:var(--mm-ocd-min-width);
    max-width:var(--mm-ocd-max-width);
    background:#fff;
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    -o-transition-property:transform;
    transition-property:transform;
    transition-property:transform,-webkit-transform;
    -webkit-transition-duration:.3s;
    -o-transition-duration:.3s;
    transition-duration:.3s;
    -webkit-transition-timing-function:ease;
    -o-transition-timing-function:ease;
    transition-timing-function:ease;
}

.mm-ocd--left .mm-ocd__content{
    left:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
}

.mm-ocd--right .mm-ocd__content{
    right:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
}

.mm-ocd--open .mm-ocd__content{
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
.mm-ocd__backdrop{
    position:absolute;
    top:0;
    bottom:0;
    z-index:3;
    width:clamp(calc(100% - var(--mm-ocd-max-width)),calc(100% - var(--mm-ocd-width)),calc(100% - var(--mm-ocd-min-width)));
    background:rgba(3,2,1,0);
}

.mm-ocd--left .mm-ocd__backdrop{
    right:0;
}

.mm-ocd--right .mm-ocd__backdrop{
    left:0;
}

.mm-spn,.mm-spn a,.mm-spn li,.mm-spn span,.mm-spn ul{
    display:block;
    padding:0;
    margin:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

:root{
    --mm-spn-item-height:50px;
    --mm-spn-item-indent:20px;
    --mm-spn-line-height:24px;
    --mm-spn-panel-offset:30%;
}

.mm-spn{
    width:100%;
    height:100%;
    -webkit-tap-highlight-color:transparent;
    -webkit-overflow-scrolling:touch;
    overflow:hidden;
    -webkit-clip-path:inset(0 0 0 0);
    clip-path:inset(0 0 0 0);
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    transform:translateX(0);
}

.mm-spn ul{
    -webkit-overflow-scrolling:touch;
    position:fixed;
    top:0;
    left:100%;
    bottom:0;
    z-index:2;
    width:calc(100% + var(--mm-spn-panel-offset));
    padding-right:var(--mm-spn-panel-offset);
    line-height:var(--mm-spn-line-height);
    overflow:visible;
    overflow-y:auto;
    background:inherit;
    -webkit-transition:left .3s ease 0s;
    -o-transition:left .3s ease 0s;
    transition:left .3s ease 0s;
    cursor:default;
}

.mm-spn ul:after{
    content:"";
    display:block;
    height:var(--mm-spn-item-height);
}

.mm-spn>ul{
    left:0;
}

.mm-spn ul.mm-spn--open{
    left:0;
}

.mm-spn ul.mm-spn--parent{
    left:calc(-1 * var(--mm-spn-panel-offset));
    overflow:visible;
}

.mm-spn li{
    position:relative;
    background:inherit;cursor:pointer;
}

.mm-spn li:before{content:"";
    display:block;
    position:absolute;
    top:calc(var(--mm-spn-item-height)/ 2);
    right:calc(var(--mm-spn-item-height)/ 2);
    z-index:0;
    width:10px;
    height:10px;
    border-top:2px solid;
    border-right:2px solid;
    -webkit-transform:rotate(45deg) translate(0,-50%);
    -ms-transform:rotate(45deg) translate(0,-50%);
    transform:rotate(45deg) translate(0,-50%);
    opacity:1;
}

.mm-spn li:after{content:"";
    display:block;
    margin-left:var(--mm-spn-item-indent);
    border-top:1px solid;
    opacity:.5;
}

.mm-spn a,.mm-spn span{
    font-weight: 700;
    position:relative;
    z-index:1;
    padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent);
}

.mm-spn a{background:inherit;
    color:var(--primary-dark);
    text-decoration:none;
}

.mm-spn a:not(:last-child){width:calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after{content:"";
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    border-right:1px solid;
    opacity:.5;
}

.mm-spn span{background:0 0;
}

.mm-spn.mm-spn--navbar{cursor:pointer;
}

.mm-spn.mm-spn--navbar:before{content:"";
    display:block;
    position:absolute;
    top:calc(var(--mm-spn-item-height)/ 2);
    left:var(--mm-spn-item-indent);
    width:10px;
    height:10px;
    margin-top:2px;
    border-top:2px solid;
    border-left:2px solid;
    -webkit-transform:rotate(-45deg) translate(50%,-50%);
    -ms-transform:rotate(-45deg) translate(50%,-50%);
    transform:rotate(-45deg) translate(50%,-50%);
    opacity:1;
}

.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}
.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;
    display:none;
}

.mm-spn.mm-spn--navbar:after{
    color: var(--primary-dark);
    font-weight: 700;
    content:attr(data-mm-spn-title);
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:var(--mm-spn-item-height);
    padding:0 calc(var(--mm-spn-item-indent) * 2);
    line-height:var(--mm-spn-item-height);
    opacity:1;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
}

/*[data-mm-spn-title] {*/
/*    !* Your styles here *!*/
/*    color: red;*/
/*    font-weight: bold;*/
/*}*/

.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:var(--mm-spn-item-indent)}
.mm-spn.mm-spn--navbar ul{top:calc(var(--mm-spn-item-height) + 1px)}
.mm-spn.mm-spn--navbar ul:before{content:"";
    display:block;
    position:fixed;
    top:inherit;
    z-index:2;
    width:100%;
    border-top:1px solid currentColor;
    opacity:.5;
}

.mm-spn.mm-spn--light{
    color:var(--primary-dark);
    background:var(--white);
}

.mm-spn.mm-spn--dark{color:#ddd;
    background:#333;
}

.mm-spn.mm-spn--vertical{overflow-y:auto}
.mm-spn.mm-spn--vertical ul{width:100%;
    padding-right:0;
    position:static;
}

.mm-spn.mm-spn--vertical ul ul{display:none;
    padding-left:var(--mm-spn-item-indent);
 }

.mm-spn.mm-spn--vertical ul ul:after{height:calc(var(--mm-spn-item-height)/ 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block;

}
.mm-spn.mm-spn--vertical li.mm-spn--open:before{-webkit-transform:rotate(135deg) translate(-50%,0);
    -ms-transform:rotate(135deg) translate(-50%,0);
    transform:rotate(135deg) translate(-50%,0);
}
.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;
    display:none;
}

.close-icon {
    background: none;
}

.close-icon svg, #menu-trigger svg{
    fill: var(--tertiary-dark);
    width: 40px;
    height: 40px;
}

.close-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;

}

.showcase-slider .splide__track .splide__list .showcase-slider__wrapper a {
    color: var(--white);
    background-color: var(--accent) !important;
}

#my-menu{
    /*display: none;*/
}