/**
 * Ludhiana Cab Route Generator Stylesheet
 * Custom styles for CPT Route pages
 * Premium, High-Converting Landing Page Design
 */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

/* 1. Reset / Base Container */
.lcrg-route-template-wrapper {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1e293b;
    line-height: 1.6;
    background-color: #f8fafc;
    overflow-x: hidden;
    padding-bottom: 70px; /* Leave space for mobile sticky bar */
}

/* Base Headings */
.lcrg-route-template-wrapper h1,
.lcrg-route-template-wrapper h2,
.lcrg-route-template-wrapper h3,
.lcrg-route-template-wrapper h4 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}

/* ========================================
   2. HERO SECTION (SPLIT LAYOUT)
   ======================================== */
.lcrg-hero-section {
    position: relative;
    background: linear-gradient(135deg, #0b0b0b 0%, #111111 50%, #1a1a1a 100%);
    color: #ffffff;
    padding: 100px 20px 140px 20px;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.lcrg-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 80% 20%, rgba(255, 204, 0, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.lcrg-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    position: relative;
    z-index: 2;
}

/* Left Column: Text Content */
.lcrg-hero-text {
    flex: 1 1 550px;
    text-align: left;
}

.lcrg-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 204, 0, 0.12);
    color: #ffd633;
    border: 1px solid rgba(255, 204, 0, 0.3);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.lcrg-badge .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
    color: #fbbf24;
}

.lcrg-main-title {
    color: #ffffff !important;
    font-size: 3.25rem !important;
    font-weight: 800 !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.15 !important;
    letter-spacing: -1px;
}

.lcrg-hero-subtitle {
    font-size: 1.15rem;
    color: #cbd5e1;
    margin-bottom: 35px;
    line-height: 1.6;
    max-width: 600px;
}

/* Hero Bullet Points */
.lcrg-hero-features-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.lcrg-hero-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.lcrg-feature-icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #34d399;
    flex-shrink: 0;
}

.lcrg-feature-icon-circle .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.lcrg-hero-feature-item div {
    display: flex;
    flex-direction: column;
}

.lcrg-hero-feature-item strong {
    color: #ffffff;
    font-size: 1.05rem;
    margin-bottom: 2px;
}

.lcrg-hero-feature-item span {
    color: #94a3b8;
    font-size: 0.9rem;
}

.lcrg-hero-trust-score {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
}

.lcrg-trust-stars {
    color: #fbbf24;
    font-size: 1.25rem;
    letter-spacing: 2px;
    font-weight: 700;
}

.lcrg-hero-trust-score span {
    color: #cbd5e1;
    font-size: 0.9rem;
}

/* Right Column: Floating Form */
.lcrg-hero-form-wrapper {
    flex: 0 1 430px;
    width: 100%;
}

.lcrg-inquiry-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    color: #0f172a;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lcrg-inquiry-card h3 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 5px 0 !important;
    text-align: center;
}

.lcrg-inquiry-card p {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0 0 25px 0;
    text-align: center;
}

/* Form Styles */
.lcrg-form-group {
    margin-bottom: 18px;
}

.lcrg-form-group-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 18px;
}

.lcrg-form-group-row .lcrg-form-group {
    margin-bottom: 0;
}

.lcrg-inquiry-card label {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #475569;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.lcrg-inquiry-card input[type="text"],
.lcrg-inquiry-card input[type="tel"],
.lcrg-inquiry-card input[type="date"],
.lcrg-inquiry-card input[type="time"],
.lcrg-inquiry-card select {
    width: 100% !important;
    padding: 10px 14px !important;
    font-size: 0.95rem !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 8px !important;
    background-color: #f8fafc !important;
    color: #0f172a !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    height: 42px !important;
}

.lcrg-inquiry-card input:focus,
.lcrg-inquiry-card select:focus {
    outline: none !important;
    border-color: #ffcc00 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.25) !important;
}

.lcrg-form-submit {
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, #ffcc00 0%, #e6b800 100%);
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(230, 184, 0, 0.3);
    margin-top: 10px;
}

.lcrg-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 204, 0, 0.4);
    background: linear-gradient(135deg, #ffd633 0%, #e6b800 100%);
}

.lcrg-form-submit .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.lcrg-form-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 15px;
}

.lcrg-form-footer .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
    color: #10b981;
}

/* AJAX Success Popup */
.lcrg-form-success-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    animation: fadeIn 0.3s ease;
}

