.tour-details-wrapper {
    font-family: "Jost", Sans-serif;
    color: #222;
}

.tour-info-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(21, 21, 21, 0.1);
    padding: 32px 32px 24px;
}
.tour-section-title-v1{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
}
.accordion-item .accordion-button:focus{
    box-shadow: unset;
}

.tour-section-title,
.tour-main-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #111;
}

.tour-check-list li,
.tour-cross-list li {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    color: #333;
}

.tour-list-item-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    flex: 0 0 20px;
    margin-top: 4px;
}

.tour-list-item-text {
    flex: 1;
}

.details-image img{
    border-radius: 16px;
}

.tour-icon-check,
.tour-icon-cross {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-top: 2px;
}

.tour-icon-check {
    color: #fc6220;
}

.tour-icon-cross {
    color: #fc6220;
}

.tour-highlight-description p {
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 0;
}

.tour-itinerary-accordion .tour-accordion-item {
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 0 !important;
    background: transparent;
}

.tour-itinerary-accordion .accordion-button {
    background: transparent;
    box-shadow: none;
    padding: 24px 0;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.tour-itinerary-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #111;
    box-shadow: none;
}

.tour-itinerary-accordion .accordion-button::after {
    background-size: 18px;
}

.tour-day-badge {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: #fc6220;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

.tour-day-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.tour-itinerary-accordion .accordion-body {
    padding: 0 0 24px 54px;
}

.tour-itinerary-accordion .accordion-body p {
    font-size: 17px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .tour-section-title,
    .tour-main-title {
        font-size: 28px;
    }

    .tour-check-list li,
    .tour-cross-list li,
    .tour-highlight-description p,
    .tour-day-title,
    .tour-itinerary-accordion .accordion-body p {
        font-size: 17px;
    }

    .tour-info-card {
        padding: 24px;
    }
}

@media (max-width: 575px) {
    .tour-section-title,
    .tour-main-title {
        font-size: 24px;
    }

    .tour-itinerary-accordion .accordion-button {
        padding: 18px 0;
    }

    .tour-day-badge {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 14px;
    }

    .tour-itinerary-accordion .accordion-body {
        padding: 0 0 20px 45px;
    }
}

/* ===========================
   ENHANCED VISUAL IMPROVEMENTS
   =========================== */

/* Section Header Badges */
.section-header-badge {
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
}

.badge-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(252, 98, 32, 0.2);
}

/* Card Improvements */
.tour-info-card {
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.tour-info-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.card-header-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #fc6220, #ff8445);
}

.card-included {
    border-left: 4px solid #22c55e;
}

.card-included .section-icon {
    color: #22c55e;
    font-weight: 800;
    margin-right: 8px;
}

.card-excluded {
    border-left: 4px solid #ef4444;
}

.card-excluded .section-icon {
    color: #ef4444;
    font-weight: 800;
    margin-right: 8px;
}

/* Section Styling */
.tour-top-highlights {
    padding-top: 48px;
    border-top: 1px solid rgba(139, 92, 246, 0.1);;
    margin-bottom: 48px !important;
}

.tour-itinerary {
    margin-bottom: 48px;
    padding-top: 48px;
    border-top: 1px solid rgba(139, 92, 246, 0.1);;
}

.tour-faq {
    padding-top: 48px;
    border-top: 1px solid rgba(139, 92, 246, 0.1);;
}

/* .section-badge-highlights::before {
    content: "✨";
    margin-right: 4px;
}

.section-badge-itinerary::before {
    content: "🗺️";
    margin-right: 4px;
}

.section-badge-faq::before {
    content: "💬";
    margin-right: 4px;
} */

/* Section Icons */
.section-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800;
}

.tour-section-title-v1 {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* FAQ Accordion Styles */
.tour-faq-accordion .tour-faq-item {
    border: 0;
    border-bottom: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 0 !important;
    background: transparent;
    margin-bottom: 0;
}

.tour-faq-accordion .tour-faq-item:last-child {
    border-bottom: none;
}

.tour-faq-accordion .accordion-button {
    background: transparent;
    box-shadow: none;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    position: relative;
    transition: all 0.3s ease;
}

.tour-faq-accordion .accordion-button:hover:not(.collapsed) {
    color: #fc6220;
}

.tour-faq-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #fc6220;
    box-shadow: none;
}

.tour-faq-accordion .accordion-button::after {
    background-size: 18px;
    transition: transform 0.3s ease;
}

.faq-icon {
    color: #fc6220;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.tour-faq-accordion .accordion-button:not(.collapsed) .faq-icon {
    color: #fc6220;
    transform: scale(1.1);
}

.faq-question {
    font-weight: 600;
    color: inherit;
    transition: color 0.3s ease;
}

.tour-faq-accordion .accordion-body {
    padding: 0 0 20px 46px;
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.tour-faq-accordion .accordion-body p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 0;
}

/* List Item Improvements */
.tour-check-list li,
.tour-cross-list li {
    transition: all 0.2s ease;
    padding-left: 4px;
}

.tour-check-list li:hover,
.tour-cross-list li:hover {
    padding-left: 8px;
}

.tour-check-list li:hover .tour-list-item-text,
.tour-cross-list li:hover .tour-list-item-text {
    color: #fc6220;
}

/* Highlight Description */
.tour-highlight-description {
    background: rgba(252, 98, 32, 0.05);
    padding: 24px;
    border-radius: 8px;
    border-left: 4px solid #fc6220;
    margin-bottom: 24px !important;
}

.tour-highlight-description p {
    color: #222;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .tour-top-highlights,
    .tour-itinerary,
    .tour-faq {
        padding: 32px 24px;
    }

    .tour-faq-accordion .accordion-body {
        padding: 0 0 20px 40px;
    }
}

@media (max-width: 575px) {
    .tour-top-highlights,
    .tour-itinerary,
    .tour-faq {
        padding: 24px 16px;
    }

    .badge-label {
        font-size: 11px;
        padding: 5px 12px;
    }

    .tour-faq-accordion .accordion-button {
        padding: 16px 0;
        font-size: 16px;
    }

    .tour-faq-accordion .accordion-body {
        padding: 0 0 16px 36px;
        font-size: 15px;
    }
}