.tour-box_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.tour-detail-img1 {
    width: 100%;
    height: 600px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}

.tour-detail-img2 {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}

.box-title {
    font-size: 22px !important;
}

.blog-text,
.box-text {
    font-size: 18px !important;
    color: black;
}

.checklist ul li {
    font-size: 18px !important;
    color: black;
}

.text-primary {
    color: var(--theme-color) !important;
}

.theme-btn {
    background-color: var(--theme-color) !important;
}

.review-img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 50% !important;
}

.bg-title2 {
    background-color: #2f1d37bf !important;
}

.testi-img {
    width: 130px !important;
    height: 130px !important;
}

.testi-img2 {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.form-check-input {
    border: 1px solid var(--theme-color) !important;
}

.video-section {
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* important */
    object-position: center;
}

.form-check-input:checked {
    background-color: #0d6efd;
    /* primary */
    border-color: #0d6efd;
    /* primary */
}

.form-check-input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.filter-div {
    width: 100%;
    height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 10px #ccc;

}

input[type="checkbox"]~label:before {
    content: '';
    font-family: var(--icon-font);
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 3.5px;
    background-color: var(--white-color);
    border: 1px solid var(--title-color);
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}






.traveler-slider .review-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-text {
    font-size: 14px;
    color: #333;
    max-height: 110px;
    overflow-y: auto;
    padding-right: 5px;
}

.review-text::-webkit-scrollbar {
    width: 4px;
}

.review-text::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.review-user {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.review-user img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
}

.review-user h6 {
    margin: 0;
    font-size: 14px;
}

.stars {
    color: #ffc107;
    font-size: 13px;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 12px;
    margin-top: 15px;
}

.trip-name {
    font-size: 13px;
    color: #333;
}

.browse-btn {
    background: #ff7a00;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    text-decoration: none;
}

.browse-btn:hover {
    background: #e56b00;
}

.t-img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 12px !important;
    object-fit: cover;
    object-position: center;
}

.tour-img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
}

.section-padding {
    padding: 60px 0;
}

.tour-tabs {
    gap: 10px;
    padding-bottom: 8px;
}

.tour-tabs .nav-link {
    white-space: nowrap;
    border-radius: 30px;
    padding: 8px 20px;
    background: #f2f2f2;
    color: #333;
    font-weight: 500;
}

.tour-tabs .nav-link.active {
    background: #ff7a00;
    color: #fff;
}

.tour-tabs::-webkit-scrollbar {
    height: 3px;
}

.tour-tabs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.footer-bg {
    background-color: #2d2d2d !important;
}

/* .footer-logo {
    filter: invert(100%);
} */

/* .footer-logo path,
.footer-logo rect,
.footer-logo circle {
    fill: #ffffff;
   
} */

.footer-logo {
    filter: brightness(0) invert(1);
}

/* .footer-logo {
    filter: brightness(0) saturate(100%) invert(38%) sepia(95%) saturate(600%)
            hue-rotate(200deg);
} */
.gram-card {
    border-radius: 30px 30px 0px 0px;
    background: #fff;
    overflow: hidden;
    height: 360px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.owl-nav button {
    position: absolute;
    top: 40%;
    background: #3f334d !important;
    color: #ffffff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: var(--theme-color) !important;
}

.owl-nav .owl-prev {
    left: -20px;
}

.owl-nav .owl-next {
    right: -20px;
}

.gram-card video {
    width: 100%;
    height: 80%;
    object-fit: cover;
}

.gram-info {
    text-align: center !important;
}


.gram-info h6 {
    font-size: 20px;
    margin-bottom: 5px;
}

.modal {
    z-index: 99999 !important;
}

.modal-backdrop {
    z-index: 99998 !important;
}

.btn-close {
    color: black !important;
}

.bg-primary {
    background-color: var(--theme-color) !important;
}


.booking-banner {
    height: 320px;
}

.booking-banner img {
    position: absolute;
    inset: 0;
}

.booking-banner .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.65),
            rgba(0, 0, 0, 0.15));
}

.price-pill {
    background-color: #1db954;
    color: #fff;
    padding: 12px 22px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    white-space: nowrap;
}

.summary-table td {
    padding: 6px 0;
    vertical-align: middle;
}

.summary-table .label {
    color: #64748b;
    font-weight: 500;
    width: 45%;
}

