@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');

:root {
    --Main-Color: #00A1B0;
    --Main-Dark-Color: #0094A2;
    --White: #FFFFFF;
    --Gray: #4E4E50;
    --Dark-Gray: #2E2E2E;
    --Mid-Gray: #A6A6A7;
    --Light-Gray: #F6F6F6;
    --Gold: #F5CB3A;
    --line: #E7E7E7;
}

body {
    font-family: Geologica, sans-serif;
}

body a {
    text-decoration: none;
}

ul.no-style {
    list-style: none;   /* Removes bullets/numbers */
    padding: 0;         /* Removes left padding */
    margin: 0;          /* Removes default margin */
}
ul.no-style li {
    list-style: none;   /* Ensures li also has no bullets */
}

.color-white {
    color: var(--White, #FFF) !important;
}

.color-main {
    color: var(--Main-Color, #00A1B0) !important;
}

.color-gray {
    color: var(--Gray, #4E4E50) !important;
}

.color-dark-gray {
    color: var(--Dark-Gray, #2E2E2E) !important;
}

.color-mid-gray {
    color: var(--Mid-Gray, #828282) !important;
}

.color-gold {
    color: var(--Gold, #F5CB3A) !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 14px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-300 {
    font-weight: 300 !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.font-800 {
    font-weight: 800 !important;
}

.font-900 {
    font-weight: 900 !important;
}

.lh-normal {
    line-height: normal !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.border-1-white {
    border: 1px solid var(--White, #FFF) !important;
}

.border-1-gray {
    border: 1px solid var(--line, #E7E7E7);
}

.border-right-1-gray {
    border-right: 1px solid var(--line, #E7E7E7);
}

.border-left-1-gray {
    border-left: 1px solid var(--line, #E7E7E7);
}

.border-none {
    border: none !important;
}
.br-8 {
    border-radius: 8px;
}
.br-16 {
    border-radius: 16px;
}

.br-24 {
    border-radius: 24px;
}

.br-32 {
    border-radius: 32px;
}

.w-48 {
    width: 48%;
}

.w-80 {
    width: 80%;
}

.shadow-m {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.bg-white {
    background-color: var(--White, #FFF) !important;
}

.bg-main-color {
    background-color: var(--Main-Color, #00A1B0) !important;
}

.bg-main-dark-color {
    background-color: var(--Main-Dark-Color, #00A1B0) !important;
}

.bg-gray-light {
    background-color: var(--Light-Gray, #F5F5F5) !important;
}

.bg-gray-dark {
    background-color: var(--Dark-Gray, #4E4E50) !important;
}

.shadow-4 {
    box-shadow: 0 4px 38.7px 0 rgba(0, 0, 0, 0.13);
}

.maxw-900 {
    max-width: 900px;
}

.minh-200 {
    min-height: 200px;
}

.gap-7 {
    gap: 7px;
}

.gap-10 {
    gap: 10px;
}

.gap-12 {
    gap: 12px;
}

.gap-16 {
    gap: 16px;
}

.gap-24 {
    gap: 24px;
}

.ellipsis {
    white-space: nowrap;       /* Prevents text from wrapping */
    overflow: hidden;          /* Hides text that overflows */
    text-overflow: ellipsis;   /* Shows "..." at the end */
}

.submenu-container ul {
    width: 200px;
}

.cursor-pointer { cursor: pointer !important; }

/************ LightSlider ***********/
#main-slider,
.main-slider {
    min-height: calc(100vh - 204px);
    position: relative;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 24px;
    overflow: hidden;
}

#destinations-slider {
    position: relative;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 24px;
    overflow: hidden;
}

#campers-slider {
    min-height: calc(100vh - 304px);
    position: relative;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 24px;
    overflow: hidden;
}

#main-slider.destinations-slider {
    min-height: 418px;
}

#destinations-slider.destinations-slider {
    min-height: 200px;
}

.full-screen-slider,
.widget-slider,
.widget-slider .lSSlideWrapper,
.widget-slider .lSSlideWrapper ul,
.widget-slider .lSSlideWrapper li {
    height: 100% !important;
}

.full-screen-slider .slider-photo {
    width: 100%;
    height: calc(100vh - 204px);
}

.half-screen-slider .slider-photo {
    width: 100%;
    height: calc(100vh - 304px);
}

.widget-slider .slider-photo {
    width: 100%;
    height: 100%;
}

.full-screen-slider .slider-photo.destinations-slider-photo {
    height: 418px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 3rem;
}

#destinations-slider.full-screen-slider .slider-photo.destinations-slider-photo {
    height: 200px;
}

.full-screen-slider .slider-photo.destinations-slider-photo h1 {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.full-screen-slider .slider-photo.destinations-slider-photo h2 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
}


.top-layer-menu {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    background: var(--Main-Color, #00A1B0);
    padding-right: 100px;
}

.top-layer-menu-left {
    width: 350px;
    height: 52px;
    flex-shrink: 0;
    fill: var(--White, #FFF);
    background: white;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.top-layer-menu-social {
    display: flex;
    align-items: center;
    gap: 7px;
    align-self: stretch;
}

.top-menu-social-icon {
    width: 28px;
    height: 28px;
}

.top-layer-menu .nav-item {
    color: var(--White, #FFF);
    font-family: Geologica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px; /* 115.385% */
}

.top-layer-menu .navbar-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}

.top-layer-menu-left img {
    width: 225px;
    height: 26px;
    flex-shrink: 0;
}

.moving-header .logo img,
.menu-wrapper .logo-inline img {
    width: 182px;
}

.main-menu-link {
    color: var(--Gray, #4E4E50);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px; /* 107.143% */
    text-decoration: none;
}

.main-slider-wrapper .offer-city {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.main-slider-wrapper .offer-price {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

input.date-range,
.filter-element select,
.filter-element .nested-select {
    font-family: inherit;
    overflow: hidden;
    color: var(--Gray, #4E4E50);
    leading-trim: both;
    text-edge: cap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border: none;
    padding: 0;
    text-align: left;
    text-align-last: left;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    max-width: 100%;
    text-indent: 0;              /* removes left text offset */
    padding-inline-start: 0;     /* newer logical property */

}

input.date-range:focus,
.filter-element select:focus {
    border: none;
}

.searchbar-inner-element {
    display: flex;
    height: 48px;
    padding: 16px;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}

.filter-element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    flex: 1 0 0;
    max-width: 100%;
}

.filter-element p {
    overflow: hidden;
    color: var(--Gray, #4E4E50);
    leading-trim: both;
    text-edge: cap;
    text-overflow: ellipsis;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.availability-button {
    display: flex;
    height: 50px;
    width: 50px;
    padding: 12.923px 16px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border-radius: 32px;
    background: var(--Main-Color, #00A1B0);
    border: none;
}

.child-select-wrapper {
    margin: 0 !important;
    position: absolute;
    bottom: -20px;
    left: 0px;
    max-width: 100%;
    width: auto;
    padding: 0px 10px 10px 10px;
    background: white;
    border-radius: 10px;
}

h2 {
    color: var(--Gray, #4E4E50);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 150% */
}

.heading-right {
    color: var(--Main-Color, #00A1B0);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.popular-wrapper {
    display: flex;
    width: 100%;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

a.image-wrapper {
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
}

.detail-title {
    align-self: stretch;
    color: #2E2E2E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.package-type-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: var(--White);
    position: absolute;
    top: -10px;
    right: -10px;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    z-index: 12;
}

.result-block .package-type-badge {
    top: 0;
    right: 0;
}

.package-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.single-package-details {
    min-height: 400px;
}

ul.package-tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

li.package-tags {
    color: var(--Gray, #4E4E50);
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    font-style: normal;
    text-transform: capitalize;
}

li.package-tags i {
    flex-shrink: 0
}

.filters-daterange-picker-wrapper {
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 16px;
    border: 1px solid var(--line, #E7E7E7);
    background: var(--White, #FFF);
    box-shadow: 0 4px 38.7px 0 rgba(0, 0, 0, 0.09);
}

.filters-daterange-picker {

}

.daterangepicker_input {
    display: flex;
    border-radius: 8px;
    border: 1px solid var(--line, #E7E7E7);
    height: 48px;
    align-items: center;
    line-height: normal;
}

.daterangepicker .filters-daterange-picker .input-mini {
    border: none !important;
    margin-top: auto;
    margin-bottom: 0 !important;
    padding: 0 !important;
    height: 20px;
}
.daterangepicker .filters-daterange-picker .daterangepicker_input i {
    position: relative;
    left: 0;
    top: 0;
}

.table-condensed {
    font-size: 14px;
}

th.month {
    padding: 16px;
}

.daterangepicker .filters-daterange-picker .calendar th,
.daterangepicker .filters-daterange-picker .calendar td {
    min-width: 40px;
    line-height: 40px;
}

.daterangepicker .filters-daterange-picker .calendar {
    max-width: 400px;
}

.daterangepicker .cancelBtn {
    display: flex;
    height: 44px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid var(--Gray, #4E4E50);
}

.daterangepicker .applyBtn {
    display: flex;
    height: 44px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 8px;
    background: var(--Main-Color, #00A1B0);
}

body .daterangepicker td.active,
body .daterangepicker td.active:hover {
    background-color: var(--Main-Color, #00A1B0);
    border-color: transparent;
    color: #fff;
}
.nested-dropdown-list {
    list-style: none;       /* removes bullets */
    margin: 0;              /* removes default margin */
    text-align: left !important;
    display: flex;
    width: 282px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0 4px 38px 0 rgba(0, 0, 0, 0.09);
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 10;
}

.nested-dropdown-list .nested-main-option {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: var(--Gray, #4E4E50);
    leading-trim: both;
    text-edge: cap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nested-dropdown-list .nested-sub-option {
    padding-left: 24px;
}

#nested-dropdown-list li {
    margin: 0;
}

.slider-nav-button {
    border: none;
    background: var(--White, #FFF);
    color: var(--Main-Color);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-right: 16px;
}

.group-slider-item {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.slider-hotel-image-wrapper {
    display: flex;
    width: 100%;
    height: 600px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px;
}

.slider-trip-image-wrapper {
    display: flex;
    width: 100%;
    height: 400px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px;
}

.slider-hotel-specs {
    display: flex;
    width: 90%;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.15);
}

.slider-hotel-content {
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    max-height: 600px;
}

.slider-trip-content {
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    max-height: 400px;
}

.slider-hotel-description {
    color: var(--Gray, #4E4E50);
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    overflow-y: auto;
}

.slider-hotel-description p {
    margin-bottom: 0;
}

body .packages-slider .hotel h4 {
    overflow: visible;
}

.slider-carousel-controls-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    justify-content: space-between;
}

.slider-carousel-controls-tabs {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    width: 100%;
}

.slider-carousel-controls-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 24px;
    background: var(--Main-Color, #00A1B0);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.slider-carousel-controls {
    border-radius: 50%;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    align-self: stretch;
    font-size: 16px;
    font-style: normal;
    cursor: pointer;
}

.list-number-circle-24 {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--Dark-Gray, #00A1B0);
    color: var(--White, #FFF);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.icon-circle-24 {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--Dark-Gray, #00A1B0);
    color: var(--White, #FFF);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.contact-home {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    border-radius: 16px;
}

#contact-form .error, #modal-form .error, #newsletter .error {
    color: #f7941d;
    display: none;
    font-size: 12px;
    margin-top: -40px;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

#contact-form .error img, #modal-form .error img, #newsletter .error img
{
    margin: 0 5px 0 0;
    height: 15px;
    width: 15px;
}

.contact-home form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
}

.contact-home form input,
.contact-home form textarea,
.newsletter-form input {
    display: flex;
    height: 52px;
    padding: 16px 12px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--line, #E7E7E7);
    width: 100%;
}

.error-input {
    width: 100%;
    position: relative;
}

.submit-button {
    display: flex;
    height: 52px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Main-Color, #00A1B0);
    border: none;
    color: var(--White, #FFF);
}

/*.diagonal-bg {*/
/*    width: 100%;*/
/*    background: linear-gradient(*/
/*            to left top,*/
/*            var(--Main-Color) calc(50%), !* fill until 100px from bottom *!*/
/*            transparent calc(50%)        !* start transparency here *!*/
/*    );*/
/*}*/

.diagonal-bg {
    background: var(--Main-Color); /* your background color or gradient */
    width: 100%;
    clip-path: polygon(0 50%, 100% 30%, 100% 101%, 0% 101%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sign-up-button {
    display: flex;
    height: 52px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--White, #FFF);
    background: transparent;
    color: var(--White, #FFF);
}

.footer-logos-wrapper {
    padding: 40px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.footer-logo {
    width: auto;
    height: 50px;
    flex-shrink: 0;
    border-radius: 5px;
    background: var(--White, #FFF);
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 5px;
}

.footer-logo img {
    max-height: 40px;
    margin: auto;
}

.footer-bottom {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.schedule-count-outer {
    display: flex;
    height: 44px;
    min-width: 44px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 8px;
    border: 1px solid var(--Main-Color, #00A1B0);
    color: var(--Main-Color, #00A1B0);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 1199px) { /* md breakpoint in Bootstrap */
    #main-slider {
        min-height: 0;
        position: relative;
        height: 375px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        border-radius: 24px;
        overflow: hidden;
    }

    .full-screen-slider .slider-photo {
        width: 100%;
        height: 375px;
    }
}

.menu-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
}

.menu-mobile li {
    color: var(--Gray, #4E4E50);
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px; /* 107.143% */
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.menu-mobile li.submenu-container::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* solid style */
    content: "\f054"; /* Unicode for chevron-right */
    margin-left: 8px; /* spacing before icon */
    display: inline-block;
}

.breadcrumb {
    gap: 16px;
}

.breadcrumb a {
    color: var(--Dark-Gray, #FFF);
}

.breadcrumb i {
    color: var(--Main-Color, #4E4E50);
}

.breadcrumb .active i {
    color: var(--Dark-Gray, #4E4E50);
}

.destination-slider-wrapper {
    height: 100%;
}

.accordion-dropdown-toggle {
    width: 32px;
    height: 32px;
    display: flex;
    border-radius: 5px;
    background: var(--Light-Gray, #F5F5F5);
    color: var(--Dark-Gray, #4E4E50);
    transform: rotate(0deg);
    margin-left: auto;
}

.accordion-dropdown-toggle i {
    margin: auto;
    font-size: 12px;
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.pricing-table,
.accordion-table {
    border-radius: 8px;
    border: 1px solid var(--line, #E7E7E7);
}
.pricing-table .d-table-cell,
.accordion-table .d-table-cell {
    padding: 16px;
}
.pricing-table .d-table-row:nth-child(even),
.accordion-table .d-table-row:nth-child(even) {
    background-color: #ffffff; /* light gray */
}
.pricing-table .d-table-row:nth-child(odd),
.accordion-table .d-table-row:nth-child(odd) {
    background-color: var(--Light-Gray, #F6F6F6);
}

.acc-table-header {
    color: var(--Gray, #4E4E50);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
}

.acc-table-row {
    color: var(--Gray, #4E4E50);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
}

.flights-nav-tabs,
.search-nav-tabs {
    border: none !important;
}
.flights-nav-tabs a.nav-link,
.search-nav-tabs a.nav-link {
    border-radius: 24px;
    border: 1px solid var(--line, #E7E7E7);
    background: #FFF;
}
.flights-nav-tabs a.nav-link.active,
.search-nav-tabs a.nav-link.active {
    background: var(--Main-Color, #00A1B0);
    color: #FFF;
}

.flights-nav-tabs a,
.search-nav-tabs a {
    color: var(--Dark-Gray, #4E4E50);
}

/*.rangeslider-container .irs {*/
/*    flex: 1 1 auto;                !* let it stretch between from/to *!*/
/*    width: 100% !important;*/
/*}*/
body .irs-slider {
    background: var(--Main-Color, #00A1B0) !important;
    width: 16px;
    height: 16px;
    border: none;
    top: calc(50% - 7px)
}
body .irs-bar {
    background: var(--Main-Color, #00A1B0) !important;
    height: 5px;
    border: none;
    top: calc(50% - 2px)
}
body .irs-line {
    background: var(--line, #E7E7E7) !important;
    height: 5px;
    border: none;
    top: calc(50% - 2px)
}
.irs-min, .irs-max, .irs-from, .irs-to, .irs-single {
    display: none;
}

.custom-select {
    position: relative;
    display: inline-block;
}
.custom-select select {
    appearance: none;       /* remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 10px;
    padding-right: 2rem;    /* space for icon */
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* add Font Awesome chevron */
.custom-select::after {
    content: "\f078"; /* fa-chevron-down */
    font-family: "Font Awesome 7 Free";
    font-weight: 900; /* needed for solid style */
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* let clicks go through */
    color: #333;
}

#search-packages .loading-spinner,
#search-hotels .loading-spinner,
#search-cruises .loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#search-packages .loading-spinner .icon {
    height: 50px;
    width: 50px;
    margin: auto;
    background: url(../assets/icons/loader.svg) no-repeat center/50px;
}

.filters-button {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Main-Color, #00A1B0);
    color: var(--Main-Color, #00A1B0);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 129.1%; /* 20.656px */
}
body.no-scroll {
    overflow: hidden;
}

.double-column-list {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2;     /* or flexbox if you prefer */
    column-gap: 2rem;
}

.double-column-list li {
    break-inside: avoid;
    margin-bottom: 0.1rem;
    position: relative;
    padding-left: 1rem;  /* space for the dash */
}

.double-column-list li::before {
    content: "-";        /* the dash */
    position: absolute;
    left: 0;
    color: #333;         /* adjust color */
}

@media (max-width: 767.98px) {
    .filters-sidebar {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff; /* or whatever background */
        z-index: 1050; /* above bootstrap nav etc */
        overflow-y: auto;
        padding: 1rem;
    }

    .filters-sidebar.active {
        display: block;
    }
    .group-slider-controls {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .daterangepicker.dropdown-menu.show-calendar.filters-daterange-picker-wrapper {
        width: 90% !important;
        left: 5% !important
    }

    .destination-slider-wrapper {
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    body .container,
    body .container-md,
    body .container-sm {
        max-width: 90%;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    body .container,
    body .container-md,
    body .container-sm {
        max-width: 95%;
    }
}

@media (min-width: 768px) {
    .bg-main-color-md-1-3 {
        background: linear-gradient(
                to right,              /* Direction */
                var(--Main-Color, #00A1B0) 0%,                /* Start color */
                var(--Main-Color, #00A1B0) 40%,            /* End color at 1/3 */
                transparent 40%,    /* Start transparency */
                transparent 100%       /* End transparent */
        ) !important;
    }
    .w-md-auto {
        width: auto !important;
    }
}
