/* =========================================================
   LEISURE TRAVELS INDIA
   JAIPUR TAXI SERVICE PAGE
   PREMIUM BLACK + GOLD THEME
   RESPONSIVE CSS
   ========================================================= */


/* =========================================================
   PAGE VARIABLES
   ========================================================= */

:root {

    --jaipur-black: #000000;
    --jaipur-dark: #050505;
    --jaipur-card: #0b0b0b;
    --jaipur-card-2: #101010;

    --jaipur-gold: #D4AF37;
    --jaipur-gold-light: #e5c45a;

    --jaipur-white: #ffffff;
    --jaipur-text: #dddddd;
    --jaipur-muted: #a7a7a7;

    --jaipur-border: rgba(212, 175, 55, 0.22);

    --jaipur-container: 1240px;

    --jaipur-radius: 12px;

}


/* =========================================================
   BASIC RESET
   ========================================================= */

.jaipur-hero,
.jaipur-hero *,
.jaipur-intro,
.jaipur-intro *,
.jaipur-services,
.jaipur-services *,
.transfer-section,
.transfer-section *,
.oneway-section,
.oneway-section *,
.outstation-section,
.outstation-section *,
.jaipur-fleet,
.jaipur-fleet *,
.tour-types,
.tour-types *,
.jaipur-attractions,
.jaipur-attractions *,
.why-jaipur,
.why-jaipur *,
.jaipur-service-area,
.jaipur-service-area *,
.city-crosslink,
.city-crosslink *,
.jaipur-faq,
.jaipur-faq *,
.jaipur-seo-content,
.jaipur-seo-content *,
.jaipur-final-cta,
.jaipur-final-cta *,
.jaipur-footer-links,
.jaipur-footer-links * {

    box-sizing: border-box;

}


/* =========================================================
   PAGE BODY
   ========================================================= */

body {

    margin: 0;

    background: var(--jaipur-black);

    color: var(--jaipur-white);

    font-family:
        "Poppins",
        Arial,
        Helvetica,
        sans-serif;

}


/* =========================================================
   CONTAINER
   ========================================================= */

.jaipur-hero .container,
.section .container,
.jaipur-mid-cta .container,
.jaipur-footer-links .container {

    width: 100%;

    max-width: var(--jaipur-container);

    margin: 0 auto;

    padding-left: 24px;
    padding-right: 24px;

}


/* =========================================================
   COMMON SECTION
   ========================================================= */

.section {

    width: 100%;

    padding-top: 90px;
    padding-bottom: 90px;

    background: var(--jaipur-black);

}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.section-heading {

    max-width: 850px;

    margin: 0 auto 55px;

    text-align: center;

}


.section-heading > span {

    display: inline-block;

    margin-bottom: 12px;

    color: var(--jaipur-gold);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2.5px;

    text-transform: uppercase;

}


.section-heading h2 {

    margin: 0 0 16px;

    color: var(--jaipur-white);

    font-size: 38px;

    font-weight: 800;

    line-height: 1.15;

}


.section-heading p {

    margin: 0 auto;

    max-width: 720px;

    color: var(--jaipur-muted);

    font-size: 16px;

    line-height: 1.8;

}


/* =========================================================
   HERO
   ========================================================= */

.jaipur-hero {

    position: relative;

    min-height: 680px;

    display: flex;

    align-items: center;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.90) 0%,
            rgba(0,0,0,0.68) 45%,
            rgba(0,0,0,0.30) 100%
        ),
        url("../images/jaipur-taxi-service.jpg")
        center center / cover no-repeat;

    overflow: hidden;

}


/* HERO OVERLAY */

.jaipur-hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.10),
            rgba(0,0,0,0.55)
        );

    pointer-events: none;

}


/* HERO CONTENT */

.jaipur-hero-content {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1240px;

    margin: 0 auto;

    padding:
        100px 24px
        90px;

}


/* HERO BADGE */

.hero-badge {

    display: inline-flex;

    align-items: center;

    padding: 9px 15px;

    margin-bottom: 20px;

    background:
        rgba(212,175,55,0.10);

    border:
        1px solid
        rgba(212,175,55,0.45);

    border-radius: 50px;

    color: var(--jaipur-gold-light);

    font-size: 13px;

    font-weight: 600;

}


