/* ==========================================================
   DAY LIGHT TRAVELS INDIA

   COMMON PAGE CSS
   PREMIUM ROYAL PRODUCTION VERSION

   Supports:
   - Railway Station Taxi
   - Round Trip Taxi
   - Tempo Traveller
   - Chennai Airport to Pondicherry One Way Drop Taxi
   - Airport Service Pages
   - Route / Service Pages
   - South India Coverage
   - Fleet
   - Features
   - FAQ
   - SEO Content
   - Booking CTA

   Architecture:
   - Mobile First
   - Responsive
   - SEO Friendly
   - Accessibility Ready
   - Performance Conscious
   - Clean / Consolidated CSS
   - No Intentional Duplicate Rules

   Brand:
   Yellow : #fff500
   Dark   : #1f1a17
   White  : #ffffff

   Typography:
   Poppins

   File:
   /frontend/css/common-page.css
========================================================== */


/* ==========================================================
   01. DESIGN TOKENS
========================================================== */

:root {

    --dlt-yellow: #fff500;
    --dlt-yellow-soft: #fffbd0;

    --dlt-dark: #1f1a17;
    --dlt-dark-2: #29231f;
    --dlt-dark-3: #342d28;
    --dlt-black: #15110f;

    --dlt-white: #ffffff;
    --dlt-light: #f8f7f3;
    --dlt-soft: #f3f1eb;

    --dlt-text: #403b36;
    --dlt-muted: #706a63;

    --dlt-border: rgba(31, 26, 23, 0.10);
    --dlt-border-dark: rgba(255, 255, 255, 0.12);

    --dlt-radius-sm: 10px;
    --dlt-radius-md: 16px;
    --dlt-radius-lg: 20px;
    --dlt-radius-xl: 24px;
    --dlt-radius-pill: 999px;

    --dlt-shadow:
        0 14px 40px rgba(31, 26, 23, 0.08);

    --dlt-shadow-hover:
        0 22px 52px rgba(31, 26, 23, 0.14);

    --dlt-shadow-dark:
        0 18px 45px rgba(0, 0, 0, 0.22);

    --dlt-container:
        min(1180px, calc(100% - 32px));

    --dlt-transition:
        180ms ease;

}


/* ==========================================================
   02. PAGE VARIABLES
========================================================== */

.railway-station-taxi-page,
.round-trip-taxi-page,
.tempo-traveller-page,
.route-hero,
.route-introduction,
.route-pickup-information,
.route-options,
.route-drop-areas,
.route-fleet,
.route-features,
.route-travel-information,
.route-fare,
.why-choose-us,
.route-faq,
.route-seo-content,
.route-booking-cta {

    --page-yellow: var(--dlt-yellow);
    --page-dark: var(--dlt-dark);
    --page-dark-soft: var(--dlt-dark-2);
    --page-black: var(--dlt-black);

    --page-white: var(--dlt-white);
    --page-light: var(--dlt-light);
    --page-soft: var(--dlt-soft);

    --page-border: #e8e4dc;

    --page-text: var(--dlt-text);
    --page-muted: var(--dlt-muted);

    --page-radius: var(--dlt-radius-lg);

    --page-shadow: var(--dlt-shadow);
    --page-shadow-hover: var(--dlt-shadow-hover);

}


/* ==========================================================
   03. COMMON CONTAINER
========================================================== */

.railway-station-taxi-page .container,
.round-trip-taxi-page .container,
.tempo-traveller-page .container,
.route-hero .container,
.route-introduction .container,
.route-pickup-information .container,
.route-options .container,
.route-drop-areas .container,
.route-fleet .container,
.route-features .container,
.route-travel-information .container,
.route-fare .container,
.why-choose-us .container,
.route-faq .container,
.route-seo-content .container,
.route-booking-cta .container,
.service-section .container {

    width: var(--dlt-container);
    margin-inline: auto;

}


/* ==========================================================
   04. COMMON SERVICE SECTION
========================================================== */

.railway-station-taxi-page .service-section,
.round-trip-taxi-page .service-section,
.tempo-traveller-page .service-section,
.service-section {

    position: relative;

    width: 100%;

    padding: 72px 0;

    overflow: hidden;

}


/* ==========================================================
   05. ROUTE SECTIONS
========================================================== */

.route-introduction,
.route-pickup-information,
.route-options,
.route-drop-areas,
.route-fleet,
.route-features,
.route-travel-information,
.route-fare,
.why-choose-us,
.route-faq,
.route-seo-content,
.route-booking-cta {

    position: relative;

    padding: 72px 20px;

    overflow: hidden;

}


/* ==========================================================
   06. SECTION BACKGROUNDS
========================================================== */

.route-introduction {
    background: var(--page-white);
}

.route-pickup-information,
.route-travel-information,
.route-seo-content,
.route-faq {
    background: var(--page-light);
}

.route-fare {
    background: var(--page-soft);
}

.airport-type-section {
    background: var(--dlt-light);
}

.airport-services {
    background: var(--dlt-white);
}


/* ==========================================================
   07. COMMON SECTION HEADING
========================================================== */

.railway-station-taxi-page .service-section-heading,
.round-trip-taxi-page .service-section-heading,
.tempo-traveller-page .service-section-heading,
.service-section .section-heading,
.route-introduction .section-heading,
.route-pickup-information .section-heading,
.route-options .section-heading,
.route-fleet .section-heading,
.route-features .section-heading,
.route-travel-information .section-heading,
.route-fare .section-heading,
.why-choose-us .section-heading,
.route-faq .section-heading,
.route-seo-content .section-heading,
.route-areas-heading {

    position: relative;

    max-width: 850px;

    margin: 0 auto 42px;

    text-align: center;

}


/* ==========================================================
   08. SECTION SUBTITLE
========================================================== */

.railway-station-taxi-page .section-subtitle,
.round-trip-taxi-page .section-subtitle,
.tempo-traveller-page .section-subtitle,
.service-section .section-subtitle,
.route-introduction .section-subtitle,
.route-pickup-information .section-subtitle,
.route-options .section-subtitle,
.route-drop-areas .section-subtitle,
.route-fleet .section-subtitle,
.route-features .section-subtitle,
.route-travel-information .section-subtitle,
.route-fare .section-subtitle,
.why-choose-us .section-subtitle,
.route-faq .section-subtitle,
.route-seo-content .section-subtitle,
.route-booking-cta .section-subtitle,
.route-areas-heading .section-subtitle {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 13px;

    color: #756f00;

    font-family: "Poppins", sans-serif;

    font-size: 0.72rem;

    font-weight: 800;

    line-height: 1.4;

    letter-spacing: 0.14em;

    text-transform: uppercase;

}


/* ==========================================================
   09. SERVICE SUBTITLE PILL
========================================================== */

.service-section .section-subtitle {

    padding: 7px 14px;

    border: 1px solid rgba(31, 26, 23, 0.12);

    border-radius: var(--dlt-radius-pill);

    background: rgba(255, 245, 0, 0.16);

    color: var(--dlt-dark);

}


/* ==========================================================
   10. PREMIUM SUBTITLE ACCENT
========================================================== */

.railway-station-taxi-page .service-section-heading .section-subtitle::before,
.round-trip-taxi-page .service-section-heading .section-subtitle::before,
.tempo-traveller-page .service-section-heading .section-subtitle::before {

    content: "";

    width: 24px;
    height: 3px;

    margin-right: 9px;

    background: var(--dlt-yellow);

    border-radius: 4px;

}


/* ==========================================================
   11. SECTION TITLES
========================================================== */

.railway-station-taxi-page .service-section-heading h2,
.round-trip-taxi-page .service-section-heading h2,
.tempo-traveller-page .service-section-heading h2,
.service-section .section-heading h2,
.route-introduction .section-heading h2,
.route-pickup-information .section-heading h2,
.route-options .section-heading h2,
.route-fleet .section-heading h2,
.route-features .section-heading h2,
.route-travel-information .section-heading h2,
.route-fare .section-heading h2,
.why-choose-us .section-heading h2,
.route-faq .section-heading h2,
.route-seo-content .section-heading h2,
.route-areas-heading h2 {

    margin: 0;

    color: var(--page-dark);

    font-family: "Poppins", sans-serif;

    font-size: clamp(1.75rem, 5vw, 2.8rem);

    font-weight: 800;

    line-height: 1.15;

    letter-spacing: -0.025em;

}


/* ==========================================================
   12. SECTION DESCRIPTION
========================================================== */

.railway-station-taxi-page .service-section-heading p,
.round-trip-taxi-page .service-section-heading p,
.tempo-traveller-page .service-section-heading p,
.service-section .section-heading p,
.route-introduction .section-heading p,
.route-pickup-information .section-heading p,
.route-options .section-heading p,
.route-fleet .section-heading p,
.route-features .section-heading p,
.route-travel-information .section-heading p,
.route-fare .section-heading p,
.why-choose-us .section-heading p,
.route-faq .section-heading p,
.route-seo-content .section-heading p,
.route-areas-heading p {

    max-width: 760px;

    margin: 16px auto 0;

    color: var(--page-muted);

    font-family: "Poppins", sans-serif;

    font-size: 0.95rem;

    line-height: 1.8;

}

/* ==========================================================
   13. COMMON TOP HERO
   PREMIUM BRIGHT HERO IMAGE — ALL SERVICE / ROUTE PAGES
========================================================== */

.railway-station-taxi-page .service-hero,
.round-trip-taxi-page .service-hero,
.tempo-traveller-page .service-hero,
.route-hero {

    position: relative;

    overflow: hidden;

    padding: 86px 20px 78px;

    background:
        linear-gradient(
            90deg,
            rgba(31, 26, 23, 0.68) 0%,
            rgba(31, 26, 23, 0.46) 48%,
            rgba(31, 26, 23, 0.30) 100%
        ),
        url("/frontend/img/daylighttravels-cover.webp")
        center center / cover no-repeat;

    color: var(--dlt-white);

}


/* ==========================================================
   14. HERO LIGHT EFFECT
========================================================== */

.railway-station-taxi-page .service-hero::before,
.round-trip-taxi-page .service-hero::before,
.tempo-traveller-page .service-hero::before,
.route-hero::before {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(255, 245, 0, 0.025) 50%,
            transparent 100%
        );

    pointer-events: none;

}


/* ==========================================================
   15. HERO BOTTOM GOLD ACCENT
========================================================== */

.railway-station-taxi-page .service-hero::after,
.round-trip-taxi-page .service-hero::after,
.tempo-traveller-page .service-hero::after,
.route-hero::after {

    content: "";

    position: absolute;

    right: 0;
    bottom: 0;
    left: 0;

    height: 5px;

    background: var(--dlt-yellow);

}


/* ==========================================================
   16. HERO CONTAINER
========================================================== */

.railway-station-taxi-page .service-hero-container,
.round-trip-taxi-page .service-hero-container,
.tempo-traveller-page .service-hero-container,
.route-hero .container {

    position: relative;

    z-index: 1;

}


/* ==========================================================
   17. HERO CONTENT
========================================================== */

.railway-station-taxi-page .service-hero-content,
.round-trip-taxi-page .service-hero-content,
.tempo-traveller-page .service-hero-content,
.route-hero .service-hero-content {

    position: relative;

    z-index: 1;

    max-width: 900px;

    margin-inline: auto;

    text-align: center;

}


/* ==========================================================
   18. HERO SUBTITLE
========================================================== */

.railway-station-taxi-page .service-hero .section-subtitle,
.round-trip-taxi-page .service-hero .section-subtitle,
.tempo-traveller-page .service-hero .section-subtitle,
.route-hero .section-subtitle {

    color: var(--dlt-yellow);

}


/* ==========================================================
   19. HERO TITLE
========================================================== */

.railway-station-taxi-page .service-hero h1,
.round-trip-taxi-page .service-hero h1,
.tempo-traveller-page .service-hero h1,
.route-hero h1 {

    max-width: 900px;

    margin: 0 auto 22px;

    color: var(--dlt-white);

    font-family: "Poppins", sans-serif;

    font-size: clamp(2.25rem, 8vw, 4.8rem);

    font-weight: 800;

    line-height: 1.03;

    letter-spacing: -0.04em;

}


/* ==========================================================
   20. HERO LEAD
========================================================== */

.railway-station-taxi-page .service-hero-lead,
.round-trip-taxi-page .service-hero-lead,
.tempo-traveller-page .service-hero-lead {

    max-width: 760px;

    margin: 24px auto 0;

    color: var(--dlt-yellow);

    font-size: clamp(1.08rem, 3vw, 1.4rem);

    font-weight: 600;

    line-height: 1.55;

}


/* ==========================================================
   21. HERO DESCRIPTION
========================================================== */

.railway-station-taxi-page .service-hero-text,
.round-trip-taxi-page .service-hero-text,
.tempo-traveller-page .service-hero-text,
.route-hero .service-hero-description {

    max-width: 760px;

    margin: 18px auto 0;

    color: rgba(255, 255, 255, 0.78);

    font-family: "Poppins", sans-serif;

    font-size: 1rem;

    line-height: 1.8;

}


/* ==========================================================
   22. HERO ACTIONS
========================================================== */

.railway-station-taxi-page .service-hero-actions,
.round-trip-taxi-page .service-hero-actions,
.tempo-traveller-page .service-hero-actions,
.route-hero .service-hero-actions {

    display: flex;

    flex-direction: column;

    align-items: stretch;

    gap: 12px;

    margin-top: 30px;

}


/* ==========================================================
   23. COMMON BUTTON
========================================================== */

.railway-station-taxi-page .btn,
.round-trip-taxi-page .btn,
.tempo-traveller-page .btn,
.route-hero .btn,
.route-booking-cta .btn {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 180px;
    min-height: 52px;

    padding: 13px 24px;

    border: 2px solid transparent;

    border-radius: var(--dlt-radius-pill);

    font-family: "Poppins", sans-serif;

    font-size: 0.92rem;

    font-weight: 800;

    line-height: 1.2;

    text-align: center;

    text-decoration: none;

    cursor: pointer;

    transition:
        transform var(--dlt-transition),
        background-color var(--dlt-transition),
        color var(--dlt-transition),
        border-color var(--dlt-transition),
        box-shadow var(--dlt-transition);

}


/* ==========================================================
   24. PRIMARY BUTTON
========================================================== */

.railway-station-taxi-page .btn-primary,
.round-trip-taxi-page .btn-primary,
.tempo-traveller-page .btn-primary,
.route-hero .btn-primary,
.route-booking-cta .btn-primary {

    background: var(--dlt-yellow);

    border-color: var(--dlt-yellow);

    color: var(--dlt-dark);

}


/* ==========================================================
   25. SECONDARY BUTTON
========================================================== */

.railway-station-taxi-page .btn-secondary,
.round-trip-taxi-page .btn-secondary,
.tempo-traveller-page .btn-secondary,
.route-hero .btn-secondary,
.route-booking-cta .btn-secondary {

    background: transparent;

    border-color: rgba(255, 255, 255, 0.40);

    color: var(--dlt-white);

}


/* ==========================================================
   26. HERO SECONDARY BUTTON
========================================================== */

.railway-station-taxi-page .service-hero .btn-secondary,
.round-trip-taxi-page .service-hero .btn-secondary,
.tempo-traveller-page .service-hero .btn-secondary,
.route-hero .btn-secondary {

    border-color: var(--dlt-yellow);

    color: var(--dlt-yellow);

}


/* ==========================================================
   27. SERVICE CONTENT
========================================================== */

.railway-station-taxi-page .service-content,
.round-trip-taxi-page .service-content,
.tempo-traveller-page .service-content {

    max-width: 860px;

    margin: 0 auto;

}


