:root {
    --primary-color: #f15a24;
    --secondary-color: #6c757d;
    --success-color: #28a745;
    --warning-color: #f4a41d;
    --info-color: #ff6f00;
    --light-gray: #f1f1f1;
    --dark-gray: #ccc;
    --background-color: #fefaf5;
    --border-color: #f8cfcf;
    --text-color: white;
    --hover-color: #d9534f;
    --orange-color: #ff6100;
    --green-color: #2f9251;
}

.warning-color {
    color: var(--warning-color);
}

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

.modal-content {
    border-radius: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.modal-title {
    font-weight: bold;
}

.btn-close {
    font-size: 1.2rem;
}

.my-rating {
    margin-top: 5px;
}

.rating-input {
    display: flex;
    justify-content: center;
    gap: 5px;
    font-size: 2rem;
    cursor: pointer;
}

.rating-input .fa-star {
    color: lightgray;
    transition: color 0.3s;
}

.rating-input .fa-star.hovered,
.rating-input .fa-star.selected {
    color: orange;
}

.list--included ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list--included ul li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.activity-thumbnails {
    display: flex;
    gap: 1rem;
    padding: 0;
    margin: 1rem 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}

.activity-thumbnail {
    width: 100px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
    border-radius: 4px;
}

.activity-thumbnail.is-active {
    opacity: 1;
    border: 2px solid #fff;
}

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

#activityGalleryModal .modal-content.bg-black.bg-opacity-10 {
    z-index: 1050;
}

#activity-main-carousel .splide__arrow {
    background: transparent;
}

#activity-main-carousel .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-tab {
    position: sticky;
    top: 80px;
    z-index: 1000;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    padding: 0 5px;
    color: var(--secondary-color);
}

.images-title .see-all-btn {
    margin-top: -12vh;
}

.section-gray {
    background-color: var(--light-gray);
    padding: 20px 0;
    border-radius: 30px;
}

.nav-tab {
    margin-top: -3vh;
}

.divider-primary {
    background-color: var(--primary-color);
    display: inline-block;
    width: 100px;
    height: 5px;
}

.blog-content p {
    text-align: justify;
}

.btn-price {
    padding: 15px 25px;
    color: var(--primary-color);
    background-color: transparent;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid var(--primary-color);
}

.card-outline-black {
    outline: 1px solid #000;
}

.btn-book-now {
    background-color: var(--primary-color);
    color: var(--text-color);
    font-size: 16px;
    cursor: pointer;
    border: none;
}

.btn-book-now:hover {
    background-color: var(--hover-color);
    color: var(--text-color);
}

.pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted var(--dark-gray);
    padding: 10px 0;
}

.rate-include {
    color: var(--primary-color);
    font-weight: bold;
    margin-top: 20px;
}

.average-rating {
    color: var(--success-color);
    font-weight: bold;
}

.rating-stars {
    color: var(--warning-color);
}

.comment-button {
    background-color: var(--warning-color);
    color: var(--text-color);
    text-align: center;
    cursor: pointer;
}

.comment-button:hover {
    opacity: 0.9;
}

.review-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-bar {
    flex-grow: 1;
    height: 10px;
    background-color: var(--dark-gray);
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
}

.review-bar-fill {
    height: 100%;
    background-color: var(--warning-color);
}

.vertical-line {
    width: 6px;
    height: 25px;
    background-color: var(--info-color);
    border-radius: 2px;
    margin-right: 10px;
}

.info-box {
    border: 2px solid var(--border-color);
    background-color: var(--background-color);
}

.info-box .info-icon {
    background-color: #e6e0ea;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-box .info-title {
    color: var(--info-color);
    font-weight: bold;
    margin-top: 5px;
}

.info-box ul {
    margin-top: 15px;
    padding-left: 20px;
}

.support-box .chat-icon {
    font-size: 30px;
    color: black;
}

.support-box .chat-button {
    border: 2px solid var(--info-color);
    color: var(--info-color);
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: var(--text-color);
    text-decoration: none;
    border-radius: 30px;
}

.support-box .chat-button:hover {
    background-color: var(--info-color);
    color: var(--text-color);
}

.booking-text {
    font-size: 0.9rem;
    text-align: center;
    background-color: #d8f4e1;
}

.btn-book-now {
    background-color: var(--info-color);
}

.price-section .contact-icon {
    color: var(--text-color);
    font-size: 10px;
    padding: 10px;
    background-color: var(--info-color);
    border-radius: 50%;
}

.price-section .text-price {
    font-size: 0.9rem;
}

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul>li.star {
    display: inline-block;
}

.rating-stars ul>li.star>i.fa {
    font-size: 2.5em;
    color: #ccc;
}

.rating-stars ul>li.star.hover>i.fa {
    color: #ffcc36;
}

.rating-stars ul>li.star.selected>i.fa {
    color: #ff912c;
}

.success-box {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #eee;
    background: #f9f9f9;
    display: none;
}

.success-box>div {
    color: #888;
}

.clearfix {
    clear: both;
}

.card-price-option {
    .date-container {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
        scrollbar-width: thin;
        scrollbar-color: #ccc transparent;
    }

    .date-container::-webkit-scrollbar {
        height: 6px;
    }

    .date-container::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 3px;
    }

    .date-container::-webkit-scrollbar-track {
        background: transparent;
    }

    .btn-date {
        font-size: 16px;
        ;
        padding: 11px 24px;
        color: #000000;
        background-color: transparent;
        border-radius: 20px;
        cursor: pointer;
        border: 1px solid #000000;
        border-radius: 20px;
    }

    .btn-date.active,
    .btn-date:hover {
        color: #000000;
        border: 1px solid var(--orange-color);
        background-color: #fff7f4;
    }

    .valid-until {
        color: var(--green-color);
        font-weight: bold;
        font-size: 16px;
    }

    .date-valid-until {
        color: #000000;
        font-size: 16px;
        font-weight: bold;
    }

    .separator {
        height: 7px;
        background: #f7f7f7;
    }

    .title-description {
        display: inline-block;
        padding: 10px 12px;
        font-size: 16px;
        color: #000000;
        background-color: #f7f7f7;
        border-radius: 10px;
    }

    .show-detail {
        display: none;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    .show-detail.open {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .btn.btn-transparent.disabled, .btn.btn-transparent:disabled, fieldset:disabled .btn.btn-transparent{
        border: 0;
    }
    .btn.btn-transparent.text-orange:hover{
        color: #c73500;
    }
}