/* HERO H1 */

.jaipur-hero h1 {

    max-width: 800px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(42px, 5vw, 70px);

    font-weight: 800;

    line-height: 1.05;

    letter-spacing: -1.5px;

}


.jaipur-hero h1 span {

    display: block;

    margin-top: 14px;

    color: var(--jaipur-gold);

    font-size: clamp(20px, 2.4vw, 32px);

    font-weight: 600;

    line-height: 1.25;

    letter-spacing: 0;

}


/* HERO DESCRIPTION */

.hero-description {

    max-width: 720px;

    margin: 25px 0 0;

    color: #dddddd;

    font-size: 17px;

    line-height: 1.8;

}


.hero-description strong {

    color: #ffffff;

}


/* HERO TRUST */

.hero-trust {

    display: flex;

    flex-wrap: wrap;

    gap: 10px 22px;

    margin-top: 26px;

}


.hero-trust span {

    color: #eeeeee;

    font-size: 14px;

    font-weight: 500;

}


/* HERO BUTTONS */

.hero-buttons {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 32px;

}


.hero-call,
.hero-whatsapp {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 48px;

    padding: 0 24px;

    border-radius: 7px;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;

}


.hero-call {

    background: var(--jaipur-gold);

    color: #000000;

}


.hero-whatsapp {

    background: rgba(0,0,0,0.55);

    color: #ffffff;

    border:
        1px solid
        rgba(255,255,255,0.35);

}


.hero-call:hover,
.hero-whatsapp:hover {

    transform: translateY(-2px);

}


.hero-call:hover {

    background: #ffffff;

}


.hero-whatsapp:hover {

    border-color: var(--jaipur-gold);

    color: var(--jaipur-gold);

}


/* =========================================================
   INTRO
   ========================================================= */

.jaipur-intro {

    background:
        linear-gradient(
            180deg,
            #000000,
            #080808
        );

}


.intro-content {

    max-width: 930px;

    margin: 0 auto;

}


.intro-content p {

    margin: 0 0 18px;

    color: var(--jaipur-text);

    font-size: 16px;

    line-height: 1.9;

}


.intro-content p:last-child {

    margin-bottom: 0;

}


.intro-content strong {

    color: var(--jaipur-gold-light);

}


/* =========================================================
   SERVICE GRID
   ========================================================= */

.service-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 22px;

}


.service-card {

    position: relative;

    padding: 30px;

    background:
        linear-gradient(
            145deg,
            #111111,
            #070707
        );

    border:
        1px solid
        var(--jaipur-border);

    border-radius: var(--jaipur-radius);

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;

}


.service-card:hover {

    transform: translateY(-5px);

    border-color:
        rgba(212,175,55,0.65);

    box-shadow:
        0 18px 45px
        rgba(0,0,0,0.45);

}


.service-icon {

    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    background:
        rgba(212,175,55,0.10);

    border:
        1px solid
        rgba(212,175,55,0.30);

    border-radius: 10px;

    font-size: 23px;

}


.service-card h3 {

    margin: 0 0 13px;

    color: #ffffff;

    font-size: 20px;

    line-height: 1.3;

}


.service-card p {

    min-height: 100px;

    margin: 0 0 18px;

    color: var(--jaipur-muted);

    font-size: 14px;

    line-height: 1.75;

}


.service-card a {

    color: var(--jaipur-gold);

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

}


/* =========================================================
   SIGHTSEEING
   ========================================================= */

.jaipur-sightseeing {

    background: #070707;

}


.sightseeing-content {

    display: grid;

    grid-template-columns:
        minmax(0, 0.9fr)
        minmax(0, 1.1fr);

    gap: 55px;

    align-items: start;

}


.sightseeing-text h3 {

    margin: 0 0 18px;

    color: #ffffff;

    font-size: 28px;

}


.sightseeing-text p {

    margin: 0 0 18px;

    color: var(--jaipur-text);

    font-size: 15px;

    line-height: 1.85;

}


.sightseeing-text strong {

    color: var(--jaipur-gold-light);

}


/* PLACES */

.sightseeing-places {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 14px;

}