.railway-station-taxi-page .service-content p,
.round-trip-taxi-page .service-content p,
.tempo-traveller-page .service-content p {

    margin: 0 0 20px;

    color: var(--dlt-muted);

    font-family: "Poppins", sans-serif;

    font-size: 1rem;

    line-height: 1.85;

}


.railway-station-taxi-page .service-content p:last-child,
.round-trip-taxi-page .service-content p:last-child,
.tempo-traveller-page .service-content p:last-child {

    margin-bottom: 0;

}


/* ==========================================================
   28. ROUTE INTRODUCTION
========================================================== */

.route-introduction::before {

    content: "";

    position: absolute;

    top: -100px;
    right: -100px;

    width: 260px;
    height: 260px;

    border-radius: 50%;

    background: rgba(255, 245, 0, 0.10);

    pointer-events: none;

}


.route-introduction-content {

    position: relative;

    max-width: 900px;

    margin: 0 auto;

    padding: 30px;

    border: 1px solid var(--dlt-border);

    border-left: 5px solid var(--dlt-yellow);

    border-radius: var(--dlt-radius-md);

    background: var(--dlt-white);

    box-shadow: var(--dlt-shadow);

}


.route-introduction-content p {

    margin: 0 0 20px;

    color: var(--dlt-text);

    font-family: "Poppins", sans-serif;

    font-size: 1rem;

    line-height: 1.9;

}


.route-introduction-content p:last-child {

    margin-bottom: 0;

}


/* ==========================================================
   29. FEATURE GRID
========================================================== */

.railway-station-taxi-page .service-feature-grid,
.round-trip-taxi-page .service-feature-grid,
.tempo-traveller-page .service-feature-grid,
.route-feature-grid {

    display: grid;

    grid-template-columns: 1fr;

    gap: 18px;

}


/* ==========================================================
   30. FEATURE CARD
========================================================== */

.railway-station-taxi-page .service-feature-card,
.round-trip-taxi-page .service-feature-card,
.tempo-traveller-page .service-feature-card,
.route-feature-card {

    position: relative;

    min-width: 0;

    padding: 28px 24px;

    border: 1px solid var(--dlt-border);

    border-radius: var(--dlt-radius-md);

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #fbfaf7 100%
        );

    box-shadow: var(--dlt-shadow);

    overflow: hidden;

    transition:
        transform var(--dlt-transition),
        box-shadow var(--dlt-transition),
        border-color var(--dlt-transition);

}


/* ==========================================================
   31. SERVICE FEATURE ACCENT
========================================================== */

.railway-station-taxi-page .service-feature-card::before,
.round-trip-taxi-page .service-feature-card::before,
.tempo-traveller-page .service-feature-card::before {

    content: "";

    display: block;

    width: 42px;
    height: 4px;

    margin-bottom: 18px;

    background: var(--dlt-yellow);

    border-radius: 10px;

}


/* ==========================================================
   32. ROUTE FEATURE ACCENT
========================================================== */

.route-feature-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 4px;
    height: 100%;

    background: var(--dlt-yellow);

    transform: scaleY(0.45);

    transform-origin: center;

    transition: transform var(--dlt-transition);

}


/* ==========================================================
   33. FEATURE TITLES
========================================================== */

.railway-station-taxi-page .service-feature-card h3,
.round-trip-taxi-page .service-feature-card h3,
.tempo-traveller-page .service-feature-card h3 {

    position: relative;

    margin: 0 0 12px;

    padding-left: 17px;

    color: var(--dlt-dark);

    font-family: "Poppins", sans-serif;

    font-size: 1.12rem;

    font-weight: 800;

    line-height: 1.3;

}


.railway-station-taxi-page .service-feature-card h3::before,
.round-trip-taxi-page .service-feature-card h3::before,
.tempo-traveller-page .service-feature-card h3::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0.2em;

    width: 4px;
    height: 1.1em;

    border-radius: 4px;

    background: var(--dlt-yellow);

}


.route-feature-card h3 {

    margin: 0 0 11px;

    padding-left: 6px;

    color: var(--dlt-dark);

    font-family: "Poppins", sans-serif;

    font-size: 1.15rem;

    font-weight: 800;

    line-height: 1.4;

}


/* ==========================================================
   34. FEATURE TEXT
========================================================== */

.railway-station-taxi-page .service-feature-card p,
.round-trip-taxi-page .service-feature-card p,
.tempo-traveller-page .service-feature-card p,
.route-feature-card p {

    margin: 0;

    padding-left: 6px;

    color: var(--dlt-muted);

    font-family: "Poppins", sans-serif;

    font-size: 0.94rem;

    line-height: 1.75;

}


/* ==========================================================
   35. REGION / DESTINATION GRID
========================================================== */

.railway-station-taxi-page .service-region-grid,
.round-trip-taxi-page .service-region-grid,
.tempo-traveller-page .service-region-grid,
.route-area-grid {

    display: grid;

    grid-template-columns: 1fr;

    gap: 16px;

}


/* ==========================================================
   36. REGION / DESTINATION CARD
========================================================== */

.railway-station-taxi-page .service-region-card,
.round-trip-taxi-page .service-region-card,
.tempo-traveller-page .service-region-card,
.route-area-card {

    position: relative;

    padding: 27px 22px 25px;

    border: 1px solid var(--dlt-border);

    border-radius: var(--dlt-radius-md);

    background: var(--dlt-white);

    box-shadow:
        0 7px 22px rgba(31, 26, 23, 0.045);

    overflow: hidden;

    transition:
        transform var(--dlt-transition),
        box-shadow var(--dlt-transition),
        border-color var(--dlt-transition);

}


/* ==========================================================
   37. REGION CARD ACCENT
========================================================== */

.railway-station-taxi-page .service-region-card::before,
.round-trip-taxi-page .service-region-card::before,
.tempo-traveller-page .service-region-card::before,
.route-area-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 20px;

    width: 42px;
    height: 4px;

    background: var(--dlt-yellow);

    border-radius: 0 0 5px 5px;

}


/* ==========================================================
   38. REGION CARD TITLE
========================================================== */

.railway-station-taxi-page .service-region-card h3,
.round-trip-taxi-page .service-region-card h3,
.tempo-traveller-page .service-region-card h3,
.route-area-card h3 {

    margin: 8px 0 10px;

    color: var(--dlt-dark);

    font-family: "Poppins", sans-serif;

    font-size: 1.08rem;

    font-weight: 800;

    line-height: 1.4;

}


/* ==========================================================
   39. REGION CARD TEXT
========================================================== */

.railway-station-taxi-page .service-region-card p,
.round-trip-taxi-page .service-region-card p,
.tempo-traveller-page .service-region-card p,
.route-area-card p {

    margin: 0;

    color: var(--dlt-muted);

    font-family: "Poppins", sans-serif;

    font-size: 0.92rem;

    line-height: 1.7;

}


/* ==========================================================
   40. USE CASE GRID
========================================================== */

.railway-station-taxi-page .service-use-grid,
.round-trip-taxi-page .service-use-grid,
.tempo-traveller-page .service-use-grid {

    display: grid;

    grid-template-columns: 1fr;

    gap: 14px;

}


/* ==========================================================
   41. USE CASE ITEM
========================================================== */

.railway-station-taxi-page .service-use-item,
.round-trip-taxi-page .service-use-item,
.tempo-traveller-page .service-use-item {

    position: relative;

    padding: 25px 21px 24px;

    background: var(--dlt-white);

    border: 1px solid var(--dlt-border);

    border-left: 4px solid var(--dlt-yellow);

    box-shadow:
        0 8px 24px rgba(31, 26, 23, 0.05);

    transition:
        transform var(--dlt-transition),
        box-shadow var(--dlt-transition);

}


.railway-station-taxi-page .service-use-item h3,
.round-trip-taxi-page .service-use-item h3,
.tempo-traveller-page .service-use-item h3 {

    margin: 0 0 8px;

    color: var(--dlt-dark);

    font-family: "Poppins", sans-serif;

    font-size: 1rem;

    font-weight: 800;

}


.railway-station-taxi-page .service-use-item p,
.round-trip-taxi-page .service-use-item p,
.tempo-traveller-page .service-use-item p {

    margin: 0;

    color: var(--dlt-muted);

    font-family: "Poppins", sans-serif;

    font-size: 0.9rem;

    line-height: 1.65;

}


/* ==========================================================
   42. ROUTE OPTIONS
========================================================== */

.route-option-grid {

    display: grid;

    grid-template-columns: 1fr;

    gap: 20px;

}


.route-option {

    position: relative;

    padding: 28px;

    border: 1px solid var(--dlt-border);

    border-radius: var(--dlt-radius-md);

    background: var(--dlt-white);

    box-shadow: var(--dlt-shadow);

    transition:
        transform var(--dlt-transition),
        box-shadow var(--dlt-transition),
        border-color var(--dlt-transition);

}


.route-option::before {

    content: "";

    display: block;

    width: 42px;
    height: 4px;

    margin-bottom: 20px;

    background: var(--dlt-yellow);

    border-radius: 10px;

}


.route-option h3 {

    margin: 0 0 12px;

    color: var(--dlt-dark);

    font-family: "Poppins", sans-serif;

    font-size: 1.25rem;

    font-weight: 800;

}


.route-option p {

    margin: 0;

    color: var(--dlt-muted);

    font-family: "Poppins", sans-serif;

    line-height: 1.8;

}


/* ==========================================================
   43. VEHICLE GRID
========================================================== */

.railway-station-taxi-page .service-vehicle-grid,
.round-trip-taxi-page .service-vehicle-grid,
.tempo-traveller-page .service-vehicle-grid {

    display: grid;

    grid-template-columns: 1fr;

    gap: 18px;

}


/* ==========================================================
   44. VEHICLE CARD
========================================================== */

.railway-station-taxi-page .service-vehicle-card,
.round-trip-taxi-page .service-vehicle-card,
.tempo-traveller-page .service-vehicle-card {

    position: relative;

    min-height: 190px;

    padding: 30px 24px;

    background:
        linear-gradient(
            145deg,
            var(--dlt-dark-2) 0%,
            var(--dlt-dark) 100%
        );

    border: 1px solid rgba(255, 245, 0, 0.08);

    border-radius: var(--dlt-radius-lg);

    box-shadow: var(--dlt-shadow);

    overflow: hidden;

    transition:
        transform var(--dlt-transition),
        box-shadow var(--dlt-transition);

}


.railway-station-taxi-page .service-vehicle-card::before,
.round-trip-taxi-page .service-vehicle-card::before,
.tempo-traveller-page .service-vehicle-card::before {

    content: "";

    position: absolute;

    right: -35px;
    bottom: -45px;

    width: 125px;
    height: 125px;

    border: 1px solid rgba(255, 245, 0, 0.12);

    border-radius: 50%;

}


.railway-station-taxi-page .service-vehicle-card::after,
.round-trip-taxi-page .service-vehicle-card::after,
.tempo-traveller-page .service-vehicle-card::after {

    content: "";

    position: absolute;

    top: 0;
    right: 0;

    width: 72px;
    height: 5px;

    background: var(--dlt-yellow);

    border-radius: 0 0 0 8px;

}


.railway-station-taxi-page .service-vehicle-card h3,
.round-trip-taxi-page .service-vehicle-card h3,
.tempo-traveller-page .service-vehicle-card h3 {

    position: relative;

    z-index: 1;

    margin: 0 0 12px;

    color: var(--dlt-yellow);

    font-family: "Poppins", sans-serif;

    font-size: 1.18rem;

    font-weight: 800;

}


.railway-station-taxi-page .service-vehicle-card p,
.round-trip-taxi-page .service-vehicle-card p,
.tempo-traveller-page .service-vehicle-card p {

    position: relative;

    z-index: 1;

    margin: 0;

    color: rgba(255, 255, 255, 0.76);

    font-family: "Poppins", sans-serif;

    font-size: 0.92rem;

    line-height: 1.7;

}


/* ==========================================================
   45. ROUTE FLEET
========================================================== */

.route-fleet {
    background: var(--dlt-dark);
}


.route-fleet .section-subtitle {
    color: var(--dlt-yellow);
}


.route-fleet .section-heading h2 {
    color: var(--dlt-white);
}


.route-fleet .section-heading p {
    color: rgba(255, 255, 255, 0.70);
}


.fleet-grid {

    display: grid;

    grid-template-columns: 1fr;

    gap: 22px;

}


.route-fleet .fleet-card {

    overflow: hidden;

    background: var(--dlt-dark-2);

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: var(--dlt-radius-lg);

    box-shadow: var(--dlt-shadow-dark);

    transition:
        transform var(--dlt-transition),
        border-color var(--dlt-transition),
        box-shadow var(--dlt-transition);

}


.route-fleet .fleet-image {

    overflow: hidden;

    aspect-ratio: 3 / 2;

    background: var(--dlt-black);

}


.route-fleet .fleet-image img {

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 450ms ease;

}


.route-fleet .fleet-content {
    padding: 22px;
}


.route-fleet .fleet-content h3 {

    margin: 0 0 10px;

    color: var(--dlt-yellow);

    font-family: "Poppins", sans-serif;

    font-size: 1.25rem;

    font-weight: 800;

}


.route-fleet .fleet-content p {

    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    font-family: "Poppins", sans-serif;

    line-height: 1.75;

}


/* ==========================================================
   46. BOOKING PROCESS
========================================================== */

.railway-station-taxi-page .service-process-list,
.round-trip-taxi-page .service-process-list,
.tempo-traveller-page .service-process-list {

    display: grid;

    grid-template-columns: 1fr;

    gap: 16px;

    max-width: 900px;

    margin: 0 auto;

    padding: 0;

    list-style: none;

}


.railway-station-taxi-page .service-process-list > li,
.round-trip-taxi-page .service-process-list > li,
.tempo-traveller-page .service-process-list > li {

    display: grid;

    grid-template-columns: 58px 1fr;

    gap: 16px;

    align-items: start;

    padding: 22px;

    background: var(--dlt-white);

    border: 1px solid var(--dlt-border);

    border-radius: var(--dlt-radius-md);

    transition:
        transform var(--dlt-transition),
        box-shadow var(--dlt-transition);

}


.railway-station-taxi-page .service-process-number,
.round-trip-taxi-page .service-process-number,
.tempo-traveller-page .service-process-number {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border-radius: 50%;

    background: var(--dlt-yellow);

    color: var(--dlt-dark);

    font-size: 0.82rem;

    font-weight: 900;

}


.railway-station-taxi-page .service-process-list h3,
.round-trip-taxi-page .service-process-list h3,
.tempo-traveller-page .service-process-list h3 {

    margin: 2px 0 7px;

    color: var(--dlt-dark);

    font-size: 1rem;

    font-weight: 800;

}


.railway-station-taxi-page .service-process-list p,
.round-trip-taxi-page .service-process-list p,
.tempo-traveller-page .service-process-list p {

    margin: 0;

    color: var(--dlt-muted);

    font-size: 0.9rem;

    line-height: 1.65;

}


/* ==========================================================
   47. WHY CHOOSE US
========================================================== */

.why-choose-us {
    background: var(--dlt-dark);
}


.why-choose-us .section-subtitle {
    color: var(--dlt-yellow);
}


.why-choose-us .section-heading h2 {
    color: var(--dlt-white);
}


.why-choose-us .section-heading p {
    color: rgba(255, 255, 255, 0.72);
}


.why-choose-us .route-feature-card {

    background: var(--dlt-dark-2);

    border-color: rgba(255, 255, 255, 0.10);

}


.why-choose-us .route-feature-card h3 {
    color: var(--dlt-white);
}


.why-choose-us .route-feature-card p {
    color: rgba(255, 255, 255, 0.70);
}


/* ==========================================================
   48. FAQ
========================================================== */

