@import "bgstabs.css";

.flight-destinations-menu {
    font-size: 0.9em;
    padding: 0 0 0 20px;
}

.destinations-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 425px) {
    .destinations-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

@media screen and (min-width: 768px) {
    .destinations-list {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
}

@media screen and (min-width: 1024px) {
    .destinations-list {
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
    }
}

.destination-item {
    margin-bottom: 0.25em;
}

.flight-route-item {

}
.destination-link {
    display: block;
    width: max-content;
    padding: 0.125em 0.25em;
    border-radius: 0.25em;
}
.destination-link:hover {
    background-color: oklch(0.1 0 0 / 6%);
}


.ce-intext.ce-left .ce-gallery {
    margin-right: 1rem;
}

.ce-intext.ce-right .ce-gallery {
    margin-left: 1rem;
}

.ce-intext .ce-gallery {
    margin-bottom: 1rem;
}

.ce-intext .ce-gallery figure {
    border-radius: 0.25rem;
    overflow: hidden;
}

.ce-textpic.ce-intext .ce-bodytext {
    text-align: justify;
    font-size: 12px;
    font-weight: 200;
    font-family: OpenSansRegular, Arial, sans-serif;
}

.ce-textpic.ce-intext .ce-bodytext p {
    margin-top: 0;
}
.lp-info__content .ce-textpic {
    margin-top: 1rem;
}

.search-header {
    position: relative;
    height: calc(50vh + 3.2rem);
    max-height: calc(42.32vw + 3.2rem);
    z-index: 2;
}

.search-header.flights {
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 50vh;
    max-height: 42.32vw;
    overflow: hidden;
}

.map-wrapper iframe {
    width: 100%;
    height: 50vh;
    max-height: 42.32vw;
    border: 0;
}

.heroImage-wrapper {
    position: relative;
    width: 100%;
    height: 50vh;
    max-height: 42.32vw;
    margin: 0;
    overflow: hidden;
    /*-webkit-mask-image: -webkit-gradient(linear, left 85%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));*/
    mask-image: linear-gradient(180deg, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%);
}

.heroImage-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 0;
}

.form-container {
  position: relative;
  top: -80px;
  max-height: fit-content;
  margin: 0 auto;
  max-width: 75rem;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%), 0px 6px 10px 0px rgb(0 0 0 / 14%), 0px 1px 18px 0px rgb(0 0 0 / 12%);
}

.flights .form-container {
    top: -103px;
}

.flights .form-container .bgstab-content {
    min-height: 156px;
}

.form-container .form-tab {
  border-radius: 0.25rem 0.25rem 0 0;
  overflow: hidden;
}

.form-container .bgstab-content {
  border-radius: 0 0.25rem 0.25rem 0.25rem;
}

.content-wrapper {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
                0px 8px 10px 1px rgba(0, 0, 0, 0.14),
                0px 3px 14px 2px rgba(0,0,0,.12);
}