.place-item {

    display: flex;

    gap: 14px;

    padding: 18px;

    background: #0d0d0d;

    border:
        1px solid
        rgba(255,255,255,0.08);

    border-radius: 9px;

}


.place-item > span {

    color: var(--jaipur-gold);

    font-size: 13px;

    font-weight: 800;

}


.place-item h4 {

    margin: 0 0 6px;

    color: #ffffff;

    font-size: 16px;

}


.place-item p {

    margin: 0;

    color: #999999;

    font-size: 12px;

    line-height: 1.6;

}


/* =========================================================
   GOLD BUTTON
   ========================================================= */

.gold-btn {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 47px;

    margin-top: 12px;

    padding: 0 23px;

    background: var(--jaipur-gold);

    color: #000000;

    border-radius: 6px;

    font-size: 14px;

    font-weight: 800;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        background 0.2s ease;

}


.gold-btn:hover {

    background: #ffffff;

    transform: translateY(-2px);

}


/* =========================================================
   TRANSFERS
   ========================================================= */

.transfer-section {

    background: #000000;

}


.transfer-grid {

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 24px;

}


.transfer-card {

    padding: 35px;

    background:
        linear-gradient(
            145deg,
            #111111,
            #080808
        );

    border:
        1px solid
        var(--jaipur-border);

    border-radius: 12px;

}


.transfer-icon {

    font-size: 30px;

    margin-bottom: 17px;

}


.transfer-card h3 {

    margin: 0 0 14px;

    color: #ffffff;

    font-size: 23px;

}


.transfer-card p {

    margin: 0 0 18px;

    color: var(--jaipur-muted);

    font-size: 14px;

    line-height: 1.8;

}


.transfer-card strong {

    color: var(--jaipur-gold-light);

}


.transfer-card ul {

    margin: 0 0 22px;

    padding: 0;

    list-style: none;

}


.transfer-card li {

    margin-bottom: 8px;

    color: #cccccc;

    font-size: 14px;

}


.transfer-card a {

    color: var(--jaipur-gold);

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

}


/* =========================================================
   ONE WAY
   ========================================================= */

.oneway-section {

    background: #070707;

}


.oneway-content {

    display: grid;

    grid-template-columns:
        minmax(0, 0.7fr)
        minmax(0, 1.3fr);

    gap: 45px;

}


.oneway-intro h3 {

    margin: 0 0 17px;

    color: #ffffff;

    font-size: 27px;

}


.oneway-intro p {

    color: var(--jaipur-muted);

    font-size: 15px;

    line-height: 1.85;

}


.oneway-intro strong {

    color: var(--jaipur-gold-light);

}


/* ROUTE GRID */

.route-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 14px;

}


.route-card {

    display: block;

    padding: 21px;

    background: #0c0c0c;

    border:
        1px solid
        rgba(212,175,55,0.18);

    border-radius: 9px;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease;

}


.route-card:hover {

    transform: translateY(-4px);

    border-color:
        rgba(212,175,55,0.60);

}


.route-card > span {

    font-size: 20px;

}


.route-card h3 {

    margin: 12px 0 8px;

    color: #ffffff;

    font-size: 16px;

    line-height: 1.35;

}


.route-card p {

    min-height: 42px;

    margin: 0 0 13px;

    color: #999999;

    font-size: 12px;

    line-height: 1.55;

}


.route-card strong {

    color: var(--jaipur-gold);

    font-size: 12px;

}


/* =========================================================
   OUTSTATION
   ========================================================= */

.outstation-section {

    background: #000000;

}


.outstation-content {

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 0.8fr);

    gap: 30px;

}


.outstation-box,
.popular-routes {

    padding: 34px;

    background: #0b0b0b;

    border:
        1px solid
        var(--jaipur-border);

    border-radius: 12px;

}


.outstation-box h3,
.popular-routes h3 {

    margin: 0 0 17px;

    color: #ffffff;

    font-size: 23px;

}


.outstation-box p {

    color: var(--jaipur-muted);

    font-size: 15px;

    line-height: 1.85;

}


.outstation-box strong {

    color: var(--jaipur-gold-light);

}


.outstation-points {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 10px;

    margin-top: 25px;

}


.outstation-points span {

    color: #dddddd;

    font-size: 13px;

}


/* POPULAR ROUTES */