.railway-station-taxi-page .service-faq-list,
.round-trip-taxi-page .service-faq-list,
.tempo-traveller-page .service-faq-list,
.route-faq-list {

    max-width: 900px;

    margin: 0 auto;

}


.railway-station-taxi-page .service-faq-item,
.round-trip-taxi-page .service-faq-item,
.tempo-traveller-page .service-faq-item,
.route-faq-item {

    margin-bottom: 12px;

    background: var(--dlt-white);

    border: 1px solid var(--dlt-border);

    border-radius: 14px;

    overflow: hidden;

    box-shadow:
        0 5px 18px rgba(31, 26, 23, 0.04);

}


.railway-station-taxi-page .service-faq-item:last-child,
.round-trip-taxi-page .service-faq-item:last-child,
.tempo-traveller-page .service-faq-item:last-child,
.route-faq-item:last-child {

    margin-bottom: 0;

}


.railway-station-taxi-page .service-faq-item summary,
.round-trip-taxi-page .service-faq-item summary,
.tempo-traveller-page .service-faq-item summary,
.route-faq-item summary {

    position: relative;

    display: block;

    padding: 20px 50px 20px 22px;

    color: var(--dlt-dark);

    font-family: "Poppins", sans-serif;

    font-size: 0.96rem;

    font-weight: 800;

    line-height: 1.5;

    cursor: pointer;

    list-style: none;

}


.railway-station-taxi-page .service-faq-item summary::-webkit-details-marker,
.round-trip-taxi-page .service-faq-item summary::-webkit-details-marker,
.tempo-traveller-page .service-faq-item summary::-webkit-details-marker,
.route-faq-item summary::-webkit-details-marker {

    display: none;

}


.railway-station-taxi-page .service-faq-item summary::after,
.round-trip-taxi-page .service-faq-item summary::after,
.tempo-traveller-page .service-faq-item summary::after,
.route-faq-item summary::after {

    content: "+";

    position: absolute;

    top: 50%;
    right: 20px;

    transform: translateY(-50%);

    color: var(--dlt-dark);

    font-size: 1.4rem;

    font-weight: 400;

}


.railway-station-taxi-page .service-faq-item[open] summary,
.round-trip-taxi-page .service-faq-item[open] summary,
.tempo-traveller-page .service-faq-item[open] summary,
.route-faq-item[open] summary {

    background: var(--dlt-dark);

    color: var(--dlt-yellow);

}


.railway-station-taxi-page .service-faq-item[open] summary::after,
.round-trip-taxi-page .service-faq-item[open] summary::after,
.tempo-traveller-page .service-faq-item[open] summary::after,
.route-faq-item[open] summary::after {

    content: "\2212";

    color: var(--dlt-yellow);

}


.railway-station-taxi-page .service-faq-item p,
.round-trip-taxi-page .service-faq-item p,
.tempo-traveller-page .service-faq-item p {

    margin: 0;

    padding: 20px;

    color: var(--dlt-muted);

    font-size: 0.92rem;

    line-height: 1.75;

}


.route-faq-answer {

    padding: 20px 22px;

    border-top: 1px solid var(--dlt-border);

}


.route-faq-answer p {

    margin: 0;

    color: var(--dlt-muted);

    line-height: 1.8;

}


/* ==========================================================
   49. SEO CONTENT
========================================================== */

.route-seo-content-body {

    max-width: 950px;

    margin: 0 auto;

}


.route-seo-content-body p {

    margin: 0 0 22px;

    color: var(--dlt-text);

    font-family: "Poppins", sans-serif;

    line-height: 1.9;

}


.route-seo-content-body p:last-child {
    margin-bottom: 0;
}


.route-seo-content-body h3 {

    margin: 38px 0 14px;

    color: var(--dlt-dark);

    font-family: "Poppins", sans-serif;

    font-size: 1.4rem;

    line-height: 1.4;

}


.route-seo-content-body h3::before {

    content: "";

    display: inline-block;

    width: 28px;
    height: 4px;

    margin: 0 10px 4px 0;

    background: var(--dlt-yellow);

    border-radius: 10px;

}


/* ==========================================================
   50. AIRPORT TYPE GRID
========================================================== */

.airport-type-grid {

    display: grid;

    grid-template-columns: 1fr;

    gap: 22px;

}


/* ==========================================================
   51. AIRPORT TYPE CARD
========================================================== */

.airport-type-card {

    position: relative;

    min-width: 0;

    padding: 30px;

    border: 1px solid var(--dlt-border);

    border-radius: var(--dlt-radius-xl);

    background: var(--dlt-white);

    box-shadow: var(--dlt-shadow);

    overflow: hidden;

    transition:
        transform var(--dlt-transition),
        box-shadow var(--dlt-transition),
        border-color var(--dlt-transition);

}


.airport-type-card::before {

    content: "";

    position: absolute;

    top: 0;
    right: 0;
    left: 0;

    height: 5px;

    background: var(--dlt-yellow);

}


.airport-type-card::after {

    content: "";

    position: absolute;

    right: -70px;
    bottom: -70px;

    width: 180px;
    height: 180px;

    border-radius: 50%;

    background: rgba(255, 245, 0, 0.10);

    pointer-events: none;

}


.airport-type-content {

    position: relative;

    z-index: 2;

}


.airport-type-label {

    display: inline-flex;

    align-items: center;

    margin-bottom: 14px;

    padding: 6px 11px;

    border-radius: 6px;

    background: var(--dlt-dark);

    color: var(--dlt-yellow);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.2px;

}


.airport-type-card h3 {

    margin: 0 0 14px;

    color: var(--dlt-dark);

    font-family: "Poppins", sans-serif;

    font-size: clamp(20px, 4vw, 27px);

    font-weight: 800;

    line-height: 1.3;

}


.airport-type-card p {

    margin: 0;

    color: var(--dlt-text);

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 1.8;

}


.airport-type-card p + p {
    margin-top: 14px;
}


/* ==========================================================
   52. AIRPORT CARD BUTTON
========================================================== */

.airport-type-card .btn-primary {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 48px;

    margin-top: 24px;

    padding: 12px 20px;

    border: 2px solid var(--dlt-yellow);

    border-radius: 8px;

    background: var(--dlt-yellow);

    color: var(--dlt-dark);

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    font-weight: 800;

    text-decoration: none;

    box-shadow:
        0 8px 20px rgba(31, 26, 23, 0.10);

    transition:
        transform var(--dlt-transition),
        background-color var(--dlt-transition),
        color var(--dlt-transition),
        box-shadow var(--dlt-transition);

}


/* ==========================================================
   53. AIRPORT STATE COVERAGE
========================================================== */

.airport-state-coverage {

    position: relative;

    background: var(--dlt-dark);

}


.airport-state-coverage::before {

    content: "";

    position: absolute;

    top: -120px;
    left: -120px;

    width: 300px;
    height: 300px;

    border-radius: 50%;

    background: rgba(255, 245, 0, 0.06);

    pointer-events: none;

}


.airport-state-coverage .section-heading {

    position: relative;

    z-index: 2;

}


.airport-state-coverage .section-subtitle {

    border-color: rgba(255, 245, 0, 0.30);

    background: rgba(255, 245, 0, 0.08);

    color: var(--dlt-yellow);

}


.airport-state-coverage .section-heading h2 {
    color: var(--dlt-white);
}


.airport-state-coverage .section-heading p {
    color: rgba(255, 255, 255, 0.70);
}


/* ==========================================================
   54. AIRPORT STATE GRID
========================================================== */

.airport-state-grid {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns: 1fr;

    gap: 16px;

}


/* ==========================================================
   55. AIRPORT STATE CARD
========================================================== */

.airport-state-card {

    position: relative;

    display: grid;

    grid-template-columns: 52px 1fr;

    gap: 16px;

    align-items: start;

    min-width: 0;

    padding: 22px;

    border: 1px solid var(--dlt-border-dark);

    border-radius: var(--dlt-radius-md);

    background: rgba(255, 255, 255, 0.055);

    color: var(--dlt-white);

    text-decoration: none;

    overflow: hidden;

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);

    transition:
        transform var(--dlt-transition),
        border-color var(--dlt-transition),
        background-color var(--dlt-transition),
        box-shadow var(--dlt-transition);

}


.airport-state-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: var(--dlt-yellow);

    transform: scaleX(0);

    transform-origin: left;

    transition: transform var(--dlt-transition);

}


.airport-state-number {

    display: flex;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border: 1px solid rgba(255, 245, 0, 0.40);

    border-radius: 12px;

    background: rgba(255, 245, 0, 0.10);

    color: var(--dlt-yellow);

    font-size: 13px;

    font-weight: 800;

}


.airport-state-card h3 {

    margin: 0 0 7px;

    color: var(--dlt-white);

    font-size: 18px;

    font-weight: 800;

    line-height: 1.35;

}


.airport-state-card p {

    margin: 0;

    color: rgba(255, 255, 255, 0.68);

    font-size: 12.5px;

    line-height: 1.75;

}


.airport-state-link {

    display: inline-flex;

    align-items: center;

    margin-top: 12px;

    color: var(--dlt-yellow);

    font-size: 12px;

    font-weight: 800;

    line-height: 1.4;

    transition: letter-spacing var(--dlt-transition);

}


/* ==========================================================
   56. FINAL SERVICE CTA
========================================================== */

.railway-station-taxi-page .service-cta,
.round-trip-taxi-page .service-cta,
.tempo-traveller-page .service-cta {

    position: relative;

    padding: 70px 0;

    background:
        radial-gradient(
            circle at 90% 50%,
            rgba(255, 245, 0, 0.13),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            var(--dlt-dark) 0%,
            var(--dlt-dark-2) 100%
        );

    color: var(--dlt-white);

}


.railway-station-taxi-page .service-cta::after,
.round-trip-taxi-page .service-cta::after,
.tempo-traveller-page .service-cta::after {

    content: "";

    position: absolute;

    inset: 0;

    border-top: 1px solid rgba(255, 245, 0, 0.12);

    border-bottom: 1px solid rgba(255, 245, 0, 0.12);

    pointer-events: none;

}


.railway-station-taxi-page .service-cta-container,
.round-trip-taxi-page .service-cta-container,
.tempo-traveller-page .service-cta-container {

    position: relative;

    z-index: 1;

}


.railway-station-taxi-page .service-cta-content,
.round-trip-taxi-page .service-cta-content,
.tempo-traveller-page .service-cta-content {

    max-width: 760px;

}


.railway-station-taxi-page .service-cta .section-subtitle,
.round-trip-taxi-page .service-cta .section-subtitle,
.tempo-traveller-page .service-cta .section-subtitle {

    color: var(--dlt-yellow);

}


.railway-station-taxi-page .service-cta h2,
.round-trip-taxi-page .service-cta h2,
.tempo-traveller-page .service-cta h2 {

    margin: 0;

    color: var(--dlt-white);

    font-size: clamp(1.9rem, 6vw, 3.2rem);

    font-weight: 800;

    line-height: 1.1;

    letter-spacing: -0.03em;

}


.railway-station-taxi-page .service-cta p,
.round-trip-taxi-page .service-cta p,
.tempo-traveller-page .service-cta p {

    max-width: 650px;

    margin: 16px 0 0;

    color: rgba(255, 255, 255, 0.75);

    font-size: 1rem;

    line-height: 1.75;

}


.railway-station-taxi-page .service-cta-actions,
.round-trip-taxi-page .service-cta-actions,
.tempo-traveller-page .service-cta-actions {

    display: flex;

    flex-direction: column;

    gap: 12px;

    margin-top: 28px;

}


/* ==========================================================
   57. ROUTE BOOKING CTA
========================================================== */

.route-booking-cta {
    background: var(--dlt-dark);
}


.route-booking-card {

    display: flex;

    flex-direction: column;

    gap: 30px;

    padding: 32px 24px;

    background:
        linear-gradient(
            135deg,
            var(--dlt-dark-2),
            var(--dlt-dark)
        );

    border: 1px solid rgba(255, 245, 0, 0.25);

    border-radius: var(--dlt-radius-xl);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.25);

}


.route-booking-content {
    max-width: 760px;
}


.route-booking-cta h2 {

    margin: 0 0 15px;

    color: var(--dlt-white);

    font-size: clamp(1.8rem, 5vw, 2.7rem);

    font-weight: 800;

    line-height: 1.2;

}


.route-booking-cta p {

    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    line-height: 1.8;

}


.route-booking-actions {

    display: flex;

    flex-direction: column;

    gap: 12px;

}


/* ==========================================================
   58. HOVER EFFECTS
========================================================== */

@media (hover: hover) {

    .railway-station-taxi-page .btn:hover,
    .round-trip-taxi-page .btn:hover,
    .tempo-traveller-page .btn:hover,
    .route-hero .btn:hover,
    .route-booking-cta .btn:hover {

        transform: translateY(-3px);

    }


    .railway-station-taxi-page .btn-primary:hover,
    .round-trip-taxi-page .btn-primary:hover,
    .tempo-traveller-page .btn-primary:hover,
    .route-hero .btn-primary:hover,
    .route-booking-cta .btn-primary:hover {

        background: var(--dlt-white);

        border-color: var(--dlt-white);

        color: var(--dlt-dark);

        box-shadow:
            0 12px 30px rgba(0, 0, 0, 0.18);

    }


    .railway-station-taxi-page .btn-secondary:hover,
    .round-trip-taxi-page .btn-secondary:hover,
    .tempo-traveller-page .btn-secondary:hover,
    .route-hero .btn-secondary:hover,
    .route-booking-cta .btn-secondary:hover {

        background: var(--dlt-yellow);

        border-color: var(--dlt-yellow);

        color: var(--dlt-dark);

    }


    .railway-station-taxi-page .service-feature-card:hover,
    .round-trip-taxi-page .service-feature-card:hover,
    .tempo-traveller-page .service-feature-card:hover,
    .route-feature-card:hover,
    .railway-station-taxi-page .service-region-card:hover,
    .round-trip-taxi-page .service-region-card:hover,
    .tempo-traveller-page .service-region-card:hover,
    .route-area-card:hover,
    .railway-station-taxi-page .service-use-item:hover,
    .round-trip-taxi-page .service-use-item:hover,
    .tempo-traveller-page .service-use-item:hover,
    .railway-station-taxi-page .service-vehicle-card:hover,
    .round-trip-taxi-page .service-vehicle-card:hover,
    .tempo-traveller-page .service-vehicle-card:hover,
    .railway-station-taxi-page .service-process-list > li:hover,
    .round-trip-taxi-page .service-process-list > li:hover,
    .tempo-traveller-page .service-process-list > li:hover,
    .route-option:hover {

        transform: translateY(-4px);

        box-shadow: var(--dlt-shadow-hover);

    }


    .route-feature-card:hover::before {
        transform: scaleY(1);
    }


    .route-option:hover,
    .route-area-card:hover,
    .route-feature-card:hover {

        border-color: rgba(255, 245, 0, 0.65);

    }


    .route-fleet .fleet-card:hover {

        transform: translateY(-6px);

        border-color: rgba(255, 245, 0, 0.55);

        box-shadow:
            0 20px 45px rgba(0, 0, 0, 0.25);

    }


    .route-fleet .fleet-card:hover .fleet-image img {
        transform: scale(1.05);
    }


    .airport-type-card:hover {

        transform: translateY(-7px);

        border-color: rgba(255, 245, 0, 0.75);

        box-shadow: var(--dlt-shadow-hover);

    }


    .airport-type-card .btn-primary:hover {

        transform: translateY(-2px);

        background: var(--dlt-dark);

        color: var(--dlt-yellow);

        box-shadow:
            0 12px 28px rgba(31, 26, 23, 0.20);

    }


    .airport-state-card:hover {

        transform: translateY(-5px);

        border-color: rgba(255, 245, 0, 0.45);

        background: rgba(255, 255, 255, 0.09);

        box-shadow:
            0 20px 45px rgba(0, 0, 0, 0.22);

    }


    .airport-state-card:hover::before {
        transform: scaleX(1);
    }


    .airport-state-card:hover .airport-state-link {
        letter-spacing: 0.3px;
    }

}


