.search-type-toggle {
    position: absolute;
    margin-top: -107px;
    background-color: var(--color-yellow-2);
    padding: 10px;
    margin-left: -20px;
    border-radius: 10px 10px 0px 0px;
    z-index: 9;
    left: 32.9%;
    transform: translateX(-50%);
}

/* Hide top header bar on mobile */
@media (max-width: 991px) {
    .top_header {
        display: none;
    }

    /* Horizontal scroll for main nav on mobile */
    .main_nav.-bookmark-2 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .main_nav.-bookmark-2 nav {
        flex-wrap: nowrap;
        width: max-content;
        min-width: 100%;
    }

    .main_nav.-bookmark-2 nav .d-flex {
        flex-wrap: nowrap;
    }

    /* Horizontal scroll for pill tabs (Tours by Interest section) */
    .tabs.-pills-2 .tabs__controls {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        padding-bottom: 10px;
    }

    .tabs.-pills-2 .tabs__controls .col-auto {
        flex: 0 0 auto;
    }
}

.search-type-toggle .form-check {
    display: flex;
    align-items: center;
}

.search-type-toggle .form-check input {
    width: auto;
    margin-right: 20px;
}

.tabs__pane img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.rounded-18 {
    border-radius: 18px;
}

.rounded-4 {
    border-radius: 4px;
}

.object-fit-cover {
    object-fit: cover;
}

.box-shadow-1 {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.box-shadow-2 {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.box-shadow-3 {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.box-shadow-4 {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.slider-2 {
    padding: 40px;
    padding-top: 228px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}


.slider-2 h4 {
    color: #fff;
    font-size: 30px;
}

.slider-2 p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    width: 55%;
    margin: 15px 0px;
}

.slider-2 a {
    color: #f8d448;
    font-weight: bold;
    font-size: 25px;
}

.custom-tab .tab-layout {
    display: flex;
    align-items: center;
    /* Aligns text and icon vertically */
    gap: 10px;
    /* Space between icon and text */
}

.custom-tab .tab-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.custom-tab {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 18px;
}

.custom-tab .cus-icon path {
    fill: var(--color-dark-1) !important;
    transition: fill 0.3s ease;
}

.custom-tab:hover .bg-yellow-1 {
    background-color: var(--color-white) !important;
}

/* Default Text Color */
.custom-tab .tab-text {
    color: #fff;
    /* Your original dark blue */
    transition: color 0.3s ease;
}

/* Default Icon Color */
.custom-tab .tab-icon path {
    fill: #ffffff;
    /* Your original white */
    transition: fill 0.3s ease;
}

/* --- HOVER STATE --- */

.custom-tab:hover {
    color: var(--color-dark-3) !important;
    background: #fff;
}

/* Change Text to Blue on Hover */
.custom-tab:hover .tab-text {
    color: var(--color-dark-3);
    /* Replace with your desired Blue hex code */
}

/* Change Icon to Blue on Hover */
.custom-tab:hover .tab-icon path {
    fill: var(--color-dark-3);
    /* Replace with your desired Blue hex code */
}

.socail-share a:hover {
    color: #fff;
}

.top-menu-parrent nav a:hover {
    color: #fff;
}

.banner-bg {
    opacity: 0.35;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
}

.highlights ul li {
    list-style: disc;
    margin-left: 20px;
}

.included ul li::before {
    content: "\f058";
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
}

.exclude ul li::before {
    content: "\f057";
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    color: var(--color-green-2);
}

.accordion__icon .fa-chevron-down {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

.accordion__item.is-active .accordion__icon .fa-chevron-down {
    transform: rotate(0deg);
}

.accordion__icon>*,
.accordion__item.is-active .accordion__icon>* {
    opacity: 1 !important;
}

.tour_des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hide {
    display: none;
}

.text-capitalize {
    text-transform: capitalize;
}

.menu-branches {
    display: grid !important;
    grid-template-columns: auto auto;
}

.masthead__tabs {
    margin-top: -8%;
    position: relative;
    z-index: 9;
}

.tabs__controls>div:first-child .tabs__button {
    border-top-left-radius: 15px;
    margin-left: 30px;
}

.tabs__controls>div:last-child .tabs__button {
    border-top-right-radius: 15px;
}

/* Make destination input take full available width */
.searchMenu-loc {
    width: 100%;
}

.searchMenu-loc .d-flex {
    width: 100%;
}

.searchMenu-loc .ml-10 {
    flex: 1;
}

.searchMenu-loc input.js-search {
    width: 100%;
}

/*
City numbers model
*/

.city-number-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.city-number-modal.active {
    display: flex;
    opacity: 1;
}

.city-number-modal-content {
    background: white;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.city-number-modal-header {
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.city-number-modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.city-number-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.city-number-modal-close:hover {
    background-color: #f3f4f6;
}

.city-number-modal-body {
    padding: 20px;
}

.custom-form-group {
    margin-bottom: 16px;
}

.custom-form-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #1f2937;
    margin-bottom: 8px;
}

.custom-form-select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    color: #374151;
    background-color: white;
    cursor: pointer;
    transition: border-color 0.2s;
}

.custom-form-select:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.custom-modal-body {
    padding: 20px
}

#contactUsBtn {
    margin-left: 25px;
    border-right: 1px solid;
    border-left: 1px solid;
    padding: 0px 20px;
    font-size: 16px !important;
}