.popular-route-list {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 8px;

    margin-bottom: 22px;

}


.popular-route-list a {

    padding: 11px 12px;

    background: #111111;

    color: #dddddd;

    border:
        1px solid
        rgba(255,255,255,0.06);

    border-radius: 6px;

    font-size: 12px;

    text-decoration: none;

    transition:
        color 0.2s ease,
        border-color 0.2s ease;

}


.popular-route-list a:hover {

    color: var(--jaipur-gold);

    border-color:
        rgba(212,175,55,0.35);

}


.route-button {

    display: inline-flex;

    color: var(--jaipur-gold);

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

}


/* =========================================================
   FLEET
   ========================================================= */

.jaipur-fleet {

    background: #070707;

}


.fleet-grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;

}


.fleet-card {

    overflow: hidden;

    background: #0c0c0c;

    border:
        1px solid
        rgba(212,175,55,0.20);

    border-radius: 11px;

}


.fleet-image {

    width: 100%;

    height: 190px;

    background: #111111;

    overflow: hidden;

}


.fleet-image img {

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.4s ease;

}


.fleet-card:hover .fleet-image img {

    transform: scale(1.04);

}


.fleet-info {

    padding: 22px;

}


.fleet-info h3 {

    margin: 0 0 10px;

    color: #ffffff;

    font-size: 20px;

}


.fleet-info p {

    min-height: 80px;

    margin: 0 0 12px;

    color: #999999;

    font-size: 13px;

    line-height: 1.7;

}


.fleet-info span {

    display: block;

    margin-bottom: 17px;

    color: var(--jaipur-gold);

    font-size: 12px;

    font-weight: 600;

}


.fleet-info a {

    color: #ffffff;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

}


.fleet-info a:hover {

    color: var(--jaipur-gold);

}


/* =========================================================
   TOUR TYPES
   ========================================================= */

.tour-types {

    background: #000000;

}


.tour-type-grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;

}


.tour-type {

    padding: 28px 22px;

    text-align: center;

    background: #0b0b0b;

    border:
        1px solid
        rgba(255,255,255,0.07);

    border-radius: 10px;

}


.tour-type > span {

    display: block;

    margin-bottom: 14px;

    font-size: 30px;

}


.tour-type h3 {

    margin: 0 0 9px;

    color: #ffffff;

    font-size: 18px;

}


.tour-type p {

    margin: 0;

    color: #999999;

    font-size: 13px;

    line-height: 1.65;

}


/* =========================================================
   MID CTA
   ========================================================= */

.jaipur-mid-cta {

    padding: 50px 0;

    background:
        linear-gradient(
            100deg,
            #111111,
            #050505
        );

    border-top:
        1px solid
        rgba(212,175,55,0.18);

    border-bottom:
        1px solid
        rgba(212,175,55,0.18);

}


.mid-cta-content {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

}


.mid-cta-content > div:first-child > span {

    color: var(--jaipur-gold);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

}


.mid-cta-content h2 {

    margin: 7px 0 8px;

    color: #ffffff;

    font-size: 30px;

}


.mid-cta-content p {

    margin: 0;

    color: #999999;

    font-size: 14px;

}


.mid-cta-buttons {

    display: flex;

    gap: 10px;

    flex-shrink: 0;

}


.cta-call,
.cta-whatsapp {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 45px;

    padding: 0 20px;

    border-radius: 6px;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

}


.cta-call {

    background: var(--jaipur-gold);

    color: #000000;

}


.cta-whatsapp {

    color: #ffffff;

    border:
        1px solid
        rgba(255,255,255,0.25);

}


/* =========================================================
   ATTRACTIONS
   ========================================================= */

.jaipur-attractions {

    background: #070707;

}


.attractions-grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;

}


.attraction-card {

    padding: 26px;

    background: #0c0c0c;

    border:
        1px solid
        rgba(212,175,55,0.17);

    border-radius: 9px;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease;

}


.attraction-card:hover {

    transform: translateY(-4px);

    border-color:
        rgba(212,175,55,0.55);

}


.attraction-number {

    margin-bottom: 14px;

    color: var(--jaipur-gold);

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1px;

}


.attraction-card h3 {

    margin: 0 0 9px;

    color: #ffffff;

    font-size: 18px;

}