/* ==========================================================
   59. TABLET
========================================================== */

@media (min-width: 600px) {

    :root {
        --dlt-container:
            min(1180px, calc(100% - 48px));
    }


    .route-introduction,
    .route-pickup-information,
    .route-options,
    .route-drop-areas,
    .route-fleet,
    .route-features,
    .route-travel-information,
    .route-fare,
    .why-choose-us,
    .route-faq,
    .route-seo-content,
    .route-booking-cta {

        padding: 85px 24px;

    }


    .railway-station-taxi-page .service-hero,
    .round-trip-taxi-page .service-hero,
    .tempo-traveller-page .service-hero,
    .route-hero {

        padding: 105px 24px 95px;

    }


    .route-introduction-content {
        padding: 36px;
    }


    .railway-station-taxi-page .service-hero-actions,
    .round-trip-taxi-page .service-hero-actions,
    .tempo-traveller-page .service-hero-actions,
    .route-hero .service-hero-actions,
    .railway-station-taxi-page .service-cta-actions,
    .round-trip-taxi-page .service-cta-actions,
    .tempo-traveller-page .service-cta-actions,
    .route-booking-actions {

        flex-direction: row;

        flex-wrap: wrap;

        align-items: center;

    }


    .railway-station-taxi-page .service-hero-actions .btn,
    .round-trip-taxi-page .service-hero-actions .btn,
    .tempo-traveller-page .service-hero-actions .btn,
    .route-hero .service-hero-actions .btn {

        width: auto;

    }


    .railway-station-taxi-page .service-feature-grid,
    .round-trip-taxi-page .service-feature-grid,
    .tempo-traveller-page .service-feature-grid,
    .railway-station-taxi-page .service-region-grid,
    .round-trip-taxi-page .service-region-grid,
    .tempo-traveller-page .service-region-grid,
    .railway-station-taxi-page .service-use-grid,
    .round-trip-taxi-page .service-use-grid,
    .tempo-traveller-page .service-use-grid,
    .railway-station-taxi-page .service-vehicle-grid,
    .round-trip-taxi-page .service-vehicle-grid,
    .tempo-traveller-page .service-vehicle-grid,
    .route-option-grid,
    .route-area-grid,
    .route-feature-grid,
    .fleet-grid,
    .airport-type-grid,
    .airport-state-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }


    .airport-type-card {
        padding: 34px;
    }


    .route-booking-card {
        padding: 40px;
    }

}


/* ==========================================================
   60. DESKTOP
========================================================== */

@media (min-width: 900px) {

    :root {
        --dlt-container:
            min(1180px, calc(100% - 64px));
    }


    .railway-station-taxi-page .service-section,
    .round-trip-taxi-page .service-section,
    .tempo-traveller-page .service-section,
    .service-section {

        padding: 96px 0;

    }


    .service-section .section-heading {
        margin-bottom: 52px;
    }


    .route-introduction,
    .route-pickup-information,
    .route-options,
    .route-drop-areas,
    .route-fleet,
    .route-features,
    .route-travel-information,
    .route-fare,
    .why-choose-us,
    .route-faq,
    .route-seo-content,
    .route-booking-cta {

        padding: 100px 30px;

    }


    .railway-station-taxi-page .service-hero,
    .round-trip-taxi-page .service-hero,
    .tempo-traveller-page .service-hero,
    .route-hero {

        padding: 135px 30px 120px;

    }


    .route-introduction-content {
        padding: 42px 48px;
    }


    .route-feature-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 22px;

    }


    .route-feature-card {

        min-height: 190px;

        padding: 28px;

    }


    .railway-station-taxi-page .service-feature-grid,
    .round-trip-taxi-page .service-feature-grid,
    .tempo-traveller-page .service-feature-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

    }


    .railway-station-taxi-page .service-region-grid,
    .round-trip-taxi-page .service-region-grid,
    .tempo-traveller-page .service-region-grid,
    .route-area-grid {

        grid-template-columns:
            repeat(4, minmax(0, 1fr));

    }


    .railway-station-taxi-page .service-use-grid,
    .round-trip-taxi-page .service-use-grid,
    .tempo-traveller-page .service-use-grid,
    .route-option-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

    }


    .railway-station-taxi-page .service-vehicle-grid,
    .round-trip-taxi-page .service-vehicle-grid,
    .tempo-traveller-page .service-vehicle-grid,
    .fleet-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

    }


    .airport-type-grid {
        gap: 28px;
    }


    .airport-state-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 20px;

    }


    .airport-state-card {
        padding: 24px;
    }


    .railway-station-taxi-page .service-cta-container,
    .round-trip-taxi-page .service-cta-container,
    .tempo-traveller-page .service-cta-container {

        display: flex;

        align-items: center;

        justify-content: space-between;

        gap: 50px;

    }


    .railway-station-taxi-page .service-cta-actions,
    .round-trip-taxi-page .service-cta-actions,
    .tempo-traveller-page .service-cta-actions {

        flex-shrink: 0;

        margin-top: 0;

    }


    .route-booking-card {

        flex-direction: row;

        align-items: center;

        justify-content: space-between;

        padding: 45px;

    }


    .route-booking-actions {

        flex-shrink: 0;

        justify-content: flex-end;

    }

}


/* ==========================================================
   61. LARGE DESKTOP
========================================================== */

@media (min-width: 1200px) {

    .railway-station-taxi-page .service-section,
    .round-trip-taxi-page .service-section,
    .tempo-traveller-page .service-section,
    .service-section {

        padding: 110px 0;

    }


    .railway-station-taxi-page .service-hero,
    .round-trip-taxi-page .service-hero,
    .tempo-traveller-page .service-hero,
    .route-hero {

        padding-top: 155px;

        padding-bottom: 135px;

    }


    .railway-station-taxi-page .service-hero h1,
    .round-trip-taxi-page .service-hero h1,
    .tempo-traveller-page .service-hero h1 {

        font-size: 5rem;

    }


    .route-fleet .fleet-card {
        border-radius: var(--dlt-radius-xl);
    }


    .route-feature-card,
    .route-option,
    .route-area-card {
        border-radius: 17px;
    }


    .airport-type-card {
        padding: 42px;
    }


    .airport-type-card h3 {
        font-size: 27px;
    }


    .route-feature-card h3 {
        font-size: 18px;
    }


    .airport-state-card {
        padding: 26px;
    }

}


/* ==========================================================
   62. ACCESSIBILITY
========================================================== */

.railway-station-taxi-page .btn:focus-visible,
.railway-station-taxi-page summary:focus-visible,
.round-trip-taxi-page .btn:focus-visible,
.round-trip-taxi-page summary:focus-visible,
.tempo-traveller-page .btn:focus-visible,
.tempo-traveller-page summary:focus-visible,
.route-hero .btn:focus-visible,
.route-booking-cta .btn:focus-visible,
.route-faq-item summary:focus-visible,
.airport-type-card a:focus-visible,
.airport-state-card:focus-visible {

    outline: 3px solid var(--dlt-yellow);

    outline-offset: 4px;

}


/* ==========================================================
   63. DARK SECTION SELECTION
========================================================== */

.airport-state-coverage ::selection,
.route-fleet ::selection,
.why-choose-us ::selection,
.route-booking-cta ::selection {

    background: var(--dlt-yellow);

    color: var(--dlt-dark);

}


/* ==========================================================
   64. REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .railway-station-taxi-page *,
    .railway-station-taxi-page *::before,
    .railway-station-taxi-page *::after,
    .round-trip-taxi-page *,
    .round-trip-taxi-page *::before,
    .round-trip-taxi-page *::after,
    .tempo-traveller-page *,
    .tempo-traveller-page *::before,
    .tempo-traveller-page *::after,
    .route-hero *,
    .route-hero *::before,
    .route-hero *::after,
    .route-fleet *,
    .route-fleet *::before,
    .route-fleet *::after,
    .airport-type-card,
    .airport-type-card *,
    .route-feature-card,
    .airport-state-card,
    .airport-state-link {

        scroll-behavior: auto !important;

        transition: none !important;

        animation: none !important;

    }


    .route-fleet .fleet-image img {
        transition: none !important;
    }

}

/* ==========================================================
   DAY LIGHT TRAVELS INDIA
   HOTEL TRANSFER INTRODUCTION
   PREMIUM ROYAL SECTION
   Mobile First • Responsive • Production Ready
========================================================== */

.route-introduction {
    position: relative;
    overflow: hidden;
    padding: 64px 0;
    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(255, 245, 0, 0.07),
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 85%,
            rgba(255, 245, 0, 0.05),
            transparent 30%
        ),
        #1f1a17;
}

/* ----------------------------------------------------------
   PREMIUM TOP ACCENT
---------------------------------------------------------- */

.route-introduction::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(180px, 42%);
    height: 3px;
    transform: translateX(-50%);
    background: #fff500;
    box-shadow:
        0 0 18px rgba(255, 245, 0, 0.28);
}

.route-introduction::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 760px;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 245, 0, 0.25),
        transparent
    );
}


/* ==========================================================
   SECTION HEADING
========================================================== */

.route-introduction .section-heading {
    position: relative;
    max-width: 900px;
    margin: 0 auto 38px;
    text-align: center;
}

.route-introduction .section-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 14px;
    color: #fff500;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.route-introduction .section-subtitle::before,
.route-introduction .section-subtitle::after {
    content: "";
    width: 24px;
    height: 1px;
    background: rgba(255, 245, 0, 0.55);
}

.route-introduction .section-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.75rem, 5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.route-introduction .section-heading > p:last-child {
    max-width: 760px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.98rem;
    line-height: 1.8;
}


/* ==========================================================
   CONTENT CARD
========================================================== */

.route-introduction-content {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 24px;
    border: 1px solid rgba(255, 245, 0, 0.16);
    border-radius: 18px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.065),
            rgba(255, 255, 255, 0.025)
        );
    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.route-introduction-content::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 3px;
    height: 56px;
    border-radius: 0 4px 4px 0;
    background: #fff500;
    box-shadow:
        0 0 18px rgba(255, 245, 0, 0.22);
}

.route-introduction-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.96rem;
    line-height: 1.85;
}

.route-introduction-content p + p {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}


/* ==========================================================
   TABLET
========================================================== */

@media (min-width: 768px) {

    .route-introduction {
        padding: 82px 0;
    }

    .route-introduction .section-heading {
        margin-bottom: 46px;
    }

    .route-introduction .section-subtitle {
        font-size: 0.8rem;
    }

    .route-introduction .section-heading > p:last-child {
        font-size: 1rem;
    }

    .route-introduction-content {
        padding: 38px 44px;
        border-radius: 22px;
    }

    .route-introduction-content::before {
        top: 30px;
        height: 68px;
    }

    .route-introduction-content p {
        font-size: 1rem;
        line-height: 1.9;
    }
}


/* ==========================================================
   DESKTOP
========================================================== */

@media (min-width: 1024px) {

    .route-introduction {
        padding: 96px 0;
    }

    .route-introduction .section-heading {
        margin-bottom: 52px;
    }

    .route-introduction-content {
        padding: 42px 52px;
        border-radius: 24px;
    }

    .route-introduction-content p {
        font-size: 1.02rem;
    }

}


/* ==========================================================
   LARGE DESKTOP
========================================================== */

@media (min-width: 1440px) {

    .route-introduction {
        padding: 108px 0;
    }

    .route-introduction-content {
        max-width: 1080px;
    }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .route-introduction,
    .route-introduction::before,
    .route-introduction::after {
        scroll-behavior: auto;
    }

}

/* ==========================================================
   DAY LIGHT TRAVELS INDIA
   HOTEL TRANSFER SERVICES
   PREMIUM ROYAL SERVICE CARDS
   Mobile First • Responsive • Production Ready
========================================================== */

.hotel-transfer-services {
    position: relative;
    padding: 70px 0;
    background: #ffffff;
}


/* ==========================================================
   SECTION HEADING
========================================================== */

.hotel-transfer-services .section-heading {
    max-width: 850px;
    margin: 0 auto 42px;
    text-align: center;
}

.hotel-transfer-services .section-subtitle {
    margin: 0 0 12px;
    color: #8d8500;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hotel-transfer-services .section-heading h2 {
    margin: 0;
    color: #1f1a17;
    font-size: clamp(1.75rem, 5vw, 2.7rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.hotel-transfer-services .section-heading > p:last-child {
    max-width: 720px;
    margin: 16px auto 0;
    color: #665f5a;
    font-size: 0.96rem;
    line-height: 1.8;
}


/* ==========================================================
   SERVICE GRID
========================================================== */

.hotel-transfer-services .service-feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 1120px;
    margin: 0 auto;
}


/* ==========================================================
   SERVICE CARD
========================================================== */

.hotel-transfer-services .service-feature-card {
    position: relative;
    display: flex;
    flex-direction: column;

    min-height: 245px;
    padding: 30px 26px 26px;

    overflow: hidden;

    color: #1f1a17;
    text-decoration: none;

    background: #ffffff;

    border: 1px solid #e8e3df;
    border-radius: 14px;

    box-shadow:
        0 8px 25px rgba(31, 26, 23, 0.07);

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}


/* ==========================================================
   YELLOW TOP LINE
========================================================== */

.hotel-transfer-services .service-feature-card::before {
    content: "";
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: #fff500;

    transition: height 0.25s ease;
}


/* ==========================================================
   CARD NUMBER / DECORATIVE ELEMENT
========================================================== */

.hotel-transfer-services .service-feature-card::after {
    content: "";

    position: absolute;

    right: -35px;
    top: -35px;

    width: 95px;
    height: 95px;

    border-radius: 50%;

    background: rgba(255, 245, 0, 0.08);

    pointer-events: none;
}


/* ==========================================================
   CARD HEADING
========================================================== */

.hotel-transfer-services .service-feature-card h3 {
    position: relative;
    z-index: 1;

    margin: 0 0 14px;

    color: #1f1a17;

    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.4;

    transition:
        color 0.25s ease;
}


/* ==========================================================
   CARD DESCRIPTION
========================================================== */

.hotel-transfer-services .service-feature-card p {
    position: relative;
    z-index: 1;

    margin: 0;

    color: #68615c;

    font-size: 0.92rem;
    line-height: 1.8;
}


/* ==========================================================
   EXPLORE LINK
========================================================== */

.hotel-transfer-services .service-feature-link {
    position: relative;
    z-index: 1;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: auto;
    padding-top: 22px;

    color: #6f6800;

    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.4;

    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hotel-transfer-services .service-feature-link span {
    font-size: 1rem;

    transition:
        transform 0.25s ease;
}


/* ==========================================================
   HOVER
========================================================== */

@media (hover: hover) {

    .hotel-transfer-services .service-feature-card:hover {
        transform: translateY(-6px);

        border-color: #d8cf00;

        box-shadow:
            0 16px 38px rgba(31, 26, 23, 0.12);
    }

    .hotel-transfer-services .service-feature-card:hover::before {
        height: 6px;
    }

    .hotel-transfer-services .service-feature-card:hover h3 {
        color: #8d8500;
    }

    .hotel-transfer-services .service-feature-card:hover
    .service-feature-link span {
        transform: translateX(5px);
    }

}


/* ==========================================================
   KEYBOARD ACCESSIBILITY
========================================================== */

.hotel-transfer-services .service-feature-card:focus-visible {
    outline: 3px solid rgba(255, 245, 0, 0.65);
    outline-offset: 4px;

    border-color: #bdb400;
}


/* ==========================================================
   TABLET
========================================================== */

@media (min-width: 600px) {

    .hotel-transfer-services {
        padding: 80px 0;
    }

    .hotel-transfer-services .service-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

}


/* ==========================================================
   DESKTOP
========================================================== */

@media (min-width: 1024px) {

    .hotel-transfer-services {
        padding: 95px 0;
    }

    .hotel-transfer-services .section-heading {
        margin-bottom: 52px;
    }

    .hotel-transfer-services .service-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }

    .hotel-transfer-services .service-feature-card {
        min-height: 280px;
        padding: 34px 30px 28px;
        border-radius: 16px;
    }

    .hotel-transfer-services .service-feature-card h3 {
        font-size: 1.18rem;
    }

    .hotel-transfer-services .service-feature-card p {
        font-size: 0.95rem;
    }

}


/* ==========================================================
   LARGE DESKTOP
========================================================== */

@media (min-width: 1440px) {

    .hotel-transfer-services {
        padding: 105px 0;
    }

    .hotel-transfer-services .service-feature-grid {
        max-width: 1160px;
        gap: 26px;
    }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .hotel-transfer-services .service-feature-card,
    .hotel-transfer-services .service-feature-card::before,
    .hotel-transfer-services .service-feature-card h3,
    .hotel-transfer-services .service-feature-link span {
        transition: none;
    }

}

/* ==========================================================
   DAY LIGHT TRAVELS
   PONDICHERRY HOTEL TRANSFER
   CORE SERVICES — ROYAL PREMIUM
========================================================== */

.pondicherry-hotel-core-services {
    position: relative;
    isolation: isolate;

    padding-top: 88px;
    padding-bottom: 92px;

    background:
        radial-gradient(
            circle at 8% 8%,
            rgba(255, 245, 0, 0.10),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 92%,
            rgba(31, 26, 23, 0.045),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfaf7 48%,
            #f6f4ee 100%
        );
}


/* ==========================================================
   PREMIUM TOP DETAIL
========================================================== */

.pondicherry-hotel-core-services::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: min(220px, 42vw);
    height: 3px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            #fff500 20%,
            #fff500 80%,
            transparent
        );

    border-radius: 999px;

    opacity: 0.95;
}