header.lp-mainheader {
    background: var(--red-accent);
    color: #fff;
    margin: 0rem -2rem ;
    padding: 0.175rem 1rem;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

header.lp-mainheader h1 {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 1rem;
    padding: 0;
    text-align: left;
    flex: 1;
}

.lp-references {
    padding: 1px 0 1rem;
    position: relative;
    font-size: small;

    overflow: hidden;
    margin: 0 -2rem;
}
.lp-references:has(figure) {
    height: calc(100vw * 855 / 1920 + 1.8rem);
    max-height: calc(1200px * 855 / 1920 + 1.8rem);
}

.lp-references .frame-layout-0 {
    position: relative;
    z-index: 1;
    padding: 1rem 2rem 2rem;
    /*margin: 0 -2rem;*/
    background-image: linear-gradient(180deg, #fffb 70%, #fffb 70%, #fff0 100%);
}

.lp-references .frame-layout-0 p {
    color: var(--red-accent);
}
.lp-references .frame-layout-0:has(>a) {
    padding-bottom: 0rem;
}

.lp-references .frame-layout-0>a,
.lp-references .frame-layout-0>a:link,
.lp-references .frame-layout-0>a:visited {
    color: var(--blue-accent);
}


section .frame {
    padding-bottom: 1rem;
}

section.lp-references {

}

section.lp-offers1 {
    /*border-top: 2px solid #00000020;*/

}

.active-offers__wrapper {

}

.active-offers__title {
}

.lp-expandable .active-offers__title {

}

.active-offers__title h2 {
    background-color: var(--red-accent);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    padding: 0.5rem 2rem;
    margin: 0 -2rem 0.5rem;
}

.offer-card-2x2 .active-offers__title h2 {
    border-radius: 0.25rem;
}

.offer-card-2x2 .active-offers__title h2:first-child {
    margin-right: 0 ;
}

.offer-card-2x2 .active-offers__title h2:last-child {
    margin-left: 0 ;
}

.lp-expandable .active-offers__title h2 {
    cursor: pointer;
}

.lp-expandable  .active-offers__title h2::after {
    content: 'keyboard_arrow_up';
    font-family: "Material Icons";
    float: right;
    margin-right: -1rem;
    line-height: 1.25;
    font-size: 1.5rem;
    transition: transform 200ms ease-out;
}

.lp-expandable:not(.opened) .active-offers__title h2::after {
    /*content: 'keyboard_arrow_down';*/
    transform: rotateZ(180deg);
}

.active-offers__title h3 {
    color: #002a;
    font-size: 0.975rem;
    font-weight: 200;
    margin: -0.5rem 0 0 0;
}

.active-offers__title h3::after {
    content: '';
    display: table;
    clear: both;
}

.active-offers__content {
    padding: 1rem 0;
    max-height: 100%;
    overflow: hidden;
    transition: all 200ms ease-out;
}

.lp-expandable:not(.opened) .active-offers__content {
    max-height: 0;
    padding: 0 0;

}

.active-offers__content a {

}


.lp-offers1 .active-offers__title h2 {
    background-color: transparent;
    color: var(--red-accent);
    margin: 0 0 0.5rem;
    padding: 0 0;
}

.lp-offers1 .active-offers__title h3 {

    margin-top: -0.75rem;

}


.lp-info {
    opacity: 0;
    margin-top: 0.5rem;
}

.lp-info.ready {
    opacity: 1;
    transition: opacity 200ms ease-out;
}

.lp-info  .lp-info__tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 -2rem;
    padding: 0.25rem 0.25rem 0 1rem;
    background: var(--red-accent);
}

.lp-info  .lp-info__tabs .lp-info__tab {
    padding: 0.75rem 1rem 0.25rem;
    background: var(--red-accent);
    color: #fffd;
    border-radius: 0.25rem 0.25rem 0 0;
    margin-right: 0.25rem;
    text-decoration: none;
    transition: all 200ms ease-out;
}

.lp-info  .lp-info__tabs .lp-info__tab.selected {
    padding: 0.5rem 1rem 0.5rem;
    background: #fff;
    color: var(--red-accent);
}

.lp-info  .lp-info__contents {
    position: relative;
}

.lp-info  .lp-info__content {
    position: relative;
    top: 0;
    left: 0;
    display: none;
}

.lp-info  .lp-info__content:target,
.lp-info  .lp-info__content.selected {
    display: initial;
}

.content-wrapper figure.full-bleed {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    box-sizing: border-box;
}

.content-wrapper .video-embed video {
    box-sizing: border-box;
    width: 100%;
    /*aspect-ratio: 1920 / 855;*/
    /*height: calc(85.5 * 1200px / 192);*/
    /*height: fit-content;*/
    object-fit: cover;
}

.content-wrapper .image-embed img {
    width: 100%;
    height: auto;
}


@media screen and (max-width: 992px) {
    .search-header {
        position: relative;
        height: calc(42vw + 28rem);
        max-height: initial;
        z-index: 2;
    }
    .form-container {
        top: 0;
    }
    .tp-offer-card {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .content-wrapper figure.full-bleed {
        width: calc(100% + 2rem);
        margin: 0 -1rem;
    }
}


.wz-form-wrapper .e-multi-select-wrapper .e-delim-view.e-delim-values {
    color: var(--blue-accent);
    -webkit-text-fill-color: var(--blue-accent);
}


.related-routes-menu {
    font-size: 12px;

}

.related-routes-menu p {
    color: var(--red-accent);
}

.related-routes-menu a,
.related-routes-menu a:link,
.related-routes-menu a:visited {
    color: var(--blue-accent);
}

.route-toggle {
    display: inline-block;
    margin-top: 0;
    padding: 3px 8px;
    background-color: transparent;
    color: var(--text-color);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    z-index: 1;
    transition: background-color 200ms ease-out;
}

.route-toggle:hover {
    background-color: var(--blue-accent, #0078d7);
    color: var(--text-onprimary-color);
}

/* Keep your existing CSS for p.route-section but adjust the transition */
p.route-section {
    width: auto;
    max-height: 400px;
    overflow: auto;
    position: relative;
    transition: max-height 0.3s ease-out;
}

p.route-section:not(.open) {
    max-height: 1.5em;
    overflow: hidden;
}