.attraction-card p {

    min-height: 100px;

    margin: 0 0 16px;

    color: #999999;

    font-size: 13px;

    line-height: 1.7;

}


.attraction-card a {

    color: var(--jaipur-gold);

    font-size: 12px;

    font-weight: 700;

    text-decoration: none;

}


/* =========================================================
   WHY CHOOSE US
   ========================================================= */

.why-jaipur {

    background: #000000;

}


.why-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 18px;

}


.why-card {

    padding: 28px;

    background: #0b0b0b;

    border:
        1px solid
        rgba(255,255,255,0.07);

    border-radius: 10px;

}


.why-icon {

    margin-bottom: 13px;

    font-size: 28px;

}


.why-card h3 {

    margin: 0 0 9px;

    color: #ffffff;

    font-size: 18px;

}


.why-card p {

    margin: 0;

    color: #999999;

    font-size: 13px;

    line-height: 1.7;

}


/* =========================================================
   SERVICE AREA
   ========================================================= */

.jaipur-service-area {

    background: #070707;

}


.service-area-content {

    display: grid;

    grid-template-columns:
        minmax(0, 1.2fr)
        minmax(0, 0.8fr);

    gap: 55px;

}


.area-label {

    color: var(--jaipur-gold);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

}


.service-area-text h2 {

    margin: 12px 0 18px;

    color: #ffffff;

    font-size: 36px;

}


.service-area-text p {

    margin: 0 0 17px;

    color: #aaaaaa;

    font-size: 15px;

    line-height: 1.85;

}


.area-tags {

    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-top: 25px;

}


.area-tags span {

    padding: 8px 11px;

    background: #111111;

    border:
        1px solid
        rgba(212,175,55,0.18);

    border-radius: 5px;

    color: #cccccc;

    font-size: 11px;

}


/* SERVICE LINKS */

.service-area-links {

    padding: 28px;

    background: #0c0c0c;

    border:
        1px solid
        var(--jaipur-border);

    border-radius: 11px;

}


.service-area-links h3 {

    margin: 0 0 15px;

    color: #ffffff;

    font-size: 20px;

}


.service-area-links a {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 13px 0;

    border-bottom:
        1px solid
        rgba(255,255,255,0.07);

    color: #cccccc;

    font-size: 13px;

    text-decoration: none;

}


.service-area-links a:last-child {

    border-bottom: none;

}


.service-area-links a:hover {

    color: var(--jaipur-gold);

}


.service-area-links a span {

    color: var(--jaipur-gold);

}


/* =========================================================
   CITY CROSS LINK
   ========================================================= */

.city-crosslink {

    background: #000000;

}


.crosslink-box {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding: 42px;

    background:
        linear-gradient(
            110deg,
            #141414,
            #080808
        );

    border:
        1px solid
        rgba(212,175,55,0.28);

    border-radius: 12px;

}


.crosslink-box > div:first-child > span {

    color: var(--jaipur-gold);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

}


.crosslink-box h2 {

    margin: 8px 0;

    color: #ffffff;

    font-size: 28px;

}


.crosslink-box p {

    margin: 0;

    color: #999999;

    font-size: 14px;

}


.crosslink-box > div:last-child {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    flex-shrink: 0;

}


.outline-btn {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 47px;

    padding: 0 20px;

    color: #ffffff;

    border:
        1px solid
        rgba(255,255,255,0.25);

    border-radius: 6px;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

}


/* =========================================================
   FAQ
   ========================================================= */

.jaipur-faq {

    background: #070707;

}


.faq-list {

    max-width: 900px;

    margin: 0 auto;

}


.faq-item {

    margin-bottom: 10px;

    background: #0c0c0c;

    border:
        1px solid
        rgba(212,175,55,0.16);

    border-radius: 8px;

    overflow: hidden;

}


.faq-item summary {

    position: relative;

    padding: 19px 48px 19px 20px;

    color: #ffffff;

    font-size: 15px;

    font-weight: 600;

    cursor: pointer;

    list-style: none;

}


.faq-item summary::-webkit-details-marker {

    display: none;

}


.faq-item summary::after {

    content: "+";

    position: absolute;

    top: 50%;
    right: 18px;

    transform: translateY(-50%);

    color: var(--jaipur-gold);

    font-size: 22px;

    font-weight: 400;

}


