/*
 * tezpur.css — Page-specific styles for guwahati-to-tezpur.php
 * Requires: public.css, route.css (linked before this)
 */

/* ── Price Comparison Section ── */
.tezpur-comparison-section {
    background: #f0fdf4;
    padding: 60px 0;
}

.tezpur-comparison-box {
    max-width: 680px;
    margin: 0 auto;
    background: white;
    border: 2px solid #22c55e;
    border-left: 6px solid #22c55e;
    border-radius: 16px;
    padding: 36px 40px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(34,197,94,0.1);
}

.tezpur-comparison-heading {
    font-size: 1.4rem;
    font-weight: 800;
    color: #14532d;
    margin-bottom: 24px;
}

.tezpur-comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.tezpur-comparison-table th {
    background: #f0fdf4;
    color: #166534;
    font-weight: 700;
    padding: 10px 16px;
    text-align: left;
    border-bottom: 2px solid #bbf7d0;
}

.tezpur-comparison-table td {
    padding: 11px 16px;
    border-bottom: 1px solid #f0fdf4;
    color: #374151;
    text-align: left;
}

.tezpur-comparison-table tbody tr:hover {
    background: #f9fffe;
}

.tezpur-comparison-table .one-cabs-row td {
    background: #dcfce7;
    color: #14532d;
    font-size: 1.05rem;
    border-radius: 6px;
}

.tezpur-comparison-subtext {
    font-size: 0.9rem;
    color: #4b5563;
    margin-bottom: 20px;
    line-height: 1.7;
}

/* ── What's Included Grid ── */
.tezpur-included-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 860px;
    margin: 0 auto;
}

.tezpur-included-card {
    border-radius: 14px;
    padding: 28px 30px;
    border: 1.5px solid #e5e7eb;
}

.tezpur-included-yes {
    background: #f0fdf4;
    border-color: #86efac;
}

.tezpur-included-no {
    background: #fff1f2;
    border-color: #fda4af;
}

.tezpur-included-title {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: #1f2937;
}

.tezpur-included-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tezpur-included-list li {
    font-size: 0.9rem;
    color: #374151;
    padding: 7px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    line-height: 1.55;
}

.tezpur-included-list li:last-child {
    border-bottom: none;
}

/* ── Bridge Highlight Note ── */
.tezpur-bridge-note {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #eef2ff;
    border: 1.5px solid #c7d2fe;
    border-left: 5px solid #667eea;
    border-radius: 12px;
    padding: 20px 24px;
    margin-top: 36px;
    font-size: 0.9rem;
    color: #3730a3;
    line-height: 1.7;
}

.tezpur-bridge-icon {
    font-size: 1.6rem;
    flex-shrink: 0;
    line-height: 1;
}