.lcrg-success-content {
    text-align: center;
    padding: 30px;
}

.lcrg-success-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #d1fae5;
    color: #10b981;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.lcrg-success-icon .dashicons {
    font-size: 30px;
    width: 30px;
    height: 30px;
}

.lcrg-success-content h4 {
    font-size: 1.4rem !important;
    color: #0f172a !important;
    margin: 0 0 10px 0 !important;
}

.lcrg-success-content p {
    font-size: 0.95rem;
    color: #475569;
    margin-bottom: 25px;
    line-height: 1.5;
}

.lcrg-success-content .lcrg-btn-whatsapp {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    display: inline-flex;
    background: #22c55e;
    color: #ffffff !important;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 10px rgba(34, 197, 94, 0.3);
}

.lcrg-success-content .lcrg-btn-whatsapp:hover {
    background: #16a34a;
    box-shadow: 0 6px 15px rgba(34, 197, 94, 0.4);
}

.lcrg-success-close {
    background: #f1f5f9;
    color: #475569;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s ease;
}

.lcrg-success-close:hover {
    background: #e2e8f0;
    color: #0f172a;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.spin {
    animation: rotate 1s linear infinite;
    display: inline-block;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ========================================
   3. FLOATING STATS INFORMATION BAR
   ======================================== */
.lcrg-stats-bar {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 16px;
    padding: 25px 30px;
    max-width: 1100px;
    margin: -50px auto 60px auto;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 10;
}

.lcrg-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
}

.lcrg-stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.lcrg-stat-item .dashicons {
    font-size: 24px;
    width: 24px;
    height: 24px;
    color: #000000;
    background: #fff8e1;
    padding: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.lcrg-stat-text {
    display: flex;
    flex-direction: column;
}

.lcrg-stat-text strong {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #64748b;
    letter-spacing: 0.75px;
    margin-bottom: 2px;
}

.lcrg-stat-text span {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
}

/* ========================================
   4. MAIN CONTAINER & SECTION STRUCTURE
   ======================================== */
.lcrg-main-layout-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.lcrg-section-heading {
    text-align: center;
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 12px 0 !important;
    letter-spacing: -0.5px;
}

.lcrg-section-subheading {
    text-align: center;
    color: #64748b;
    max-width: 650px;
    margin: 0 auto 50px auto;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* ========================================
   5. VEHICLE PRICING CARDS
   ======================================== */
.lcrg-pricing-section {
    margin-bottom: 80px;
}

.lcrg-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.lcrg-pricing-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01);
}

.lcrg-pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px -10px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
}

.lcrg-popular-card {
    border: 2px solid #ffcc00;
    background: #ffffff;
}

.lcrg-popular-card::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 16px;
    border: 2px solid #ffcc00;
    pointer-events: none;
}

.lcrg-popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ffcc00 0%, #e6b800 100%);
    color: #000000;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(255, 204, 0, 0.3);
}

.lcrg-card-icon-wrapper {
    background: #f1f5f9;
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px;
}

.lcrg-card-icon-wrapper .dashicons {
    font-size: 32px;
    width: 32px;
    height: 32px;
    color: #475569;
}

.lcrg-popular-card .lcrg-card-icon-wrapper {
    background: #fff8e1;
}

.lcrg-popular-card .lcrg-card-icon-wrapper .dashicons {
    color: #e6b800;
}

.lcrg-card-title {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 6px 0 !important;
}

.lcrg-card-subtitle {
    font-size: 0.88rem;
    color: #64748b;
    display: block;
    margin-bottom: 25px;
}

.lcrg-card-price {
    margin-bottom: 30px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.lcrg-price-currency {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
    margin-right: 2px;
}

.lcrg-price-val {
    font-size: 3.25rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    letter-spacing: -1px;
}

.lcrg-price-period {
    font-size: 0.95rem;
    color: #64748b;
    margin-left: 4px;
}

.lcrg-card-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 35px 0 !important;
    text-align: left;
    border-top: 1px solid #f1f5f9;
    padding-top: 25px !important;
}