.faq-item[open] summary::after {

    content: "−";

}


.faq-answer {

    padding: 0 20px 20px;

}


.faq-answer p {

    margin: 0;

    color: #999999;

    font-size: 14px;

    line-height: 1.8;

}


/* =========================================================
   SEO CONTENT
   ========================================================= */

.jaipur-seo-content {

    background: #000000;

}


.seo-content-box {

    max-width: 950px;

    margin: 0 auto;

    padding: 42px;

    background: #090909;

    border:
        1px solid
        rgba(255,255,255,0.07);

    border-radius: 11px;

}


.seo-content-box h2 {

    margin: 0 0 22px;

    color: #ffffff;

    font-size: 30px;

}


.seo-content-box p {

    margin: 0 0 18px;

    color: #999999;

    font-size: 14px;

    line-height: 1.9;

}


.seo-content-box p:last-child {

    margin-bottom: 0;

}


.seo-content-box strong {

    color: var(--jaipur-gold-light);

}


/* =========================================================
   FINAL CTA
   ========================================================= */

.jaipur-final-cta {

    padding: 100px 24px;

    background:
        linear-gradient(
            135deg,
            #111111,
            #030303
        );

    border-top:
        1px solid
        rgba(212,175,55,0.25);

    border-bottom:
        1px solid
        rgba(212,175,55,0.25);

}


.final-cta-box {

    max-width: 900px;

    margin: 0 auto;

    text-align: center;

}


.final-cta-box > span {

    color: var(--jaipur-gold);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2.5px;

}


.final-cta-box h2 {

    margin: 14px 0 14px;

    color: #ffffff;

    font-size: clamp(32px, 4vw, 48px);

    line-height: 1.15;

}


.final-cta-box p {

    margin: 0 auto;

    color: #999999;

    font-size: 15px;

}


.final-cta-buttons {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 30px;

}


.final-book-btn,
.final-contact-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 50px;

    padding: 0 25px;

    border-radius: 7px;

    font-size: 14px;

    font-weight: 800;

    text-decoration: none;

}


.final-book-btn {

    background: var(--jaipur-gold);

    color: #000000;

}


.final-contact-btn {

    color: #ffffff;

    border:
        1px solid
        rgba(255,255,255,0.28);

}


/* =========================================================
   FOOTER LINKS
   ========================================================= */

.jaipur-footer-links {

    padding: 60px 0;

    background: #050505;

}


.footer-link-grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 35px;

}


.footer-link-grid h3 {

    margin: 0 0 17px;

    color: var(--jaipur-gold);

    font-size: 15px;

}


.footer-link-grid a {

    display: block;

    margin-bottom: 10px;

    color: #888888;

    font-size: 12px;

    text-decoration: none;

}


.footer-link-grid a:hover {

    color: #ffffff;

}