/* ==========================================================
   SECTION HEADING
========================================================== */

.pondicherry-hotel-core-services .section-heading {
    position: relative;

    max-width: 920px;

    margin: 0 auto 52px;

    text-align: center;
}


/* ==========================================================
   ROYAL SUBTITLE
========================================================== */

.pondicherry-hotel-core-services
.section-heading
.section-subtitle {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    margin: 0 0 17px;

    padding: 8px 17px;

    border: 1px solid rgba(31, 26, 23, 0.13);

    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 245, 0, 0.22),
            rgba(255, 245, 0, 0.07)
        );

    box-shadow:
        0 5px 18px rgba(31, 26, 23, 0.045);

    color: #514c00;

    font-family: "Poppins", sans-serif;

    font-size: 0.70rem;

    font-weight: 800;

    line-height: 1.4;

    letter-spacing: 0.16em;

    text-transform: uppercase;
}


.pondicherry-hotel-core-services
.section-heading
.section-subtitle::before,
.pondicherry-hotel-core-services
.section-heading
.section-subtitle::after {

    content: "";

    width: 24px;
    height: 2px;

    flex: 0 0 auto;

    background: #fff500;

    border-radius: 999px;
}


/* ==========================================================
   MAIN TITLE
========================================================== */

.pondicherry-hotel-core-services
.section-heading
h2 {

    max-width: 880px;

    margin: 0 auto;

    color: #1f1a17;

    font-family: "Poppins", sans-serif;

    font-size:
        clamp(
            1.85rem,
            4.5vw,
            3rem
        );

    font-weight: 800;

    line-height: 1.12;

    letter-spacing: -0.04em;

    text-wrap: balance;
}


/* ==========================================================
   TITLE ACCENT
========================================================== */

.pondicherry-hotel-core-services
.section-heading
h2::after {

    content: "";

    display: block;

    width: 58px;
    height: 4px;

    margin: 20px auto 0;

    background:
        linear-gradient(
            90deg,
            #fff500,
            #1f1a17
        );

    border-radius: 999px;
}


/* ==========================================================
   HEADING DESCRIPTION
========================================================== */

.pondicherry-hotel-core-services
.section-heading
> p:last-child {

    max-width: 700px;

    margin: 19px auto 0;

    color: #706a63;

    font-family: "Poppins", sans-serif;

    font-size: 0.96rem;

    line-height: 1.85;

    text-wrap: balance;
}


/* ==========================================================
   SERVICE GRID
========================================================== */

.pondicherry-hotel-core-services
.service-feature-grid {

    display: grid;

    grid-template-columns: 1fr;

    gap: 20px;

    max-width: 1180px;

    margin-inline: auto;
}


/* ==========================================================
   ROYAL PREMIUM CARD
========================================================== */

.pondicherry-hotel-core-services
.service-feature-card {

    position: relative;

    display: flex;

    flex-direction: column;

    min-width: 0;

    min-height: 100%;

    padding: 32px 29px 27px;

    border: 1px solid rgba(31, 26, 23, 0.10);

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #fdfcf9 58%,
            #f8f6ef 100%
        );

    box-shadow:
        0 10px 28px rgba(31, 26, 23, 0.055),
        0 2px 5px rgba(31, 26, 23, 0.025);

    color: #1f1a17;

    text-decoration: none;

    overflow: hidden;

    transform: translateZ(0);

    transition:
        transform 260ms cubic-bezier(.2,.8,.2,1),
        box-shadow 260ms ease,
        border-color 260ms ease;
}


/* ==========================================================
   CARD TOP GOLD LINE
========================================================== */

.pondicherry-hotel-core-services
.service-feature-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            #fff500 0%,
            #fff500 38%,
            rgba(255, 245, 0, 0.20) 100%
        );

    transform-origin: left;

    transition:
        transform 260ms ease;
}


/* ==========================================================
   CARD ROYAL LIGHT
========================================================== */

.pondicherry-hotel-core-services
.service-feature-card::after {

    content: "";

    position: absolute;

    top: -100px;
    right: -100px;

    width: 220px;
    height: 220px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255, 245, 0, 0.13) 0%,
            rgba(255, 245, 0, 0.045) 42%,
            transparent 72%
        );

    pointer-events: none;

    opacity: 0.65;

    transition:
        transform 350ms ease,
        opacity 350ms ease;
}


/* ==========================================================
   CARD CONTENT LAYER
========================================================== */

.pondicherry-hotel-core-services
.service-feature-card > * {

    position: relative;

    z-index: 2;
}


/* ==========================================================
   CARD TITLE
========================================================== */

.pondicherry-hotel-core-services
.service-feature-card
h3 {

    margin: 0 0 14px;

    color: #1f1a17;

    font-family: "Poppins", sans-serif;

    font-size: 1.08rem;

    font-weight: 800;

    line-height: 1.42;

    letter-spacing: -0.018em;

    transition:
        color 200ms ease;
}


/* ==========================================================
   CARD DESCRIPTION
========================================================== */

.pondicherry-hotel-core-services
.service-feature-card
p {

    margin: 0;

    color: #6c665f;

    font-family: "Poppins", sans-serif;

    font-size: 0.91rem;

    line-height: 1.82;
}


/* ==========================================================
   PREMIUM CARD CTA
========================================================== */

.pondicherry-hotel-core-services
.service-feature-link {

    display: inline-flex;

    align-items: center;

    width: fit-content;

    margin-top: auto;
    padding-top: 24px;

    color: #1f1a17;

    font-family: "Poppins", sans-serif;

    font-size: 0.76rem;

    font-weight: 800;

    line-height: 1.4;

    letter-spacing: 0.035em;

    transition:
        color 200ms ease,
        transform 200ms ease;
}


/* ==========================================================
   CTA GOLD MARK
========================================================== */

.pondicherry-hotel-core-services
.service-feature-link::before {

    content: "";

    width: 28px;
    height: 2px;

    margin-right: 10px;

    background: #fff500;

    border-radius: 999px;

    transition:
        width 220ms ease;
}


/* ==========================================================
   DESKTOP HOVER
========================================================== */

@media (hover: hover) {

    .pondicherry-hotel-core-services
    .service-feature-card:hover {

        transform: translateY(-9px);

        border-color:
            rgba(255, 245, 0, 0.65);

        box-shadow:
            0 24px 52px rgba(31, 26, 23, 0.115),
            0 5px 12px rgba(31, 26, 23, 0.045);
    }


    .pondicherry-hotel-core-services
    .service-feature-card:hover::before {

        transform: scaleX(0.72);
    }


    .pondicherry-hotel-core-services
    .service-feature-card:hover::after {

        transform: scale(1.25);

        opacity: 1;
    }


    .pondicherry-hotel-core-services
    .service-feature-card:hover
    h3 {

        color: #514c00;
    }


    .pondicherry-hotel-core-services
    .service-feature-card:hover
    .service-feature-link {

        color: #514c00;

        transform: translateX(4px);
    }


    .pondicherry-hotel-core-services
    .service-feature-card:hover
    .service-feature-link::before {

        width: 40px;
    }
}


/* ==========================================================
   KEYBOARD ACCESSIBILITY
========================================================== */

.pondicherry-hotel-core-services
.service-feature-card:focus-visible {

    outline: 3px solid rgba(255, 245, 0, 0.55);

    outline-offset: 5px;

    border-color: #fff500;
}


/* ==========================================================
   TABLET
========================================================== */

@media (min-width: 640px) {

    .pondicherry-hotel-core-services
    .service-feature-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 22px;
    }
}


/* ==========================================================
   DESKTOP
========================================================== */

@media (min-width: 960px) {

    .pondicherry-hotel-core-services
    .service-feature-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 24px;
    }

    .pondicherry-hotel-core-services
    .service-feature-card {

        padding: 34px 30px 28px;
    }
}


/* ==========================================================
   LARGE DESKTOP
========================================================== */

@media (min-width: 1200px) {

    .pondicherry-hotel-core-services
    .service-feature-grid {

        gap: 26px;
    }
}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .pondicherry-hotel-core-services
    .service-feature-card,
    .pondicherry-hotel-core-services
    .service-feature-card::before,
    .pondicherry-hotel-core-services
    .service-feature-card::after,
    .pondicherry-hotel-core-services
    .service-feature-link,
    .pondicherry-hotel-core-services
    .service-feature-link::before {

        transition: none;
    }
}


/* ==========================================================
   DAY LIGHT TRAVELS
   PONDICHERRY HOTEL TRANSFER
   ROUTE COVERAGE — ROYAL PREMIUM
========================================================== */

.pondicherry-hotel-routes {
    position: relative;
    isolation: isolate;

    padding-top: 88px;
    padding-bottom: 94px;

    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(255, 245, 0, 0.085),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 88%,
            rgba(31, 26, 23, 0.045),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #faf9f5 52%,
            #f5f3ed 100%
        );

    overflow: hidden;
}


/* ==========================================================
   ROYAL TOP ACCENT
========================================================== */

.pondicherry-hotel-routes::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: min(220px, 42vw);
    height: 3px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent 0%,
            #fff500 22%,
            #fff500 78%,
            transparent 100%
        );

    border-radius: 999px;

    opacity: 0.95;
}


/* ==========================================================
   SOFT BACKGROUND DETAIL
========================================================== */

.pondicherry-hotel-routes::after {
    content: "";

    position: absolute;

    top: 18%;
    right: -180px;

    width: 360px;
    height: 360px;

    border: 1px solid rgba(31, 26, 23, 0.035);

    border-radius: 50%;

    box-shadow:
        0 0 0 45px rgba(31, 26, 23, 0.012),
        0 0 0 90px rgba(31, 26, 23, 0.008);

    pointer-events: none;

    z-index: -1;
}


/* ==========================================================
   SECTION HEADING
========================================================== */

.pondicherry-hotel-routes .section-heading {
    position: relative;

    max-width: 900px;

    margin: 0 auto 52px;

    text-align: center;
}


/* ==========================================================
   ROYAL SUBTITLE
========================================================== */

.pondicherry-hotel-routes
.section-heading
.section-subtitle {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    margin: 0 0 17px;

    padding: 8px 17px;

    border: 1px solid rgba(31, 26, 23, 0.12);

    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 245, 0, 0.20),
            rgba(255, 245, 0, 0.055)
        );

    box-shadow:
        0 5px 18px rgba(31, 26, 23, 0.045);

    color: #514c00;

    font-family: "Poppins", sans-serif;

    font-size: 0.70rem;

    font-weight: 800;

    line-height: 1.4;

    letter-spacing: 0.16em;

    text-transform: uppercase;
}


.pondicherry-hotel-routes
.section-heading
.section-subtitle::before,
.pondicherry-hotel-routes
.section-heading
.section-subtitle::after {

    content: "";

    width: 23px;
    height: 2px;

    flex: 0 0 auto;

    border-radius: 999px;

    background: #fff500;
}


/* ==========================================================
   MAIN TITLE
========================================================== */

.pondicherry-hotel-routes
.section-heading
h2 {

    max-width: 850px;

    margin: 0 auto;

    color: #1f1a17;

    font-family: "Poppins", sans-serif;

    font-size:
        clamp(
            1.8rem,
            4.4vw,
            2.8rem
        );

    font-weight: 800;

    line-height: 1.14;

    letter-spacing: -0.038em;

    text-wrap: balance;
}


/* ==========================================================
   TITLE GOLD DETAIL
========================================================== */

.pondicherry-hotel-routes
.section-heading
h2::after {

    content: "";

    display: block;

    width: 56px;
    height: 4px;

    margin: 19px auto 0;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #fff500 0%,
            #fff500 45%,
            #1f1a17 100%
        );
}


/* ==========================================================
   HEADING DESCRIPTION
========================================================== */

.pondicherry-hotel-routes
.section-heading
> p:last-child {

    max-width: 710px;

    margin: 19px auto 0;

    color: #706a63;

    font-family: "Poppins", sans-serif;

    font-size: 0.95rem;

    line-height: 1.85;

    text-wrap: balance;
}


/* ==========================================================
   ROUTE GRID
========================================================== */

.pondicherry-hotel-routes
.route-option-grid {

    display: grid;

    grid-template-columns: 1fr;

    gap: 20px;

    max-width: 1180px;

    margin-inline: auto;
}


/* ==========================================================
   PREMIUM ROUTE CARD
========================================================== */

.pondicherry-hotel-routes
.route-option {

    position: relative;

    display: flex;

    flex-direction: column;

    min-width: 0;
    min-height: 100%;

    padding: 30px 28px 27px;

    border: 1px solid rgba(31, 26, 23, 0.095);

    border-radius: 21px;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #fdfcf9 56%,
            #f8f6ef 100%
        );

    box-shadow:
        0 10px 28px rgba(31, 26, 23, 0.055),
        0 2px 5px rgba(31, 26, 23, 0.025);

    color: #1f1a17;

    text-decoration: none;

    overflow: hidden;

    transform: translateZ(0);

    transition:
        transform 260ms cubic-bezier(.2, .8, .2, 1),
        box-shadow 260ms ease,
        border-color 260ms ease,
        background 260ms ease;
}


/* ==========================================================
   GOLD TOP LINE
========================================================== */

.pondicherry-hotel-routes
.route-option::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            #fff500 0%,
            #fff500 38%,
            rgba(255, 245, 0, 0.16) 100%
        );

    transform-origin: left;

    transition:
        transform 260ms ease;
}