.lcrg-card-features li {
    font-size: 0.95rem;
    color: #475569;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lcrg-card-features li .dashicons {
    color: #10b981;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.lcrg-card-btn {
    display: block;
    background: #f1f5f9;
    color: #334155 !important;
    font-weight: 700;
    text-decoration: none !important;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.lcrg-card-btn:hover {
    background: #e2e8f0;
    color: #0f172a !important;
    transform: translateY(-2px);
}

.lcrg-popular-card .lcrg-card-btn {
    background: #ffcc00;
    color: #000000 !important;
    box-shadow: 0 4px 10px rgba(255, 204, 0, 0.2);
}

.lcrg-popular-card .lcrg-card-btn:hover {
    background: #e6b800;
    box-shadow: 0 10px 20px rgba(255, 204, 0, 0.3);
}

/* ========================================
   6. DETAILED FARE BREAKDOWN TABLE
   ======================================== */
.lcrg-fare-breakdown-section {
    margin-bottom: 80px;
}

.lcrg-fare-table-wrapper {
    overflow-x: auto;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.03), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
    margin-bottom: 35px;
    border: 1px solid #e2e8f0;
}

.lcrg-fare-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.lcrg-fare-table thead th {
    background: #0f172a;
    color: #ffffff;
    padding: 18px 24px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}

.lcrg-fare-table thead th:first-child {
    text-align: left;
}

.lcrg-fare-table tbody td {
    padding: 18px 24px;
    border-bottom: 1px solid #f1f5f9;
    text-align: center;
    font-size: 0.98rem;
    color: #475569;
}

.lcrg-fare-table tbody td:first-child {
    text-align: left;
}

.lcrg-fare-table tbody tr:last-child td {
    border-bottom: none;
}

.lcrg-fare-table tbody tr:hover {
    background: #f8fafc;
}

.lcrg-fare-total {
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 800;
}

/* Inclusions/Exclusions Cards */
.lcrg-fare-inclusions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.lcrg-inclusion-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #e2e8f0;
}

.lcrg-inclusion-item .dashicons {
    font-size: 26px;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.lcrg-included .dashicons {
    color: #10b981;
}

.lcrg-excluded .dashicons {
    color: #ef4444;
}

.lcrg-inclusion-item strong {
    display: block;
    font-size: 1.05rem;
    color: #0f172a;
    margin-bottom: 6px;
}

.lcrg-inclusion-item p {
    margin: 0;
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
}

/* ========================================
   7. TRAVEL MODE COMPARISON TABLE
   ======================================== */
.lcrg-mode-comparison-section {
    margin-bottom: 80px;
}

.lcrg-compare-table-wrapper {
    overflow-x: auto;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0;
}

.lcrg-compare-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.lcrg-compare-table thead th {
    padding: 20px 24px;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
    color: #475569;
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
}

.lcrg-compare-table thead th:first-child {
    text-align: left;
    color: #0f172a;
}

.lcrg-compare-table thead th .dashicons {
    display: block;
    margin: 0 auto 6px auto;
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.lcrg-compare-table thead th.lcrg-compare-highlight {
    background: linear-gradient(135deg, #fffdf0 0%, #fff8e1 100%);
    color: #b38f00;
    border-bottom: 3px solid #ffcc00;
}

.lcrg-compare-table thead th.lcrg-compare-highlight .dashicons {
    color: #b38f00;
}

.lcrg-compare-table tbody td {
    padding: 18px 24px;
    border-bottom: 1px solid #f1f5f9;
    text-align: center;
    font-size: 0.95rem;
    color: #475569;
}

.lcrg-compare-table tbody td:first-child {
    text-align: left;
    color: #0f172a;
    font-weight: 600;
}

.lcrg-compare-table tbody td.lcrg-compare-highlight {
    background: #fffdf0;
    color: #0f172a;
    font-weight: 600;
}

.lcrg-compare-table tbody tr:last-child td {
    border-bottom: none;
}

.lcrg-compare-table tbody tr:hover {
    background: #fafbfc;
}

/* ========================================
   8. NEW COMPONENT: TRAVEL INSIGHTS
   ======================================== */
.lcrg-insights-section {
    margin-bottom: 80px;
}

.lcrg-insights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.lcrg-insight-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 35px 30px;
    transition: all 0.3s ease;
}

.lcrg-insight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e1;
}

.lcrg-insight-icon {
    display: inline-flex;
    background: #fff8e1;
    color: #b38f00;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.lcrg-insight-icon .dashicons {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.lcrg-insight-card h3 {
    font-size: 1.25rem !important;
    color: #0f172a !important;
    margin: 0 0 10px 0 !important;
}

.lcrg-insight-card p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

/* ========================================
   9. BOOKING STEPS TIMELINE
   ======================================== */
.lcrg-booking-steps-section {
    margin-bottom: 80px;
}

.lcrg-steps-timeline {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.lcrg-step-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    transition: all 0.3s ease;
}

.lcrg-step-item:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e1;
    transform: translateX(5px);
}

