﻿ul.newTourDetails.tabs {
    max-width: 100% !important;
}
p.desText {
    color: #47B34D !important;
}
.text-primary {
    color: #0056B3 !important;
}
.iconBg i {
    font-size: 26px !important;
}

.iconBg {
    background: #F2F4FC;
    border: 1px solid #CBE4FF;
    border-radius: 10px;
    font-size: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
img.iconBg {
    width: 50px;
    height: 50px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.destBg {
    background: #F2F4FC;
    border-radius: 10px;
    /* --dash: 10px; */
    /* --gap: 3px; */
    border: 2px solid transparent;
    border-radius: 8px;
}
.checkinBg {
    background: #E7FFE0;
    color: #47B34D;
    border-radius: 8px;
}
.checkoutBg {
    background: #FF6C6C;
    color: #fff;
    border-radius: 8px;
}
.flightBg {
    background: #F2F4FC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 7px 10px;
    width:100%;
    font-size:12px;
}
.flighIcon i {
    color: #134e86;
    background: white;
    border: 1px solid #CBE4FF;
    display: flex;
    justify-content: center;
    padding: 8px 8px;
    border-radius: 5px;
}
.flightBg h6 {
    font-size: 12px;
}
a.btn.info-btn.btn-primary.rounded-3.btnColor.continue-btn {
    padding: 10px 10px !important;
    height: auto !important;
    margin:auto;
}
.card.fixbox.deal-space {
    BOX-SHADOW: 0 .3rem .6rem 0 rgba(0, 0, 0, .17) !important;
    border: 0px solid #e6e6e6 !important;
}
.image-wrapper {
    position: relative;
    display: block;
}
.priceInfo {
    font-size: 13px !important;
}
.image-container {
    overflow: visible !important;
}


/*Show case*/
.hotel-image {
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}

.image-container {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.hotel-title {
    font-size: 24px;
    font-weight: 700;
    color: #212529;
    margin: 0 0 12px 0;
}

.star-filled {
    color: #ff9500;
    font-size: 16px;
}

.star-empty {
    color: #d1d5db;
    font-size: 16px;
}

.destination {
    color: #3b82f6;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.package-tags {
    display: flex;
    gap: 8px;
    margin: 12px 0;
}

.package-tag {
    background-color: #f1f5f9;
    color: #64748b;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

    .package-tag.active {
        background-color: #dbeafe;
        color: #3b82f6;
    }

.date-info {
    color: #374151;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.price-section {
    text-align: center;
}

.original-price {
    color: #9ca3af;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 8px;
}

.discount {
    color: #dc2626;
    font-size: 14px;
    font-weight: 600;
}

.current-price {
    font-size: 36px;
    font-weight: 700;
    color: #111827;
    margin: 4px 0;
    line-height: 1;
}

.price-details {
    color: #9ca3af;
    font-size: 14px;
    margin: 0 0 12px 0;
}

.continue-btn {
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

@media (max-width: 768px) {
    .image-container {
        height: 160px;
    }

    .hotel-title {
        font-size: 20px;
    }

    .current-price {
        font-size: 28px;
    }
}

.hotel-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.hotel-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.badge-room {
    background: #0056B3;
    font-size: 12px;
    padding: 12px 16px;
    border-radius: 6px;
}

.badge-all {
    background: #e9ecef;
    color: #333;
    font-size: 12px;
    padding: 12px 12px;
    border-radius: 6px;
}

.price {
    font-size: 20px;
    font-weight: 700;
}

.price-note {
    font-size: 12px;
    color: #6c757d;
}

.btn-details {
    background: #4CAF50;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
}

    .btn-details:hover {
        background: #43a047;
        color: #fff;
    }
.adCard p.mb-1.fw-semibold {
    font-weight:700;
}
.adCard p.small.mb-1{
    font-weight:600;
}
.adCard p.small.mb-3{
    font-weight: 600;
}
@media (max-width: 576px) {
    .hotel-img {
        width: 100px;
        height: 100px;
    }

    .price {
        font-size: 1.1rem;
        text-align: left;
    }
}

/* Medium screens */
@media (max-width: 768px) {
    .price {
        font-size: 1.2rem;
    }
}

/* Large screens */
@media (min-width: 992px) {
    .hotel-img {
        width: 100px;
        height: 100px;
    }
}
.card > hr {
    color: #d4d4d4;
}