.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 {
    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: 999;
}

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

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

/* Discover First Section  */
.border-orange {
    border: 2px solid var(--tc-orange) !important;
    border-radius: 10px;
    width: 300px;
}

.bg-orange {
    background-color: var(--tc-orange) !important;
}

.btn-check:checked + .option {
    border-color: var(--tc-orange) !important;
    color: var(--tc-orange);
    font-weight: 600;
}

.outline-none:focus {
    outline: none;
    box-shadow: none;
}

.border-green {
    border: 1px solid var(--tc-green) !important;
}

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

input[type="range"]::-webkit-slider-thumb {
    background-color: var(--tc-orange);
}

input[type="range"]::-webkit-slider-runnable-track {
    background-color: #ffe5d6;
}

.btn-orange {
    background-color: var(--tc-orange);
    color: white;
    border: none;
    border-radius: 30px;
    width: 100px;
    height: 50px;
}

.carousel-indicators-banner .page-link.active {
    background-color: var(--tc-orange);
    border-color: var(--tc-orange);
    color: #fff; /* warna teks */
    border: none;
}

.pagination .page-link {
    color: #333; /* default warna teks */
}

.pagination .page-link:hover {
    background-color: #f0f0f0;
    color: #333;
}

/* detail activity  */
.bg-red {
    background-color: var(--tc-orange) !important;
    color: white;
    border: none;
}

.bg-light-green {
    background-color: #dbffe7 !important;
    color: var(--tc-green) !important;
    border: none;
}

.bg-light-warning {
    background-color: #fff9eb !important;
    color: var(--tc-yellow) !important;
    border: none;
}

.icon-style {
    width: 24px;
    height: 24px;
}

.extra-small {
    font-size: 0.75rem;
}

.user-profile-img {
    width: 56px;
    height: 56px;
}

.comment-img {
    width: 100px;
    height: 100px;
}

/* Itinerary Page  */
.itinerary-timeline {
    border-left: 1px solid var(--tc-orange);
    padding-left: 15px;
    position: relative;
    margin-left: 20px;
}

.itinerary-item {
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}

.itinerary-item::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: var(--tc-orange);
    border-radius: 50%;
}

.itinerary-img {
    width: 182px;
    height: 116px;
}