/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 1050px) {

    .service-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }


    .fleet-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }


    .attractions-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }


    .tour-type-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }


    .why-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }


    .sightseeing-content {

        grid-template-columns: 1fr;

    }


    .oneway-content {

        grid-template-columns: 1fr;

    }


    .outstation-content {

        grid-template-columns: 1fr;

    }


    .service-area-content {

        grid-template-columns: 1fr;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 700px) {

    .section {

        padding-top: 65px;

        padding-bottom: 65px;

    }


    .section .container,
    .jaipur-hero .container {

        padding-left: 16px;

        padding-right: 16px;

    }


    .section-heading {

        margin-bottom: 35px;

    }


    .section-heading h2 {

        font-size: 29px;

    }


    .section-heading p {

        font-size: 14px;

        line-height: 1.7;

    }


    /* HERO */

    .jaipur-hero {

        min-height: 650px;

        background-position: 58% center;

    }


    .jaipur-hero-content {

        padding:
            80px 18px
            70px;

    }


    .hero-badge {

        font-size: 11px;

        padding: 8px 12px;

    }


    .jaipur-hero h1 {

        font-size: 39px;

        letter-spacing: -0.8px;

    }


    .jaipur-hero h1 span {

        font-size: 19px;

        margin-top: 12px;

    }


    .hero-description {

        font-size: 14px;

        line-height: 1.75;

    }


    .hero-trust {

        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 9px;

    }


    .hero-trust span {

        font-size: 11px;

    }


    .hero-buttons {

        display: grid;

        grid-template-columns: 1fr;

    }


    .hero-call,
    .hero-whatsapp {

        width: 100%;

    }


    /* SERVICE */

    .service-grid {

        grid-template-columns: 1fr;

    }


    .service-card {

        padding: 25px;

    }


    .service-card p {

        min-height: auto;

    }


    /* SIGHTSEEING */

    .sightseeing-places {

        grid-template-columns: 1fr;

    }


    /* TRANSFERS */

    .transfer-grid {

        grid-template-columns: 1fr;

    }


    .transfer-card {

        padding: 27px;

    }


    /* ROUTES */

    .route-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }


    /* OUTSTATION */

    .outstation-box,
    .popular-routes {

        padding: 26px;

    }


    /* FLEET */

    .fleet-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }


    .fleet-image {

        height: 150px;

    }


    .fleet-info {

        padding: 17px;

    }


    .fleet-info h3 {

        font-size: 17px;

    }


    .fleet-info p {

        min-height: auto;

        font-size: 12px;

    }


    /* TOUR TYPES */

    .tour-type-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }


    /* MID CTA */

    .mid-cta-content {

        flex-direction: column;

        align-items: flex-start;

    }


    .mid-cta-content h2 {

        font-size: 25px;

    }


    .mid-cta-buttons {

        width: 100%;

        display: grid;

        grid-template-columns: 1fr 1fr;

    }


    .cta-call,
    .cta-whatsapp {

        width: 100%;

    }


    /* ATTRACTIONS */

    .attractions-grid {

        grid-template-columns: 1fr;

    }


    .attraction-card p {

        min-height: auto;

    }


    /* WHY */

    .why-grid {

        grid-template-columns: 1fr;

    }


    /* SERVICE AREA */

    .service-area-text h2 {

        font-size: 29px;

    }


    /* CROSS LINK */

    .crosslink-box {

        flex-direction: column;

        align-items: flex-start;

        padding: 28px;

    }


    .crosslink-box h2 {

        font-size: 25px;

    }


    .crosslink-box > div:last-child {

        width: 100%;

        display: grid;

        grid-template-columns: 1fr;

    }


    .crosslink-box .gold-btn,
    .crosslink-box .outline-btn {

        width: 100%;

    }


    /* SEO CONTENT */

    .seo-content-box {

        padding: 25px;

    }


    .seo-content-box h2 {

        font-size: 24px;

    }


    /* FINAL CTA */

    .jaipur-final-cta {

        padding:
            70px 18px;

    }


    .final-cta-box h2 {

        font-size: 31px;

    }


    /* FOOTER */

    .footer-link-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 28px 20px;

    }

}


/* =========================================================
   SMALL PHONES
   ========================================================= */

@media screen and (max-width: 430px) {

    .section {

        padding-top: 55px;

        padding-bottom: 55px;

    }


    .section-heading h2 {

        font-size: 26px;

    }


    .jaipur-hero {

        min-height: 620px;

    }


    .jaipur-hero-content {

        padding:
            70px 15px
            60px;

    }


    .jaipur-hero h1 {

        font-size: 34px;

    }


    .jaipur-hero h1 span {

        font-size: 17px;

    }


    .hero-trust {

        grid-template-columns: 1fr;

    }


    .route-grid {

        grid-template-columns: 1fr;

    }


    .outstation-points {

        grid-template-columns: 1fr;

    }


    .popular-route-list {

        grid-template-columns: 1fr;

    }


    .fleet-grid {

        grid-template-columns: 1fr;

    }


    .fleet-image {

        height: 200px;

    }


    .tour-type-grid {

        grid-template-columns: 1fr;

    }


    .mid-cta-buttons {

        grid-template-columns: 1fr;

    }


    .footer-link-grid {

        grid-template-columns: 1fr;

    }

}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media screen and (max-width: 360px) {

    .jaipur-hero h1 {

        font-size: 30px;

    }


    .jaipur-hero h1 span {

        font-size: 16px;

    }


    .section-heading h2 {

        font-size: 24px;

    }

}