.lcrg-step-number {
    width: 55px;
    height: 55px;
    min-width: 55px;
    background: linear-gradient(135deg, #ffcc00 0%, #e6b800 100%);
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(255, 204, 0, 0.3);
}

.lcrg-step-content h3 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 8px 0 !important;
}

.lcrg-step-content p {
    margin: 0;
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
}

.lcrg-step-connector {
    width: 4px;
    height: 35px;
    background: linear-gradient(to bottom, #ffcc00, #ffe082);
    margin: 0 0 0 54px;
    border-radius: 3px;
}

/* ========================================
   10. SIGHTSEEING STOPS CARDS
   ======================================== */
.lcrg-sightseeing-section {
    margin-bottom: 80px;
}

.lcrg-sightseeing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.lcrg-sight-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px 25px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.lcrg-sight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffcc00, #ffe082, #000000);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lcrg-sight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e1;
}

.lcrg-sight-card:hover::before {
    opacity: 1;
}

.lcrg-sight-number {
    width: 36px;
    height: 36px;
    background: #fff8e1;
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 15px;
    border: 2px solid #ffe082;
}

.lcrg-sight-name {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 10px 0 !important;
}

.lcrg-sight-desc {
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   11. WHY CHOOSE US
   ======================================== */
.lcrg-why-choose-us {
    margin-bottom: 80px;
}

.lcrg-reasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.lcrg-reason-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.lcrg-reason-card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e1;
    transform: translateY(-5px);
}

.lcrg-reason-card .dashicons {
    font-size: 32px;
    width: 32px;
    height: 32px;
    color: #000000;
    background: #fff8e1;
    padding: 16px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.lcrg-reason-card h3 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 10px 0 !important;
}

.lcrg-reason-card p {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

/* ========================================
   12. RICH CONTENT SECTION
   ======================================== */
.lcrg-content-section {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 50px;
    margin-bottom: 80px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01);
}

.lcrg-rich-content h2 {
    font-size: 1.85rem !important;
    color: #0f172a !important;
    margin-top: 0 !important;
    margin-bottom: 18px !important;
}

.lcrg-rich-content p {
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 25px;
}

/* ========================================
   13. CUSTOMER TESTIMONIALS
   ======================================== */
.lcrg-testimonials-section {
    margin-bottom: 80px;
}

.lcrg-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.lcrg-testimonial-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 35px;
    transition: all 0.3s ease;
    position: relative;
}

.lcrg-testimonial-card::after {
    content: '"';
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 5rem;
    color: #f1f5f9;
    font-family: serif;
    line-height: 1;
    z-index: 1;
}

.lcrg-testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e1;
}

.lcrg-review-stars {
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.lcrg-star {
    font-size: 1.25rem;
    color: #d1d5db;
    margin-right: 2px;
}

.lcrg-star-filled {
    color: #f59e0b;
}

.lcrg-review-text {
    font-size: 1rem;
    color: #475569;
    line-height: 1.7;
    font-style: italic;
    margin: 0 0 25px 0 !important;
    padding: 0 !important;
    border-left: none !important;
    position: relative;
    z-index: 2;
}

.lcrg-reviewer-info {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}

.lcrg-reviewer-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffcc00 0%, #ffe082 100%);
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    flex-shrink: 0;
}

.lcrg-reviewer-name {
    display: block;
    font-size: 1rem;
    color: #0f172a;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
}

.lcrg-reviewer-location {
    display: block;
    font-size: 0.85rem;
    color: #64748b;
}

/* ========================================
   14. FAQ ACCORDION
   ======================================== */
.lcrg-faqs-section {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 50px;
    margin-bottom: 80px;
}

.lcrg-faqs-accordion {
    max-width: 850px;
    margin: 40px auto 0 auto;
}

.lcrg-faq-item {
    border-bottom: 1px solid #e2e8f0;
    padding: 20px 0;
}

.lcrg-faq-item:last-child {
    border-bottom: none;
}

.lcrg-faq-toggle {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    cursor: pointer;
    display: flex;
    justify-space-between: space-between;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-family: 'Outfit', sans-serif;
}

.lcrg-faq-toggle:hover {
    color: #e6b800;
}

.lcrg-faq-icon {
    font-size: 1.6rem;
    color: #64748b;
    font-weight: 400;
    transition: transform 0.2s ease;
}