/* ==========================================================
   SOFT ROYAL GLOW
========================================================== */

.pondicherry-hotel-routes
.route-option::after {

    content: "";

    position: absolute;

    top: -105px;
    right: -105px;

    width: 220px;
    height: 220px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(255, 245, 0, 0.13) 0%,
            rgba(255, 245, 0, 0.045) 42%,
            transparent 72%
        );

    pointer-events: none;

    opacity: 0.62;

    transition:
        transform 350ms ease,
        opacity 350ms ease;
}


/* ==========================================================
   KEEP CONTENT ABOVE DECORATION
========================================================== */

.pondicherry-hotel-routes
.route-option > * {

    position: relative;

    z-index: 2;
}


/* ==========================================================
   ROUTE TITLE
========================================================== */

.pondicherry-hotel-routes
.route-option
h3 {

    margin: 0 0 13px;

    color: #1f1a17;

    font-family: "Poppins", sans-serif;

    font-size: 1.06rem;

    font-weight: 800;

    line-height: 1.45;

    letter-spacing: -0.018em;

    transition:
        color 200ms ease;
}


/* ==========================================================
   ROUTE DESCRIPTION
========================================================== */

.pondicherry-hotel-routes
.route-option
p {

    margin: 0;

    color: #6c665f;

    font-family: "Poppins", sans-serif;

    font-size: 0.90rem;

    line-height: 1.80;
}


/* ==========================================================
   CLICKABLE ROUTE CTA
========================================================== */

.pondicherry-hotel-routes
.route-option-link {

    display: inline-flex;

    align-items: center;

    width: fit-content;

    margin-top: auto;
    padding-top: 22px;

    color: #1f1a17;

    font-family: "Poppins", sans-serif;

    font-size: 0.75rem;

    font-weight: 800;

    line-height: 1.4;

    letter-spacing: 0.035em;

    transition:
        color 200ms ease,
        transform 200ms ease;
}


/* ==========================================================
   CTA GOLD BAR
========================================================== */

.pondicherry-hotel-routes
.route-option-link::before {

    content: "";

    width: 27px;
    height: 2px;

    margin-right: 10px;

    border-radius: 999px;

    background: #fff500;

    transition:
        width 220ms ease;
}


/* ==========================================================
   HOVER — DESKTOP
========================================================== */

@media (hover: hover) {

    .pondicherry-hotel-routes
    .route-option:hover {

        transform: translateY(-8px);

        border-color:
            rgba(255, 245, 0, 0.62);

        background:
            linear-gradient(
                145deg,
                #ffffff 0%,
                #fffefa 58%,
                #faf8ee 100%
            );

        box-shadow:
            0 24px 50px rgba(31, 26, 23, 0.11),
            0 5px 12px rgba(31, 26, 23, 0.045);
    }


    .pondicherry-hotel-routes
    .route-option:hover::before {

        transform: scaleX(0.72);
    }


    .pondicherry-hotel-routes
    .route-option:hover::after {

        transform: scale(1.25);

        opacity: 1;
    }


    .pondicherry-hotel-routes
    .route-option:hover
    h3 {

        color: #514c00;
    }


    .pondicherry-hotel-routes
    .route-option:hover
    .route-option-link {

        color: #514c00;

        transform: translateX(4px);
    }


    .pondicherry-hotel-routes
    .route-option:hover
    .route-option-link::before {

        width: 40px;
    }
}


/* ==========================================================
   KEYBOARD ACCESSIBILITY
========================================================== */

.pondicherry-hotel-routes
.route-option:focus-visible {

    outline: 3px solid rgba(255, 245, 0, 0.55);

    outline-offset: 5px;

    border-color: #fff500;
}


/* ==========================================================
   TABLET
========================================================== */

@media (min-width: 640px) {

    .pondicherry-hotel-routes
    .route-option-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 22px;
    }
}


/* ==========================================================
   DESKTOP
========================================================== */

@media (min-width: 960px) {

    .pondicherry-hotel-routes
    .route-option-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 24px;
    }


    .pondicherry-hotel-routes
    .route-option {

        padding: 33px 30px 28px;
    }
}


/* ==========================================================
   LARGE DESKTOP
========================================================== */

@media (min-width: 1200px) {

    .pondicherry-hotel-routes
    .route-option-grid {

        gap: 26px;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 639px) {

    .pondicherry-hotel-routes {

        padding-top: 70px;
        padding-bottom: 76px;
    }


    .pondicherry-hotel-routes
    .section-heading {

        margin-bottom: 38px;
    }


    .pondicherry-hotel-routes
    .route-option {

        padding: 27px 23px 24px;

        border-radius: 18px;
    }
}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .pondicherry-hotel-routes
    .route-option,
    .pondicherry-hotel-routes
    .route-option::before,
    .pondicherry-hotel-routes
    .route-option::after,
    .pondicherry-hotel-routes
    .route-option-link,
    .pondicherry-hotel-routes
    .route-option-link::before {

        transition: none;
    }
}



/* ==========================================================================
   MULTILINGUAL BOOKING ASSISTANCE
   Premium Royal • Mobile First
========================================================================== */

.multilingual-booking-section {
    position: relative;
    padding: 3.5rem 0;
}


.multilingual-booking-card {
    position: relative;
    overflow: hidden;
    padding: 2rem 1.25rem;
    border: 1px solid rgba(255, 245, 0, 0.28);
    border-radius: 1.25rem;
    background:
        linear-gradient(
            145deg,
            #1f1a17 0%,
            #151210 100%
        );
    box-shadow:
        0 1.5rem 3rem rgba(0, 0, 0, 0.18);
}


.multilingual-booking-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff500;
}


.multilingual-booking-heading {
    position: relative;
    max-width: 850px;
    margin: 0 auto 2rem;
    text-align: center;
}


.multilingual-booking-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 245, 0, 0.45);
    border-radius: 50%;
    background: rgba(255, 245, 0, 0.08);
    font-size: 1.45rem;
}


.multilingual-booking-heading .section-subtitle {
    margin-bottom: 0.6rem;
}


.multilingual-booking-heading h2 {
    margin-bottom: 0.85rem;
    color: #ffffff;
}


.multilingual-booking-intro {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
}


.multilingual-language-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}


.multilingual-language-card {
    min-height: 150px;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.045);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease;
}


.multilingual-language-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 245, 0, 0.45);
    background: rgba(255, 245, 0, 0.055);
}


.multilingual-language-name {
    display: block;
    margin-bottom: 0.65rem;
    color: #fff500;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}


.multilingual-language-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.94rem;
    line-height: 1.7;
}


.multilingual-booking-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 420px;
    margin: 2rem auto 0;
}


.multilingual-booking-actions .btn {
    width: 100%;
    text-align: center;
}


/* ==========================================================================
   TABLET
========================================================================== */

@media (min-width: 600px) {

    .multilingual-booking-card {
        padding: 2.5rem 2rem;
    }


    .multilingual-language-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    .multilingual-booking-actions {
        flex-direction: row;
        max-width: 520px;
    }


    .multilingual-booking-actions .btn {
        width: auto;
        flex: 1;
    }

}


/* ==========================================================================
   DESKTOP
========================================================================== */

@media (min-width: 900px) {

    .multilingual-booking-section {
        padding: 5rem 0;
    }


    .multilingual-booking-card {
        padding: 3rem;
        border-radius: 1.5rem;
    }


    .multilingual-language-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }


    .multilingual-language-card {
        min-height: 165px;
        padding: 1.5rem;
    }


    .multilingual-language-card p {
        font-size: 0.96rem;
    }

}


/* ==========================================================================
   REDUCED MOTION
========================================================================== */

@media (prefers-reduced-motion: reduce) {

    .multilingual-language-card {
        transition: none;
    }


    .multilingual-language-card:hover {
        transform: none;
    }

}


/* ==========================================================================
   SOUTH INDIA AIRPORT TRANSFER
   STATE DIRECTORY — PREMIUM ROYAL
   ========================================================================== */

.south-india-airport-transfer-states {
    position: relative;
    padding: 72px 0;
    background:
        radial-gradient(
            circle at 15% 10%,
            rgba(255, 245, 0, 0.08),
            transparent 34%
        ),
        radial-gradient(
            circle at 85% 90%,
            rgba(255, 245, 0, 0.05),
            transparent 32%
        ),
        #ffffff;
    overflow: hidden;
}


/* --------------------------------------------------------------------------
   Subtle Royal Background Detail
   -------------------------------------------------------------------------- */

.south-india-airport-transfer-states::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            135deg,
            transparent 0%,
            rgba(31, 26, 23, 0.025) 50%,
            transparent 100%
        );
}


/* --------------------------------------------------------------------------
   Section Container
   -------------------------------------------------------------------------- */

.south-india-airport-transfer-states .container {
    position: relative;
    z-index: 2;
}


/* --------------------------------------------------------------------------
   SECTION HEADING
   -------------------------------------------------------------------------- */

.south-india-airport-transfer-states .section-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}


.south-india-airport-transfer-states .section-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    padding: 7px 14px;

    background: #1f1a17;
    color: #fff500;

    border: 1px solid rgba(255, 245, 0, 0.45);
    border-radius: 999px;

    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}


.south-india-airport-transfer-states .section-subtitle::before,
.south-india-airport-transfer-states .section-subtitle::after {
    content: "";
    width: 5px;
    height: 5px;

    background: #fff500;
    border-radius: 50%;
}


.south-india-airport-transfer-states .section-heading h2 {
    margin: 0;

    color: #1f1a17;

    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
}


.south-india-airport-transfer-states .section-heading h2::after {
    content: "";
    display: block;

    width: 58px;
    height: 4px;

    margin: 18px auto 18px;

    background: #fff500;
    border-radius: 10px;
}


.south-india-airport-transfer-states .section-heading > p:last-child {
    max-width: 650px;
    margin: 0 auto;

    color: #625b56;

    font-size: 0.98rem;
    line-height: 1.75;
}


/* --------------------------------------------------------------------------
   STATE GRID
   -------------------------------------------------------------------------- */

.south-india-airport-transfer-states .service-feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}


/* --------------------------------------------------------------------------
   STATE CARD
   -------------------------------------------------------------------------- */

.south-india-airport-transfer-states .service-feature-card {
    position: relative;
    display: flex;
    flex-direction: column;

    min-height: 250px;
    padding: 27px 24px 24px;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #fffef2 100%
        );

    color: #1f1a17;
    text-decoration: none;

    border: 1px solid rgba(31, 26, 23, 0.10);
    border-radius: 18px;

    box-shadow:
        0 8px 24px rgba(31, 26, 23, 0.07);

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}


/* Royal top line */

.south-india-airport-transfer-states .service-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: #1f1a17;
}


/* Yellow royal glow */

.south-india-airport-transfer-states .service-feature-card::after {
    content: "";
    position: absolute;

    right: -55px;
    bottom: -55px;

    width: 150px;
    height: 150px;

    background: rgba(255, 245, 0, 0.13);
    border-radius: 50%;

    transition:
        transform 0.35s ease,
        background 0.35s ease;
}


/* --------------------------------------------------------------------------
   NUMBER
   -------------------------------------------------------------------------- */

.south-india-airport-transfer-states .service-feature-number {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 43px;
    height: 43px;

    margin-bottom: 24px;

    background: #1f1a17;
    color: #fff500;

    border-radius: 12px;

    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;

    box-shadow:
        0 6px 15px rgba(31, 26, 23, 0.18);
}


/* --------------------------------------------------------------------------
   STATE TITLE
   -------------------------------------------------------------------------- */

.south-india-airport-transfer-states .service-feature-card h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 10px;

    color: #1f1a17;

    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}


/* --------------------------------------------------------------------------
   DESCRIPTION
   -------------------------------------------------------------------------- */

.south-india-airport-transfer-states .service-feature-card p {
    position: relative;
    z-index: 2;

    margin: 0;

    color: #6b625d;

    font-size: 0.9rem;
    line-height: 1.65;
}


/* --------------------------------------------------------------------------
   EXPLORE LINK
   -------------------------------------------------------------------------- */

.south-india-airport-transfer-states .service-feature-link {
    position: relative;
    z-index: 3;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: auto;
    padding-top: 22px;

    color: #1f1a17;

    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-transform: uppercase;

    transition:
        color 0.25s ease,
        gap 0.25s ease;
}


.south-india-airport-transfer-states
.service-feature-link span {
    display: inline-flex;

    color: #1f1a17;

    font-size: 1.15rem;
    line-height: 1;

    transition:
        transform 0.25s ease;
}


/* --------------------------------------------------------------------------
   HOVER — DESKTOP
   -------------------------------------------------------------------------- */

@media (hover: hover) and (pointer: fine) {

    .south-india-airport-transfer-states
    .service-feature-card:hover {

        transform: translateY(-7px);

        border-color: rgba(255, 245, 0, 0.85);

        background:
            linear-gradient(
                145deg,
                #ffffff 0%,
                #fffde0 100%
            );

        box-shadow:
            0 18px 40px rgba(31, 26, 23, 0.13),
            0 0 0 1px rgba(255, 245, 0, 0.20);
    }


    .south-india-airport-transfer-states
    .service-feature-card:hover::before {
        background: #fff500;
    }


    .south-india-airport-transfer-states
    .service-feature-card:hover::after {
        transform: scale(1.45);
        background: rgba(255, 245, 0, 0.20);
    }


    .south-india-airport-transfer-states
    .service-feature-card:hover
    .service-feature-number {
        background: #fff500;
        color: #1f1a17;
    }


    .south-india-airport-transfer-states
    .service-feature-card:hover
    .service-feature-link {
        gap: 12px;
    }


    .south-india-airport-transfer-states
    .service-feature-card:hover
    .service-feature-link span {
        transform: translateX(4px);
    }
}


/* --------------------------------------------------------------------------
   TABLET
   -------------------------------------------------------------------------- */

@media (min-width: 600px) {

    .south-india-airport-transfer-states {
        padding: 88px 0;
    }


    .south-india-airport-transfer-states
    .service-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }


    .south-india-airport-transfer-states
    .service-feature-card {
        min-height: 270px;
        padding: 30px 27px 27px;
    }
}


/* --------------------------------------------------------------------------
   DESKTOP
   -------------------------------------------------------------------------- */

@media (min-width: 992px) {

    .south-india-airport-transfer-states {
        padding: 105px 0;
    }


    .south-india-airport-transfer-states
    .section-heading {
        margin-bottom: 52px;
    }


    .south-india-airport-transfer-states
    .service-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }


    .south-india-airport-transfer-states
    .service-feature-card {
        min-height: 285px;
        padding: 32px 30px 28px;
    }
}


/* --------------------------------------------------------------------------
   LARGE DESKTOP
   -------------------------------------------------------------------------- */

@media (min-width: 1200px) {

    .south-india-airport-transfer-states
    .service-feature-grid {
        gap: 26px;
    }


    .south-india-airport-transfer-states
    .service-feature-card {
        min-height: 300px;
    }
}


/* --------------------------------------------------------------------------
   ACCESSIBILITY
   -------------------------------------------------------------------------- */

.south-india-airport-transfer-states
.service-feature-card:focus-visible {
    outline: 3px solid #fff500;
    outline-offset: 4px;
}


/* --------------------------------------------------------------------------
   REDUCED MOTION
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    .south-india-airport-transfer-states
    .service-feature-card,
    .south-india-airport-transfer-states
    .service-feature-card::after,
    .south-india-airport-transfer-states
    .service-feature-link,
    .south-india-airport-transfer-states
    .service-feature-link span {
        transition: none;
    }
}


/* ==========================================================================
   DAY LIGHT TRAVELS INDIA
   AIRPORT TRANSFER SERVICES
   PREMIUM ROYAL CARD SYSTEM
   --------------------------------------------------------------------------
   Theme:
   - Royal Black      #1f1a17
   - Premium Yellow   #fff500
   - Pure White       #ffffff
   - Soft Neutral     #f7f7f5
   ========================================================================== */


