.custom-search__wrapper {
    width: 30%;
}

.custom-search__container {
    background: #FFFFFF;
    border-radius: 50px;
    border: 1px solid var(--tc-orange);
    padding: 0.2rem 1rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
}

.custom-search__container:focus-within {
    box-shadow: 0 0 0 2px rgba(255, 71, 0, 0.2);
    border-color: #FF4700;
}

.custom-search__bali-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.custom-search__input {
    border: none !important;
    box-shadow: none !important;
    padding: 8px 0;
    font-size: 16px;
    max-width: 200px;
    width: 100%;
    background: transparent;
}

.custom-search__input::placeholder {
    color: #666;
}

.custom-search__input:focus {
    outline: none;
}

.custom-search__button {
    background: var(--tc-orange);
    border: none;
    border-radius: 2rem;
    width: 80px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}

.custom-search__button:hover {
    background: #E63F00;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
}

.custom-select-with-icon {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    padding-left: 2rem;
    position: relative;
    max-width: 130px;
    width: auto;
}

.custom-select-with-icon::-ms-expand {
    display: none;
}

.custom-select-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
    font-size: 14px;
    color: #000;
}

.border--gray {
    border-color: #d9d9d9;
}

.bg--gray {
    background-color: #d9d9d9;
}

.must-you-know .feature-card {
    border-radius: 8px;
}

.splide__arrow--prev {
    left: -20px;
}

.splide__arrow--next {
    right: -20px;
}

/* discover */
.discover {
    overflow: hidden;
}

.discover-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/discover.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
}

.discover-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.discover-description {
    width: 85%;
}

.custom-activity-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    padding: 0.5rem;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-activity-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    width: 50px;
    height: 50px;
}

.custom-activity-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.custom-activity-text {
    word-wrap: break-word;
    max-width: 100%;
    text-align: center;
    font-weight: bold;
}

.navigation-arrows .btn {
    background: white;
    transition: all 0.3s ease;
}

.navigation-arrows .btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: scale(1.1);
}

.weather-widget,
.navigation-arrows-container {
    backdrop-filter: blur(10px);
}

.navigation-arrows-container button {
    width: 45px;
    height: 45px;
}

@media (max-width: 991.98px) {
    .discover {
        min-height: auto;
        padding: 4rem 0;
    }

    .weather-widget {
        margin-top: 2rem;
    }
}

/* Modal styles */
.modal-content {
    min-height: 100vh;
}

.btn-close-white {
    position: fixed;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 1050;
    opacity: 1;
}

/* Thumbnail styles */
.thumbnails {
    display: flex;
    margin: 1rem auto;
    padding: 0;
    justify-content: center;
    gap: 0.5rem;
}

.thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    list-style: none;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
    border: 2px solid transparent;
    border-radius: 4px;
}

.thumbnail.is-active {
    opacity: 1;
    border-color: #fff;
}

.thumbnail {
    width: 176px;
    height: 176px;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .thumbnail {
        width: 70px;
        height: 70px;
    }
}

.user-review-content {
    height: 100%;
    overflow-y: auto;
}

/* Mobile adjustments */
@media (max-width: 991.98px) {
    .splide {
        --splide-height: 50vh;
    }

    .user-review-content {
        height: auto;
        max-height: 50vh;
    }
}

/* sticky nav */
.sticky-activity-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

.sticky__arrow--next {
    border-radius: 0.5rem;
    border: 1px solid #000;
    padding: 0.5rem 1rem;
}

.sticky__arrow--prev {
    border-radius: 0.5rem;
    border: 1px solid #000;
    padding: 0.5rem 1rem;
    margin-left: 1.5rem;
}

.text--orange {
    color: var(--tc-orange);
}

.card-filter {
    background-color: #F5F5F5;
    border: 1px solid #FF6100;
    border-radius: 10px;

    .card-title {
        font-size: 20px;
        ;
    }

    .filter-btn {
        background-color: #FFFFFF;
        border: 1px solid #212121;
        border-radius: 9px;
        color: #000000;
    }

    .filter-btn.active,
    .filter-btn:hover {
        background-color: #FFF7F4;
        border: 1px solid #FF6100;
    }

    .filter-btn:focus {
        box-shadow: 0 0 5px rgb(255, 97, 0);
        border-color: rgb(255, 97, 0);
        outline: none;
    }

    .btn.btn-orange {
        background-color: #FF6100;
        border: 1px solid #FF6100;
        border-radius: 9px;
        color: #FFFFFF;
    }

    .price-range {
        position: absolute;
        width: 100%;
        pointer-events: none;
        background: transparent;
    }

    .price-range::-webkit-slider-thumb {
        pointer-events: auto;
        background: #007bff;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        cursor: pointer;
    }

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

    .price-range {
        -webkit-appearance: none;
        appearance: none;
        position: absolute;
        width: 100%;
        height: 6px;
        background: transparent;
        pointer-events: none;
    }

    .price-range::-webkit-slider-runnable-track {
        height: 6px;
        background: #ddd;
        border-radius: 5px;
    }

    /* Custom track untuk Firefox */
    .price-range::-moz-range-track {
        height: 6px;
        background: #ddd;
        border-radius: 5px;
    }

    .price-range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        background: #FF6100;
        border-radius: 50%;
        cursor: pointer;
        border: 2px solid white;
        box-shadow: 0 0 5px rgba(255, 97, 0, 0.6);
        position: relative;
        z-index: 2;
        pointer-events: auto;
    }

    .price-range::-moz-range-thumb {
        width: 20px;
        height: 20px;
        background: #FF6100;
        border-radius: 50%;
        cursor: pointer;
        border: 2px solid white;
        box-shadow: 0 0 5px rgba(255, 97, 0, 0.6);
        z-index: 2;
        pointer-events: auto;
    }

    .range-track {
        position: absolute;
        height: 6px;
        background: #FF6100;
        border-radius: 5px;
        top: 1px;
        z-index: 1;
    }


}

.sticky-activity-nav {
    .scroll-container {
        scroll-behavior: smooth;
        margin: 0 47px;
        scrollbar-width: none;
        /* Hilangkan scrollbar di Firefox */
        -ms-overflow-style: none;
        /* Hilangkan scrollbar di IE/Edge */
    }

    .scroll-container::-webkit-scrollbar {
        display: none;
        /* Hilangkan scrollbar di Chrome/Safari */
    }

    .scroll-btn {
        position: absolute;
        top: 7px;
        padding: 8px 13px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 10;
    }

    .scroll-btn.left {
        left: 0;
    }

    .scroll-btn.right {
        right: 0;
    }

    .scroll-btn:hover {
        background: #ff6100;
        /* Warna utama */
    }

}

.label-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--tc-green);
    color: white;
    padding: 3px 12px;
    border-radius: 1rem;
    font-weight: 600;
    font-size: 12px;
}