/* ── Vehicle Cards ── */
.tezpur-vehicle-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.tezpur-vehicle-card {
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.tezpur-vehicle-card:hover {
    border-color: #667eea;
    box-shadow: 0 4px 20px rgba(102,126,234,0.12);
}

.tezpur-vehicle-icon {
    font-size: 2rem;
    line-height: 1;
}

.tezpur-vehicle-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.tezpur-vehicle-models {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0;
}

.tezpur-vehicle-specs {
    list-style: none;
    padding: 0;
    margin: 4px 0;
}

.tezpur-vehicle-specs li {
    font-size: 0.875rem;
    color: #4b5563;
    padding: 4px 0;
}

.tezpur-vehicle-best {
    font-size: 0.82rem;
    color: #667eea;
    font-weight: 600;
    margin: 0;
    flex: 1;
}

/* ── Why Grid ── */
.tezpur-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.tezpur-why-point {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 22px 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    transition: box-shadow 0.2s;
}

.tezpur-why-point:hover {
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
}

.tezpur-why-icon {
    font-size: 1.6rem;
    flex-shrink: 0;
    line-height: 1;
}

.tezpur-why-point h3 {
    font-size: 0.92rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 5px;
}

.tezpur-why-point p {
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* ── Round-trip Box ── */
.tezpur-roundtrip-box {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: linear-gradient(135deg, #eef2ff, #f5f3ff);
    border: 1.5px solid #c7d2fe;
    border-left: 5px solid #667eea;
    border-radius: 14px;
    padding: 28px 32px;
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.75;
}

.tezpur-roundtrip-icon {
    font-size: 1.8rem;
    flex-shrink: 0;
    line-height: 1;
}

.tezpur-roundtrip-content {
    flex: 1;
}

/* ── Testimonials ── */
.tezpur-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.tezpur-testimonial-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tezpur-stars {
    color: #f59e0b;
    font-size: 1rem;
    letter-spacing: 2px;
}

.tezpur-testimonial-card p {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.75;
    flex: 1;
    margin: 0;
}

.tezpur-testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 12px;
    border-top: 1px solid #f3f4f6;
}

.tezpur-testimonial-author strong {
    font-size: 0.9rem;
    color: #1f2937;
}

.tezpur-testimonial-author span {
    font-size: 0.8rem;
    color: #9ca3af;
}

/* ── FAQ Accordion ── */
.tezpur-faq-list {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 8px;
}

.tezpur-faq-item {
    border-bottom: 1px solid #f3f4f6;
}

.tezpur-faq-item:last-child {
    border-bottom: none;
}

.tezpur-faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    background: white;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1f2937;
    text-align: left;
    gap: 12px;
    transition: background 0.15s;
}

.tezpur-faq-question:hover {
    background: #f9fafb;
}

.tezpur-faq-question[aria-expanded="true"] {
    color: #667eea;
    background: #f5f5ff;
}

.tezpur-faq-icon {
    font-size: 1.3rem;
    font-weight: 400;
    color: #667eea;
    flex-shrink: 0;
    line-height: 1;
}

.tezpur-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.tezpur-faq-answer p {
    padding: 4px 22px 20px;
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.75;
    margin: 0;
}

/* ── Final CTA Grid ── */
.tezpur-final-cta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 960px;
    margin: 36px auto 0;
}

.tezpur-cta-card {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 16px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.tezpur-cta-primary {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.4);
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}

.tezpur-cta-icon {
    font-size: 2rem;
    line-height: 1;
}

.tezpur-cta-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    margin: 0;
}

.tezpur-cta-card p {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.85);
    margin: 0;
    line-height: 1.6;
    flex: 1;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .tezpur-why-grid         { grid-template-columns: repeat(2, 1fr); }
    .tezpur-testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    .tezpur-final-cta-grid   { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .tezpur-comparison-box   { padding: 24px 20px; }
    .tezpur-included-grid    { grid-template-columns: 1fr; }
    .tezpur-vehicle-grid     { grid-template-columns: 1fr; }
    .tezpur-why-grid         { grid-template-columns: 1fr; }
    .tezpur-testimonials-grid { grid-template-columns: 1fr; }
    .tezpur-final-cta-grid   { grid-template-columns: 1fr; }
    .tezpur-roundtrip-box    { flex-direction: column; gap: 12px; padding: 22px 20px; }
    .tezpur-bridge-note      { flex-direction: column; gap: 10px; padding: 18px 20px; }
    .tezpur-comparison-table th,
    .tezpur-comparison-table td { padding: 9px 10px; font-size: 0.875rem; }
    .tezpur-faq-question     { font-size: 0.9rem; padding: 16px 16px; }
    .tezpur-faq-answer p     { padding: 4px 16px 16px; }
}

@media (max-width: 480px) {
    .tezpur-vehicle-grid { grid-template-columns: 1fr; }
}

/* ── Round-trip CTA Banner ── */
.tezpur-roundtrip-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #d946ef 100%);
    color: white;
    text-align: center;
}

.tezpur-roundtrip-inner {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.tezpur-roundtrip-icon {
    font-size: 2.8rem;
    line-height: 1;
}

.tezpur-roundtrip-heading {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin: 0;
    line-height: 1.2;
}

.tezpur-roundtrip-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.75;
    margin: 0;
    max-width: 560px;
}

.tezpur-roundtrip-section .btn-whatsapp-large {
    margin-top: 8px;
    max-width: 380px;
    width: 100%;
    justify-content: center;
}

/* Mobile */
@media (max-width: 768px) {
    .tezpur-roundtrip-section {
        padding: 60px 20px;
    }

    .tezpur-roundtrip-heading {
        font-size: 1.6rem;
    }

    .tezpur-roundtrip-text {
        font-size: 0.95rem;
    }

    .tezpur-roundtrip-section .btn-whatsapp-large {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .tezpur-roundtrip-heading {
        font-size: 1.4rem;
    }
}
