﻿/* === PREMIUM TOUR PAGES SHARED STYLES === */

.tour-page-header {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 60px;
    color: #fff;
    text-align: center;
}

.tour-top-meta {
    display: flex;
    gap: 20px;
    color: #cbd5e1;
    font-size: 1.05rem;
    margin-bottom: 20px;
    justify-content: center;
}

.tour-top-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
}

.header-btns a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-call-header {
    background: #fff;
    color: #0f172a;
}

.btn-wa-header {
    background: #16a34a;
    color: #fff;
}

.btn-call-header:hover,
.btn-wa-header:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

/* Layout Structure */
.tour-layout {
    padding: 50px 0;
    background: #f8fafc;
}

@media (min-width: 992px) {
    .tour-layout .row {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }

    .tour-layout .col-lg-8 {
        flex: 0 0 calc(66.666667% - 12px);
        max-width: calc(66.666667% - 12px);
    }

    .tour-layout .col-lg-4 {
        flex: 0 0 calc(33.333333% - 12px);
        max-width: calc(33.333333% - 12px);
    }
}

.tour-main-content {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
}

.blog-hero-img-wrap img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    padding: 8px;
    background: #fff;
    margin-bottom: 30px;
    object-fit: cover;
    max-height: 500px;
}

/* AEO Summary Box */
.aeo-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    margin: 0 auto 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.aeo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
}

.aeo-item h3 {
    font-size: 0.85rem;
    color: #64748b;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
}

.aeo-item p {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

/* Itinerary Timeline */
.timeline {
    border-left: 3px solid #e8420a;
    padding-left: 30px;
    margin: 40px 0;
    position: relative;
}

.timeline-item {
    margin-bottom: 30px;
    position: relative;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -39px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 3px solid #e8420a;
    border-radius: 50%;
}

.timeline-item h3 {
    font-size: 1.25rem;
    color: #0f172a;
    margin-bottom: 8px;
    font-weight: 700;
}

.timeline-item p {
    color: #475569;
    line-height: 1.6;
}

/* Tables */
.miracle-table-wrapper,
.fare-table-container {
    overflow-x: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    margin: 30px 0;
    border: 1px solid #e2e8f0;
}

.miracle-table,
.fare-table {
    width: 100%;
    border-collapse: collapse;
}

.miracle-table th,
.fare-table th {
    background: #0f172a;
    color: #fff;
    padding: 16px;
    text-align: left;
    font-weight: 600;
}

.miracle-table td,
.fare-table td {
    padding: 16px;
    border-bottom: 1px solid #e2e8f0;
    color: #1e293b;
}

.miracle-table tr:hover,
.fare-table tr:hover {
    background: #f8fafc;
}

/* Sidebar */
.tour-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
    border: 1px solid #e2e8f0;
}

.widget-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1f5f9;
}

.quick-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-info-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px dashed #e2e8f0;
    font-size: 0.95rem;
}

.quick-info-list li:last-child {
    border-bottom: none;
}

.qi-label {
    color: #64748b;
    font-weight: 600;
}

.qi-val {
    color: #0f172a;
    font-weight: 700;
    text-align: right;
}

.sidebar-form .form-control {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 16px;
    width: 100%;
}

.btn-book-now {
    width: 100%;
    background: #e8420a;
    color: #fff;
    border-radius: 8px;
    padding: 12px;
    font-weight: 700;
    border: none;
    transition: background 0.2s;
    cursor: pointer;
}

.btn-book-now:hover {
    background: #c33507;
}

/* Contact Widget */
.contact-widget-card {
    background: #eff6ff;
    border-color: #bfdbfe;
}

.contact-widget-card a {
    display: block;
    color: #1e40af;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 8px;
    text-decoration: none;
}

/* Trust Box */
.trust-box {
    background: #eff6ff;
    border-left: 4px solid #3b82f6;
    padding: 20px;
    border-radius: 0 12px 12px 0;
    margin: 25px 0;
}

.trust-box h4 {
    color: #1e40af;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.trust-box p {
    color: #1e3a8a;
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Hindi Section */
.hindi-section {
    background: #fff7ed;
    border: 1px solid #ffedd5;
    padding: 40px;
    border-radius: 16px;
    margin-top: 60px;
}

.hindi-section h2 {
    color: #c2410c;
    margin-bottom: 24px;
    font-size: 1.8rem;
}

.hindi-list {
    list-style: none;
    padding: 0;
}

.hindi-list li {
    margin-bottom: 12px;
    font-size: 1.1rem;
    color: #7c2d12;
    display: flex;
    align-items: start;
    gap: 12px;
}

/* FAQ Section */
.faq-voice-search {
    background: #f8fafc;
    border-radius: 16px;
    padding: 32px;
    margin-top: 50px;
    border-left: 4px solid #e8420a;
}

.faq-voice-search h3 {
    font-size: 1.4rem;
    color: #0f172a;
    margin-bottom: 16px;
}

.faq-q {
    font-weight: 700;
    color: #1e293b;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.faq-a {
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .tour-layout {
        padding: 30px 0;
    }

    .tour-page-header h1 {
        font-size: 1.85rem;
    }

    .aeo-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .tour-main-content {
        padding: 20px 15px;
    }

    .hindi-section {
        padding: 25px;
    }
}

.hero-tour {
    display: none !important;
}

/* Related Tours Sidebar Widget */
.related-tours-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.related-tour-card {
    display: flex;
    gap: 12px;
    padding: 10px;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #fff;
    align-items: center;
}

.related-tour-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    border-color: #e2e8f0;
}

.rt-thumb {
    flex: 0 0 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
}

.rt-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-tour-card:hover .rt-thumb img {
    transform: scale(1.1);
}

.rt-content h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
}

.rt-btn {
    font-size: 0.8rem;
    color: #e8420a;
    font-weight: 600;
}
/* === SIDEBAR BLOG GUIDES WIDGET === */
.sidebar-blog-guides {
    background: #f8fdf9;
    border: 1.5px solid #c8ecce;
    border-radius: 12px;
}
.sidebar-guide-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sidebar-guide-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #1a5c2a;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 9px 10px;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}
.sidebar-guide-list li a:hover {
    background: #e0f5e5;
    color: #134d20;
}
.guide-svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    stroke: #228b3b;
    opacity: 0.85;
}