.lcrg-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.lcrg-faq-answer p {
    color: #475569;
    font-size: 1rem;
    margin: 12px 0 0 0;
    line-height: 1.65;
}

.lcrg-faq-item.active .lcrg-faq-toggle {
    color: #e6b800;
}

/* ========================================
   15. BOTTOM BOOKING CTA
   ======================================== */
.lcrg-bottom-cta {
    background: linear-gradient(135deg, #0b0b0b 0%, #1a1a1a 100%);
    color: #ffffff;
    border-radius: 16px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.lcrg-cta-box h2 {
    color: #ffffff !important;
    font-size: 2rem !important;
    font-weight: 800 !important;
    margin: 0 0 12px 0 !important;
}

.lcrg-cta-box p {
    color: #cbd5e1;
    max-width: 650px;
    margin: 0 auto 30px auto;
    font-size: 1.1rem;
    line-height: 1.6;
}

.lcrg-bottom-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.lcrg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
    line-height: 1;
    box-sizing: border-box;
}

.lcrg-btn .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: inherit !important;
    display: inline-block;
    line-height: 1;
}

.lcrg-btn-call-alt {
    background: #ffffff;
    color: #0f172a !important;
}

.lcrg-btn-call-alt:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
}

.lcrg-btn-whatsapp-alt {
    background: #22c55e;
    color: #ffffff !important;
}

.lcrg-btn-whatsapp-alt:hover {
    background: #16a34a;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(34, 197, 94, 0.2);
}

/* ========================================
   16. FLOATING MOBILE STICKY BAR
   ======================================== */
.lcrg-mobile-sticky-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    grid-template-columns: 1fr 1fr;
    box-sizing: border-box;
}

.lcrg-sticky-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 10px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none !important;
    text-align: center;
}

.lcrg-sticky-call {
    background: #000000;
    color: #ffcc00 !important;
}

.lcrg-sticky-whatsapp {
    background: #22c55e;
    color: #ffffff !important;
}

/* ========================================
   17. RESPONSIVE DESIGN RULES
   ======================================== */
@media (max-width: 1024px) {
    .lcrg-hero-container {
        flex-direction: column;
        gap: 40px;
    }
    
    .lcrg-hero-text {
        text-align: center;
        flex: 1 1 auto;
    }
    
    .lcrg-hero-features-list {
        align-items: center;
    }
    
    .lcrg-hero-feature-item {
        text-align: left;
        max-width: 480px;
    }
    
    .lcrg-hero-trust-score {
        justify-content: center;
    }
    
    .lcrg-hero-form-wrapper {
        flex: 1 1 auto;
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .lcrg-hero-section {
        padding: 60px 20px 100px 20px;
    }
    
    .lcrg-main-title {
        font-size: 2.3rem !important;
    }
    
    .lcrg-stats-bar {
        margin: -40px 15px 40px 15px;
        padding: 20px;
    }
    
    .lcrg-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .lcrg-content-section, .lcrg-faqs-section, .lcrg-bottom-cta {
        padding: 30px 20px;
    }
    
    /* Fare inclusions stack */
    .lcrg-fare-inclusions {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Mobile Sticky Bar show */
    .lcrg-mobile-sticky-bar {
        display: grid;
    }

    /* Inquiries list and comparison table stack */
    .lcrg-fare-table thead,
    .lcrg-compare-table thead {
        display: none;
    }
    
    .lcrg-fare-table tbody tr,
    .lcrg-compare-table tbody tr {
        display: block;
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        margin-bottom: 20px;
        padding: 20px;
    }
    
    .lcrg-fare-table tbody td,
    .lcrg-compare-table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        border-bottom: 1px solid #f1f5f9;
        padding: 12px 0;
    }
    
    .lcrg-fare-table tbody td:last-child,
    .lcrg-compare-table tbody td:last-child {
        border-bottom: none;
    }
    
    .lcrg-fare-table tbody td::before,
    .lcrg-compare-table tbody td::before {
        content: attr(data-label);
        font-weight: 700;
        color: #64748b;
        font-size: 0.85rem;
        text-transform: uppercase;
        text-align: left;
    }
    
    .lcrg-step-connector {
        margin-left: 46px;
    }
    .lcrg-step-number {
        width: 45px;
        height: 45px;
        min-width: 45px;
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .lcrg-main-title {
        font-size: 1.85rem !important;
    }
    
    .lcrg-hero-features-list {
        display: none; /* Hide verbose bullets on tiny screens */
    }
    
    .lcrg-stats-grid {
        grid-template-columns: 1fr;
    }
    
    .lcrg-bottom-cta-buttons {
        flex-direction: column;
    }
    
    .lcrg-bottom-cta-buttons .lcrg-btn {
        width: 100%;
        box-sizing: border-box;
    }

    .lcrg-section-heading {
        font-size: 1.75rem !important;
    }
    
    .lcrg-step-item {
        padding: 20px;
    }
    
    .lcrg-sightseeing-grid {
        grid-template-columns: 1fr;
    }
}

/* Unique Route Overview Styles */
.lcrg-overview-section {
    margin-bottom: 80px;
}

.lcrg-overview-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01);
}

