
    /* ── Page-specific styles for Shergaon route ── */

    /* ILP Notice Box */
    .ilp-notice {
        background: #fffbeb;
        border: 1.5px solid #f59e0b;
        border-left: 5px solid #f59e0b;
        border-radius: 12px;
        padding: 28px 32px;
        margin: 0 auto 12px;
    }
    .ilp-notice h2 {
        font-size: 1.2rem;
        font-weight: 700;
        color: #92400e;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .ilp-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 24px;
        margin-bottom: 16px;
    }
    .ilp-item {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-size: 0.9rem;
        color: #78350f;
        line-height: 1.55;
    }
    .ilp-item svg { flex-shrink: 0; margin-top: 2px; color: #d97706; }
    .ilp-apply-row {
        display: flex;
        align-items: center;
        gap: 12px;
        padding-top: 14px;
        border-top: 1px solid #fde68a;
        flex-wrap: wrap;
    }
    .ilp-apply-row p { font-size: 0.875rem; color: #78350f; margin: 0; }
    .ilp-apply-btn {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: #f59e0b;
        color: white;
        font-weight: 700;
        font-size: 0.8rem;
        padding: 8px 18px;
        border-radius: 6px;
        text-decoration: none;
        white-space: nowrap;
        transition: background 0.2s;
    }
    .ilp-apply-btn:hover { background: #d97706; }
    .ilp-footer-note {
        margin-top: 14px;
        font-size: 0.875rem;
        color: #92400e;
        font-style: italic;
    }

    /* Round Trip Advisory */
    .roundtrip-advisory {
        background: linear-gradient(135deg, #eef2ff, #f5f3ff);
        border: 1.5px solid #c7d2fe;
        border-left: 5px solid #667eea;
        border-radius: 12px;
        padding: 24px 32px;
        display: flex;
        gap: 20px;
        align-items: flex-start;
    }
    .roundtrip-advisory-icon {
        font-size: 2rem;
        flex-shrink: 0;
        line-height: 1;
    }
    .roundtrip-advisory-content h3 {
        font-size: 1.05rem;
        font-weight: 700;
        color: #3730a3;
        margin-bottom: 8px;
    }
    .roundtrip-advisory-content p {
        font-size: 0.9rem;
        color: #4338ca;
        line-height: 1.65;
        margin-bottom: 12px;
    }
    .roundtrip-advisory-content a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: #667eea;
        color: white;
        font-weight: 600;
        font-size: 0.85rem;
        padding: 8px 18px;
        border-radius: 6px;
        text-decoration: none;
        transition: background 0.2s;
    }
    .roundtrip-advisory-content a:hover { background: #4f46e5; }

    /* Why Shergaon */
    .why-shergaon-section {
        background: #f9fafb;
        padding: 72px 24px;
    }
    .why-shergaon-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 40px;
    }
    .why-card {
        background: white;
        border: 1px solid #e5e7eb;
        border-radius: 14px;
        padding: 24px 20px;
        transition: transform 0.2s, box-shadow 0.2s;
    }
    .why-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 28px rgba(0,0,0,0.08);
    }
    .why-card-icon { font-size: 2rem; margin-bottom: 12px; }
    .why-card h3 { font-size: 0.95rem; font-weight: 700; color: #1f2937; margin-bottom: 6px; }
    .why-card p { font-size: 0.85rem; color: #6b7280; line-height: 1.6; }

    /* Vehicle Cards */
    .vehicle-cards-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 36px;
    }
    .vehicle-card {
        background: white;
        border: 1px solid #e5e7eb;
        border-radius: 14px;
        padding: 24px;
        transition: border-color 0.2s, box-shadow 0.2s;
    }
    .vehicle-card:hover {
        border-color: #667eea;
        box-shadow: 0 4px 20px rgba(102,126,234,0.1);
    }
    .vehicle-card-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 14px;
    }
    .vehicle-name { font-size: 1.05rem; font-weight: 700; color: #1f2937; }
    .vehicle-model { font-size: 0.8rem; color: #6b7280; margin-top: 2px; }
    .vehicle-fare {
        text-align: right;
    }
    .vehicle-fare-price { font-size: 1.2rem; font-weight: 800; color: #667eea; }
    .vehicle-fare-label { font-size: 0.75rem; color: #9ca3af; }
    .vehicle-specs {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        margin-bottom: 12px;
    }
    .spec-badge {
        background: #f3f4f6;
        border: 1px solid #e5e7eb;
        font-size: 0.78rem;
        color: #374151;
        padding: 3px 10px;
        border-radius: 20px;
        font-weight: 500;
    }
    .vehicle-best-for {
        font-size: 0.85rem;
        color: #4b5563;
        line-height: 1.5;
        padding-top: 12px;
        border-top: 1px solid #f3f4f6;
    }
    .vehicle-best-for strong { color: #667eea; }
    .vehicle-card-cta {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin-top: 14px;
        background: #667eea;
        color: white;
        font-size: 0.82rem;
        font-weight: 600;
        padding: 8px 16px;
        border-radius: 6px;
        text-decoration: none;
        transition: background 0.2s;
    }
    .vehicle-card-cta:hover { background: #4f46e5; }

    /* Per-day package callout */
    .perday-callout {
        background: linear-gradient(135deg, #667eea, #764ba2);
        border-radius: 16px;
        padding: 36px 40px;
        display: flex;
        align-items: center;
        gap: 32px;
        color: white;
    }
    .perday-callout-icon { font-size: 3rem; flex-shrink: 0; }
    .perday-callout-content h3 {
        font-size: 1.2rem;
        font-weight: 800;
        margin-bottom: 8px;
    }
    .perday-callout-content p {
        font-size: 0.9rem;
        color: rgba(255,255,255,0.9);
        line-height: 1.65;
        margin-bottom: 16px;
    }
    .perday-callout-content a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #25d366;
        color: white;
        font-weight: 700;
        font-size: 0.9rem;
        padding: 10px 22px;
        border-radius: 8px;
        text-decoration: none;
        transition: background 0.2s;
    }
    .perday-callout-content a:hover { background: #1ebe5d; }

    /* Testimonials */
    .testimonials-section {
        background: #f9fafb;
        padding: 72px 24px;
    }
    .testimonials-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 40px;
    }
    .testimonial-card {
        background: white;
        border: 1px solid #e5e7eb;
        border-radius: 14px;
        padding: 28px 24px;
    }
    .testimonial-stars {
        color: #fbbf24;
        font-size: 1rem;
        margin-bottom: 14px;
        letter-spacing: 2px;
    }
    .testimonial-text {
        font-size: 0.9rem;
        color: #374151;
        line-height: 1.7;
        margin-bottom: 16px;
        font-style: italic;
    }
    .testimonial-author {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .testimonial-avatar {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: linear-gradient(135deg, #667eea, #764ba2);
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: 700;
        font-size: 0.9rem;
        flex-shrink: 0;
    }
    .testimonial-name { font-size: 0.875rem; font-weight: 700; color: #1f2937; }
    .testimonial-city { font-size: 0.78rem; color: #9ca3af; }

    /* Destination badges */
    .destination-badges {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        margin: 20px 0 28px;
    }
    .dest-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(255,255,255,0.15);
        border: 1px solid rgba(255,255,255,0.35);
        color: white;
        font-size: 0.82rem;
        font-weight: 600;
        padding: 7px 16px;
        border-radius: 30px;
        backdrop-filter: blur(4px);
    }

    /* Final CTA three-col */
    .final-cta-three {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 40px;
    }
    .final-cta-option {
        background: rgba(255,255,255,0.12);
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 14px;
        padding: 28px 22px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .final-cta-option-icon { font-size: 2rem; }
    .final-cta-option h3 {
        font-size: 0.95rem;
        font-weight: 700;
        color: white;
    }
    .final-cta-option p {
        font-size: 0.82rem;
        color: rgba(255,255,255,0.82);
        line-height: 1.55;
        margin: 0;
    }
    .final-cta-option a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: 100%;
        padding: 11px 16px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 0.85rem;
        text-decoration: none;
        transition: opacity 0.2s, transform 0.2s;
        margin-top: 4px;
    }
    .final-cta-option a:hover { opacity: 0.9; transform: translateY(-2px); }
    .cta-whatsapp-btn { background: #25d366; color: white; }
    .cta-form-btn { background: white; color: #4f46e5; }
    .cta-package-btn { background: rgba(255,255,255,0.2); color: white; border: 2px solid rgba(255,255,255,0.5); }

    /* Internal links section */
    .internal-links-section {
        background: white;
        padding: 56px 24px;
        border-top: 1px solid #f3f4f6;
    }
    .internal-links-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        margin-top: 28px;
    }
    .internal-link-card {
        background: #f9fafb;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        padding: 16px 14px;
        text-decoration: none;
        transition: border-color 0.2s, box-shadow 0.2s;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .internal-link-card:hover {
        border-color: #667eea;
        box-shadow: 0 4px 14px rgba(102,126,234,0.1);
    }
    .internal-link-card span:first-child {
        font-size: 0.78rem;
        color: #9ca3af;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }
    .internal-link-card span:last-child {
        font-size: 0.9rem;
        color: #667eea;
        font-weight: 600;
    }

    /* ── Route Tab Group ── */
    .route-tab-group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        margin-bottom: 32px;
    }
    .route-tab {
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding: 18px 22px;
        background: white;
        border: 2px solid #e5e7eb;
        border-radius: 12px;
        cursor: pointer;
        text-align: left;
        transition: border-color 0.2s, box-shadow 0.2s;
    }
    .route-tab:hover {
        border-color: #a5b4fc;
    }
    .route-tab.active {
        border-color: #667eea;
        background: #eef2ff;
        box-shadow: 0 4px 16px rgba(102,126,234,0.12);
    }
    .route-tab-label {
        font-size: 0.75rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #667eea;
    }
    .route-tab-desc {
        font-size: 0.95rem;
        font-weight: 700;
        color: #1f2937;
    }
    .route-tab-meta {
        font-size: 0.8rem;
        color: #6b7280;
    }

        /* ── Route Summary Bar ── */
        .route-summary-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: linear-gradient(135deg, #eef2ff, #f5f3ff);
            border: 1px solid #c7d2fe;
            border-radius: 10px;
            padding: 12px 20px;
            margin-bottom: 24px;
            font-size: 0.85rem;
            color: #3730a3;
            font-weight: 600;
            flex-wrap: wrap;
            gap: 8px;
        }

        /* ── Route Tip Box ── */
        .route-tip-box {
            background: #fffbeb;
            border: 1.5px solid #fcd34d;
            border-radius: 10px;
            padding: 14px 18px;
            font-size: 0.875rem;
            color: #78350f;
            line-height: 1.6;
            margin-top: 8px;
        }

        .route-timeline::before {
            top: 82px;   /* clears the .route-summary-bar */
            bottom: 100px; /* clears the .route-tip-box */
        }

        @media (max-width: 600px) {
            .route-tab-group { grid-template-columns: 1fr; }
            .route-summary-bar { flex-direction: column; align-items: flex-start; }
        }

    /* ── RESPONSIVE ── */
    @media (max-width: 1024px) {
        .why-shergaon-grid { grid-template-columns: repeat(2, 1fr); }
        .final-cta-three { grid-template-columns: 1fr 1fr; }
        .internal-links-grid { grid-template-columns: repeat(2, 1fr); }
        
    }
    @media (max-width: 768px) {
        .ilp-grid { grid-template-columns: 1fr; }
        .why-shergaon-grid { grid-template-columns: 1fr; }
        .vehicle-cards-grid { grid-template-columns: 1fr; }
        .testimonials-grid { grid-template-columns: 1fr; }
        .final-cta-three { grid-template-columns: 1fr; }
        .internal-links-grid { grid-template-columns: 1fr 1fr; }
        .perday-callout {
            flex-direction: column;
            gap: 16px;
            padding: 28px 22px;
        }
        .roundtrip-advisory { flex-direction: column; gap: 12px; padding: 20px; }
        .ilp-notice { padding: 20px; }
    }
    @media (max-width: 480px) {
        .destination-badges { gap: 8px; }
        .dest-badge { font-size: 0.78rem; padding: 6px 12px; }
        .internal-links-grid { grid-template-columns: 1fr; }
        .vehicle-card-header { flex-direction: column; gap: 8px; }
        .vehicle-fare { text-align: left; }
    }