/* ============================================================
   INNER PAGES MASTER STYLESHEET — Om Taxi Service
   ============================================================ */

/* ── 1. TOUR PACKAGES & CARDS ── */
.tpc-sec {
    position: relative;
    background: #f8fafc;
    padding: 60px 0 70px;
}

.tpc-header {
    margin-bottom: 36px;
}

.tpc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--second, #F2277E);
    background: #fff0f6;
    padding: 5px 14px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.tpc-heading {
    font-size: 32px;
    font-weight: 800;
    color: #170F2F;
    line-height: 1.25;
    margin-bottom: 8px;
}

.tpc-sub {
    font-size: 14.5px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.tpc-outer {
    position: relative;
}

.tpc-card {
    background: #0f172a;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    position: relative;
    height: 400px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.tpc-card:hover {
    border-color: rgba(95, 45, 237, 0.4);
    box-shadow: 0 16px 36px rgba(95, 45, 237, 0.22);
}

.tpc-img-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background: #170F2F;
}

.tpc-img-wrap img,
.tpc-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.tpc-card:hover .tpc-img-wrap img,
.tpc-card:hover .tpc-img {
    transform: scale(1.08);
}

.tpc-badges {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}

.tpc-tag-days {
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.tpc-content {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 95%;
    padding: 10px 16px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.tpc-title {
    font-family: var(--title-font);
    font-size: 16.5px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px 0;
    line-height: 1.25;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.tpc-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tpc-title a:hover {
    color: #f0eaff;
}

.tpc-desc {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.45;
    margin: 0 0 12px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.tpc-btns {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.tpc-btn-view {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px 12px;
    background: var(--theme, #5F2DED);
    color: #ffffff !important;
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(95, 45, 237, 0.35);
}

.tpc-btn-view:hover {
    background: #4a1fc7;
    color: #ffffff !important;
    box-shadow: 0 5px 14px rgba(95, 45, 237, 0.45);
}

.tpc-btn-enq {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.tpc-btn-enq:hover {
    background: #ffffff;
    color: var(--theme, #5F2DED) !important;
    border-color: #ffffff;
}

.tpc-btn-wa {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    color: #ffffff !important;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(37, 211, 102, 0.3);
    transition: all 0.2s ease;
}

.tpc-btn-wa:hover {
    background: #1ebc59;
    color: #ffffff !important;
}

/* ── 2. DAY-WISE ITINERARY ACCORDION ── */
.pg-itinerary-block {
    margin-bottom: 36px;
}

.pg-itinerary {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pg-itin-item {
    border: 1px solid var(--border, #e2e8f0);
    border-radius: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #ffffff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.pg-itin-item.pg-itin-open {
    border-color: var(--theme, #5F2DED);
    box-shadow: 0 4px 18px rgba(95, 45, 237, 0.08);
}

.pg-itin-q {
    width: 100%;
    background: #faf8ff;
    border: none;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s, color 0.2s;
    font-family: inherit;
}

.pg-itin-item.pg-itin-open .pg-itin-q {
    background: var(--theme, #5F2DED);
    color: #fff;
}

.pg-itin-day {
    flex-shrink: 0;
    background: var(--theme, #5F2DED);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 10px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    transition: background 0.2s;
}

.pg-itin-item.pg-itin-open .pg-itin-day {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.pg-itin-title {
    flex: 1;
    font-size: 14.5px;
    font-weight: 700;
    color: #170F2F;
    line-height: 1.4;
    transition: color 0.2s;
}

.pg-itin-item.pg-itin-open .pg-itin-title {
    color: #ffffff;
}

.pg-itin-arrow {
    font-size: 12px;
    color: var(--theme, #5F2DED);
    transition: transform 0.3s ease, color 0.2s;
    flex-shrink: 0;
}

.pg-itin-item.pg-itin-open .pg-itin-arrow {
    transform: rotate(180deg);
    color: #ffffff;
}

.pg-itin-a {
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.pg-itin-inner {
    padding: 18px;
    font-size: 14px;
    color: var(--text-color, #475569);
    line-height: 1.65;
    background: #ffffff;
    border-top: 1px solid rgba(95, 45, 237, 0.1);
}

.pg-itin-inner p {
    margin-bottom: 12px;
}

.pg-itin-inner p:last-child {
    margin-bottom: 0;
}

.pg-itin-places {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed var(--border, #e2e8f0);
}

.pg-itin-place {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #faf8ff;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--border, #ede9ff);
}

.pg-itin-place img {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}

.pg-itin-place strong {
    display: block;
    font-size: 13px;
    color: #170F2F;
    margin-bottom: 2px;
}

.pg-itin-place p {
    font-size: 12px;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

/* ── 3. INCLUSIONS & EXCLUSIONS CARDS (MODERN DESIGN) ── */
.pg-inc-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 24px;
    border: 1px solid var(--border, #e2e8f0);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
}

.pg-inc-card:hover {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.pg-inc-yes {
    border-top: 4px solid #10b981;
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.04) 0%, #ffffff 100px);
}

.pg-inc-no {
    border-top: 4px solid #ef4444;
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.04) 0%, #ffffff 100px);
}

.pg-inc-card h3 {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}

.pg-inc-yes h3 {
    color: #065f46;
}

.pg-inc-no h3 {
    color: #991b1b;
}

.pg-inc-yes h3 i {
    color: #10b981;
    font-size: 20px;
}

.pg-inc-no h3 i {
    color: #ef4444;
    font-size: 20px;
}

.pg-inc-card p {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 14px;
}

.pg-inc-card ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pg-inc-card li {
    font-size: 13.5px;
    color: #334155;
    line-height: 1.5;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    padding-left: 0;
}

.pg-inc-yes li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Pro', 'FontAwesome';
    font-weight: 900;
    color: #10b981;
    font-size: 11px;
    background: rgba(16, 185, 129, 0.14);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.pg-inc-no li::before {
    content: '\f00d';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Pro', 'FontAwesome';
    font-weight: 900;
    color: #ef4444;
    font-size: 11px;
    background: rgba(239, 68, 68, 0.14);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ── 4. RESPONSIVE FOR TOUR PAGES ── */
@media (max-width: 991px) {
    .tpc-heading {
        font-size: 26px;
    }
    .pg-inc-card {
        padding: 18px 16px;
    }
}

/* ── 5. RELATED PACKAGES & TOURS SECTION HEADER ── */
.rtp-related-sec {
    background: #f8fafc;
    padding: 56px 0;
    border-top: 1px solid #f1f5f9;
}

.rtp-related-head {
    text-align: center;
    margin-bottom: 32px;
}

.rtp-related-title {
    font-size: 28px !important;
    color: #0f172a !important;
    font-weight: 800 !important;
    margin-bottom: 6px !important;
    letter-spacing: -0.3px;
}

.rtp-related-sub {
    font-size: 15px !important;
    color: #64748b !important;
    margin-bottom: 0 !important;
}

/* ── 6. TOUR CARD BUTTONS (VIEW & BOOK NOW) ── */
.pg-tour-card {
    background: #ffffff;
    border: 1px solid var(--border, #e2e8f0);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pg-tour-card:hover {
    box-shadow: 0 12px 30px rgba(95, 45, 237, 0.12);
    border-color: var(--theme, #5F2DED);
    transform: translateY(-3px);
}

.pg-tour-body h2 {
    font-size: 16.5px;
    font-weight: 800;
    margin: 0 0 10px;
    line-height: 1.35;
}

.pg-tour-body h2 a {
    color: #0f172a !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pg-tour-body h2 a:hover {
    color: var(--theme, #5F2DED) !important;
}

.pg-tour-price {
    font-size: 17px;
    font-weight: 800;
    color: var(--theme, #5F2DED);
}

.pg-tour-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pg-tour-btn-view {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    background: #f8fafc !important;
    color: #1e293b !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 7px 13px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    line-height: 1 !important;
}

.pg-tour-btn-view:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
    border-color: #94a3b8 !important;
}

.pg-tour-btn-book {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    background: var(--theme, #5F2DED) !important;
    color: #ffffff !important;
    border: 1.5px solid var(--theme, #5F2DED) !important;
    border-radius: 8px !important;
    padding: 7px 15px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    box-shadow: 0 2px 8px rgba(95, 45, 237, 0.25) !important;
    line-height: 1 !important;
}

.pg-tour-btn-book:hover {
    background: #4a1fc7 !important;
    border-color: #4a1fc7 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(95, 45, 237, 0.4) !important;
}

/* ── Breadcrumb Semantic Title Typography (Single H1 Support) ── */
.cty-breadcrumb .cty-bc-title,
.rtp-breadcrumb .rtp-bc-title,
.cty-breadcrumb h1,
.rtp-breadcrumb h1,
.cty-bc-page-title {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #170F2F !important;
    margin: 0 0 6px !important;
    line-height: 1.3 !important;
    display: block !important;
}

@media (max-width: 768px) {
    .cty-breadcrumb .cty-bc-title,
    .rtp-breadcrumb .rtp-bc-title,
    .cty-breadcrumb h1,
    .rtp-breadcrumb h1,
    .cty-bc-page-title {
        font-size: 20px !important;
    }
}

/* ── Route Heading Block & Metadata Chips Fix ── */
.rtp-heading-block {
    background: #ffffff !important;
    border: 1px solid var(--border, #e2e8f0) !important;
    border-radius: 14px !important;
    padding: 16px 20px !important;
    margin: 20px 0 !important;
    position: relative !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04) !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
}

.rtp-heading-block .rtp-h1,
.rtp-h1 {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #170F2F !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.3 !important;
}

.rtp-meta-chips {
    position: static !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: 8px !important;
    z-index: 1 !important;
}

.rtp-chip {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 4px 10px !important;
    border-radius: 6px !important;
    background: #f1f5f9 !important;
    color: #334155 !important;
    border: 1px solid #e2e8f0 !important;
    line-height: 1.3 !important;
}

.rtp-chip-dist { background: #fff7ed !important; color: #c2410c !important; border-color: #ffedd5 !important; }
.rtp-chip-dur  { background: #f0fdf4 !important; color: #15803d !important; border-color: #dcfce7 !important; }
.rtp-chip-hill { background: #eff6ff !important; color: #1d4ed8 !important; border-color: #dbeafe !important; }

@media (max-width: 768px) {
    .rtp-heading-block {
        padding: 12px 14px !important;
        margin: 14px 0 !important;
        gap: 10px !important;
    }
    .rtp-heading-block .rtp-h1,
    .rtp-h1 {
        font-size: 18px !important;
    }
    .rtp-chip {
        font-size: 11px !important;
        padding: 3px 8px !important;
    }
}

/* ── Route Image Floating Badge Fix ── */
.rtp-gallery-wrap {
    position: relative !important;
}

.rtp-route-badge {
    position: absolute !important;
    bottom: 14px !important;
    left: 50% !important;
    top: auto !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    z-index: 15 !important;
    background: rgba(15, 23, 42, 0.85) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 50px !important;
    padding: 6px 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    color: #ffffff !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
}

.rtp-route-badge i {
    color: var(--second, #F2277E) !important;
    font-size: 11px !important;
    flex-shrink: 0 !important;
}

.rtp-badge-from,
.rtp-badge-to {
    font-size: 12.5px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    display: inline-block !important;
}

@media (max-width: 768px) {
    .rtp-route-badge {
        bottom: 10px !important;
        padding: 5px 14px !important;
        gap: 6px !important;
        max-width: 90% !important;
    }
    .rtp-badge-from,
    .rtp-badge-to {
        font-size: 11.5px !important;
    }
}

/* ── Isolated Blog / Listing Pagination Styles ── */
.pg-pagination {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 36px !important;
}

.pg-pagination a {
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    color: #1e293b !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out !important;
}

.pg-pagination a:hover {
    background: #f5f3ff !important;
    border-color: #5F2DED !important;
    color: #5F2DED !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 10px rgba(95, 45, 237, 0.15) !important;
}

.pg-pagination a.active,
.pg-pagination a.active:hover {
    background: #5F2DED !important;
    border-color: #5F2DED !important;
    color: #ffffff !important;
    transform: none !important;
    box-shadow: 0 4px 12px rgba(95, 45, 237, 0.35) !important;
    cursor: default !important;
}

/* ============================================================
   UNIVERSAL SECTION HEADINGS & GLOBAL PADDING
   Centralized Section Heading & Spacing Framework
   ============================================================ */

/* ── 1. Universal Section Spacing (35px Desktop / 30px Mobile) ── */
.crc-sec,
.tpc-sec,
.cdham-sec,
.fleet-sec,
.wcu-sec,
.nsvc-sec,
.glr-sec,
.blg-sec,
.tsti-sec,
.faq-sec,
.cty-main-sec,
.cty-routes-sec,
.cty-others-sec,
.cty-cities-sec,
.rtp-main-sec,
.rtp-related-sec,
.tsvc-sec,
.tsvc-promise-sec,
.pg-list-sec,
.pg-static-sec,
.abt-hero-sec,
.abt-values-sec,
.abt-stats-sec,
.abt-wcu-sec,
.abt-fleet-sec,
.abt-reviews-sec,
.app-sec-pad,
.sec-opt-pad {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

@media (max-width: 768px) {
    .crc-sec,
    .tpc-sec,
    .cdham-sec,
    .fleet-sec,
    .wcu-sec,
    .nsvc-sec,
    .glr-sec,
    .blg-sec,
    .tsti-sec,
    .faq-sec,
    .cty-main-sec,
    .cty-routes-sec,
    .cty-others-sec,
    .cty-cities-sec,
    .rtp-main-sec,
    .rtp-related-sec,
    .tsvc-sec,
    .tsvc-promise-sec,
    .pg-list-sec,
    .pg-static-sec,
    .abt-hero-sec,
    .abt-values-sec,
    .abt-stats-sec,
    .abt-wcu-sec,
    .abt-fleet-sec,
    .abt-reviews-sec,
    .app-sec-pad,
    .sec-opt-pad {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

/* ── 2. Universal Master Section Heading Components ── */
.app-sec-head,
.cty-sec-head,
.cty-routes-head,
.cty-cities-head,
.rtp-related-head,
.cdham-head,
.fleet-header,
.tsvc-head,
.abt-sec-head {
    margin-bottom: 28px !important;
    position: relative;
}

.app-sec-head.text-center,
.cty-sec-head.text-center,
.cty-routes-head.text-center,
.cty-cities-head.text-center,
.rtp-related-head.text-center,
.cdham-head.text-center,
.fleet-header.text-center,
.tsvc-head.text-center,
.abt-sec-head.text-center {
    text-align: center !important;
}

/* Common Section Badge / Eyebrow Pill */
.app-sec-badge,
.tpc-eyebrow,
.cdham-label,
.cty-eyebrow,
.abt-badge,
.fleet-badge,
.sec-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 5px 14px !important;
    background: #f0eaff !important;
    border: 1px solid #e0d6ff !important;
    border-radius: 50px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    color: #5F2DED !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    margin-bottom: 10px !important;
}

.is-dark .app-sec-badge,
.is-dark .cty-eyebrow,
.is-dark .cdham-label,
.text-white .cty-eyebrow {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
}

/* Common Section Title (H2 / H3) */
.app-sec-title,
.tpc-heading,
.cdham-title,
.fleet-heading,
.wcu-heading,
.nsvc-heading,
.blg-heading,
.tsti-heading,
.faq-heading,
.cty-routes-title,
.cty-cities-title,
.cty-others-title,
.rtp-related-title,
.tsvc-title,
.abt-sec-title {
    font-family: var(--title-font, "DM Serif Text", serif) !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #170F2F !important;
    line-height: 1.25 !important;
    margin: 0 0 8px 0 !important;
    letter-spacing: -0.3px !important;
}

/* Common Title Accent Span */
.app-sec-title span,
.tpc-heading span,
.cdham-title span,
.fleet-heading span,
.fleet-accent,
.nsvc-heading span,
.tsti-heading span,
.cty-routes-title span,
.cty-cities-title span,
.cty-others-title span {
    color: #5F2DED !important;
}

/* Dark Mode / Dark Background Section Variant */
.wcu-sec,
.is-dark,
.sec-dark,
.bg-dark {
    color: #ffffff !important;
}

.wcu-sec .app-sec-badge,
.is-dark .app-sec-badge,
.app-sec-badge.is-dark,
.is-dark .cty-eyebrow,
.is-dark .cdham-label,
.text-white .cty-eyebrow,
.text-white .app-sec-badge,
.app-sec-badge.text-white {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
}

.wcu-sec .app-sec-title,
.wcu-sec h2,
.wcu-heading,
.is-dark .app-sec-title,
.app-sec-title.text-white,
.text-white .app-sec-title,
.text-white.app-sec-title,
.is-dark .cdham-title,
.is-dark .fleet-heading,
.text-white .cty-routes-title,
.text-white .cty-cities-title,
.text-white .cty-others-title {
    color: #ffffff !important;
}

.wcu-sec .app-sec-title span,
.is-dark .app-sec-title span,
.text-white .app-sec-title span,
.app-sec-title.text-white span {
    color: #a78bfa !important;
}

/* Common Section Subtitle */
.app-sec-sub,
.tpc-sub,
.cdham-sub,
.fleet-subtitle,
.wcu-sub,
.nsvc-sub,
.blg-sub,
.tsti-sub,
.faq-sub,
.cty-routes-sub,
.cty-cities-sub,
.cty-others-sub,
.rtp-related-sub,
.tsvc-sub,
.abt-sec-sub {
    font-size: 14.5px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
    max-width: 680px !important;
    margin: 0 auto !important;
    font-weight: 400 !important;
}

.wcu-sec .app-sec-sub,
.wcu-sec p,
.wcu-lead,
.is-dark .app-sec-sub,
.app-sec-sub.text-white,
.text-white .app-sec-sub,
.text-white.app-sec-sub,
.is-dark .cdham-sub,
.is-dark .fleet-subtitle,
.text-white .cty-cities-sub,
.text-white .cty-others-sub {
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Mobile Responsive Typography */
@media (max-width: 768px) {
    .app-sec-head,
    .cty-sec-head,
    .cty-routes-head,
    .cty-cities-head,
    .rtp-related-head,
    .cdham-head,
    .fleet-header,
    .tsvc-head,
    .abt-sec-head {
        margin-bottom: 20px !important;
    }

    .app-sec-title,
    .tpc-heading,
    .cdham-title,
    .fleet-heading,
    .wcu-heading,
    .nsvc-heading,
    .blg-heading,
    .tsti-heading,
    .faq-heading,
    .cty-routes-title,
    .cty-cities-title,
    .cty-others-title,
    .rtp-related-title,
    .tsvc-title,
    .abt-sec-title {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    .app-sec-sub,
    .tpc-sub,
    .cdham-sub,
    .fleet-subtitle,
    .wcu-sub,
    .nsvc-sub,
    .blg-sub,
    .tsti-sub,
    .faq-sub,
    .cty-routes-sub,
    .cty-cities-sub,
    .cty-others-sub,
    .rtp-related-sub,
    .tsvc-sub,
    .abt-sec-sub {
        font-size: 13.5px !important;
    }
}