.lcrg-overview-content {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #475569;
}

.lcrg-overview-content p {
    margin-bottom: 20px;
}

.lcrg-overview-content p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   18. ASTRA FOOTER OVERRIDES (FOR CUSTOM FOOTER AND COPYRIGHT)
   ========================================================================== */

/* Force Astra's 4-column footer to display as a single full-width column */
.site-footer-primary-section-2,
.site-footer-primary-section-3,
.site-footer-primary-section-4,
.ast-no-widget-row {
    display: none !important;
}

.site-primary-footer-wrap {
    padding: 0 !important;
    margin: 0 !important;
    background: #0b0b0b !important;
    border-top: none !important;
}

.site-primary-footer-wrap .ast-builder-grid-row {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.site-primary-footer-wrap .ast-builder-grid-row-container-inner {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.footer-widget-area {
    padding: 0 !important;
    margin: 0 !important;
}

/* Style Below Footer / Copyright section to match the black theme */
.site-below-footer-wrap {
    background-color: #050505 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 20px 0 !important;
}

.site-below-footer-wrap,
.site-below-footer-wrap a,
.site-below-footer-wrap p,
.site-below-footer-wrap .ast-below-footer-section {
    color: #8f8f8f !important;
    font-size: 14px !important;
}

.site-below-footer-wrap a:hover {
    color: #ffcc00 !important;
}

/* ========================================
   19. RELATED & POPULAR ROUTES (SEO INTERNAL LINKING)
   ======================================== */
.lcrg-related-routes-section {
    margin-bottom: 80px;
}

.lcrg-related-routes-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.lcrg-reverse-route-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #fffbeb 0%, #fff7ed 100%);
    border: 1px dashed #fed7aa;
    border-radius: 16px;
    padding: 30px;
    gap: 20px;
    transition: all 0.3s ease;
}

.lcrg-reverse-route-card:hover {
    box-shadow: 0 10px 20px rgba(254, 215, 170, 0.2);
    border-color: #fdba74;
}

.lcrg-reverse-card-content {
    flex: 1;
}

.lcrg-reverse-badge {
    display: inline-block;
    background: #ffedd5;
    color: #c2410c;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.lcrg-reverse-card-content h3 {
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    color: #7c2d12 !important;
    margin: 0 0 8px 0 !important;
}

.lcrg-reverse-card-content p {
    margin: 0;
    font-size: 0.95rem;
    color: #9a3412;
    line-height: 1.6;
}

.lcrg-reverse-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #000000;
    color: #ffcc00 !important;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.lcrg-reverse-link:hover {
    background: #1e293b;
    transform: translateX(3px);
}

.lcrg-reverse-link .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.lcrg-routes-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
}

.lcrg-route-link-card {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #334155 !important;
}

.lcrg-route-link-card:hover {
    border-color: #ffcc00;
    box-shadow: 0 8px 16px rgba(0,0,0,0.04);
    transform: translateY(-2px);
    color: #000000 !important;
}

.lcrg-route-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #f8fafc;
    color: #64748b;
    border-radius: 8px;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.lcrg-route-link-card:hover .lcrg-route-link-icon {
    background: #fff8e1;
    color: #ffcc00;
}

.lcrg-route-link-title {
    font-size: 0.95rem;
    font-weight: 600;
    flex: 1;
}

.lcrg-route-link-arrow {
    font-size: 1.2rem;
    color: #cbd5e1;
    transition: transform 0.2s ease, color 0.2s ease;
}

.lcrg-route-link-card:hover .lcrg-route-link-arrow {
    transform: translateX(4px);
    color: #ffcc00;
}

@media (max-width: 768px) {
    .lcrg-reverse-route-card {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    
    .lcrg-reverse-link {
        justify-content: center;
    }
}

