
/* Bootstrap */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
}

.rounded {
    border-radius: 0.75rem !important;
}

.text-muted {
    color: #6C757D !important;
}

.small {
    font-size: 0.875em !important;
}

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

.h0,
.h1,
.h4,
.h5 {
    line-height: 1.3 !important;
}

.h0 {
    font-size: 2.4rem !important;
}

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

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

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

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

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

.img-fluid {
    max-width: 100%;
    height: auto;
}

.w-auto {
    width: auto !important;
}

.w-100 {
    width: 100% !important;
}

.bg-light {
    background-color: #F8F9FA !important;
}

@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 576px) {
    .d-sm-flex {
        display: flex !important;
    }
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.65em;
    margin-bottom: 0.125rem;
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
    line-height: 1.5;
}

.form-check-label {
    cursor: pointer;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    cursor: pointer;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.65em;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
    width: 1em;
    height: 1em;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.form-check-input[type=radio] {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.form-check-input:checked {
    background-color: #212529;
    border-color: #212529;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #FFFFFF !important;
    background-clip: padding-box;
    border: 1px solid #CED4DA !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0.375rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #CED4DA;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #000000 !important;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #E9ECEF;
    border: 1px solid #CED4DA;
    border-radius: 0.375rem;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-label {
    margin-bottom: 0.5rem;
    display: block;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.h-100 {
    height: 100% !important;
}

.tooltip {
    z-index: 1080;
    display: block;
    font-family: "system-ui", "-apple-system", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", "Arial", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left !important;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .tooltip-arrow {
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: calc(-1 * 0.4rem);
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem calc(0.8rem * 0.5) 0;
    border-top-color: #000000;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: calc(-1 * 0.4rem);
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(0.8rem * 0.5) 0.4rem calc(0.8rem * 0.5) 0;
    border-right-color: #000000;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: calc(-1 * 0.4rem);
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(0.8rem * 0.5) 0.4rem;
    border-bottom-color: #000000;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: calc(-1 * 0.4rem);
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(0.8rem * 0.5) 0 calc(0.8rem * 0.5) 0.4rem;
    border-left-color: #000000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #FFFFFF;
    text-align: center;
    background-color: #000000;
    border-radius: 0.375rem;
    text-align: left !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

/* ViaTours */

.header.-secondary.-is-sticky {
    border-bottom: none;
}

.header__search .headerSearchRecent__item:hover {
    color: #EB662B !important;
}

.hero.-type-1 .hero__bg {
    border-radius: 12px 12px 0 0;
}

@media (max-width: 991px) {
    .hero.-type-1 .hero__bg {
        border-radius: 0;
    }
}

.hero.-type-1 .hero__bg > *:nth-child(2) {
    object-fit: none;
}

.hero.-type-1 .hero__title {
    font-size: 55px;
}

@media (max-width: 991px) {
    .hero.-type-1 .hero__title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .hero.-type-1 .hero__title {
        font-size: 35px;
    }
}

.searchForm.-type-1 .searchForm__form {
    display: block;
    grid-template-columns: none;
    max-width: 100%;
    width: 410px;
}

.searchForm.-type-1 .searchFormItemDropdown.-location .searchFormItemDropdown__container {
    width: 410px;
}

.searchForm.-type-1 .searchFormItemDropdown.-location .searchFormItemDropdown__list {
    height: 240px;
}

.searchForm.-type-1 .searchForm__button a {
    height: 100%;
    padding: 0 30px;
}

@media (max-width: 767px) {
    .searchForm.-type-1 .searchForm__button a {
        height: 60px;
        width: 100%;
        border-radius: 0 0 12px 12px !important;
    }
}

.buttonArrow:hover {
    color: inherit;
}

.cta.-type-2 {
    padding-top: 110px;
    padding-bottom: 110px;
}

@media (max-width: 991px) {
    .cta.-type-2 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .cta.-type-2 {
        padding-top: 40px;
        padding-bottom: 360px;
    }
}

.cta.-type-2 .cta__image > *:nth-child(1) {
    width: auto;
}

@media (max-width: 767px) {
    .cta.-type-2 .cta__image > *:nth-child(1) {
        width: 100%;
    }
}

.tourCard.-type-2:hover {
    box-shadow: none;
}

.tourCard.-type-2:hover .tourCard__title span {
    background-size: 0 1px;
}

.contactForm select,
.contactForm input:not([type="range"]),
.contactForm textarea {
    transition: none;
}

.contactForm .form-input textarea::placeholder,
.contactForm .form-input input::placeholder {
    /* color: transparent; */
    color: #000000;
    font-size: 16px;
}

.contactForm .form-input textarea:not(:placeholder-shown) + label,
.contactForm .form-input input:not(:placeholder-shown) + label {
    transform: translateY(-29px);
}

.hero.-type-1 {
    padding-top: 200px;
}

@media (max-width: 991px) {
    .hero.-type-1 {
        padding-top: 160px;
    }
}

@media (max-width: 767px) {
    .hero.-type-1 {
        padding-top: 120px;
    }
}

.header__logo img {
    height: 38px;
}

@media (max-width: 991px) {
    .header__logo img {
        height: 34px;
    }
}

@media (max-width: 767px) {
    .header__logo img {
        height: 30px;
    }
}

/* Datepicker */

.vdp-datepicker__element.vdp-datepicker {
    cursor: pointer;
}

.vdp-datepicker__element input {
    cursor: pointer;
}

.vdp-datepicker__element .vdp-datepicker__calendar {
    top: 60px;
    border-radius: 8px;
    border-color: #DADFEC;
    padding: 10px;
    width: 320px;
}

.vdp-datepicker__element .vdp-datepicker__calendar header {
    height: auto;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    overflow: hidden;
}

.vdp-datepicker__element .vdp-datepicker__calendar header .prev,
.vdp-datepicker__element .vdp-datepicker__calendar header .next {
    border-radius: 8px;
    color: #04305B;
}

.vdp-datepicker__element .vdp-datepicker__calendar header .day__month_btn {
    cursor: default;
}

.vdp-datepicker__element .vdp-datepicker__calendar .cell.day-header,
.vdp-datepicker__element .vdp-datepicker__calendar .cell.day.blank {
    cursor: default;
}

.vdp-datepicker__element .vdp-datepicker__calendar .cell {
    border-radius: 8px;
}

.vdp-datepicker__element .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker__element .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker__element .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
    border-color: #EB662B;
}

.vdp-datepicker__element .vdp-datepicker__calendar .cell.selected {
    border: 1px solid #EB662B;
    background-color: rgba(235, 102, 43, 0.1);
    color: #04305B;
}

.vdp-datepicker__element .vdp-datepicker__calendar .cell.selected:hover {
    border: 1px solid #EB662B;
    background-color: rgba(235, 102, 43, 0.1);
    color: #04305B;
    cursor: default;
}

/* TA */

.ta-overview p {
    margin-bottom: 1rem !important;
}

.ta-overview p:last-of-type {
    margin-bottom: 0 !important;
}