/* ==========================================================================
   SECTION
   ========================================================================== */

.south-india-airport-transfer-services {
    position: relative;
    overflow: hidden;
    padding: 72px 0;
    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(255, 245, 0, 0.08),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 85%,
            rgba(255, 245, 0, 0.06),
            transparent 28%
        ),
        #f7f7f5;
}


/* Subtle premium background texture */

.south-india-airport-transfer-services::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            135deg,
            transparent 0%,
            rgba(31, 26, 23, 0.025) 50%,
            transparent 100%
        );
}


/* ==========================================================================
   CONTAINER
   ========================================================================== */

.south-india-airport-transfer-services .container {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}


/* ==========================================================================
   SECTION HEADING
   ========================================================================== */

.south-india-airport-transfer-services .section-heading {
    max-width: 850px;
    margin: 0 auto 46px;
    text-align: center;
}


/* Eyebrow */

.south-india-airport-transfer-services .section-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin: 0 0 14px;

    color: #1f1a17;

    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.2;

    letter-spacing: 0.16em;
    text-transform: uppercase;
}


/* Yellow decorative line */

.south-india-airport-transfer-services .section-subtitle::before,
.south-india-airport-transfer-services .section-subtitle::after {
    content: "";
    width: 28px;
    height: 2px;

    background: #fff500;
    box-shadow: 0 0 8px rgba(255, 245, 0, 0.45);
}


/* Main heading */

.south-india-airport-transfer-services .section-heading h2 {
    position: relative;

    margin: 0;

    color: #1f1a17;

    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.12;

    letter-spacing: -0.035em;
}


/* Heading underline */

.south-india-airport-transfer-services .section-heading h2::after {
    content: "";
    display: block;

    width: 64px;
    height: 4px;

    margin: 20px auto 0;

    background: #fff500;
    border-radius: 999px;

    box-shadow:
        0 3px 12px rgba(255, 245, 0, 0.35);
}


/* Description */

.south-india-airport-transfer-services .section-heading > p:last-child {
    max-width: 700px;

    margin: 20px auto 0;

    color: #66615d;

    font-size: 1rem;
    line-height: 1.75;
}


/* ==========================================================================
   SERVICE GRID
   ========================================================================== */

.south-india-airport-transfer-services .service-feature-grid {
    display: grid;

    grid-template-columns: 1fr;

    gap: 20px;
}


/* ==========================================================================
   PREMIUM SERVICE CARD
   ========================================================================== */

.south-india-airport-transfer-services .service-feature-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-height: 250px;

    padding: 30px 26px;

    overflow: hidden;

    color: #ffffff;

    text-decoration: none;

    background:
        linear-gradient(
            145deg,
            #29231f 0%,
            #1f1a17 52%,
            #15120f 100%
        );

    border: 1px solid rgba(255, 245, 0, 0.22);

    border-radius: 18px;

    box-shadow:
        0 14px 35px rgba(31, 26, 23, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);

    transition:
        transform 280ms ease,
        box-shadow 280ms ease,
        border-color 280ms ease;
}


/* Premium yellow corner accent */

.south-india-airport-transfer-services .service-feature-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 72px;
    height: 4px;

    background: #fff500;

    border-radius: 0 0 6px 0;

    box-shadow:
        0 0 14px rgba(255, 245, 0, 0.45);

    transition:
        width 280ms ease;
}


/* Decorative glow */

.south-india-airport-transfer-services .service-feature-card::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -90px;
    bottom: -100px;

    border-radius: 50%;

    background: rgba(255, 245, 0, 0.07);

    filter: blur(4px);

    pointer-events: none;

    transition:
        transform 350ms ease,
        background 350ms ease;
}


/* ==========================================================================
   CARD HOVER
   ========================================================================== */

@media (hover: hover) {

    .south-india-airport-transfer-services
    .service-feature-card:hover {

        transform: translateY(-8px);

        border-color: rgba(255, 245, 0, 0.65);

        box-shadow:
            0 22px 50px rgba(31, 26, 23, 0.22),
            0 0 0 1px rgba(255, 245, 0, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }


    .south-india-airport-transfer-services
    .service-feature-card:hover::before {
        width: 125px;
    }


    .south-india-airport-transfer-services
    .service-feature-card:hover::after {

        transform: scale(1.25);

        background: rgba(255, 245, 0, 0.11);
    }
}


/* ==========================================================================
   CARD TITLE
   ========================================================================== */

.south-india-airport-transfer-services .service-feature-card h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 14px;

    color: #ffffff;

    font-size: 1.25rem;
    font-weight: 750;
    line-height: 1.3;

    letter-spacing: -0.015em;
}


/* ==========================================================================
   CARD DESCRIPTION
   ========================================================================== */

.south-india-airport-transfer-services .service-feature-card p {
    position: relative;
    z-index: 2;

    margin: 0;

    max-width: 520px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 0.94rem;
    font-weight: 400;
    line-height: 1.72;
}


/* ==========================================================================
   SERVICE LINK
   ========================================================================== */

.south-india-airport-transfer-services .service-feature-link {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-top: auto;
    padding-top: 26px;

    color: #fff500;

    font-size: 0.78rem;
    font-weight: 800;

    letter-spacing: 0.06em;
    text-transform: uppercase;
}


/* Arrow */

.south-india-airport-transfer-services
.service-feature-link span {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 27px;
    height: 27px;

    color: #1f1a17;

    font-size: 0.95rem;
    font-weight: 900;

    background: #fff500;

    border-radius: 50%;

    transition:
        transform 250ms ease,
        box-shadow 250ms ease;
}


@media (hover: hover) {

    .south-india-airport-transfer-services
    .service-feature-card:hover
    .service-feature-link span {

        transform: translateX(5px);

        box-shadow:
            0 5px 16px rgba(255, 245, 0, 0.28);
    }
}


/* ==========================================================================
   FOCUS ACCESSIBILITY
   ========================================================================== */

.south-india-airport-transfer-services
.service-feature-card:focus-visible {

    outline: 3px solid #fff500;
    outline-offset: 4px;
}


/* ==========================================================================
   TABLET
   ========================================================================== */

@media (min-width: 640px) {

    .south-india-airport-transfer-services {
        padding: 88px 0;
    }


    .south-india-airport-transfer-services
    .container {
        width: min(1180px, calc(100% - 48px));
    }


    .south-india-airport-transfer-services
    .service-feature-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 22px;
    }


    .south-india-airport-transfer-services
    .service-feature-card {

        min-height: 270px;

        padding: 32px 30px;
    }
}


/* ==========================================================================
   DESKTOP
   ========================================================================== */

@media (min-width: 960px) {

    .south-india-airport-transfer-services {
        padding: 105px 0;
    }


    .south-india-airport-transfer-services
    .service-feature-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 24px;
    }


    .south-india-airport-transfer-services
    .service-feature-card {

        min-height: 285px;

        padding: 34px 32px;
    }


    .south-india-airport-transfer-services
    .service-feature-card h3 {

        font-size: 1.3rem;
    }
}


/* ==========================================================================
   LARGE DESKTOP
   ========================================================================== */

@media (min-width: 1200px) {

    .south-india-airport-transfer-services
    .service-feature-grid {

        gap: 26px;
    }


    .south-india-airport-transfer-services
    .service-feature-card {

        min-height: 300px;

        padding: 38px 34px;

        border-radius: 20px;
    }
}


/* ==========================================================================
   REDUCED MOTION
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {

    .south-india-airport-transfer-services
    .service-feature-card,
    .south-india-airport-transfer-services
    .service-feature-card::before,
    .south-india-airport-transfer-services
    .service-feature-card::after,
    .south-india-airport-transfer-services
    .service-feature-link span {

        transition: none;
    }
}

/* ==========================================================================
   DAY LIGHT TRAVELS INDIA
   PROJECT NAVIGATION
   PREMIUM ROYAL JOURNEY SYSTEM
   ========================================================================== */

.south-india-airport-transfer-navigation {
    position: relative;
    overflow: hidden;

    padding: 76px 0;

    background:
        radial-gradient(
            circle at 8% 10%,
            rgba(255, 245, 0, 0.075),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 90%,
            rgba(255, 245, 0, 0.055),
            transparent 30%
        ),
        #f7f7f5;
}


/* ==========================================================================
   BACKGROUND DECORATION
   ========================================================================== */

.south-india-airport-transfer-navigation::before {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            120deg,
            transparent 0%,
            rgba(31, 26, 23, 0.025) 50%,
            transparent 100%
        );
}


/* ==========================================================================
   CONTAINER
   ========================================================================== */

.south-india-airport-transfer-navigation .container {
    position: relative;
    z-index: 2;

    width: min(1180px, calc(100% - 32px));

    margin-inline: auto;
}


/* ==========================================================================
   SECTION HEADING
   ========================================================================== */

.south-india-airport-transfer-navigation .section-heading {
    max-width: 850px;

    margin: 0 auto 48px;

    text-align: center;
}


/* Subtitle */

.south-india-airport-transfer-navigation .section-subtitle {
    display: inline-flex;

    align-items: center;
    justify-content: center;
    gap: 10px;

    margin: 0 0 14px;

    color: #1f1a17;

    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.2;

    letter-spacing: 0.16em;
    text-transform: uppercase;
}


/* Subtitle royal lines */

.south-india-airport-transfer-navigation
.section-subtitle::before,
.south-india-airport-transfer-navigation
.section-subtitle::after {

    content: "";

    width: 28px;
    height: 2px;

    background: #fff500;

    border-radius: 999px;

    box-shadow:
        0 0 9px rgba(255, 245, 0, 0.45);
}


/* Main heading */

.south-india-airport-transfer-navigation
.section-heading h2 {

    margin: 0;

    color: #1f1a17;

    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 800;

    line-height: 1.12;
    letter-spacing: -0.035em;
}


/* Heading underline */

.south-india-airport-transfer-navigation
.section-heading h2::after {

    content: "";

    display: block;

    width: 66px;
    height: 4px;

    margin: 20px auto 0;

    background: #fff500;

    border-radius: 999px;

    box-shadow:
        0 3px 12px rgba(255, 245, 0, 0.35);
}


/* Heading paragraph */

.south-india-airport-transfer-navigation
.section-heading > p:last-child {

    max-width: 720px;

    margin: 20px auto 0;

    color: #66615d;

    font-size: 0.98rem;
    line-height: 1.75;
}


/* ==========================================================================
   NAVIGATION GRID
   ========================================================================== */

.south-india-airport-transfer-navigation
.route-feature-grid {

    display: grid;

    grid-template-columns: 1fr;

    gap: 18px;
}


/* ==========================================================================
   ROYAL NAVIGATION CARD
   ========================================================================== */

.south-india-airport-transfer-navigation
.route-feature-card {

    position: relative;

    min-height: 220px;

    padding: 30px 26px;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #29231f 0%,
            #1f1a17 55%,
            #14110e 100%
        );

    border: 1px solid rgba(255, 245, 0, 0.20);

    border-radius: 18px;

    box-shadow:
        0 14px 35px rgba(31, 26, 23, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);

    transition:
        transform 280ms ease,
        border-color 280ms ease,
        box-shadow 280ms ease;
}


/* ==========================================================================
   NUMBER / STEP INDICATOR
   ========================================================================== */

.south-india-airport-transfer-navigation
.route-feature-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 70px;
    height: 4px;

    background: #fff500;

    border-radius: 0 0 6px 0;

    box-shadow:
        0 0 14px rgba(255, 245, 0, 0.42);

    transition:
        width 280ms ease;
}


/* Decorative royal circle */

.south-india-airport-transfer-navigation
.route-feature-card::after {

    content: "";

    position: absolute;

    right: -70px;
    bottom: -75px;

    width: 170px;
    height: 170px;

    border: 1px solid rgba(255, 245, 0, 0.10);

    border-radius: 50%;

    box-shadow:
        0 0 0 18px rgba(255, 245, 0, 0.025),
        0 0 0 36px rgba(255, 245, 0, 0.018);

    pointer-events: none;

    transition:
        transform 350ms ease,
        border-color 350ms ease;
}


/* ==========================================================================
   STEP LABEL
   ========================================================================== */

.south-india-airport-transfer-navigation
.route-feature-card h3 {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;
    gap: 12px;

    margin: 0 0 18px;

    color: #ffffff;

    font-size: 1.24rem;
    font-weight: 800;

    line-height: 1.3;
}


/* Premium number before title */

.south-india-airport-transfer-navigation
.route-feature-card h3::before {

    content: counter(route-step, decimal-leading-zero);

    display: inline-flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    width: 39px;
    height: 39px;

    color: #1f1a17;

    font-size: 0.72rem;
    font-weight: 900;

    letter-spacing: 0.04em;

    background: #fff500;

    border-radius: 10px;

    box-shadow:
        0 5px 15px rgba(255, 245, 0, 0.16);
}


/* Counter */

.south-india-airport-transfer-navigation
.route-feature-card {

    counter-increment: route-step;
}


/* Reset counter */

.south-india-airport-transfer-navigation
.route-feature-grid {

    counter-reset: route-step;
}


/* ==========================================================================
   DESCRIPTION
   ========================================================================== */

.south-india-airport-transfer-navigation
.route-feature-card p {

    position: relative;

    z-index: 2;

    margin: 0;

    max-width: 500px;

    color: rgba(255, 255, 255, 0.70);

    font-size: 0.93rem;

    line-height: 1.72;
}


/* ==========================================================================
   HOVER
   ========================================================================== */

@media (hover: hover) {

    .south-india-airport-transfer-navigation
    .route-feature-card:hover {

        transform: translateY(-7px);

        border-color:
            rgba(255, 245, 0, 0.58);

        box-shadow:
            0 22px 48px rgba(31, 26, 23, 0.22),
            0 0 0 1px rgba(255, 245, 0, 0.07),
            inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }


    .south-india-airport-transfer-navigation
    .route-feature-card:hover::before {

        width: 120px;
    }


    .south-india-airport-transfer-navigation
    .route-feature-card:hover::after {

        transform: scale(1.12);

        border-color:
            rgba(255, 245, 0, 0.18);
    }


    .south-india-airport-transfer-navigation
    .route-feature-card:hover h3::before {

        box-shadow:
            0 7px 20px rgba(255, 245, 0, 0.30);
    }
}


/* ==========================================================================
   TABLET
   ========================================================================== */

@media (min-width: 640px) {

    .south-india-airport-transfer-navigation {

        padding: 88px 0;
    }


    .south-india-airport-transfer-navigation
    .container {

        width: min(1180px, calc(100% - 48px));
    }


    .south-india-airport-transfer-navigation
    .route-feature-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 22px;
    }


    .south-india-airport-transfer-navigation
    .route-feature-card {

        min-height: 240px;

        padding: 32px 30px;
    }
}


/* ==========================================================================
   DESKTOP
   ========================================================================== */

@media (min-width: 960px) {

    .south-india-airport-transfer-navigation {

        padding: 105px 0;
    }


    .south-india-airport-transfer-navigation
    .route-feature-grid {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 24px;
    }


    .south-india-airport-transfer-navigation
    .route-feature-card {

        min-height: 260px;

        padding: 34px 32px;
    }
}


/* ==========================================================================
   LARGE DESKTOP
   ========================================================================== */

@media (min-width: 1200px) {

    .south-india-airport-transfer-navigation
    .route-feature-grid {

        gap: 26px;
    }


    .south-india-airport-transfer-navigation
    .route-feature-card {

        min-height: 275px;

        padding: 36px 34px;

        border-radius: 20px;
    }
}