.summary-table .value {
    text-align: right;
    font-weight: 600;
    color: #0f172a;
}

.breadcumb-wrapper {
    position: relative;
    background-size: cover;
    background-position: center;
}

.breadcumb-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    /* adjust opacity here */
    z-index: 1;
}

.breadcumb-wrapper .container {
    position: relative;
    z-index: 2;
}

.breadcumb-wrapper .breadcumb-content {
    color: #fff;
}

.th-btn.style4 {
    /* background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color); */
    padding: 10px 15px;

}

.th-btn.style3 {
    /* background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color); */
    padding: 10px 15px;

}

/* .th-btn.style4.th-icon:after {
    background-color: var(--white-color);
} */
.badge-style-2 {
    background-color: var(--smoke-color2);
    color: var(--title-color);
    border: 1px solid var(--smoke-color2);
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 30px;
    font-style: italic;
    margin-left: 5px;
}

.price-box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-direction: column; */

}

.offered-price {
    color: var(--primary-color);
    /* Bootstrap primary */
    font-weight: 700;
    font-size: 1.5rem;
    margin-right: 10px;
}

.actual-price {
    color: #6c757d;
    /* muted gray */
    text-decoration: line-through;
    font-size: 1rem;
}

.discount-badge {
    color: var(--success-color);
    /* Bootstrap success green */
    /* background-color: var(--success-color); */
    font-weight: 600;
    font-size: 14px;
    /* padding: 4px 15px;
    border-radius: 20px;
    margin-left: 10px; */
    font-style: italic;
}

.subs-text {
    font-size: 9px;
}

.facility-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
}

.facility-item {
    text-align: center;
    flex: 1;
    gap: 2px;
    background: var(--smoke-color2);
    padding: 8px;
    border-radius: 8px;
}

.icon-box {
    width: 36px;
    height: 36px;

    /* light gray */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 4px;
}

.icon-box i {
    font-size: 28px;
}

/* Different icon colors */
.icon-box.transport i {
    color: #0d6efd;
    /* blue */
}

.icon-box.hotel i {
    color: #6f42c1;
    /* purple */
}

.icon-box.meals i {
    color: #fd7e14;
    /* orange */
}

.icon-box.sightseeing i {
    color: #198754;
    /* green */
}

.facility-item span {
    font-size: 11px;
    color: #555;
    white-space: nowrap;
    line-height: 15px;
}

.tour-highlights .highlight-box {
    background: #f8ffb7;
    border-radius: 14px;
    padding: 16px 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e0e0e0;
}

.tour-highlights .highlight-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.icon-wrap {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
}

.icon-wrap i {
    font-size: 22px;
    color: #fff;
}

/* Multi-color backgrounds */
.bg-blue {
    background: #0d6efd;
}

.bg-purple {
    background: #6f42c1;
}

.bg-green {
    background: #198754;
}

.bg-orange {
    background: #fd7e14;
}

.tour-highlights .title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
}

.tour-highlights .value {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 0;
}

.date-card {
    border: 1px solid #c130fb !important;
    padding: 20px;
    border-radius: 15px;
    background: #ffffff !important;
    margin-bottom: 10px;
}

/* .slider-box {
    padding: 10px !important;
    background: linear-gradient(135deg, #e1f4fa, #cbe2ff);
    border-radius: 10px;
} */

.tour-icon {
    font-size: 22px;
    padding: 12px;
    border-radius: 12px;
    color: #fff !important;
    margin-right: 12px;
}



/* Gradient backgrounds */
.bi-calendar2-week {
    background: linear-gradient(135deg, #56ccf2, #2f80ed);
}

.bi-geo-alt {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
}

.bi-emoji-smile {
    background: linear-gradient(135deg, #f7971e, #ffd200);
}

.bi-airplane,
.bi-airplane-fill {
    /* background: linear-gradient(135deg, #6a11cb, #2575fc); */
}

.bi-person-badge {
    background: linear-gradient(135deg, #11998e, #38ef7d);
}

.bi-egg-fried {
    background: linear-gradient(135deg, #ff9966, #ff5e62);
}

.bi-star-fill {
    /* background: linear-gradient(135deg, #f7971e, #fbc531); */
}

.bi-flag1 {
    background: linear-gradient(135deg, #198754, #28a745);
}

.bi-globe2 {
    background: linear-gradient(135deg, #36d1dc, #5b86e5);
}