/* ==========================================================================
   FOCUS / ACCESSIBILITY
   ========================================================================== */

.south-india-airport-transfer-navigation
.route-feature-card:focus-visible {

    outline: 3px solid #fff500;
    outline-offset: 4px;
}


/* ==========================================================================
   REDUCED MOTION
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {

    .south-india-airport-transfer-navigation
    .route-feature-card,
    .south-india-airport-transfer-navigation
    .route-feature-card::before,
    .south-india-airport-transfer-navigation
    .route-feature-card::after {

        transition: none;
    }
}


/* ==========================================================================
   DAY LIGHT TRAVELS INDIA
   SOUTH INDIA AIRPORT TRANSFER
   PREMIUM ROYAL SEO CONTENT
   ========================================================================== */

.south-india-airport-transfer-seo {
    position: relative;
    overflow: hidden;

    padding: 78px 0;

    background:
        linear-gradient(
            180deg,
            #1f1a17 0%,
            #211c18 50%,
            #171310 100%
        );

    color: #ffffff;
}


/* ==========================================================================
   PREMIUM BACKGROUND
   ========================================================================== */

.south-india-airport-transfer-seo::before {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(255, 245, 0, 0.075),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 88%,
            rgba(255, 245, 0, 0.055),
            transparent 30%
        );
}


.south-india-airport-transfer-seo::after {
    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: min(900px, 80%);
    height: 1px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 245, 0, 0.55),
            transparent
        );
}


/* ==========================================================================
   CONTAINER
   ========================================================================== */

.south-india-airport-transfer-seo .container {
    position: relative;
    z-index: 2;

    width: min(1080px, calc(100% - 32px));

    margin-inline: auto;
}


/* ==========================================================================
   SECTION HEADING
   ========================================================================== */

.south-india-airport-transfer-seo
.section-heading {

    max-width: 900px;

    margin: 0 auto 46px;

    text-align: center;
}


/* Subtitle */

.south-india-airport-transfer-seo
.section-subtitle {

    display: inline-flex;

    align-items: center;
    justify-content: center;
    gap: 11px;

    margin: 0 0 15px;

    color: #fff500;

    font-size: 0.74rem;
    font-weight: 800;

    line-height: 1.2;

    letter-spacing: 0.17em;

    text-transform: uppercase;
}


/* Subtitle lines */

.south-india-airport-transfer-seo
.section-subtitle::before,
.south-india-airport-transfer-seo
.section-subtitle::after {

    content: "";

    width: 30px;
    height: 2px;

    background: #fff500;

    border-radius: 999px;

    box-shadow:
        0 0 10px rgba(255, 245, 0, 0.45);
}


/* Main heading */

.south-india-airport-transfer-seo
.section-heading h2 {

    margin: 0;

    color: #ffffff;

    font-size: clamp(1.9rem, 4vw, 3rem);

    font-weight: 800;

    line-height: 1.13;

    letter-spacing: -0.035em;
}


/* Royal heading underline */

.south-india-airport-transfer-seo
.section-heading h2::after {

    content: "";

    display: block;

    width: 68px;
    height: 4px;

    margin: 21px auto 0;

    background: #fff500;

    border-radius: 999px;

    box-shadow:
        0 0 14px rgba(255, 245, 0, 0.32);
}


/* ==========================================================================
   SEO CONTENT BODY
   ========================================================================== */

.south-india-airport-transfer-seo
.route-seo-content-body {

    position: relative;

    max-width: 900px;

    margin: 0 auto;

    padding: 38px 30px 40px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.025)
        );

    border: 1px solid rgba(255, 245, 0, 0.18);

    border-radius: 20px;

    box-shadow:
        0 22px 55px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
}


/* ==========================================================================
   TOP ROYAL ACCENT
   ========================================================================== */

.south-india-airport-transfer-seo
.route-seo-content-body::before {

    content: "";

    position: absolute;

    top: 0;
    left: 30px;
    right: 30px;

    height: 3px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #fff500 20%,
            #fff500 80%,
            transparent
        );

    border-radius: 0 0 8px 8px;

    box-shadow:
        0 0 16px rgba(255, 245, 0, 0.22);
}


/* ==========================================================================
   INTRO / NORMAL PARAGRAPHS
   ========================================================================== */

.south-india-airport-transfer-seo
.route-seo-content-body p {

    margin: 0 0 25px;

    color: rgba(255, 255, 255, 0.74);

    font-size: 0.98rem;

    line-height: 1.85;
}


/* First paragraph emphasis */

.south-india-airport-transfer-seo
.route-seo-content-body > p:first-child {

    padding-bottom: 28px;

    margin-bottom: 32px;

    color: rgba(255, 255, 255, 0.86);

    font-size: 1.02rem;

    border-bottom: 1px solid
        rgba(255, 245, 0, 0.14);
}


/* ==========================================================================
   SEO SUB HEADINGS
   ========================================================================== */

.south-india-airport-transfer-seo
.route-seo-content-body h3 {

    position: relative;

    margin: 34px 0 12px;

    padding-left: 18px;

    color: #ffffff;

    font-size: 1.18rem;

    font-weight: 800;

    line-height: 1.4;

    letter-spacing: -0.015em;
}


/* Yellow heading marker */

.south-india-airport-transfer-seo
.route-seo-content-body h3::before {

    content: "";

    position: absolute;

    top: 0.2em;
    left: 0;

    width: 4px;
    height: 1.05em;

    background: #fff500;

    border-radius: 999px;

    box-shadow:
        0 0 10px rgba(255, 245, 0, 0.30);
}


/* Heading hover accent */

.south-india-airport-transfer-seo
.route-seo-content-body h3::after {

    content: "";

    display: block;

    width: 34px;
    height: 2px;

    margin-top: 9px;

    background: rgba(255, 245, 0, 0.55);

    border-radius: 999px;
}


/* ==========================================================================
   LAST PARAGRAPH
   ========================================================================== */

.south-india-airport-transfer-seo
.route-seo-content-body h3:last-of-type {

    margin-top: 38px;
}


/* ==========================================================================
   PREMIUM READING RHYTHM
   ========================================================================== */

.south-india-airport-transfer-seo
.route-seo-content-body h3 + p {

    margin-bottom: 28px;
}


/* ==========================================================================
   TABLET
   ========================================================================== */

@media (min-width: 640px) {

    .south-india-airport-transfer-seo {

        padding: 92px 0;
    }


    .south-india-airport-transfer-seo
    .container {

        width: min(1080px, calc(100% - 48px));
    }


    .south-india-airport-transfer-seo
    .route-seo-content-body {

        padding: 44px 42px 48px;

        border-radius: 22px;
    }


    .south-india-airport-transfer-seo
    .route-seo-content-body::before {

        left: 42px;
        right: 42px;
    }


    .south-india-airport-transfer-seo
    .route-seo-content-body p {

        font-size: 1rem;
    }
}


/* ==========================================================================
   DESKTOP
   ========================================================================== */

@media (min-width: 960px) {

    .south-india-airport-transfer-seo {

        padding: 110px 0;
    }


    .south-india-airport-transfer-seo
    .section-heading {

        margin-bottom: 55px;
    }


    .south-india-airport-transfer-seo
    .route-seo-content-body {

        padding: 52px 58px 56px;

        border-radius: 24px;

        box-shadow:
            0 28px 70px rgba(0, 0, 0, 0.26),
            inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }


    .south-india-airport-transfer-seo
    .route-seo-content-body::before {

        left: 58px;
        right: 58px;
    }


    .south-india-airport-transfer-seo
    .route-seo-content-body h3 {

        font-size: 1.24rem;
    }


    .south-india-airport-transfer-seo
    .route-seo-content-body p {

        font-size: 1rem;

        line-height: 1.9;
    }
}


/* ==========================================================================
   LARGE DESKTOP
   ========================================================================== */

@media (min-width: 1200px) {

    .south-india-airport-transfer-seo
    .route-seo-content-body {

        padding: 58px 68px 62px;
    }


    .south-india-airport-transfer-seo
    .route-seo-content-body::before {

        left: 68px;
        right: 68px;
    }
}


/* ==========================================================================
   ACCESSIBILITY
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {

    .south-india-airport-transfer-seo *,
    .south-india-airport-transfer-seo *::before,
    .south-india-airport-transfer-seo *::after {

        scroll-behavior: auto;
    }
}


/* ============================================================================
   CURRENT LOCATION
   Premium Royal • Mobile First • Accessible • Responsive
============================================================================ */

.current-location-section {
    width: 100%;
    padding: 3.5rem 0;
    background: #ffffff;
}

.current-location-section .section-heading {
    max-width: 900px;
    margin: 0 auto 2rem;
    text-align: center;
}

.current-location-section .section-subtitle {
    margin: 0 0 0.6rem;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1f1a17;
}

.current-location-section .section-heading h2 {
    margin: 0;
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.2;
    color: #1f1a17;
}

.current-location-section .section-heading p:last-child {
    max-width: 760px;
    margin: 1rem auto 0;
    font-size: 0.98rem;
    line-height: 1.75;
    color: #5f5a56;
}


/* ============================================================================
   CURRENT LOCATION NAVIGATION
============================================================================ */

.current-location-navigation {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}


/* ============================================================================
   LOCATION LIST
============================================================================ */

.current-location-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;
}


/* ============================================================================
   LOCATION ITEM
============================================================================ */

.current-location-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;

    min-width: 0;
    padding: 0.9rem 1rem;

    border: 1px solid rgba(31, 26, 23, 0.12);
    border-radius: 12px;

    background: #ffffff;

    box-shadow:
        0 4px 18px rgba(31, 26, 23, 0.06);

    text-align: center;
}


/* ============================================================================
   LOCATION LINKS
============================================================================ */

.current-location-item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 0;

    color: #1f1a17;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.4;

    text-decoration: none;

    transition:
        color 180ms ease,
        background-color 180ms ease;
}


.current-location-item a:hover {
    color: #1f1a17;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}


.current-location-item a:focus-visible {
    outline: 3px solid #fff500;
    outline-offset: 4px;
    border-radius: 4px;
}


/* ============================================================================
   SEPARATOR
============================================================================ */

.current-location-separator {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 24px;
    height: 24px;

    font-size: 1rem;
    font-weight: 800;
    color: #1f1a17;
}


/* ============================================================================
   CURRENT PAGE
============================================================================ */

.current-location-item.current-location-current {
    position: relative;

    border-color: #1f1a17;

    background: #1f1a17;

    box-shadow:
        0 8px 24px rgba(31, 26, 23, 0.14);
}


.current-location-item.current-location-current span {
    color: #fff500;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.4;
}


/* ============================================================================
   CURRENT PAGE INDICATOR
============================================================================ */

.current-location-item.current-location-current::before {
    content: "";

    width: 7px;
    height: 7px;

    flex: 0 0 7px;

    border-radius: 50%;

    background: #fff500;
}


/* ============================================================================
   TABLET
============================================================================ */

@media (min-width: 640px) {

    .current-location-section {
        padding: 4.5rem 0;
    }


    .current-location-list {
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        gap: 0;
    }


    .current-location-item {
        flex: 0 1 auto;

        min-height: 58px;

        padding: 0.85rem 1.15rem;

        border-radius: 0;
        box-shadow: none;
    }


    .current-location-item:first-child {
        border-radius: 12px 0 0 12px;
    }


    .current-location-item:last-child {
        border-radius: 0 12px 12px 0;
    }


    .current-location-separator {
        margin-left: 0.25rem;
    }


    .current-location-item.current-location-current {
        z-index: 2;
    }

}


/* ============================================================================
   DESKTOP
============================================================================ */

@media (min-width: 992px) {

    .current-location-section {
        padding: 5rem 0;
    }


    .current-location-section .section-heading {
        margin-bottom: 2.5rem;
    }


    .current-location-item {
        min-height: 62px;
        padding: 0.9rem 1.4rem;
    }


    .current-location-item a,
    .current-location-item.current-location-current span {
        font-size: 0.95rem;
    }


    .current-location-item:hover:not(.current-location-current) {
        background: #fafafa;
    }

}


/* ============================================================================
   LARGE DESKTOP
============================================================================ */

@media (min-width: 1200px) {

    .current-location-section {
        padding: 5.5rem 0;
    }


    .current-location-navigation {
        max-width: 1150px;
    }


    .current-location-item {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

}


/* ============================================================================
   REDUCED MOTION
============================================================================ */

@media (prefers-reduced-motion: reduce) {

    .current-location-item a {
        transition: none;
    }

}

/* ==========================================================
   DAY LIGHT TRAVELS BRAND
========================================================== */

.day-light-travel-brand {
    display: inline-flex;
    align-items: center;
    gap: 4px;

    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.5px;
}

.day-light-travel-brand span {
    display: inline-flex;
    align-items: center;

    padding: 4px 10px;
    border-radius: 6px;

    white-space: nowrap;
}

.brand-day {
    color: #fff500;
    background: #1f1a17;
}

.brand-light {
    color: #1f1a17;
    background: #fff500;
}

.brand-travels {
    color: #fff500;
    background: #1f1a17;
}



/* =========================================================
   CHENNAI → PONDICHERRY
   SINGLE ROUTE HIGHLIGHT BOX
   ROYAL PREMIUM DESIGN
========================================================= */

.route-highlight-section {
    padding: 45px 20px;
    background: #ffffff;
}

.route-highlight-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.route-highlight-box {
    position: relative;
    display: block;
    overflow: hidden;

    padding: 38px 42px;

    background:
        linear-gradient(
            135deg,
            #1f1a17 0%,
            #2b241d 50%,
            #111111 100%
        );

    border: 2px solid rgba(255, 245, 0, 0.45);
    border-left: 5px solid #fff500;
    border-radius: 10px;

    color: #ffffff;
    text-decoration: none;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.18);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.route-highlight-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;

    width: 180px;
    height: 180px;

    background: rgba(255, 245, 0, 0.05);
    border-radius: 50%;

    transform: translate(35%, -35%);
    pointer-events: none;
}

.route-highlight-content {
    position: relative;
    z-index: 1;
}

.route-highlight-label {
    display: block;

    margin-bottom: 8px;

    color: #fff500;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.route-highlight-box h2 {
    margin: 0 0 14px;

    color: #ffffff;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
}

.route-highlight-box p {
    max-width: 900px;
    margin: 0 0 22px;

    color: #eeeeee;
    font-size: 15px;
    line-height: 1.8;
}

.route-highlight-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: #fff500;
    font-size: 15px;
    font-weight: 700;
}

.route-highlight-action span {
    font-size: 20px;
    transition: transform 0.25s ease;
}


/* =========================================================
   HOVER
========================================================= */

.route-highlight-box:hover {
    transform: translateY(-4px);

    border-color: #fff500;

    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.25);
}

.route-highlight-box:hover
.route-highlight-action span {
    transform: translateX(5px);
}


/* =========================================================
   KEYBOARD ACCESSIBILITY
========================================================= */

.route-highlight-box:focus-visible {
    outline: 3px solid #fff500;
    outline-offset: 4px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .route-highlight-section {
        padding: 35px 15px;
    }

    .route-highlight-box {
        padding: 28px 22px;
        border-left-width: 4px;
    }

    .route-highlight-box h2 {
        font-size: 23px;
    }

    .route-highlight-box p {
        font-size: 14px;
        line-height: 1.7;
    }

    .route-highlight-action {
        font-size: 14px;
    }

}


/* ==========================================================
   END OF COMMON PAGE CSS

   DAY LIGHT TRAVELS INDIA
   PREMIUM ROYAL PRODUCTION VERSION
========================================================== */