/* =========================================================
   CHEHAR CAB
   PREMIUM FRONTEND CSS
========================================================= */


/* =========================================================
   ROOT VARIABLES
========================================================= */

:root {

    --primary: #f4b000;
    --primary-dark: #d79500;
    --primary-light: #fff4d4;

    --dark: #111317;
    --dark-2: #191b20;
    --dark-3: #24262b;

    --text: #191b20;
    --text-light: #6f747c;

    --white: #ffffff;
    --light: #f7f8fa;

    --border: #e7e9ed;

    --success: #20b56b;

    --shadow-sm:
        0 8px 25px rgba(0, 0, 0, 0.06);

    --shadow:
        0 20px 60px rgba(0, 0, 0, 0.10);

    --shadow-lg:
        0 30px 90px rgba(0, 0, 0, 0.18);

    --radius-sm: 8px;
    --radius: 16px;
    --radius-lg: 22px;

}


/* =========================================================
   GLOBAL
========================================================= */

* {

    margin: 0;
    padding: 0;

    box-sizing: border-box;

}


html {

    scroll-behavior: smooth;

}


body {

    font-family:
        "DM Sans",
        sans-serif;

    font-size: 15px;

    line-height: 1.7;

    color: var(--text);

    background: var(--white);

    overflow-x: hidden;

}


img {

    max-width: 100%;

    display: block;

}


a {

    text-decoration: none;

    transition:
        all .25s ease;

}


button,
input,
textarea,
select {

    font-family:
        "DM Sans",
        sans-serif;

}


button {

    cursor: pointer;

}


h1,
h2,
h3,
h4,
h5,
h6 {

    font-family:
        "Manrope",
        sans-serif;

    line-height: 1.25;

}


p {

    margin-bottom: 0;

}


::selection {

    background: var(--primary);

    color: var(--dark);

}


/* =========================================================
   TOP BAR
========================================================= */

.topbar {

    background:
        var(--dark);

    color:
        #bfc3c9;

    font-size:
        12px;

    border-bottom:
        1px solid rgba(255,255,255,.05);

}


.topbar-inner {

    min-height:
        40px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

}


.top-contact {

    display:
        flex;

    align-items:
        center;

    gap:
        12px;

}

.top-contact a {
    color: #ffffff;
    font-size: 15px;
}


.top-contact a:hover {

    color:
        var(--primary);

}


.top-contact i {

    color:
        var(--primary);

    margin-right:
        5px;

}


.separator {

    opacity:
        .25;

}


.top-right {

    color: #ffffff;
    font-size: 15px;

}


.top-right i {

    color:
        var(--primary);

    margin-right:
        5px;

}


/* =========================================================
   HEADER
========================================================= */

.main-header {

    position:
        relative;

    z-index:
        999;

    background:
        rgba(255,255,255,.98);

    border-bottom:
        1px solid rgba(0,0,0,.06);

}


.main-header .navbar {

    padding:
        16px 0;

}


/* =========================================================
   LOGO
========================================================= */

.navbar-brand {

    display:
        inline-flex;

    align-items:
        center;

    gap:
        10px;

}


.brand-icon {

    width:
        42px;

    height:
        42px;

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    background:
        var(--primary);

    color:
        var(--dark);

    border-radius:
        12px;

    font-size:
        18px;

    box-shadow:
        0 7px 20px rgba(244,176,0,.25);

}


.brand-name {

    font-family:
        "Manrope",
        sans-serif;

    font-size:
        25px;

    font-weight:
        800;

    color:
        var(--dark);

}


.brand-name span {

    color:
        var(--primary-dark);

}


/* =========================================================
   NAVIGATION
========================================================= */

.navbar-nav {

    gap:
        4px;

}


.nav-link {

    position:
        relative;

    padding:
        10px 14px !important;

    color:
        #33363b !important;

    font-weight:
        600;

    font-size:
        14px;

}


.nav-link::after {

    content:
        "";

    position:
        absolute;

    left:
        14px;

    right:
        14px;

    bottom:
        3px;

    height:
        2px;

    background:
        var(--primary);

    transform:
        scaleX(0);

    transform-origin:
        center;

    transition:
        .25s ease;

}


.nav-link:hover,
.nav-link.active {

    color:
        var(--primary-dark) !important;

}


.nav-link:hover::after,
.nav-link.active::after {

    transform:
        scaleX(1);

}


/* =========================================================
   HEADER BOOK BUTTON
========================================================= */

.header-book-btn {

    display:
        inline-flex;

    align-items:
        center;

    gap:
        8px;

    padding:
        12px 19px;

    border-radius:
        10px;

    background:
        var(--primary);

    color:
        var(--dark);

    font-size:
        13px;

    font-weight:
        800;

}


.header-book-btn:hover {

    background:
        var(--dark);

    color:
        var(--white);

    transform:
        translateY(-2px);

}


.navbar-toggler {

    border:
        0;

    box-shadow:
        none !important;

    font-size:
        22px;

    color:
        var(--dark);

}


/* =========================================================
   HERO
========================================================= */

./* =========================================================
   PREMIUM HERO
========================================================= */

.hero-section {

    position: relative;

    min-height: 820px;

    overflow: hidden;

    display: flex;

    align-items: center;

    background:
        #0c0d0f
        url("../img/hero.jpg")
        center center /
        cover
        no-repeat;

    color: #fff;

}


/* Background Overlay */

.hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(6,7,9,.96) 0%,
            rgba(6,7,9,.87) 42%,
            rgba(6,7,9,.60) 70%,
            rgba(6,7,9,.48) 100%
        );

    z-index: 1;

}


/* =========================================================
   ANIMATED GLOW
========================================================= */

.hero-glow {

    position: absolute;

    width: 420px;

    height: 420px;

    border-radius: 50%;

    background:
        rgba(244,176,0,.08);

    filter:
        blur(80px);

    pointer-events: none;

    z-index: 2;

}


.hero-glow-one {

    top: -160px;

    left: -120px;

    animation:
        heroGlowOne 7s ease-in-out infinite;

}


.hero-glow-two {

    right: -130px;

    bottom: -180px;

    animation:
        heroGlowTwo 8s ease-in-out infinite;

}


@keyframes heroGlowOne {

    0%,
    100% {

        transform:
            translate(0,0)
            scale(1);

    }

    50% {

        transform:
            translate(70px,50px)
            scale(1.15);

    }

}


@keyframes heroGlowTwo {

    0%,
    100% {

        transform:
            translate(0,0)
            scale(1);

    }

    50% {

        transform:
            translate(-60px,-50px)
            scale(1.2);

    }

}


/* =========================================================
   HERO CONTAINER
========================================================= */

.hero-section > .container {

    position: relative;

    z-index: 5;

    width: 100%;

}


/* =========================================================
   HERO LAYOUT
========================================================= */

.hero-layout {

    min-height: 820px;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        455px;

    align-items: center;

    gap: 75px;

}


/* =========================================================
   HERO CONTENT
========================================================= */

.hero-content {

    position: relative;

    max-width: 700px;

    padding-top: 20px;

}


.hero-tag {

    display: flex;

    align-items: center;

    gap: 9px;

    color: var(--primary);

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 1.8px;

}


.tag-line {

    width: 30px;

    height: 2px;

    background:
        var(--primary);

}


.hero-title {

    margin:
        18px 0 22px;

    font-size:
        clamp(45px,5vw,67px);

    font-weight:
        800;

    line-height:
        1.05;

    letter-spacing:
        -1.8px;

}


.hero-title span {

    color:
        var(--primary);

}


.hero-description {

    max-width:
        650px;

    color:
        #d1d4d9;

    font-size:
        16px;

    line-height:
        1.85;

}


/* =========================================================
   HERO BUTTONS
========================================================= */

.hero-buttons {

    display:
        flex;

    flex-wrap:
        wrap;

    gap:
        12px;

    margin-top:
        30px;

}


.btn-gold {

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    gap:
        10px;

    padding:
        14px 22px;

    border-radius:
        10px;

    background:
        var(--primary);

    color:
        var(--dark);

    font-size:
        13px;

    font-weight:
        800;

    box-shadow:
        0 10px 30px rgba(244,176,0,.18);

}


.btn-gold:hover {

    background:
        #fff;

    color:
        #111;

    transform:
        translateY(-3px);

}


.btn-outline-white {

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    padding:
        13px 21px;

    border:
        1px solid rgba(255,255,255,.35);

    border-radius:
        10px;

    color:
        #fff;

    font-size:
        13px;

    font-weight:
        700;

}


.btn-outline-white:hover {

    background:
        #fff;

    border-color:
        #fff;

    color:
        #111;

}


/* =========================================================
   TRUST
========================================================= */

.hero-trust {

    display:
        flex;

    align-items:
        center;

    flex-wrap:
        wrap;

    gap:
        24px;

    margin-top:
        32px;

}


.hero-trust > div {

    display:
        flex;

    align-items:
        center;

    gap:
        8px;

    color:
        #d8dade;

    font-size:
        12px;

}


.trust-round-icon {

    width:
        27px;

    height:
        27px;

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    border:
        1px solid rgba(244,176,0,.35);

    border-radius:
        50%;

    color:
        var(--primary);

    background:
        rgba(244,176,0,.08);

}


/* =========================================================
   FLOATING RATING
========================================================= */

.hero-floating-stat {

    position:
        absolute;

    left:
        -35px;

    bottom:
        -95px;

    display:
        flex;

    align-items:
        center;

    gap:
        10px;

    padding:
        12px 17px;

    background:
        rgba(255,255,255,.95);

    color:
        #111;

    border-radius:
        12px;

    box-shadow:
        0 15px 45px rgba(0,0,0,.25);

    animation:
        floatingCard 4s ease-in-out infinite;

}


.floating-icon {

    width:
        34px;

    height:
        34px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    border-radius:
        9px;

    background:
        var(--primary);

    color:
        #111;

}


.hero-floating-stat strong {

    display:
        block;

    font-size:
        13px;

}


.hero-floating-stat small {

    display:
        block;

    color:
        #777;

    font-size:
        9px;

}


@keyframes floatingCard {

    0%,
    100% {

        transform:
            translateY(0);

    }

    50% {

        transform:
            translateY(-10px);

    }

}


/* =========================================================
   BOOKING WRAPPER
========================================================= */

.hero-booking-wrapper {

    position:
        relative;

    width:
        100%;

}


.hero-booking-card {

    position:
        relative;

    padding:
        25px;

    background:
        rgba(255,255,255,.98);

    color:
        #111;

    border:
        1px solid rgba(255,255,255,.7);

    border-radius:
        20px;

    box-shadow:
        0 30px 90px rgba(0,0,0,.30);

    animation:
        bookingFloat 5s ease-in-out infinite;

}


@keyframes bookingFloat {

    0%,
    100% {

        transform:
            translateY(0);

    }

    50% {

        transform:
            translateY(-8px);

    }

}


/* =========================================================
   BOOKING HEADER
========================================================= */

.booking-header {

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    margin-bottom:
        19px;

}


.booking-header span {

    display:
        block;

    margin-bottom:
        3px;

    color:
        var(--primary-dark);

    font-size:
        9px;

    font-weight:
        800;

    letter-spacing:
        1.5px;

}


.booking-header h3 {

    margin:
        0;

    font-size:
        23px;

    font-weight:
        800;

}


.booking-car-icon {

    width:
        46px;

    height:
        46px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    border-radius:
        13px;

    background:
        var(--primary-light);

    color:
        var(--primary-dark);

    font-size:
        20px;

}


/* =========================================================
   TRIP TYPE
========================================================= */

.booking-type {

    display:
        grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:
        5px;

    padding:
        4px;

    margin-bottom:
        18px;

    background:
        #f3f4f5;

    border-radius:
        9px;

}


.trip-type {

    padding:
        9px 5px;

    border:
        0;

    border-radius:
        7px;

    background:
        transparent;

    color:
        #777;

    font-size:
        10px;

    font-weight:
        700;

}


.trip-type i {

    margin-right:
        3px;

}


.trip-type.active {

    background:
        #111;

    color:
        #fff;

    box-shadow:
        0 4px 10px rgba(0,0,0,.12);

}


/* =========================================================
   BOOKING FIELDS
========================================================= */

.booking-field {

    margin-bottom:
        13px;

}


.booking-field label {

    display:
        block;

    margin-bottom:
        5px;

    color:
        #4e5258;

    font-size:
        10px;

    font-weight:
        800;

}


.booking-input {

    height:
        45px;

    display:
        flex;

    align-items:
        center;

    gap:
        8px;

    padding:
        0 10px;

    border:
        1px solid #e4e6e9;

    border-radius:
        8px;

    background:
        #fff;

    transition:
        all .25s ease;

}


.booking-input:focus-within {

    border-color:
        var(--primary);

    box-shadow:
        0 0 0 3px rgba(244,176,0,.10);

}


.field-icon {

    width:
        27px;

    height:
        27px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    flex-shrink:
        0;

    border-radius:
        7px;

    background:
        var(--primary-light);

    color:
        var(--primary-dark);

    font-size:
        15px;

}


.pickup-icon {

    color:
        #e3a100;

}


.drop-icon {

    color:
        #111;

}


.booking-input input,
.booking-input select {

    width:
        100%;

    height:
        100%;

    border:
        0;

    outline:
        0;

    background:
        transparent;

    color:
        #222;

    font-size:
        15px;

}


.booking-input input::placeholder {

    color:
        #a0a3a8;

}


.booking-input select {

    cursor:
        pointer;

}


/* =========================================================
   BOOKING SUBMIT
========================================================= */

.booking-submit {

    width:
        100%;

    height:
        49px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    padding:
        0 17px;

    margin-top:
        5px;

    border:
        0;

    border-radius:
        9px;

    background:
        var(--primary);

    color:
        #111;

    font-size:
        12px;

    font-weight:
        800;

    transition:
        all .3s ease;

}


.booking-submit:hover {

    background:
        #111;

    color:
        #fff;

    transform:
        translateY(-2px);

    box-shadow:
        0 10px 25px rgba(0,0,0,.15);

}


.booking-submit i {

    transition:
        transform .3s ease;

}


.booking-submit:hover i {

    transform:
        translateX(4px);

}


/* =========================================================
   SECURITY
========================================================= */

.booking-security {

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    gap:
        5px;

    margin-top:
        12px;

    color:
        #999;

    font-size:
        9px;

}


.booking-security i {

    color:
        #25a56a;

}


/* =========================================================
   HERO SCROLL
========================================================= */

.hero-scroll {

    position:
        absolute;

    z-index:
        5;

    left:
        50%;

    bottom:
        22px;

    display:
        flex;

    flex-direction:
        column;

    align-items:
        center;

    gap:
        5px;

    transform:
        translateX(-50%);

    color:
        rgba(255,255,255,.65);

    font-size:
        8px;

    letter-spacing:
        1.5px;

}


.hero-scroll i {

    color:
        var(--primary);

    animation:
        scrollArrow 1.7s ease-in-out infinite;

}


@keyframes scrollArrow {

    0%,
    100% {

        transform:
            translateY(0);

    }

    50% {

        transform:
            translateY(6px);

    }

}


/* =========================================================
   HERO ENTRY ANIMATION
========================================================= */

.hero-animate {

    opacity:
        0;

    transform:
        translateY(30px);

    animation:
        heroEntry .8s cubic-bezier(.2,.7,.2,1) forwards;

}


.hero-content .hero-tag {

    animation-delay:
        .15s;

}


.hero-content .hero-title {

    animation-delay:
        .30s;

}


.hero-content .hero-description {

    animation-delay:
        .45s;

}


.hero-content .hero-buttons {

    animation-delay:
        .60s;

}


.hero-content .hero-trust {

    animation-delay:
        .75s;

}


.hero-booking-wrapper {

    animation-delay:
        .40s;

}


@keyframes heroEntry {

    to {

        opacity:
            1;

        transform:
            translateY(0);

    }

}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:1100px) {

    .hero-layout {

        grid-template-columns:
            minmax(0,1fr)
            400px;

        gap:
            40px;

    }


    .hero-title {

        font-size:
            52px;

    }

}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media(max-width:991px) {

    .hero-section {

        min-height:
            auto;

        padding:
            80px 0 100px;

    }


    .hero-layout {

        min-height:
            auto;

        grid-template-columns:
            1fr;

        gap:
            55px;

    }


    .hero-content {

        padding-top:
            20px;

        max-width:
            700px;

    }


    .hero-booking-wrapper {

        max-width:
            520px;

        margin:
            0 auto;

    }


    .hero-floating-stat {

        display:
            none;

    }


    .hero-scroll {

        display:
            none;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:575px) {

    .hero-section {

        padding:
            60px 0 70px;

    }


    .hero-title {

        font-size:
            39px;

        letter-spacing:
            -.8px;

    }


    .hero-description {

        font-size:
            14px;

    }


    .hero-buttons {

        width:
            100%;

        flex-direction:
            column;

    }


    .hero-buttons a {

        width:
            100%;

    }


    .hero-trust {

        gap:
            13px;

        flex-direction:
            column;

        align-items:
            flex-start;

    }


    .hero-booking-card {

        padding:
            18px;

        border-radius:
            16px;

    }


    .booking-header h3 {

        font-size:
            21px;

    }


    .booking-type {

        grid-template-columns:
            repeat(3,1fr);

    }


    .trip-type {

        font-size:
            9px;

    }


    .trip-type i {

        display:
            block;

        margin:
            0 0 2px;

    }

}


/* =========================================================
   BOOKING WIDGET
========================================================= */

.booking-widget {

    position:
        absolute;

    z-index:
        5;

    left:
        12px;

    right:
        12px;

    bottom:
        -70px;

    padding:
        21px;

    background:
        var(--white);

    color:
        var(--dark);

    border-radius:
        18px;

    box-shadow:
        var(--shadow-lg);

}


/* =========================================================
   BOOKING TABS
========================================================= */

.booking-tabs {

    display:
        flex;

    align-items:
        center;

    gap:
        8px;

    margin-bottom:
        17px;

}


.booking-tab {

    border:
        0;

    padding:
        9px 15px;

    border-radius:
        8px;

    background:
        #f0f1f3;

    color:
        #565a60;

    font-size:
        12px;

    font-weight:
        700;

}


.booking-tab:hover {

    background:
        #e7e8ea;

}


.booking-tab.active {

    background:
        var(--dark);

    color:
        var(--white);

}


/* =========================================================
   BOOKING FORM
========================================================= */

.booking-widget label {

    display:
        block;

    margin-bottom:
        6px;

    color:
        #555960;

    font-size:
        15px;

    font-weight:
        800;

}


.input-box {

    height:
        48px;

    display:
        flex;

    align-items:
        center;

    gap:
        9px;

    padding:
        0 13px;

    border:
        1px solid var(--border);

    border-radius:
        9px;

    background:
        #fff;

}


.input-box:focus-within {

    border-color:
        var(--primary);

    box-shadow:
        0 0 0 3px rgba(244,176,0,.10);

}


.input-box i {

    color:
        var(--primary-dark);

}


.input-box input {

    width:
        100%;

    height:
        100%;

    border:
        0;

    outline:
        0;

    background:
        transparent;

    color:
        var(--dark);

    font-size:
        13px;

}


.search-btn {

    width:
        100%;

    height:
        48px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    gap:
        8px;

    border:
        0;

    border-radius:
        9px;

    background:
        var(--primary);

    color:
        var(--dark);

    font-weight:
        800;

    font-size:
        12px;

}


.search-btn:hover {

    background:
        var(--dark);

    color:
        var(--white);

}


/* =========================================================
   TRUST SECTION
========================================================= */

.trust-section {

    padding:
        105px 0 35px;

    background:
        var(--white);

}


.trust-item {

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    gap:
        12px;

}


.trust-icon {

    width:
        48px;

    height:
        48px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    border-radius:
        12px;

    background:
        var(--primary-light);

    color:
        var(--primary-dark);

    font-size:
        19px;

}


.trust-item h4 {

    margin:
        0;

    font-size:
        13px;

    font-weight:
        800;

}


.trust-item p {

    margin:
        2px 0 0;

    color:
        #8a8d93;

    font-size:
        15px;

}


/* =========================================================
   COMMON SECTION
========================================================= */

.section-padding {

    padding:
        95px 0;

}


/* =========================================================
   SECTION HEADING
========================================================= */

.section-heading {

    margin-bottom:
        48px;

}


.section-tag {

    display:
        inline-flex;

    align-items:
        center;

    gap:
        7px;

    color:
        var(--primary-dark);

    font-size:
        15px;

    font-weight:
        800;

    letter-spacing:
        1.6px;

}


.section-heading h2 {

    margin:
        15px 0 10px;

    font-size:
        41px;

    font-weight:
        800;

    line-height:
        1.2;

    letter-spacing:
        -.7px;

}


.section-heading h2 span {

    color:
        var(--primary-dark);

}


.section-heading p {

    color:
        var(--text-light);

}


/* =========================================================
   SERVICES
========================================================= */

.services-section {

    background:
        var(--white);

}


.service-card {

    position:
        relative;

    height:
        100%;

    padding:
        34px;

    background:
        var(--white);

    border:
        1px solid var(--border);

    border-radius:
        var(--radius);

    overflow:
        hidden;

    transition:
        all .35s ease;

}


.service-card::before {

    content:
        "";

    position:
        absolute;

    top:
        0;

    left:
        0;

    width:
        4px;

    height:
        0;

    background:
        var(--primary);

    transition:
        height .35s ease;

}


.service-card:hover {

    transform:
        translateY(-8px);

    border-color:
        transparent;

    box-shadow:
        var(--shadow);

}


.service-card:hover::before {

    height:
        100%;

}


.service-number {

    position:
        absolute;

    top:
        18px;

    right:
        22px;

    color:
        #d9dce0;

    font-size:
        12px;

    font-weight:
        800;

}


.service-icon {

    width:
        65px;

    height:
        65px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    margin-bottom:
        23px;

    border-radius:
        16px;

    background:
        var(--primary-light);

    color:
        var(--primary-dark);

    font-size:
        26px;

}


.service-card h3 {

    margin-bottom:
        10px;

    font-size:
        21px;

    font-weight:
        800;

}


.service-card p {

    min-height:
        80px;

    color:
        var(--text-light);

    line-height:
        1.75;

    font-size:
        14px;

}


.service-card a {

    display:
        inline-flex;

    align-items:
        center;

    gap:
        8px;

    margin-top:
        10px;

    color:
        #ae7800;

    font-size:
        13px;

    font-weight:
        800;

}


.service-card a:hover {

    color:
        var(--dark);

}


/* =========================================================
   DARK SERVICE CARD
========================================================= */

.service-dark {

    background:
        var(--dark-2);

    border-color:
        var(--dark-2);

    color:
        var(--white);

}


.service-dark .service-number {

    color:
        #55575c;

}


.service-dark .service-icon {

    background:
        var(--dark-3);

}


.service-dark p {

    color:
        #aeb1b6;

}


.service-dark a {

    color:
        var(--primary);

}


/* =========================================================
   ABOUT
========================================================= */

.about-section {

    background:
        var(--light);

}


.about-image-wrapper {

    position:
        relative;

    padding:
        0 30px 30px 0;

}


.about-image {

    height:
        500px;

    overflow:
        hidden;

    border-radius:
        21px;

}


.about-image img {

    width:
        100%;

    height:
        100%;

    object-fit:
        cover;

    transition:
        transform .6s ease;

}


.about-image:hover img {

    transform:
        scale(1.05);

}


.experience-box {

    position:
        absolute;

    right:
        0;

    bottom:
        0;

    display:
        flex;

    align-items:
        center;

    gap:
        13px;

    padding:
        20px 24px;

    background:
        var(--dark);

    color:
        var(--white);

    border-radius:
        15px;

    box-shadow:
        0 15px 35px rgba(0,0,0,.2);

}


.experience-box strong {

    color:
        var(--primary);

    font-family:
        "Manrope";

    font-size:
        38px;

}


.experience-box span {

    font-size:
        15px;

    line-height:
        1.45;

}


.about-title {

    margin:
        12px 0 18px;

    font-size:
        43px;

    font-weight:
        800;

    line-height:
        1.2;

}


.about-title span {

    color:
        var(--primary-dark);

}


.about-lead {

    margin-bottom:
        12px;

    font-size:
        18px;

    font-weight:
        700;

}


.about-description {

    color:
        var(--text-light);

    line-height:
        1.8;

}


.about-points {

    display:
        grid;

    grid-template-columns:
        1fr 1fr;

    gap:
        12px;

    margin:
        25px 0;

}


.about-points div {

    font-size:
        13px;

    font-weight:
        700;

}


.about-points i {

    margin-right:
        6px;

    color:
        var(--primary-dark);

}


.dark-btn {

    display:
        inline-flex;

    align-items:
        center;

    gap:
        9px;

    padding:
        13px 20px;

    background:
        var(--dark);

    color:
        var(--white);

    border-radius:
        10px;

    font-size:
        13px;

    font-weight:
        800;

}


.dark-btn:hover {

    background:
        var(--primary);

    color:
        var(--dark);

    transform:
        translateY(-2px);

}


/* =========================================================
   FLEET
========================================================= */

.fleet-section {

    background:
        var(--white);

}


.split-heading {

    display:
        flex;

    align-items:
        flex-end;

    justify-content:
        space-between;

    gap:
        25px;

}


.outline-btn {

    display:
        inline-flex;

    align-items:
        center;

    gap:
        9px;

    padding:
        12px 18px;

    border:
        1px solid var(--border);

    border-radius:
        10px;

    color:
        var(--dark);

    font-size:
        13px;

    font-weight:
        800;

}


.outline-btn:hover {

    background:
        var(--dark);

    border-color:
        var(--dark);

    color:
        var(--white);

}


/* =========================================================
   CAR CARD
========================================================= */

.car-card {

    overflow:
        hidden;

    border:
        1px solid var(--border);

    border-radius:
        17px;

    background:
        var(--white);

    transition:
        all .35s ease;

}


.car-card:hover {

    transform:
        translateY(-7px);

    border-color:
        transparent;

    box-shadow:
        var(--shadow);

}


.car-image {

    position:
        relative;

    height:
        235px;

    overflow:
        hidden;

    background:
        #eee;

}


.car-image img {

    width:
        100%;

    height:
        100%;

    object-fit:
        cover;

    transition:
        transform .5s ease;

}


.car-card:hover .car-image img {

    transform:
        scale(1.06);

}


.car-image span {

    position:
        absolute;

    top:
        14px;

    left:
        14px;

    padding:
        6px 15px;

    background:
        var(--dark);

    color:
        var(--white);

    border-radius:
        20px;

    font-size:
        9px;

    font-weight:
        800;

    letter-spacing:
        .6px;

}


.car-content {

    padding:
        22px;

}


.car-title {

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        15px;

}


.car-title h3 {

    margin:
        0;

    font-size:
        19px;

    font-weight:
        800;

}


.car-title strong {

    color:
        var(--primary-dark);

    font-size:
        14px;

}


.car-specs {

    display:
        flex;

    flex-wrap:
        wrap;

    gap:
        12px;

    padding:
        14px 0;

    margin:
        14px 0;

    border-top:
        1px solid var(--border);

    border-bottom:
        1px solid var(--border);

}


.car-specs span {

    color:
        #777b82;

    font-size:
        15px;

}


.car-specs i {

    margin-right:
        4px;

    color:
        var(--primary-dark);

}


.car-content > a {

    display:
        inline-flex;

    align-items:
        center;

    gap:
        8px;

    color:
        #ae7800;

    font-size:
        13px;

    font-weight:
        800;

}


.car-content > a:hover {

    color:
        var(--dark);

}


/* =========================================================
   STATS
========================================================= */

.stats-section {

    padding:
        65px 0;

    background:
        var(--dark);

    color:
        var(--white);

}


.stat-box {

    padding:
        5px 20px;

    border-right:
        1px solid rgba(255,255,255,.12);

}


.stat-box i {

    color:
        var(--primary);

    font-size:
        22px;

}


.stat-box strong {

    display:
        block;

    margin:
        7px 0;

    font-family:
        "Manrope";

    font-size:
        37px;

    font-weight:
        800;

}


.stat-box span {

    color:
        #aeb1b6;

    font-size:
        12px;

}


/* =========================================================
   HOW IT WORKS
========================================================= */

.how-section {

    background:
        var(--white);

}


.step-card {

    position:
        relative;

    height:
        100%;

    padding:
        35px;

    text-align:
        center;

    border:
        1px solid var(--border);

    border-radius:
        17px;

    transition:
        .3s;

}


.step-card:hover {

    transform:
        translateY(-7px);

    box-shadow:
        var(--shadow-sm);

}


.step-number {

    position:
        absolute;

    top:
        15px;

    right:
        18px;

    color:
        #dedfe2;

    font-size:
        12px;

    font-weight:
        800;

}


.step-icon {

    width:
        70px;

    height:
        70px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    margin:
        0 auto 20px;

    border-radius:
        50%;

    background:
        var(--primary-light);

    color:
        var(--primary-dark);

    font-size:
        25px;

}


.step-card h3 {

    font-size:
        20px;

    font-weight:
        800;

}


.step-card p {

    color:
        var(--text-light);

    font-size:
        14px;

}


/* =========================================================
   CTA
========================================================= */

.cta-section {

    padding:
        70px 0;

    background:
        var(--dark-2);

    color:
        var(--white);

}


.cta-content {

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        30px;

}


.cta-content > div:first-child span {

    color:
        var(--primary);

    font-size:
        15px;

    font-weight:
        800;

    letter-spacing:
        1.6px;

}


.cta-content h2 {

    margin:
        8px 0;

    font-size:
        36px;

    font-weight:
        800;

}


.cta-content p {

    color:
        #aeb1b6;

}


.cta-actions {

    display:
        flex;

    align-items:
        center;

    flex-wrap:
        wrap;

    gap:
        20px;

}


.phone-link {

    color:
        var(--white);

    font-size:
        14px;

    font-weight:
        700;

}


.phone-link i {

    margin-right:
        6px;

    color:
        var(--primary);

}


/* =========================================================
   REVIEWS
========================================================= */

.reviews-section {

    background:
        var(--white);

}


.review-card {

    height:
        100%;

    padding:
        30px;

    border:
        1px solid var(--border);

    border-radius:
        17px;

    transition:
        .3s;

}


.review-card:hover {

    transform:
        translateY(-5px);

    box-shadow:
        var(--shadow-sm);

}


.stars {

    color:
        #e5a100;

    font-size:
        15px;

    letter-spacing:
        3px;

}


.review-card p {

    margin:
        18px 0 22px;

    color:
        #666b72;

    line-height:
        1.8;

    font-size:
        14px;

}


.review-card strong {

    display:
        block;

    font-size:
        14px;

}


.review-card small {

    color:
        #999;

    font-size:
        15px;

}


/* =========================================================
   FAQ
========================================================= */

.faq-section {

    background:
        var(--light);

}


.faq-section h2 {

    margin:
        12px 0 15px;

    font-size:
        40px;

    font-weight:
        800;

}


.faq-section h2 span {

    color:
        var(--primary-dark);

}


.faq-section > .container > .row > .col-lg-5 > p {

    margin-bottom:
        25px;

    color:
        var(--text-light);

}


.accordion-item {

    margin-bottom:
        10px;

    overflow:
        hidden;

    border:
        1px solid var(--border) !important;

    border-radius:
        10px !important;

}


.accordion-button {

    padding:
        19px;

    background:
        var(--white);

    color:
        var(--dark);

    font-size:
        14px;

    font-weight:
        700;

    box-shadow:
        none !important;

}


.accordion-button:not(.collapsed) {

    background:
        #fff5db;

    color:
        var(--dark);

}


.accordion-body {

    padding:
        0 19px 20px;

    color:
        #73777d;

    font-size:
        13px;

    line-height:
        1.8;

}


/* =========================================================
   FOOTER
========================================================= */

.footer-section {

    padding:
        70px 0 20px;

    background:
        #101114;

    color:
        #aeb1b6;

}


.footer-logo {

    display:
        inline-flex;

    align-items:
        center;

    gap:
        9px;

    margin-bottom:
        20px;

    color:
        var(--white);

    font-family:
        "Manrope";

    font-size:
        24px;

    font-weight:
        800;

}


.footer-logo > span {

    width:
        40px;

    height:
        40px;

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    border-radius:
        15px;

    background:
        var(--primary);

    color:
        var(--dark);

}


.footer-logo > span:last-child {

    color:
        var(--primary);

}


.footer-section h4 {

    margin-bottom:
        18px;

    color:
        var(--white);

    font-size:
        15px;

    font-weight:
        800;

}


.footer-section p {

    color:
        #999da4;

    font-size:
        15px;

    line-height:
        1.8;

}


.footer-section .col-lg-2 a {

    display:
        block;

    margin:
        9px 0;

    color:
        #999da4;

    font-size:
        15px;

}


.footer-section .col-lg-2 a:hover {

    color:
        var(--primary);

    transform:
        translateX(3px);

}


.social-links {

    display:
        flex;

    gap:
        8px;

    margin-top:
        20px;

}


.social-links a {

    width:
        38px;

    height:
        38px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    border:
        1px solid #303238;

    border-radius:
        50%;

    color:
        #aeb1b6;

}


.social-links a:hover {

    background:
        var(--primary);

    border-color:
        var(--primary);

    color:
        var(--dark);

}


.footer-bottom {

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        20px;

    margin-top:
        45px;

    padding-top:
        20px;

    border-top:
        1px solid #292b30;

    color:
        #777b82;

    font-size:
        15px;

}


.footer-bottom a {

    color:
        #777b82;

}


.footer-bottom a:hover {

    color:
        var(--primary);

}


.footer-bottom > div {

    display:
        flex;

    gap:
        8px;

}


/* =========================================================
   WHATSAPP
========================================================= */

.whatsapp-btn {

    position:
        fixed;

    right:
        20px;

    bottom:
        20px;

    z-index:
        999;

    width:
        55px;

    height:
        55px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    border-radius:
        50%;

    background:
        #25d366;

    color:
        var(--white);

    font-size:
        26px;

    box-shadow:
        0 10px 30px rgba(0,0,0,.20);

}


.whatsapp-btn:hover {

    transform:
        translateY(-4px) scale(1.04);

    color:
        var(--white);

}


/* =========================================================
   RESPONSIVE - TABLET
========================================================= */

@media (max-width: 991px) {


    .navbar-nav {

        padding-top:
            15px;

    }


    .nav-link {

        padding:
            9px 0 !important;

    }


    .nav-link::after {

        display:
            none;

    }


    .header-book-btn {

        margin-top:
            10px;

    }


    .hero-section {

        min-height:
            700px;

    }


    .hero-section .container {

        min-height:
            700px;

    }


    .hero-content {

        padding-top:
            80px;

    }


    .hero-content h1 {

        font-size:
            50px;

    }


    .booking-widget {

        position:
            relative;

        left:
            auto;

        right:
            auto;

        bottom:
            auto;

        margin-top:
            45px;

    }


    .trust-section {

        padding-top:
            55px;

    }


    .section-padding {

        padding:
            75px 0;

    }


    .about-title {

        font-size:
            36px;

    }


    .split-heading {

        align-items:
            flex-start;

        flex-direction:
            column;

    }


    .cta-content {

        align-items:
            flex-start;

        flex-direction:
            column;

    }


}


/* =========================================================
   RESPONSIVE - MOBILE
========================================================= */

@media (max-width: 767px) {


    .topbar {

        font-size:
            10px;

    }


    .top-right {

        display:
            none;

    }


    .topbar-inner {

        justify-content:
            center;

    }


    .top-contact {

        gap:
            7px;

    }


    .main-header .navbar {

        padding:
            13px 0;

    }


    .brand-name {

        font-size:
            22px;

    }


    .brand-icon {

        width:
            38px;

        height:
            38px;

    }


    .hero-section {

        min-height:
            auto;

        padding-bottom:
            25px;

    }


    .hero-section .container {

        min-height:
            auto;

    }


    .hero-content {

        padding-top:
            65px;

    }


    .hero-content h1 {

        font-size:
            39px;

        letter-spacing:
            -.7px;

    }


    .hero-content > p {

        font-size:
            14px;

        line-height:
            1.75;

    }


    .hero-buttons {

        margin-top:
            22px;

    }


    .hero-trust {

        display:
            none;

    }


    .booking-widget {

        padding:
            15px;

        border-radius:
            14px;

    }


    .booking-tabs {

        overflow-x:
            auto;

        padding-bottom:
            3px;

    }


    .booking-tab {

        white-space:
            nowrap;

    }


    .trust-section {

        padding:
            50px 0 20px;

    }


    .trust-item {

        justify-content:
            flex-start;

    }


    .section-padding {

        padding:
            65px 0;

    }


    .section-heading {

        margin-bottom:
            35px;

    }


    .section-heading h2 {

        font-size:
            31px;

    }


    .service-card {

        padding:
            28px;

    }


    .service-card p {

        min-height:
            auto;

    }


    .about-image-wrapper {

        padding:
            0 12px 25px 0;

    }


    .about-image {

        height:
            370px;

    }


    .experience-box {

        right:
            0;

        padding:
            16px 18px;

    }


    .experience-box strong {

        font-size:
            31px;

    }


    .about-title {

        font-size:
            31px;

    }


    .about-points {

        grid-template-columns:
            1fr;

    }


    .car-image {

        height:
            210px;

    }


    .stat-box {

        border-right:
            0;

    }


    .stat-box strong {

        font-size:
            31px;

    }


    .cta-content h2 {

        font-size:
            29px;

    }


    .cta-actions {

        align-items:
            flex-start;

        flex-direction:
            column;

    }


    .phone-link {

        margin-top:
            4px;

    }


    .footer-bottom {

        align-items:
            center;

        flex-direction:
            column;

        text-align:
            center;

    }


}


/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width: 480px) {


    .hero-content h1 {

        font-size:
            34px;

    }


    .btn-gold,
    .btn-outline-white {

        width:
            100%;

    }


    .hero-buttons {

        width:
            100%;

    }


    .hero-buttons a {

        justify-content:
            center;

    }


    .trust-item h4 {

        font-size:
            12px;

    }


    .trust-item p {

        font-size:
            10px;

    }


    .trust-icon {

        width:
            42px;

        height:
            42px;

    }


    .footer-bottom > div {

        flex-wrap:
            wrap;

        justify-content:
            center;

    }

}


/* =========================================================
   BOOKING PAGE HERO
========================================================= */

.page-hero {

    position: relative;

    min-height: 300px;

    display: flex;

    align-items: center;

    background:
        #111
        url("../img/hero.jpg")
        center / cover
        no-repeat;

    color: #fff;

    overflow: hidden;

}


.page-hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(10,10,10,.92),
            rgba(10,10,10,.58)
        );

}


.page-hero-content {

    position: relative;

    z-index: 2;

    padding: 65px 0;

}


.page-hero-content > span {

    color: var(--primary);

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 1.5px;

}


.page-hero-content h1 {

    margin: 10px 0;

    font-size: 50px;

    font-weight: 800;

}


.page-hero-content h1 strong {

    color: var(--primary);

}


.page-hero-content p {

    color: #c8cbd0;

}



/* =========================================================
   BOOKING PAGE
========================================================= */

.booking-page-section {

    padding: 90px 0;

    background: #f7f8fa;

}


.booking-page-layout {

    display: grid;

    grid-template-columns:
        .85fr 1.15fr;

    gap: 60px;

    align-items: center;

}



/* =========================================================
   BOOKING INFO
========================================================= */

.booking-info h2 {

    margin: 13px 0 17px;

    font-size: 43px;

    font-weight: 800;

    line-height: 1.18;

}


.booking-info h2 span {

    display: block;

    color: var(--primary-dark);

}


.booking-info > p {

    max-width: 550px;

    color: var(--text-light);

    line-height: 1.85;

}


.booking-benefits {

    margin-top: 35px;

}


.booking-benefits > div {

    display: flex;

    gap: 14px;

    margin-bottom: 22px;

}


.benefit-icon {

    width: 47px;

    height: 47px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    border-radius: 12px;

    background: var(--primary-light);

    color: var(--primary-dark);

}


.booking-benefits h4 {

    margin: 0 0 2px;

    font-size: 15px;

    font-weight: 800;

}


.booking-benefits p {

    color: #8a8d92;

    font-size: 12px;

}


.booking-contact-card {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    max-width: 500px;

    margin-top: 30px;

    padding: 18px 20px;

    border-radius: 13px;

    background: var(--dark);

    color: #fff;

}


.booking-contact-card span {

    display: block;

    color: var(--primary);

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1px;

}


.booking-contact-card strong {

    display: block;

    margin-top: 3px;

    font-size: 14px;

}


.booking-contact-card a {

    color: #fff;

    font-size: 12px;

    font-weight: 700;

}


.booking-contact-card a i {

    margin-right: 5px;

    color: var(--primary);

}



/* =========================================================
   FULL BOOKING CARD
========================================================= */

.full-booking-card {

    padding: 30px;

    background: #fff;

    border: 1px solid var(--border);

    border-radius: 20px;

    box-shadow:
        0 25px 70px rgba(0,0,0,.09);

}


.full-booking-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 22px;

}


.full-booking-header span {

    color: var(--primary-dark);

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1.5px;

}


.full-booking-header h3 {

    margin: 3px 0 0;

    font-size: 24px;

    font-weight: 800;

}


.full-booking-icon {

    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 13px;

    background: var(--primary-light);

    color: var(--primary-dark);

    font-size: 21px;

}



/* =========================================================
   FULL TRIP TYPE
========================================================= */

.full-trip-type {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 6px;

    padding: 5px;

    margin-bottom: 25px;

    background: #f1f2f4;

    border-radius: 10px;

}


.full-trip {

    min-height: 43px;

    border: 0;

    border-radius: 8px;

    background: transparent;

    color: #70747a;

    font-size: 15px;

    font-weight: 700;

}


.full-trip i {

    margin-right: 4px;

}


.full-trip.active {

    background: var(--dark);

    color: #fff;

}



/* =========================================================
   PREMIUM FORM
========================================================= */

.form-label-premium {

    display: block;

    margin-bottom: 6px;

    color: #4b4f55;

    font-size: 15px;

    font-weight: 800;

}


.form-label-premium span {

    color: #aaa;

    font-weight: 500;

}


.premium-input {

    height: 48px;

    display: flex;

    align-items: center;

    gap: 9px;

    padding: 0 13px;

    border: 1px solid #e3e5e8;

    border-radius: 9px;

    background: #fff;

    transition: .25s ease;

}


.premium-input:focus-within {

    border-color: var(--primary);

    box-shadow:
        0 0 0 3px rgba(244,176,0,.10);

}


.premium-input > i {

    color: var(--primary-dark);

    font-size: 15px;

}


.premium-input input,
.premium-input select {

    width: 100%;

    height: 100%;

    border: 0;

    outline: 0;

    background: transparent;

    color: #222;

    font-size: 12px;

}


.premium-textarea {

    width: 100%;

    padding: 13px;

    resize: vertical;

    border: 1px solid #e3e5e8;

    border-radius: 9px;

    outline: 0;

    font-size: 12px;

}


.premium-textarea:focus {

    border-color: var(--primary);

    box-shadow:
        0 0 0 3px rgba(244,176,0,.10);

}



/* =========================================================
   SUBMIT
========================================================= */

.full-booking-submit {

    width: 100%;

    min-height: 52px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: 22px;

    padding: 0 18px;

    border: 0;

    border-radius: 10px;

    background: var(--primary);

    color: var(--dark);

    font-size: 15px;

    font-weight: 800;

    transition: .3s ease;

}


.full-booking-submit:hover {

    background: var(--dark);

    color: #fff;

    transform: translateY(-2px);

}


.booking-form-note {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 6px;

    margin-top: 12px;

    color: #999;

    font-size: 14px;

}


.booking-form-note i {

    color: #22a968;

}



/* =========================================================
   BOOKING SUCCESS
========================================================= */

.booking-success-box {

    display: flex;

    align-items: center;

    gap: 20px;

    margin-bottom: 25px;

    padding: 25px;

    background: #fff;

    border: 1px solid #e2e5e8;

    border-left: 4px solid var(--primary);

    border-radius: 15px;

    box-shadow: var(--shadow-sm);

}


.success-icon {

    width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: #e9f9f0;

    color: #1eaa68;

    font-size: 24px;

}


.success-label {

    color: #20a566;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1.3px;

}


.booking-success-box h2 {

    margin: 4px 0 7px;

    font-size: 25px;

    font-weight: 800;

}


.booking-success-box h2 span {

    color: var(--primary-dark);

}


.booking-success-box p {

    color: var(--text-light);

    font-size: 15px;

}



/* =========================================================
   SUMMARY
========================================================= */

.booking-summary-card {

    padding: 30px;

    background: #fff;

    border: 1px solid var(--border);

    border-radius: 18px;

    box-shadow: var(--shadow-sm);

}


.summary-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 25px;

}


.summary-header span {

    color: var(--primary-dark);

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1.5px;

}


.summary-header h3 {

    margin: 3px 0 0;

    font-size: 22px;

}


.summary-header > i {

    color: var(--primary-dark);

    font-size: 25px;

}


.summary-grid {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 1px;

    overflow: hidden;

    border: 1px solid var(--border);

    border-radius: 12px;

    background: var(--border);

}


.summary-item {

    padding: 17px;

    background: #fff;

}


.summary-item small {

    display: block;

    margin-bottom: 5px;

    color: #999;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

}


.summary-item strong {

    display: block;

    color: #222;

    font-size: 15px;

    word-break: break-word;

}


.summary-actions {

    display: flex;

    gap: 10px;

    margin-top: 22px;

}



/* =========================================================
   BOOKING FEATURES
========================================================= */

.booking-features {

    padding: 70px 0;

    background: #fff;

}


.booking-feature {

    height: 100%;

    padding: 28px;

    text-align: center;

    border: 1px solid var(--border);

    border-radius: 15px;

    transition: .3s ease;

}


.booking-feature:hover {

    transform: translateY(-5px);

    box-shadow: var(--shadow-sm);

}


.booking-feature > div {

    width: 55px;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 17px;

    border-radius: 50%;

    background: var(--primary-light);

    color: var(--primary-dark);

    font-size: 20px;

}


.booking-feature h3 {

    font-size: 17px;

    font-weight: 800;

}


.booking-feature p {

    color: var(--text-light);

    font-size: 12px;

}



/* =========================================================
   BOOKING RESPONSIVE
========================================================= */

@media(max-width:991px) {

    .booking-page-layout {

        grid-template-columns: 1fr;

        gap: 45px;

    }


    .booking-info {

        max-width: 700px;

        margin: auto;

    }

}


@media(max-width:767px) {

    .page-hero-content {

        padding: 50px 0;

    }


    .page-hero-content h1 {

        font-size: 38px;

    }


    .booking-page-section {

        padding: 60px 0;

    }


    .booking-info h2 {

        font-size: 33px;

    }


    .full-booking-card {

        padding: 20px;

    }


    .full-trip {

        font-size: 14px;

    }


    .full-trip i {

        display: block;

        margin: 0 0 2px;

    }


    .summary-grid {

        grid-template-columns:
            repeat(2,1fr);

    }


    .booking-success-box {

        align-items: flex-start;

    }

}


@media(max-width:480px) {

    .booking-contact-card {

        align-items: flex-start;

        flex-direction: column;

    }


    .summary-grid {

        grid-template-columns: 1fr;

    }


    .summary-actions {

        flex-direction: column;

    }


    .summary-actions a {

        justify-content: center;

    }

}


/* =========================================================
   BOOKING ALERT
========================================================= */

.booking-alert {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 25px;

    padding: 15px 18px;

    border-radius: 10px;

    font-size: 15px;

    font-weight: 600;

}


.booking-alert-error {

    background: #fff0f1;

    border: 1px solid #ffd0d4;

    color: #c72c38;

}


.booking-alert i {

    font-size: 17px;

}



/* =========================================================
   EMAIL STATUS
========================================================= */

.booking-email-success {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    margin-top: 18px;

    padding: 15px;

    border-radius: 8px;

    background: #ecfaf3;

    color: #168653;

    font-size: 15px;

    font-weight: 600;

}


.booking-email-success i {

    font-size: 15px;

}


.booking-email-note {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    margin-top: 18px;

    padding: 15px;

    border-radius: 8px;

    background: #fff7e1;

    color: #9a6a00;

    font-size: 15px;

    font-weight: 600;

}



/* =========================================================
   SUCCESS RESPONSIVE
========================================================= */

@media(max-width:767px) {

    .booking-success-box {

        flex-direction: column;

        text-align: center;

    }


    .booking-summary-card {

        padding: 20px;

    }

}




/* =========================================================
   ABOUT PAGE HERO
========================================================= */

.about-page-hero {

    position: relative;

    min-height: 390px;

    display: flex;

    align-items: center;

    background:
        #111
        url("../img/about.jpg")
        center / cover
        no-repeat;

    overflow: hidden;

}


.about-hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(7,8,10,.95),
            rgba(7,8,10,.55),
            rgba(7,8,10,.75)
        );

}


.about-hero-content {

    position: relative;

    z-index: 2;

    padding: 80px 0;

    color: #fff;

}


.about-breadcrumb {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: var(--primary);

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 1.7px;

}


.about-hero-content h1 {

    margin: 15px 0 10px;

    font-size: clamp(42px,5vw,65px);

    font-weight: 800;

}


.about-hero-content h1 span {

    color: var(--primary);

}


.about-hero-content p {

    margin: 0;

    max-width: 550px;

    color: #d0d3d7;

    font-size: 16px;

}



/* =========================================================
   ABOUT INTRO
========================================================= */

.about-intro-section {

    padding: 110px 0;

    background: #fff;

}


.about-image-wrap {

    position: relative;

    padding: 0 25px 25px 0;

}


.about-image-main {

    position: relative;

    z-index: 2;

    overflow: hidden;

    border-radius: 18px;

    box-shadow:
        0 25px 70px rgba(0,0,0,.13);

}


.about-image-main img {

    width: 100%;

    min-height: 540px;

    display: block;

    object-fit: cover;

    transition: transform .7s ease;

}


.about-image-wrap:hover
.about-image-main img {

    transform: scale(1.04);

}


.about-image-shape {

    position: absolute;

    right: 0;

    bottom: 0;

    width: 55%;

    height: 55%;

    border-radius: 18px;

    background: var(--primary);

}


.about-experience {

    position: absolute;

    z-index: 4;

    left: -25px;

    bottom: 55px;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 17px 20px;

    border-radius: 12px;

    background: var(--dark);

    color: #fff;

    box-shadow:
        0 20px 45px rgba(0,0,0,.22);

}


.about-experience strong {

    color: var(--primary);

    font-size: 34px;

    line-height: 1;

}


.about-experience span {

    color: #d0d3d7;

    font-size: 15px;

    font-weight: 700;

    line-height: 1.5;

}



/* =========================================================
   ABOUT CONTENT
========================================================= */

.about-content {

    padding-left: 25px;

}


.about-content h2 {

    margin: 15px 0 20px;

    font-size: 43px;

    font-weight: 800;

    line-height: 1.15;

}


.about-content h2 span {

    display: block;

    color: var(--primary-dark);

}


.about-content p {

    color: var(--text-light);

    font-size: 15px;

    line-height: 1.9;

}


.about-content .about-lead {

    color: #333;

    font-size: 16px;

    font-weight: 700;

    line-height: 1.7;

}


.about-check-list {

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 12px;

    margin-top: 25px;

}


.about-check-list div {

    display: flex;

    align-items: center;

    gap: 8px;

    color: #444;

    font-size: 15px;

    font-weight: 700;

}


.about-check-list i {

    color: #20a66a;

    font-size: 14px;

}


.about-buttons {

    display: flex;

    align-items: center;

    gap: 25px;

    margin-top: 30px;

}


.about-phone {

    display: flex;

    align-items: center;

    gap: 9px;

}


.about-phone-icon {

    width: 39px;

    height: 39px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: var(--primary-light);

    color: var(--primary-dark);

}


.about-phone small {

    display: block;

    color: #999;

    font-size: 14px;

}


.about-phone strong {

    display: block;

    color: #222;

    font-size: 12px;

}



/* =========================================================
   STATS
========================================================= */

.about-stats-section {

    padding: 0 0 100px;

}


.about-stats-grid {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    overflow: hidden;

    border-radius: 16px;

    background: var(--dark);

}


.about-stat {

    position: relative;

    padding: 30px 25px;

    text-align: center;

    border-right:
        1px solid rgba(255,255,255,.08);

}


.about-stat:last-child {

    border-right: 0;

}


.stat-icon {

    width: 45px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 13px;

    border-radius: 12px;

    background: rgba(244,176,0,.10);

    color: var(--primary);

}


.about-stat strong {

    display: block;

    color: #fff;

    font-size: 27px;

    font-weight: 800;

}


.about-stat span {

    display: block;

    margin-top: 3px;

    color: #92969c;

    font-size: 15px;

}



/* =========================================================
   WHY CHEHAR
========================================================= */

.why-chehar-section {

    padding: 105px 0;

    background: #f7f8fa;

}


.section-heading-center {

    max-width: 680px;

    margin: 0 auto;

    text-align: center;

}


.section-heading-center h2 {

    margin: 13px 0;

    font-size: 42px;

    font-weight: 800;

}


.section-heading-center h2 span {

    color: var(--primary-dark);

}


.section-heading-center p {

    color: var(--text-light);

    font-size: 15px;

    line-height: 1.8;

}


.why-chehar-card {

    position: relative;

    height: 100%;

    padding: 30px;

    overflow: hidden;

    border: 1px solid #e6e8eb;

    border-radius: 15px;

    background: #fff;

    transition: all .35s ease;

}


.why-chehar-card:hover {

    transform: translateY(-8px);

    border-color: var(--primary);

    box-shadow:
        0 20px 50px rgba(0,0,0,.08);

}


.why-icon {

    width: 55px;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 22px;

    border-radius: 14px;

    background: var(--primary-light);

    color: var(--primary-dark);

    font-size: 21px;

}


.why-chehar-card h3 {

    margin-bottom: 10px;

    font-size: 17px;

    font-weight: 800;

}


.why-chehar-card p {

    margin: 0;

    color: var(--text-light);

    font-size: 15px;

    line-height: 1.8;

}


.why-number {

    position: absolute;

    right: 18px;

    bottom: 12px;

    color: #f1f2f4;

    font-size: 42px;

    font-weight: 900;

}



/* =========================================================
   MISSION
========================================================= */

.mission-section {

    padding: 100px 0;

    background: #fff;

}


.mission-card {

    position: relative;

    height: 100%;

    padding: 40px;

    overflow: hidden;

    border-radius: 17px;

}


.mission-card-dark {

    background: var(--dark);

    color: #fff;

}


.mission-card-light {

    background: var(--primary-light);

    color: #222;

}


.mission-card-icon {

    width: 55px;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

    border-radius: 14px;

    background: rgba(244,176,0,.14);

    color: var(--primary-dark);

    font-size: 21px;

}


.mission-card > span {

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1.5px;

}


.mission-card h3 {

    max-width: 500px;

    margin: 9px 0 14px;

    font-size: 29px;

    font-weight: 800;

}


.mission-card p {

    max-width: 550px;

    margin: 0;

    color: #9da1a7;

    font-size: 12px;

    line-height: 1.9;

}


.mission-card-light p {

    color: #666;

}



/* =========================================================
   PROCESS
========================================================= */

.about-process-section {

    padding: 105px 0;

    background: #f7f8fa;

}


.process-grid {

    display: grid;

    grid-template-columns:
        1fr 80px 1fr 80px 1fr;

    align-items: center;

    margin-top: 55px;

}


.process-item {

    position: relative;

    text-align: center;

}


.process-number {

    margin-bottom: 10px;

    color: #d5d6d8;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 1px;

}


.process-icon {

    width: 70px;

    height: 70px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 18px;

    border-radius: 50%;

    background: #fff;

    color: var(--primary-dark);

    box-shadow:
        0 12px 35px rgba(0,0,0,.08);

    font-size: 22px;

}


.process-item h3 {

    font-size: 17px;

    font-weight: 800;

}


.process-item p {

    max-width: 250px;

    margin: 8px auto 0;

    color: var(--text-light);

    font-size: 15px;

    line-height: 1.8;

}


.process-line {

    height: 1px;

    background:
        repeating-linear-gradient(
            90deg,
            #d8dadd 0,
            #d8dadd 6px,
            transparent 6px,
            transparent 12px
        );

}



/* =========================================================
   ABOUT CTA
========================================================= */

.about-cta-section {

    padding: 90px 0;

    background: #fff;

}


.about-cta {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;

    padding: 55px;

    border-radius: 20px;

    background:
        linear-gradient(
            115deg,
            #111317,
            #1c1e22
        );

    color: #fff;

}


.about-cta > div:first-child {

    max-width: 650px;

}


.about-cta span {

    color: var(--primary);

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1.7px;

}


.about-cta h2 {

    margin: 9px 0;

    font-size: 36px;

    font-weight: 800;

}


.about-cta p {

    margin: 0;

    color: #aeb2b7;

    font-size: 12px;

}


.about-cta-buttons {

    display: flex;

    gap: 10px;

    flex-shrink: 0;

}


.about-cta-outline {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 13px 22px;

    border: 1px solid rgba(255,255,255,.3);

    border-radius: 9px;

    color: #fff;

    font-size: 12px;

    font-weight: 700;

}


.about-cta-outline:hover {

    background: #fff;

    color: #111;

}



/* =========================================================
   ABOUT RESPONSIVE
========================================================= */

@media(max-width:991px) {

    .about-content {

        padding-left: 0;

    }


    .about-stats-grid {

        grid-template-columns:
            repeat(2,1fr);

    }


    .about-stat:nth-child(2) {

        border-right: 0;

    }


    .process-grid {

        grid-template-columns:
            1fr;

        gap: 35px;

    }


    .process-line {

        display: none;

    }


    .about-cta {

        flex-direction: column;

        align-items: flex-start;

    }

}


@media(max-width:767px) {

    .about-page-hero {

        min-height: 300px;

    }


    .about-intro-section {

        padding: 70px 0;

    }


    .about-image-main img {

        min-height: 400px;

    }


    .about-experience {

        left: 5px;

    }


    .about-content h2 {

        font-size: 34px;

    }


    .about-check-list {

        grid-template-columns: 1fr;

    }


    .about-buttons {

        flex-direction: column;

        align-items: flex-start;

    }


    .section-heading-center h2 {

        font-size: 34px;

    }


    .mission-section,
    .about-process-section {

        padding: 70px 0;

    }


    .about-cta {

        padding: 35px 25px;

    }


    .about-cta h2 {

        font-size: 28px;

    }


    .about-cta-buttons {

        width: 100%;

        flex-direction: column;

    }


    .about-cta-buttons a {

        width: 100%;

    }

}


@media(max-width:480px) {

    .about-stats-grid {

        grid-template-columns: 1fr;

    }


    .about-stat {

        border-right: 0;

        border-bottom:
            1px solid rgba(255,255,255,.08);

    }


    .about-stat:last-child {

        border-bottom: 0;

    }

}




/* =========================================================
   CHEHAR CAB PREMIUM GRADIENT SYSTEM
========================================================= */

:root {

    --cc-purple: #6d28d9;
    --cc-violet: #7c3aed;
    --cc-pink: #ec4899;
    --cc-orange: #f97316;
    --cc-gold: #fbbf24;

    --cc-gradient:
        linear-gradient(
            135deg,
            #4f46e5 0%,
            #7c3aed 38%,
            #db2777 72%,
            #f97316 100%
        );

    --cc-gradient-dark:
        linear-gradient(
            135deg,
            #11113d,
            #31106b 45%,
            #9d174d 100%
        );

}


/* =========================================================
   ABOUT HERO PREMIUM
========================================================= */

.about-page-hero {

    position: relative;

    min-height: 430px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background:
        var(--cc-gradient-dark);

}


.about-page-hero::before {

    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    top: -250px;

    right: 5%;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(236,72,153,.35),
            transparent 68%
        );

    animation:
        heroGlow 7s ease-in-out infinite;

}


.about-page-hero::after {

    content: "";

    position: absolute;

    width: 400px;

    height: 400px;

    left: -180px;

    bottom: -220px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(124,58,237,.45),
            transparent 70%
        );

    animation:
        heroGlow 9s ease-in-out infinite reverse;

}


@keyframes heroGlow {

    0%,
    100% {

        transform:
            translate3d(0,0,0)
            scale(1);

    }

    50% {

        transform:
            translate3d(35px,25px,0)
            scale(1.12);

    }

}


.about-hero-overlay {

    background:
        linear-gradient(
            90deg,
            rgba(7,7,25,.96),
            rgba(28,10,60,.78),
            rgba(65,8,55,.55)
        );

}


.about-hero-content {

    animation:
        aboutHeroContent .9s ease both;

}


@keyframes aboutHeroContent {

    from {

        opacity: 0;

        transform:
            translateY(35px);

    }

    to {

        opacity: 1;

        transform:
            translateY(0);

    }

}


.about-breadcrumb {

    animation:
        fadeSlide .8s .15s ease both;

}


.about-hero-content h1 {

    background:
        linear-gradient(
            90deg,
            #fff,
            #fff 35%,
            #fbbf24 55%,
            #ec4899 78%,
            #a78bfa
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}


.about-hero-content h1 span {

    background:
        linear-gradient(
            90deg,
            #fbbf24,
            #fb7185,
            #c084fc
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}

/* =========================================================
   ABOUT IMAGE ANIMATION
========================================================= */

.about-image-wrap {

    animation:
        aboutImageReveal 1s .2s ease both;

}


@keyframes aboutImageReveal {

    from {

        opacity: 0;

        transform:
            translateX(-50px)
            scale(.96);

    }

    to {

        opacity: 1;

        transform:
            translateX(0)
            scale(1);

    }

}


.about-image-main {

    transition:
        transform .6s ease,
        box-shadow .6s ease;

}


.about-image-main:hover {

    transform:
        translateY(-8px);

    box-shadow:
        0 35px 80px
        rgba(109,40,217,.22);

}


.about-image-shape {

    background:
        var(--cc-gradient);

    animation:
        shapeFloat 5s ease-in-out infinite;

}


@keyframes shapeFloat {

    0%,
    100% {

        transform:
            translate(0,0);

    }

    50% {

        transform:
            translate(8px,-10px);

    }

}


.about-experience {

    background:
        var(--cc-gradient);

    animation:
        experienceFloat 4s ease-in-out infinite;

}


@keyframes experienceFloat {

    0%,
    100% {

        transform:
            translateY(0);

    }

    50% {

        transform:
            translateY(-9px);

    }

}

/* =========================================================
   PREMIUM COUNTER SECTION
========================================================= */

.about-stats-section {

    padding: 0 0 100px;

}


.about-stats-grid {

    position: relative;

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    overflow: hidden;

    border-radius: 22px;

    background:
        var(--cc-gradient);

    box-shadow:
        0 25px 70px
        rgba(109,40,217,.28);

}


.about-stats-grid::before {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            120deg,
            transparent 20%,
            rgba(255,255,255,.14),
            transparent 70%
        );

    transform:
        translateX(-100%);

    animation:
        statsShine 5s ease-in-out infinite;

}


@keyframes statsShine {

    0% {

        transform:
            translateX(-100%);

    }

    45%,
    100% {

        transform:
            translateX(100%);

    }

}


.about-stat {

    position: relative;

    z-index: 2;

    padding: 32px 20px;

    text-align: center;

    border-right:
        1px solid
        rgba(255,255,255,.18);

    transition:
        transform .35s ease,
        background .35s ease;

}


.about-stat:hover {

    background:
        rgba(255,255,255,.10);

    transform:
        translateY(-5px);

}


.about-stat:last-child {

    border-right: 0;

}


.stat-icon {

    background:
        rgba(255,255,255,.16);

    color: #fff;

    border:
        1px solid
        rgba(255,255,255,.20);

    backdrop-filter:
        blur(8px);

    transition:
        transform .4s ease;

}


.about-stat:hover .stat-icon {

    transform:
        rotateY(180deg)
        scale(1.08);

}


.about-stat strong {

    color: #fff;

    font-size: 32px;

    font-weight: 900;

    letter-spacing: -.5px;

}


.about-stat span {

    color:
        rgba(255,255,255,.82);

}




/* =========================================================
   WHY CHEHAR PREMIUM CARDS
========================================================= */

.why-chehar-card {

    opacity: 0;

    transform:
        translateY(35px);

    animation:
        cardReveal .8s ease forwards;

}


.why-chehar-card:nth-child(1) {

    animation-delay: .1s;

}


.why-chehar-card:nth-child(2) {

    animation-delay: .2s;

}


.why-chehar-card:nth-child(3) {

    animation-delay: .3s;

}


.why-chehar-card:nth-child(4) {

    animation-delay: .4s;

}


@keyframes cardReveal {

    to {

        opacity: 1;

        transform:
            translateY(0);

    }

}


.why-icon {

    background:
        linear-gradient(
            135deg,
            #ede9fe,
            #fce7f3
        );

    transition:
        transform .4s ease,
        box-shadow .4s ease;

}


.why-chehar-card:hover .why-icon {

    transform:
        rotate(-8deg)
        scale(1.12);

    box-shadow:
        0 10px 30px
        rgba(124,58,237,.20);

}


.why-number {

    background:
        linear-gradient(
            135deg,
            #ddd6fe,
            #fbcfe8
        );

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}

/* =========================================================
   MISSION VISION GRADIENT
========================================================= */

.mission-card-dark {

    position: relative;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #312e81,
            #6d28d9 50%,
            #be185d
        );

    box-shadow:
        0 20px 55px
        rgba(109,40,217,.20);

}


.mission-card-light {

    position: relative;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #fff7ed,
            #fce7f3 50%,
            #ede9fe
        );

}


.mission-card::after {

    content: "";

    position: absolute;

    width: 220px;

    height: 220px;

    right: -80px;

    bottom: -100px;

    border-radius: 50%;

    background:
        rgba(255,255,255,.10);

    animation:
        missionFloat 6s ease-in-out infinite;

}


@keyframes missionFloat {

    0%,
    100% {

        transform:
            scale(1);

    }

    50% {

        transform:
            scale(1.3);

    }

}


.mission-card-dark p {

    color:
        rgba(255,255,255,.72);

}


.mission-card-icon {

    background:
        rgba(255,255,255,.14);

    color: #fff;

}

/* =========================================================
   PROCESS PREMIUM
========================================================= */

.process-icon {

    position: relative;

    background:
        linear-gradient(
            135deg,
            #ede9fe,
            #fce7f3
        );

    color:
        #6d28d9;

    transition:
        all .4s ease;

}


.process-item:hover .process-icon {

    background:
        var(--cc-gradient);

    color: #fff;

    transform:
        translateY(-8px)
        rotate(5deg);

    box-shadow:
        0 15px 35px
        rgba(109,40,217,.25);

}


.process-number {

    color:
        #7c3aed;

}

/* =========================================================
   PREMIUM CTA
========================================================= */

.about-cta {

    position: relative;

    overflow: hidden;

    background:
        linear-gradient(
            120deg,
            #17134a,
            #4c1d95 45%,
            #be185d 78%,
            #ea580c
        );

    box-shadow:
        0 25px 70px
        rgba(109,40,217,.20);

}


.about-cta::before {

    content: "";

    position: absolute;

    width: 350px;

    height: 350px;

    right: -120px;

    top: -180px;

    border-radius: 50%;

    background:
        rgba(255,255,255,.10);

    animation:
        ctaCircle 6s ease-in-out infinite;

}


@keyframes ctaCircle {

    0%,
    100% {

        transform:
            scale(1);

    }

    50% {

        transform:
            scale(1.25)
            translate(-20px,20px);

    }

}


.about-cta > * {

    position: relative;

    z-index: 2;

}


.about-cta span {

    color:
        #fbbf24;

}


.about-cta h2 {

    color: #fff;

}


.about-cta p {

    color:
        rgba(255,255,255,.75);

}





/* =========================================================
   SERVICES HERO
========================================================= */

.services-page-hero {

    position: relative;

    min-height: 470px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background:
        linear-gradient(
            120deg,
            #100b2d,
            #35107a 48%,
            #9d174d 78%,
            #ea580c
        );

    color: #fff;

}


.services-page-hero::before {

    content: "";

    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at 80% 25%,
            rgba(255,255,255,.13),
            transparent 25%
        ),
        radial-gradient(
            circle at 15% 80%,
            rgba(124,58,237,.35),
            transparent 30%
        );

}


.services-hero-glow {

    position: absolute;

    border-radius: 50%;

    filter: blur(3px);

    opacity: .5;

}


.glow-one {

    width: 350px;

    height: 350px;

    right: -100px;

    top: -130px;

    background:
        rgba(249,115,22,.35);

    animation:
        serviceGlow 7s ease-in-out infinite;

}


.glow-two {

    width: 280px;

    height: 280px;

    left: -100px;

    bottom: -120px;

    background:
        rgba(124,58,237,.5);

    animation:
        serviceGlow 9s ease-in-out infinite reverse;

}


@keyframes serviceGlow {

    0%,
    100% {

        transform:
            translate(0,0)
            scale(1);

    }

    50% {

        transform:
            translate(35px,-20px)
            scale(1.15);

    }

}


.services-hero-content {

    position: relative;

    z-index: 2;

    max-width: 760px;

    padding: 90px 0;

    animation:
        servicesHeroReveal .9s ease both;

}


@keyframes servicesHeroReveal {

    from {

        opacity: 0;

        transform:
            translateY(35px);

    }

    to {

        opacity: 1;

        transform:
            translateY(0);

    }

}


.services-hero-tag {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #fbbf24;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 1.7px;

}


.services-hero-content h1 {

    margin: 17px 0;

    font-size: clamp(44px,6vw,72px);

    line-height: 1.05;

    font-weight: 900;

}


.services-hero-content h1 span {

    display: block;

    background:
        linear-gradient(
            90deg,
            #fbbf24,
            #fb7185,
            #c084fc
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}


.services-hero-content p {

    max-width: 650px;

    color:
        rgba(255,255,255,.76);

    font-size: 14px;

    line-height: 1.9;

}


.services-hero-buttons {

    display: flex;

    gap: 12px;

    margin-top: 30px;

}



/* =========================================================
   BUTTONS
========================================================= */

.services-primary-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    min-height: 48px;

    padding: 0 21px;

    border-radius: 9px;

    background:
        linear-gradient(
            90deg,
            #fbbf24,
            #f97316
        );

    color: #171717;

    font-size: 12px;

    font-weight: 800;

    box-shadow:
        0 10px 30px
        rgba(249,115,22,.25);

    transition:
        all .3s ease;

}


.services-primary-btn:hover {

    color: #111;

    transform:
        translateY(-3px);

    box-shadow:
        0 15px 40px
        rgba(249,115,22,.35);

}


.services-outline-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 48px;

    padding: 0 23px;

    border:
        1px solid
        rgba(255,255,255,.35);

    border-radius: 9px;

    color: #fff;

    font-size: 12px;

    font-weight: 700;

    transition: .3s ease;

}


.services-outline-btn:hover {

    background: #fff;

    color: #222;

}



/* =========================================================
   INTRO
========================================================= */

.services-intro {

    padding: 100px 0 75px;

    background: #fff;

}


.services-intro-title {

    margin: 15px 0 0;

    font-size: 40px;

    line-height: 1.15;

    font-weight: 850;

}


.services-intro-title span {

    display: block;

    background:
        linear-gradient(
            90deg,
            #6d28d9,
            #db2777,
            #f97316
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}


.services-intro-text {

    margin-bottom: 12px;

    color: #70747b;

    font-size: 15px;

    line-height: 1.9;

}



/* =========================================================
   MAIN SERVICES
========================================================= */

.services-main-section {

    padding: 80px 0 105px;

    background: #f7f8fb;

}


.services-heading {

    max-width: 700px;

    margin: 0 auto 45px;

    text-align: center;

}


.services-heading h2 {

    margin: 12px 0 8px;

    font-size: 42px;

    font-weight: 850;

}


.services-heading h2 span {

    background:
        linear-gradient(
            90deg,
            #6d28d9,
            #db2777,
            #f97316
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}


.services-heading p {

    color: #858991;

    font-size: 12px;

}


.services-premium-grid {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 22px;

}



/* =========================================================
   SERVICE CARD
========================================================= */

.premium-service-card {

    position: relative;

    min-height: 430px;

    padding: 30px;

    overflow: hidden;

    border:
        1px solid
        #e5e7eb;

    border-radius: 18px;

    background: #fff;

    box-shadow:
        0 10px 35px
        rgba(0,0,0,.035);

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;

    animation:
        serviceCardReveal .7s ease both;

}


.premium-service-card:nth-child(1) {
    animation-delay: .05s;
}

.premium-service-card:nth-child(2) {
    animation-delay: .12s;
}

.premium-service-card:nth-child(3) {
    animation-delay: .19s;
}

.premium-service-card:nth-child(4) {
    animation-delay: .26s;
}

.premium-service-card:nth-child(5) {
    animation-delay: .33s;
}

.premium-service-card:nth-child(6) {
    animation-delay: .40s;
}


@keyframes serviceCardReveal {

    from {

        opacity: 0;

        transform:
            translateY(35px);

    }

    to {

        opacity: 1;

        transform:
            translateY(0);

    }

}


.premium-service-card::before {

    content: "";

    position: absolute;

    width: 180px;

    height: 180px;

    right: -100px;

    bottom: -100px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            rgba(124,58,237,.12),
            rgba(236,72,153,.10)
        );

    transition:
        transform .5s ease;

}


.premium-service-card:hover {

    transform:
        translateY(-9px);

    border-color:
        rgba(124,58,237,.28);

    box-shadow:
        0 25px 65px
        rgba(109,40,217,.12);

}


.premium-service-card:hover::before {

    transform:
        scale(2);

}


.service-gradient-card {

    background:
        linear-gradient(
            145deg,
            #fff,
            #faf5ff
        );

}


.service-card-number {

    position: absolute;

    top: 22px;

    right: 25px;

    color: #e5e7eb;

    font-size: 42px;

    font-weight: 900;

}


.service-card-top {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: space-between;

}


.premium-service-icon {

    width: 62px;

    height: 62px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 17px;

    background:
        linear-gradient(
            135deg,
            #ede9fe,
            #fce7f3
        );

    color: #6d28d9;

    transition:
        all .4s ease;

}


.premium-service-icon img {

    width: 34px;

    height: 34px;

    object-fit: contain;

}


.premium-service-icon i {

    font-size: 26px;

}


.premium-service-card:hover
.premium-service-icon {

    background:
        linear-gradient(
            135deg,
            #6d28d9,
            #db2777
        );

    transform:
        rotate(-6deg)
        scale(1.08);

}


.premium-service-card:hover
.premium-service-icon img {

    filter:
        brightness(0)
        invert(1);

}


.service-arrow {

    width: 36px;

    height: 36px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid
        #e5e7eb;

    border-radius: 50%;

    color: #7c3aed;

    font-size: 15px;

    transition: .35s ease;

}


.premium-service-card:hover
.service-arrow {

    background:
        linear-gradient(
            135deg,
            #6d28d9,
            #ec4899
        );

    color: #fff;

    border-color: transparent;

    transform:
        rotate(45deg);

}


.premium-service-card h3 {

    position: relative;

    z-index: 2;

    margin: 28px 0 10px;

    font-size: 20px;

    font-weight: 850;

}


.premium-service-card > p {

    position: relative;

    z-index: 2;

    min-height: 75px;

    color: #747880;

    font-size: 15px;

    line-height: 1.8;

}


.premium-service-card ul {

    position: relative;

    z-index: 2;

    padding: 0;

    margin: 18px 0;

    list-style: none;

}


.premium-service-card li {

    display: inline-flex;

    align-items: center;

    gap: 6px;

    margin: 0 12px 8px 0;

    color: #4b4f56;

    font-size: 14px;

    font-weight: 700;

}


.premium-service-card li i {

    color: #22a66a;

    font-size: 15px;

}


.premium-service-card > a {

    position: absolute;

    z-index: 3;

    left: 30px;

    bottom: 28px;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #6d28d9;

    font-size: 16px;

    font-weight: 800;

}


.premium-service-card > a i {

    transition: transform .3s ease;

}


.premium-service-card > a:hover i {

    transform:
        translateX(5px);

}



/* =========================================================
   BENEFITS
========================================================= */

.service-benefits-section {

    padding: 100px 0;

    background: #fff;

}


.service-benefit-card {

    height: 100%;

    padding: 30px 25px;

    text-align: center;

    border:
        1px solid
        #e8e9ed;

    border-radius: 15px;

    background: #fff;

    transition: .35s ease;

}


.service-benefit-card:hover {

    transform:
        translateY(-7px);

    border-color:
        rgba(124,58,237,.2);

    box-shadow:
        0 20px 50px
        rgba(109,40,217,.09);

}


.service-benefit-card > div {

    width: 55px;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 17px;

    border-radius: 15px;

    background:
        linear-gradient(
            135deg,
            #ede9fe,
            #fce7f3
        );

    color: #7c3aed;

    font-size: 20px;

    transition: .35s ease;

}


.service-benefit-card:hover > div {

    background:
        linear-gradient(
            135deg,
            #6d28d9,
            #ec4899
        );

    color: #fff;

    transform:
        rotate(-8deg);

}


.service-benefit-card h3 {

    font-size: 16px;

    font-weight: 800;

}


.service-benefit-card p {

    margin: 0;

    color: #80848b;

    font-size: 15px;

    line-height: 1.8;

}



/* =========================================================
   CUSTOM SERVICE
========================================================= */

.custom-service-section {

    padding: 0 0 100px;

    background: #fff;

}


.custom-service-box {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    min-height: 340px;

    padding: 50px 60px;

    overflow: hidden;

    border-radius: 22px;

    background:
        linear-gradient(
            120deg,
            #17134a,
            #5b21b6 45%,
            #db2777 78%,
            #f97316
        );

    color: #fff;

    box-shadow:
        0 25px 70px
        rgba(109,40,217,.20);

}


.custom-service-box::before {

    content: "";

    position: absolute;

    width: 450px;

    height: 450px;

    right: -180px;

    top: -220px;

    border-radius: 50%;

    background:
        rgba(255,255,255,.08);

    animation:
        customCircle 7s ease-in-out infinite;

}


@keyframes customCircle {

    50% {

        transform:
            scale(1.2)
            translate(-20px,20px);

    }

}


.custom-service-content {

    position: relative;

    z-index: 2;

    max-width: 650px;

}


.custom-service-content > span {

    color: #fbbf24;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1.6px;

}


.custom-service-content h2 {

    margin: 12px 0;

    font-size: 38px;

    font-weight: 850;

}


.custom-service-content h2 strong {

    display: block;

    color: #fbbf24;

}


.custom-service-content p {

    max-width: 580px;

    color:
        rgba(255,255,255,.75);

    font-size: 12px;

    line-height: 1.8;

}


.custom-service-buttons {

    display: flex;

    align-items: center;

    gap: 20px;

    margin-top: 25px;

}


.custom-phone {

    display: flex;

    align-items: center;

    gap: 8px;

    color: #fff;

    font-size: 12px;

    font-weight: 700;

}


.custom-phone i {

    color: #fbbf24;

}


.custom-service-art {

    position: relative;

    z-index: 2;

    width: 260px;

    height: 260px;

    flex-shrink: 0;

}


.art-circle {

    position: absolute;

    border-radius: 50%;

    border:
        1px solid
        rgba(255,255,255,.2);

}


.circle-one {

    inset: 0;

    animation:
        artRotate 15s linear infinite;

}


.circle-two {

    inset: 35px;

    animation:
        artRotate 10s linear infinite reverse;

}


@keyframes artRotate {

    to {

        transform:
            rotate(360deg);

    }

}


.custom-service-art > i {

    position: absolute;

    inset: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 85px;

    color:
        rgba(255,255,255,.9);

}



/* =========================================================
   FINAL CTA
========================================================= */

.services-final-cta {

    position: relative;

    padding: 100px 0;

    overflow: hidden;

    text-align: center;

    background:
        linear-gradient(
            135deg,
            #faf5ff,
            #fce7f3,
            #fff7ed
        );

}


.services-final-content {

    max-width: 700px;

    margin: auto;

}


.services-final-content > span {

    color: #7c3aed;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1.7px;

}


.services-final-content h2 {

    margin: 13px 0;

    font-size: 44px;

    font-weight: 900;

}


.services-final-content h2 strong {

    background:
        linear-gradient(
            90deg,
            #6d28d9,
            #db2777,
            #f97316
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}


.services-final-content p {

    max-width: 560px;

    margin: 0 auto 25px;

    color: #737780;

    font-size: 12px;

    line-height: 1.8;

}



/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:991px) {

    .services-premium-grid {

        grid-template-columns:
            repeat(2,1fr);

    }


    .custom-service-box {

        padding: 45px;

    }


    .custom-service-art {

        width: 190px;

        height: 190px;

    }


    .custom-service-art > i {

        font-size: 60px;

    }

}


@media(max-width:767px) {

    .services-page-hero {

        min-height: 390px;

    }


    .services-hero-content {

        padding: 65px 0;

    }


    .services-hero-content h1 {

        font-size: 46px;

    }


    .services-hero-buttons {

        flex-direction: column;

        align-items: flex-start;

    }


    .services-intro {

        padding: 70px 0 50px;

    }


    .services-intro-title {

        font-size: 34px;

    }


    .services-main-section {

        padding: 65px 0 75px;

    }


    .services-heading h2 {

        font-size: 34px;

    }


    .services-premium-grid {

        grid-template-columns: 1fr;

    }


    .premium-service-card {

        min-height: 420px;

    }


    .service-benefits-section {

        padding: 70px 0;

    }


    .custom-service-box {

        flex-direction: column;

        align-items: flex-start;

        padding: 35px 25px;

    }


    .custom-service-content h2 {

        font-size: 30px;

    }


    .custom-service-art {

        position: absolute;

        right: -40px;

        bottom: -40px;

        opacity: .35;

    }


    .custom-service-buttons {

        flex-direction: column;

        align-items: flex-start;

    }


    .services-final-cta {

        padding: 75px 0;

    }


    .services-final-content h2 {

        font-size: 35px;

    }

}


@media(max-width:480px) {

    .services-hero-content h1 {

        font-size: 40px;

    }


    .premium-service-card {

        padding: 25px;

    }


    .premium-service-card > a {

        left: 25px;

    }

}
.services-premium-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}



/* =========================================================
   SERVICE DETAIL HERO
========================================================= */

.service-detail-hero {

    position: relative;

    min-height: 610px;

    display: flex;

    align-items: center;

    overflow: hidden;

    color: #fff;

    background:
        linear-gradient(
            120deg,
            #110b31 0%,
            #3b147c 45%,
            #a21caf 72%,
            #ea580c 100%
        );

}


.service-detail-hero::before {

    content: "";

    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(255,255,255,.12),
            transparent 24%
        ),
        radial-gradient(
            circle at 20% 90%,
            rgba(124,58,237,.35),
            transparent 28%
        );

}


.service-detail-glow {

    position: absolute;

    border-radius: 50%;

    filter: blur(2px);

}


.glow-1 {

    width: 420px;

    height: 420px;

    right: -130px;

    top: -170px;

    background:
        rgba(249,115,22,.28);

    animation:
        serviceDetailFloat 8s ease-in-out infinite;

}


.glow-2 {

    width: 320px;

    height: 320px;

    left: -140px;

    bottom: -160px;

    background:
        rgba(124,58,237,.35);

    animation:
        serviceDetailFloat 10s ease-in-out infinite reverse;

}


@keyframes serviceDetailFloat {

    0%,
    100% {

        transform:
            translate(0,0)
            scale(1);

    }

    50% {

        transform:
            translate(30px,-25px)
            scale(1.12);

    }

}


.service-detail-content {

    position: relative;

    z-index: 2;

    animation:
        serviceDetailReveal .9s ease both;

}


@keyframes serviceDetailReveal {

    from {

        opacity: 0;

        transform:
            translateY(40px);

    }

    to {

        opacity: 1;

        transform:
            translateY(0);

    }

}


.service-detail-tag {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #fbbf24;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 1.7px;

}


.service-detail-content h1 {

    margin: 18px 0;

    font-size: clamp(45px,6vw,72px);

    line-height: 1.03;

    font-weight: 900;

}


.service-detail-content h1 span {

    display: block;

    background:
        linear-gradient(
            90deg,
            #fbbf24,
            #fb7185,
            #c084fc
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}


.service-detail-content > p {

    max-width: 650px;

    color:
        rgba(255,255,255,.76);

    font-size: 14px;

    line-height: 1.9;

}


.service-detail-buttons {

    display: flex;

    gap: 12px;

    margin-top: 28px;

}


.service-detail-primary {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-height: 48px;

    padding: 0 22px;

    border-radius: 9px;

    background:
        linear-gradient(
            90deg,
            #fbbf24,
            #f97316
        );

    color: #171717;

    font-size: 12px;

    font-weight: 800;

    box-shadow:
        0 12px 35px
        rgba(249,115,22,.25);

    transition: .3s ease;

}


.service-detail-primary:hover {

    color: #111;

    transform:
        translateY(-3px);

    box-shadow:
        0 18px 45px
        rgba(249,115,22,.35);

}


.service-detail-whatsapp {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    min-height: 48px;

    padding: 0 22px;

    border:
        1px solid
        rgba(255,255,255,.30);

    border-radius: 9px;

    color: #fff;

    font-size: 12px;

    font-weight: 700;

    transition: .3s ease;

}


.service-detail-whatsapp:hover {

    background: #25d366;

    border-color: #25d366;

    color: #fff;

    transform:
        translateY(-3px);

}


.service-hero-points {

    display: flex;

    flex-wrap: wrap;

    gap: 18px;

    margin-top: 28px;

}


.service-hero-points div {

    display: flex;

    align-items: center;

    gap: 6px;

    color:
        rgba(255,255,255,.78);

    font-size: 15px;

    font-weight: 600;

}


.service-hero-points i {

    color: #fbbf24;

}



/* =========================================================
   HERO VISUAL
========================================================= */

.service-hero-visual {

    position: relative;

    z-index: 2;

    height: 430px;

    display: flex;

    align-items: center;

    justify-content: center;

    animation:
        visualReveal 1s .25s ease both;

}


@keyframes visualReveal {

    from {

        opacity: 0;

        transform:
            translateX(50px)
            scale(.9);

    }

    to {

        opacity: 1;

        transform:
            translateX(0)
            scale(1);

    }

}


.service-visual-circle {

    position: absolute;

    border:
        1px solid
        rgba(255,255,255,.16);

    border-radius: 50%;

}


.circle-a {

    width: 360px;

    height: 360px;

    animation:
        circleRotate 18s linear infinite;

}


.circle-b {

    width: 250px;

    height: 250px;

    animation:
        circleRotate 12s linear infinite reverse;

}


@keyframes circleRotate {

    to {

        transform:
            rotate(360deg);

    }

}


.service-car-card {

    position: relative;

    z-index: 3;

    width: 280px;

    padding: 40px 30px;

    text-align: center;

    border:
        1px solid
        rgba(255,255,255,.20);

    border-radius: 24px;

    background:
        rgba(255,255,255,.10);

    backdrop-filter:
        blur(18px);

    box-shadow:
        0 30px 80px
        rgba(0,0,0,.25);

    animation:
        carCardFloat 4s ease-in-out infinite;

}


@keyframes carCardFloat {

    0%,
    100% {

        transform:
            translateY(0);

    }

    50% {

        transform:
            translateY(-12px);

    }

}


.service-car-icon {

    width: 90px;

    height: 90px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 22px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #fbbf24,
            #f97316
        );

    color: #171717;

    font-size: 38px;

    box-shadow:
        0 15px 40px
        rgba(249,115,22,.30);

}


.service-car-card > span {

    display: block;

    color: #fbbf24;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 2px;

}


.service-car-card strong {

    display: block;

    margin: 7px 0;

    font-size: 24px;

}


.service-car-card small {

    color:
        rgba(255,255,255,.55);

    font-size: 15px;

}



/* =========================================================
   QUICK INFO
========================================================= */

.service-quick-info {

    position: relative;

    z-index: 5;

    margin-top: -45px;

}


.service-info-grid {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    overflow: hidden;

    border-radius: 16px;

    background: #fff;

    box-shadow:
        0 20px 60px
        rgba(0,0,0,.10);

}


.service-info-item {

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 22px;

    border-right:
        1px solid #eceef1;

}


.service-info-item:last-child {

    border-right: 0;

}


.service-info-icon {

    width: 43px;

    height: 43px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            #ede9fe,
            #fce7f3
        );

    color: #7c3aed;

}


.service-info-item small {

    display: block;

    color: #999;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 1px;

}


.service-info-item strong {

    display: block;

    margin-top: 3px;

    color: #222;

    font-size: 12px;

}



/* =========================================================
   DETAIL INTRO
========================================================= */

.service-detail-intro {

    padding: 115px 0;

    background: #fff;

}


.service-detail-image {

    position: relative;

    overflow: hidden;

    border-radius: 20px;

    box-shadow:
        0 25px 65px
        rgba(0,0,0,.12);

}


.service-detail-image img {

    width: 100%;

    min-height: 500px;

    display: block;

    object-fit: cover;

    transition:
        transform .7s ease;

}


.service-detail-image:hover img {

    transform:
        scale(1.05);

}


.service-image-overlay {

    position: absolute;

    z-index: 2;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 55%,
            rgba(0,0,0,.65)
        );

    pointer-events: none;

}


.service-image-badge {

    position: absolute;

    z-index: 3;

    left: 25px;

    bottom: 25px;

    display: flex;

    align-items: center;

    gap: 9px;

    padding: 12px 16px;

    border-radius: 10px;

    background:
        rgba(255,255,255,.95);

    color: #222;

    font-size: 15px;

    font-weight: 800;

}


.service-image-badge i {

    color: #7c3aed;

}


.service-detail-text {

    padding-left: 20px;

}


.service-detail-text h2 {

    margin: 14px 0 20px;

    font-size: 41px;

    line-height: 1.15;

    font-weight: 850;

}


.service-detail-text h2 span {

    display: block;

    background:
        linear-gradient(
            90deg,
            #6d28d9,
            #db2777,
            #f97316
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}


.service-detail-text p {

    color: #73777e;

    font-size: 12px;

    line-height: 1.9;

}


.service-detail-text .service-lead {

    color: #333;

    font-size: 15px;

    font-weight: 650;

    line-height: 1.75;

}


.service-check-list {

    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 11px;

    margin: 25px 0 28px;

}


.service-check-list div {

    display: flex;

    align-items: center;

    gap: 7px;

    color: #3d4148;

    font-size: 15px;

    font-weight: 700;

}


.service-check-list i {

    color: #20a66a;

}



/* =========================================================
   FEATURE SECTION
========================================================= */

.service-features-section {

    padding: 105px 0;

    background: #f7f8fb;

}


.service-section-heading {

    max-width: 700px;

    margin: 0 auto 45px;

    text-align: center;

}


.service-section-heading h2 {

    margin: 12px 0;

    font-size: 40px;

    font-weight: 850;

}


.service-section-heading h2 span {

    background:
        linear-gradient(
            90deg,
            #6d28d9,
            #db2777,
            #f97316
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}


.service-section-heading p {

    color: #7c8087;

    font-size: 12px;

}


.service-feature-card {

    position: relative;

    height: 100%;

    padding: 30px;

    overflow: hidden;

    border:
        1px solid #e6e8ed;

    border-radius: 17px;

    background: #fff;

    transition:
        all .35s ease;

}


.service-feature-card:hover {

    transform:
        translateY(-8px);

    border-color:
        rgba(124,58,237,.22);

    box-shadow:
        0 20px 55px
        rgba(109,40,217,.10);

}


.feature-icon {

    width: 57px;

    height: 57px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 20px;

    border-radius: 15px;

    background:
        linear-gradient(
            135deg,
            #ede9fe,
            #fce7f3
        );

    color: #7c3aed;

    font-size: 21px;

    transition: .35s ease;

}


.service-feature-card:hover .feature-icon {

    background:
        linear-gradient(
            135deg,
            #6d28d9,
            #db2777
        );

    color: #fff;

    transform:
        rotate(-7deg)
        scale(1.08);

}


.service-feature-card h3 {

    font-size: 17px;

    font-weight: 800;

}


.service-feature-card p {

    color: #777c84;

    font-size: 15px

    line-height: 1.8;

}


.service-feature-card > span {

    position: absolute;

    right: 20px;

    bottom: 5px;

    color: #f0f0f2;

    font-size: 48px;

    font-weight: 900;

}



/* =========================================================
   HOW IT WORKS
========================================================= */

.service-how-section {

    padding: 105px 0;

    background: #fff;

}


.service-steps {

    display: grid;

    grid-template-columns:
        1fr 90px 1fr 90px 1fr;

    align-items: center;

}


.service-step {

    text-align: center;

}


.step-number {

    margin-bottom: 9px;

    color: #7c3aed;

    font-size: 15px;

    font-weight: 900;

    letter-spacing: 1px;

}


.step-icon {

    width: 72px;

    height: 72px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 18px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #ede9fe,
            #fce7f3
        );

    color: #6d28d9;

    font-size: 23px;

    transition: .4s ease;

}


.service-step:hover .step-icon {

    background:
        linear-gradient(
            135deg,
            #6d28d9,
            #ec4899
        );

    color: #fff;

    transform:
        translateY(-8px)
        rotate(5deg);

    box-shadow:
        0 15px 35px
        rgba(109,40,217,.22);

}


.service-step h3 {

    font-size: 17px;

    font-weight: 800;

}


.service-step p {

    max-width: 250px;

    margin: 8px auto;

    color: #777c84;

    font-size: 15px

    line-height: 1.8;

}


.step-connector {

    height: 1px;

    background:
        repeating-linear-gradient(
            90deg,
            #d5d7dc 0,
            #d5d7dc 6px,
            transparent 6px,
            transparent 12px
        );

}



/* =========================================================
   IDEAL SECTION
========================================================= */

.service-ideal-section {

    padding: 105px 0;

    background:
        linear-gradient(
            135deg,
            #faf5ff,
            #fff1f2,
            #fff7ed
        );

}


.service-ideal-section h2 {

    margin: 14px 0;

    font-size: 40px;

    font-weight: 850;

}


.service-ideal-section h2 span {

    display: block;

    background:
        linear-gradient(
            90deg,
            #6d28d9,
            #db2777,
            #f97316
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}


.service-ideal-section > .container
> .row > .col-lg-5 p {

    max-width: 450px;

    color: #747880;

    font-size: 12px;

    line-height: 1.9;

}


.ideal-list {

    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 12px;

}


.ideal-item {

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 17px;

    border:
        1px solid
        rgba(124,58,237,.10);

    border-radius: 12px;

    background:
        rgba(255,255,255,.75);

    transition: .3s ease;

}


.ideal-item:hover {

    transform:
        translateY(-4px);

    background: #fff;

    box-shadow:
        0 15px 35px
        rgba(109,40,217,.08);

}


.ideal-item > i {

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
            #ede9fe,
            #fce7f3
        );

    color: #7c3aed;

}


.ideal-item strong {

    display: block;

    color: #282b30;

    font-size: 15px

}


.ideal-item span {

    display: block;

    margin-top: 3px;

    color: #858991;

    font-size: 14px;

}



/* =========================================================
   VEHICLE CTA
========================================================= */

.service-vehicle-section {

    padding: 100px 0;

    background: #fff;

}


.service-vehicle-box {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    min-height: 330px;

    padding: 50px 60px;

    overflow: hidden;

    border-radius: 22px;

    color: #fff;

    background:
        linear-gradient(
            120deg,
            #17134a,
            #5b21b6 45%,
            #db2777 78%,
            #f97316
        );

    box-shadow:
        0 25px 70px
        rgba(109,40,217,.20);

}


.service-vehicle-box::after {

    content: "";

    position: absolute;

    width: 350px;

    height: 350px;

    right: -120px;

    bottom: -210px;

    border-radius: 50%;

    background:
        rgba(255,255,255,.08);

}


.service-vehicle-box > div:first-child {

    position: relative;

    z-index: 2;

    max-width: 650px;

}


.service-vehicle-box span {

    color: #fbbf24;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1.6px;

}


.service-vehicle-box h2 {

    margin: 10px 0;

    font-size: 36px;

    font-weight: 850;

}


.service-vehicle-box h2 strong {

    display: block;

    color: #fbbf24;

}


.service-vehicle-box p {

    max-width: 560px;

    color:
        rgba(255,255,255,.72);

    font-size: 12px;

    line-height: 1.8;

}


.vehicle-floating-icons {

    position: relative;

    z-index: 3;

    width: 260px;

    height: 200px;

}


.vehicle-floating-icons div {

    position: absolute;

    width: 75px;

    height: 75px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid
        rgba(255,255,255,.18);

    border-radius: 20px;

    background:
        rgba(255,255,255,.10);

    backdrop-filter:
        blur(8px);

    color: #fff;

    font-size: 27px;

    animation:
        vehicleFloat 4s ease-in-out infinite;

}


.vehicle-floating-icons div:nth-child(1) {

    left: 20px;

    top: 65px;

}


.vehicle-floating-icons div:nth-child(2) {

    left: 100px;

    top: 20px;

    animation-delay: .5s;

}


.vehicle-floating-icons div:nth-child(3) {

    right: 5px;

    top: 90px;

    animation-delay: 1s;

}


@keyframes vehicleFloat {

    50% {

        transform:
            translateY(-12px)
            rotate(5deg);

    }

}



/* =========================================================
   FINAL CTA
========================================================= */

.service-final-cta {

    padding: 100px 0;

    text-align: center;

    background:
        linear-gradient(
            135deg,
            #faf5ff,
            #fce7f3,
            #fff7ed
        );

}


.service-final-content {

    max-width: 750px;

    margin: auto;

}


.service-final-content > span {

    color: #7c3aed;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1.7px;

}


.service-final-content h2 {

    margin: 13px 0;

    font-size: 43px;

    font-weight: 900;

}


.service-final-content h2 strong {

    display: block;

    background:
        linear-gradient(
            90deg,
            #6d28d9,
            #db2777,
            #f97316
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}


.service-final-content p {

    max-width: 550px;

    margin: 0 auto 25px;

    color: #747880;

    font-size: 12px;

    line-height: 1.8;

}


.service-final-buttons {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 10px;

}


.service-call-btn,
.service-whatsapp-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    min-height: 48px;

    padding: 0 20px;

    border-radius: 9px;

    font-size: 15px

    font-weight: 800;

}


.service-call-btn {

    border:
        1px solid #dddfe4;

    color: #333;

    background: #fff;

}


.service-call-btn:hover {

    color: #6d28d9;

    border-color: #c4b5fd;

}


.service-whatsapp-btn {

    background: #25d366;

    color: #fff;

}


.service-whatsapp-btn:hover {

    background: #1fb85a;

    color: #fff;

    transform:
        translateY(-2px);

}



/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:991px) {

    .service-detail-hero {

        padding: 70px 0;

    }


    .service-hero-visual {

        height: 350px;

    }


    .service-info-grid {

        grid-template-columns:
            repeat(2,1fr);

    }


    .service-info-item:nth-child(2) {

        border-right: 0;

    }


    .service-info-item:nth-child(-n+2) {

        border-bottom:
            1px solid #eceef1;

    }


    .service-steps {

        grid-template-columns: 1fr;

        gap: 35px;

    }


    .step-connector {

        display: none;

    }


    .service-vehicle-box {

        padding: 45px;

    }

}


@media(max-width:767px) {

    .service-detail-hero {

        min-height: auto;

        padding: 65px 0 80px;

    }


    .service-detail-content h1 {

        font-size: 46px;

    }


    .service-detail-buttons {

        flex-direction: column;

        align-items: flex-start;

    }


    .service-hero-points {

        flex-direction: column;

        gap: 10px;

    }


    .service-hero-visual {

        height: 330px;

    }


    .circle-a {

        width: 290px;

        height: 290px;

    }


    .circle-b {

        width: 205px;

        height: 205px;

    }


    .service-quick-info {

        margin-top: -25px;

    }


    .service-info-grid {

        grid-template-columns: 1fr;

    }


    .service-info-item {

        border-right: 0;

        border-bottom:
            1px solid #eceef1;

    }


    .service-info-item:last-child {

        border-bottom: 0;

    }


    .service-detail-intro,
    .service-features-section,
    .service-how-section,
    .service-ideal-section,
    .service-vehicle-section {

        padding: 70px 0;

    }


    .service-detail-text {

        padding-left: 0;

    }


    .service-detail-text h2,
    .service-section-heading h2,
    .service-ideal-section h2 {

        font-size: 34px;

    }


    .service-check-list,
    .ideal-list {

        grid-template-columns: 1fr;

    }


    .service-vehicle-box {

        padding: 35px 25px;

    }


    .service-vehicle-box h2 {

        font-size: 29px;

    }


    .vehicle-floating-icons {

        display: none;

    }


    .service-final-cta {

        padding: 75px 0;

    }


    .service-final-content h2 {

        font-size: 34px;

    }


    .service-final-buttons {

        flex-direction: column;

        align-items: stretch;

    }


    .service-final-buttons a {

        width: 100%;

    }

}

/* =========================================================
   ROUND TRIP VISUAL
========================================================= */

.round-trip-hero {
    background:
        linear-gradient(
            120deg,
            #0f172a 0%,
            #312e81 42%,
            #7e22ce 72%,
            #db2777 100%
        );
}


.round-trip-visual {

    position: relative;

    width: 430px;

    height: 430px;

    margin: auto;

}


.round-route-circle {

    position: absolute;

    inset: 35px;

    border:
        1px dashed
        rgba(255,255,255,.28);

    border-radius: 50%;

    animation:
        routeRotate 18s linear infinite;

}


.round-route-circle::before {

    content: "";

    position: absolute;

    inset: 45px;

    border:
        1px solid
        rgba(255,255,255,.12);

    border-radius: 50%;

}


@keyframes routeRotate {

    to {
        transform: rotate(360deg);
    }

}


.route-point {

    position: absolute;

    z-index: 5;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 5px;

}


.route-point span {

    width: 55px;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #fbbf24,
            #f97316
        );

    color: #171717;

    font-size: 20px;

    font-weight: 900;

    box-shadow:
        0 10px 30px
        rgba(249,115,22,.3);

}


.route-point small {

    color:
        rgba(255,255,255,.72);

    font-size: 14px;

    font-weight: 700;

}


.point-pickup {

    left: 10px;

    top: 180px;

}


.point-destination {

    right: 10px;

    top: 180px;

}


.route-line {

    position: absolute;

    z-index: 2;

    top: 207px;

    width: 145px;

    height: 2px;

    background:
        repeating-linear-gradient(
            90deg,
            rgba(255,255,255,.7) 0,
            rgba(255,255,255,.7) 8px,
            transparent 8px,
            transparent 16px
        );

}


.route-line-one {

    left: 75px;

}


.route-line-two {

    right: 75px;

    transform:
        rotate(180deg);

}


.round-car {

    position: absolute;

    z-index: 6;

    top: 164px;

    left: 50%;

    width: 85px;

    height: 85px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-left: -42px;

    border:
        1px solid
        rgba(255,255,255,.2);

    border-radius: 50%;

    background:
        rgba(255,255,255,.10);

    backdrop-filter:
        blur(12px);

    color: #fff;

    font-size: 31px;

    animation:
        roundCarFloat 3.5s ease-in-out infinite;

}


@keyframes roundCarFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

}


.round-trip-label {

    position: absolute;

    left: 50%;

    bottom: 55px;

    transform:
        translateX(-50%);

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 5px;

    white-space: nowrap;

}


.round-trip-label strong {

    color: #fbbf24;

    font-size: 15px

    letter-spacing: 2px;

}


.round-trip-label span {

    color:
        rgba(255,255,255,.7);

    font-size: 12px;

}



/* =========================================================
   ROUND JOURNEY CARD
========================================================= */

.round-trip-info-card {

    position: relative;

    padding: 35px;

    overflow: hidden;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            #17134a,
            #4c1d95,
            #9d174d
        );

    color: #fff;

    box-shadow:
        0 25px 65px
        rgba(109,40,217,.18);

}


.round-trip-info-card::after {

    content: "";

    position: absolute;

    width: 220px;

    height: 220px;

    right: -100px;

    bottom: -110px;

    border-radius: 50%;

    background:
        rgba(255,255,255,.08);

}


.round-trip-info-header {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding-bottom: 20px;

    border-bottom:
        1px solid
        rgba(255,255,255,.14);

}


.round-trip-info-header span {

    color: #fbbf24;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1.6px;

}


.round-trip-info-header i {

    color:
        rgba(255,255,255,.65);

}


.journey-route {

    position: relative;

    z-index: 2;

    padding: 30px 0 20px;

}


.journey-point {

    display: flex;

    align-items: center;

    gap: 14px;

}


.journey-dot {

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background:
        rgba(255,255,255,.12);

    border:
        1px solid
        rgba(255,255,255,.2);

    color: #fbbf24;

    font-size: 14px;

    font-weight: 900;

}


.journey-point small {

    display: block;

    color:
        rgba(255,255,255,.5);

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 1px;

}


.journey-point strong {

    display: block;

    margin-top: 4px;

    color: #fff;

    font-size: 13px;

}


.journey-line {

    position: relative;

    height: 48px;

    margin-left: 20px;

    padding-left: 21px;

    border-left:
        1px dashed
        rgba(255,255,255,.3);

}


.journey-line i {

    position: absolute;

    top: 14px;

    left: -9px;

    width: 18px;

    height: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fbbf24;

    background: #4c1d95;

    font-size: 15px;

}


.return-line i {

    color: #fb7185;

}


.journey-note {

    position: relative;

    z-index: 2;

    display: flex;

    gap: 8px;

    padding-top: 18px;

    border-top:
        1px solid
        rgba(255,255,255,.12);

    color:
        rgba(255,255,255,.62);

    font-size: 14px;

    line-height: 1.6;

}



/* =========================================================
   RESPONSIVE ROUND TRIP
========================================================= */

@media(max-width:767px) {

    .round-trip-visual {

        width: 320px;

        height: 340px;

    }


    .round-route-circle {

        inset: 25px;

    }


    .point-pickup {

        left: -5px;

    }


    .point-destination {

        right: -5px;

    }


    .route-line {

        width: 90px;

    }


    .route-line-one {

        left: 60px;

    }


    .route-line-two {

        right: 60px;

    }


    .round-trip-label {

        bottom: 25px;

    }


    .round-trip-info-card {

        padding: 25px;

    }

}

/* =========================================================
   CHEHAR CAB - PREMIUM DARK ROUTES PAGE
========================================================= */

.routes-page-hero {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(124,58,237,.25), transparent 28%),
        radial-gradient(circle at 10% 90%, rgba(236,72,153,.16), transparent 30%),
        linear-gradient(135deg, #080a12 0%, #111827 48%, #171329 100%);
}

.routes-page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .35;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 45px 45px;
    pointer-events: none;
}

.routes-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(5px);
}

.routes-glow-one {
    width: 300px;
    height: 300px;
    right: -100px;
    top: -140px;
    background: rgba(124,58,237,.18);
    animation: routesGlow 8s ease-in-out infinite;
}

.routes-glow-two {
    width: 260px;
    height: 260px;
    left: -120px;
    bottom: -130px;
    background: rgba(236,72,153,.13);
    animation: routesGlow 10s ease-in-out infinite reverse;
}

@keyframes routesGlow {
    50% {
        transform: translate(20px,-15px) scale(1.1);
    }
}

.routes-hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    padding: 65px 0;
}

.routes-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fbbf24;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.routes-hero-content h1 {
    margin: 12px 0;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.05;
    font-weight: 850;
}

.routes-hero-content h1 span {
    display: inline;
    margin-left: 8px;
    background: linear-gradient(90deg,#fbbf24,#fb7185,#c084fc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.routes-hero-content p {
    max-width: 630px;
    margin: 0;
    color: rgba(255,255,255,.65);
    font-size: 12px;
    line-height: 1.75;
}

.routes-hero-buttons {
    display: flex;
    gap: 9px;
    margin-top: 20px;
}

.routes-primary-btn,
.routes-whatsapp-btn,
.routes-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 17px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 800;
    transition: .3s ease;
}

.routes-primary-btn {
    color: #111;
    background: linear-gradient(90deg,#fbbf24,#f97316);
    box-shadow: 0 8px 25px rgba(249,115,22,.20);
}

.routes-primary-btn:hover {
    color: #111;
    transform: translateY(-2px);
}

.routes-whatsapp-btn {
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    background: rgba(255,255,255,.04);
}

.routes-whatsapp-btn:hover {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}



/* =========================================================
   GLOBAL ROUTES BACKGROUND
========================================================= */

.routes-intro-section,
.routes-search-section,
.routes-section,
.routes-summary-section {
    background: #080b12;
}

.routes-section-alt {
    background: #0d111b;
}



/* =========================================================
   INTRO
========================================================= */

.routes-intro-section {
    padding: 58px 0 30px;
}

.routes-intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 45px;
    align-items: center;
}

.routes-intro-grid h2 {
    margin: 9px 0 0;
    color: #fff;
    font-size: 31px;
    line-height: 1.15;
    font-weight: 800;
}

.routes-intro-grid h2 span {
    display: block;
    background: linear-gradient(90deg,#a78bfa,#f472b6,#fb923c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.routes-intro-grid p {
    margin: 0 0 8px;
    color: #8f96a3;
    font-size: 15px
    line-height: 1.75;
}

.routes-intro-grid p:last-child {
    margin-bottom: 0;
}



/* =========================================================
   SECTION TAG
========================================================= */

.routes-intro-section .section-tag,
.routes-section .section-tag {
    color: #a78bfa;
}



/* =========================================================
   SEARCH
========================================================= */

.routes-search-section {
    padding: 0 0 28px;
}

.routes-search-box {
    max-width: 650px;
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto;
    padding: 5px 6px 5px 15px;
    border: 1px solid #242a38;
    border-radius: 10px;
    background: #111620;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.routes-search-icon {
    color: #a78bfa;
    font-size: 12px;
}

.routes-search-box input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font-size: 15px
}

.routes-search-box input::placeholder {
    color: #697180;
}

.routes-search-box button {
    border: 1px solid #292f3c;
    border-radius: 6px;
    padding: 7px 12px;
    background: #181d27;
    color: #8f96a3;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: .25s;
}

.routes-search-box button:hover {
    background: #29233e;
    color: #c4b5fd;
}



/* =========================================================
   ROUTE SECTIONS
========================================================= */

.routes-section {
    padding: 52px 0;
}

.routes-section-alt {
    border-top: 1px solid rgba(255,255,255,.025);
    border-bottom: 1px solid rgba(255,255,255,.025);
}

.routes-section-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.route-section-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(167,139,250,.15);
    border-radius: 11px;
    background: linear-gradient(
        135deg,
        rgba(124,58,237,.14),
        rgba(236,72,153,.08)
    );
    color: #a78bfa;
    font-size: 15px;
}

.routes-section-heading span {
    display: block;
    color: #a78bfa;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

.routes-section-heading h2 {
    margin: 3px 0 0;
    color: #f3f4f6;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 800;
}

.routes-section-heading h2 strong {
    background: linear-gradient(90deg,#c4b5fd,#f9a8d4,#fdba74);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* =========================================================
   ROUTE GRID
========================================================= */

.routes-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
}

.route-card {
    position: relative;
    min-height: 125px;
    display: block;
    padding: 17px 18px;
    overflow: hidden;
    border: 1px solid #202633;
    border-radius: 12px;
    background: #111620;
    color: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}

.route-card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -75px;
    bottom: -75px;
    border-radius: 50%;
    background: rgba(124,58,237,.12);
    transition: .4s ease;
}

.route-card:hover {
    color: #fff;
    transform: translateY(-4px);
    border-color: rgba(167,139,250,.35);
    background: #151a25;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
}

.route-card:hover::before {
    transform: scale(1.6);
}

.route-card-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.route-number {
    color: #343b4a;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
}

.route-card-top > i {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2b3240;
    border-radius: 50%;
    color: #a78bfa;
    font-size: 15px;
    transition: .3s;
}

.route-card:hover .route-card-top > i {
    background: linear-gradient(135deg,#7c3aed,#ec4899);
    border-color: transparent;
    color: #fff;
    transform: rotate(45deg);
}

.route-cities {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: #d8dce5;
    font-size: 13px;
    font-weight: 650;
}

.route-cities i {
    color: #596170;
    font-size: 15px;
}

.route-cities strong {
    background: linear-gradient(90deg,#c4b5fd,#f9a8d4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.route-card small {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 7px;
    color: #6f7785;
    font-size: 15px;
}

.route-search-match {
    border-color: rgba(167,139,250,.45);
}



/* =========================================================
   SUMMARY CTA
========================================================= */

.routes-summary-section {
    padding: 65px 0;
}

.routes-summary-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 250px;
    padding: 38px 45px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 30%, rgba(236,72,153,.18), transparent 30%),
        linear-gradient(120deg,#111329,#29164e,#4c173b);
    box-shadow: 0 20px 55px rgba(0,0,0,.25);
}

.routes-summary-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.routes-summary-content > span {
    color: #fbbf24;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.routes-summary-content h2 {
    margin: 9px 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 850;
}

.routes-summary-content h2 strong {
    display: inline;
    color: #fbbf24;
}

.routes-summary-content p {
    max-width: 510px;
    margin: 0;
    color: rgba(255,255,255,.58);
    font-size: 15px;
    line-height: 1.75;
}

.routes-summary-buttons {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}

.routes-contact-btn {
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    background: rgba(255,255,255,.04);
}

.routes-contact-btn:hover {
    background: #fff;
    color: #222;
}

.routes-summary-art {
    position: relative;
    z-index: 2;
    width: 200px;
    height: 180px;
}

.summary-circle {
    position: absolute;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 50%;
}

.summary-circle.circle-1 {
    inset: 0;
    animation: summaryRotate 15s linear infinite;
}

.summary-circle.circle-2 {
    inset: 35px;
    animation: summaryRotate 10s linear infinite reverse;
}

@keyframes summaryRotate {
    to {
        transform: rotate(360deg);
    }
}

.routes-summary-art > i {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.8);
    font-size: 55px;
}



/* =========================================================
   MOBILE
========================================================= */

@media(max-width:991px) {

    .routes-intro-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .routes-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .routes-summary-art {
        width: 160px;
    }
}


@media(max-width:767px) {

    .routes-page-hero {
        min-height: 360px;
    }

    .routes-hero-content {
        padding: 55px 0;
    }

    .routes-hero-content h1 {
        font-size: 39px;
    }

    .routes-hero-content h1 span {
        display: block;
        margin-left: 0;
        margin-top: 3px;
    }

    .routes-hero-buttons {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .routes-intro-section {
        padding: 45px 0 25px;
    }

    .routes-intro-grid h2 {
        font-size: 28px;
    }

    .routes-section {
        padding: 42px 0;
    }

    .routes-grid {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .route-card {
        min-height: 110px;
        padding: 15px;
    }

    .routes-section-heading {
        margin-bottom: 18px;
    }

    .routes-section-heading h2 {
        font-size: 21px;
    }

    .routes-summary-section {
        padding: 45px 0;
    }

    .routes-summary-box {
        padding: 30px 22px;
    }

    .routes-summary-content h2 {
        font-size: 26px;
    }

    .routes-summary-art {
        display: none;
    }

    .routes-summary-buttons {
        flex-wrap: wrap;
    }
}



/* =========================================================
   PREMIUM HIGHLIGHTED ROUTE CARDS
========================================================= */

.route-card {
    position: relative;
    min-height: 132px;
    display: block;
    padding: 18px 19px;
    overflow: hidden;

    border: 1px solid rgba(167, 139, 250, .18);
    border-radius: 13px;

    /* Highlighted dark glass */
    background:
        linear-gradient(
            145deg,
            rgba(30, 35, 50, .98),
            rgba(18, 23, 34, .98)
        );

    color: #fff;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, .20),
        inset 0 1px 0 rgba(255,255,255,.045);

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}


/* Top soft highlight */

.route-card::after {
    content: "";

    position: absolute;

    top: 0;
    left: 18px;
    right: 18px;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(196,181,253,.65),
            transparent
        );

    opacity: .7;
}


/* Bottom glow */

.route-card::before {
    content: "";

    position: absolute;

    width: 150px;
    height: 150px;

    right: -85px;
    bottom: -90px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(124,58,237,.28),
            rgba(124,58,237,0) 70%
        );

    transition:
        transform .45s ease,
        opacity .45s ease;

    opacity: .65;
}


/* Hover */

.route-card:hover {

    transform:
        translateY(-6px);

    border-color:
        rgba(196,181,253,.55);

    background:
        linear-gradient(
            145deg,
            rgba(38, 42, 62, 1),
            rgba(22, 27, 40, 1)
        );

    box-shadow:
        0 18px 45px rgba(0,0,0,.32),
        0 0 25px rgba(124,58,237,.10),
        inset 0 1px 0 rgba(255,255,255,.07);

}


.route-card:hover::before {

    transform:
        scale(1.8);

    opacity: 1;

}



/* =========================================================
   CARD TOP
========================================================= */

.route-card-top {

    position: relative;

    z-index: 3;

    display: flex;

    align-items: center;

    justify-content: space-between;
}


.route-number {

    color:
        rgba(196,181,253,.35);

    font-size: 18px;

    line-height: 1;

    font-weight: 900;

    transition: .3s ease;
}


.route-card:hover .route-number {

    color:
        rgba(196,181,253,.75);

}



/* Arrow Circle */

.route-card-top > i {

    width: 31px;
    height: 31px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid rgba(196,181,253,.20);

    border-radius: 50%;

    background:
        rgba(124,58,237,.08);

    color: #c4b5fd;

    font-size: 14px;

    transition:
        .3s ease;
}


.route-card:hover
.route-card-top > i {

    background:
        linear-gradient(
            135deg,
            #7c3aed,
            #ec4899
        );

    border-color:
        transparent;

    color: #fff;

    transform:
        rotate(45deg)
        scale(1.08);

    box-shadow:
        0 5px 18px
        rgba(124,58,237,.30);

}



/* =========================================================
   ROUTE NAME
========================================================= */

.route-cities {

    position: relative;

    z-index: 3;

    display: flex;

    align-items: center;

    gap: 8px;

    margin-top: 13px;

    color: #f0f1f5;

    font-size: 14px;

    font-weight: 700;

}


.route-cities span {

    color:
        #e5e7eb;

}


.route-cities i {

    color:
        #697386;

    font-size: 15px;

}


.route-cities strong {

    background:
        linear-gradient(
            90deg,
            #c4b5fd,
            #f9a8d4
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

    font-weight: 850;

}



/* =========================================================
   SERVICE TYPE
========================================================= */

.route-card small {

    position: relative;

    z-index: 3;

    display: inline-block;

    margin-top: 9px;

    padding: 4px 8px;

    border:
        1px solid rgba(255,255,255,.06);

    border-radius: 5px;

    background:
        rgba(255,255,255,.025);

    color:
        #7f8999;

    font-size: 15px;

    line-height: 1;

    font-weight: 600;

}



/* =========================================================
   CARD ACTIVE / SEARCH MATCH
========================================================= */

.route-card.route-search-match {

    border-color:
        rgba(196,181,253,.55);

    box-shadow:
        0 12px 35px rgba(0,0,0,.25),
        0 0 20px rgba(124,58,237,.12);

}



/* =========================================================
   OPTIONAL COLOR ACCENTS
========================================================= */

.routes-section:nth-of-type(1)
.route-card:hover {

    border-color:
        rgba(167,139,250,.55);

}


.routes-section:nth-of-type(2)
.route-card:hover {

    border-color:
        rgba(244,114,182,.45);

}


.routes-section:nth-of-type(3)
.route-card:hover {

    border-color:
        rgba(96,165,250,.45);

}



/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px) {

    .route-card {

        min-height: 112px;

        padding: 15px 16px;

        border-radius: 11px;

    }

    .route-cities {

        font-size: 13px;

        margin-top: 10px;

    }

    .route-card small {

        font-size: 7.5px;

    }

}






/* =========================================================
   CHEHAR CAB - ALL ROUTES
   PREMIUM DARK THEME
========================================================= */

.cr-routes-hero {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(124,58,237,.22),
            transparent 28%
        ),
        radial-gradient(
            circle at 15% 90%,
            rgba(236,72,153,.14),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #070910,
            #101522 52%,
            #171124
        );
}

.cr-routes-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .28;
    background-image:
        linear-gradient(
            rgba(255,255,255,.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.025) 1px,
            transparent 1px
        );
    background-size: 42px 42px;
}

.cr-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}

.cr-glow-1 {
    width: 330px;
    height: 330px;
    right: -120px;
    top: -160px;
    background: rgba(124,58,237,.18);
    animation: crGlow 8s ease-in-out infinite;
}

.cr-glow-2 {
    width: 250px;
    height: 250px;
    left: -120px;
    bottom: -130px;
    background: rgba(236,72,153,.12);
    animation: crGlow 10s ease-in-out infinite reverse;
}

@keyframes crGlow {

    50% {
        transform: translate(20px,-15px) scale(1.1);
    }

}

.cr-hero-content {
    position: relative;
    z-index: 2;
    max-width: 730px;
    padding: 65px 0;
}

.cr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fbbf24;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.cr-hero-content h1 {
    margin: 13px 0;
    font-size: clamp(39px,5vw,60px);
    line-height: 1.04;
    font-weight: 850;
}

.cr-hero-content h1 span {
    display: block;
    background:
        linear-gradient(
            90deg,
            #fbbf24,
            #fb7185,
            #c084fc
        );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cr-hero-content p {
    max-width: 630px;
    margin: 0;
    color: rgba(255,255,255,.64);
    font-size: 12px;
    line-height: 1.8;
}

.cr-hero-actions {
    display: flex;
    gap: 9px;
    margin-top: 21px;
}

.cr-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 17px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 800;
    transition: .3s ease;
}

.cr-btn-primary {
    color: #111;
    background:
        linear-gradient(
            90deg,
            #fbbf24,
            #f97316
        );
    box-shadow:
        0 8px 25px
        rgba(249,115,22,.20);
}

.cr-btn-primary:hover {
    color: #111;
    transform: translateY(-2px);
}

.cr-btn-whatsapp {
    color: #fff;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.04);
}

.cr-btn-whatsapp:hover {
    color: #fff;
    border-color: #25d366;
    background: #25d366;
    transform: translateY(-2px);
}



/* =========================================================
   STATS
========================================================= */

.cr-route-stats {
    position: relative;
    z-index: 75;
    margin-top: -30px;
    margin-bottom: -41px;
}

.cr-stats-box {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    align-items: center;
    padding: 17px 20px;
    border: 1px solid #252b38;
    border-radius: 13px;
    background:
        rgba(17,22,32,.96);
    box-shadow:
        0 15px 40px
        rgba(0,0,0,.28);
    backdrop-filter: blur(15px);
}

.cr-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cr-stat-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #c4b5fd;
    background:
        linear-gradient(
            135deg,
            rgba(124,58,237,.16),
            rgba(236,72,153,.08)
        );
}

.cr-stat strong {
    display: block;
    color: #f5f5f5;
    font-size: 20px;
    line-height: 1;
}

.cr-stat span {
    display: block;
    margin-top: 3px;
    color: #6f7785;
    font-size: 15px;
}

.cr-stat-divider {
    width: 1px;
    height: 35px;
    background: #252b38;
}



/* =========================================================
   CONTROLS
========================================================= */

.cr-route-controls {
    padding: 48px 0 22px;
    background: #080b12;
}

.cr-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.cr-search {
    max-width: 440px;
    flex: 1;
    min-height: 45px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 5px 7px 5px 14px;
    border: 1px solid #242a38;
    border-radius: 9px;
    background: #111620;
}

.cr-search > i {
    color: #a78bfa;
    font-size: 11px;
}

.cr-search input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    font-size: 15px;
}

.cr-search input::placeholder {
    color: #697180;
}

.cr-search button {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 6px;
    color: #707887;
    background: #191e28;
    cursor: pointer;
}

.cr-search button:hover {
    color: #fff;
    background: #29233e;
}

.cr-filters {
    display: flex;
    gap: 5px;
}

.cr-filter {
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid #252b38;
    border-radius: 7px;
    color: #858c99;
    background: #111620;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: .25s;
}

.cr-filter:hover,
.cr-filter.active {
    border-color: #7c3aed;
    color: #fff;
    background:
        linear-gradient(
            135deg,
            rgba(124,58,237,.8),
            rgba(219,39,119,.65)
        );
}



/* =========================================================
   SECTIONS
========================================================= */

.cr-featured-section,
.cr-city-section,
.cr-custom-route-section {
    padding: 52px 0;
    background: #080b12;
}

.cr-city-section {
    border-top: 1px solid rgba(255,255,255,.025);
}

.cr-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.cr-section-heading span {
    display: block;
    color: #a78bfa;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.cr-section-heading h2 {
    margin: 5px 0 0;
    color: #f1f3f6;
    font-size: 25px;
    font-weight: 800;
}

.cr-section-heading h2 strong {
    background:
        linear-gradient(
            90deg,
            #c4b5fd,
            #f9a8d4,
            #fdba74
        );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cr-section-heading > p {
    margin: 0;
    color: #697180;
    font-size: 14px;
}



/* =========================================================
   FEATURED ROUTES
========================================================= */

.cr-featured-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 11px;
}

.cr-featured-card {
    position: relative;
    min-height: 126px;
    padding: 17px;
    overflow: hidden;
    border: 1px solid rgba(167,139,250,.16);
    border-radius: 12px;
    color: #fff;
    background:
        linear-gradient(
            145deg,
            #1a1f2c,
            #111620
        );
    box-shadow:
        0 8px 25px
        rgba(0,0,0,.18),
        inset 0 1px 0
        rgba(255,255,255,.035);
    transition: .3s ease;
}

.cr-featured-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(196,181,253,.55),
            transparent
        );
}

.cr-featured-card:hover {
    color: #fff;
    transform: translateY(-5px);
    border-color: rgba(196,181,253,.45);
    box-shadow:
        0 18px 40px
        rgba(0,0,0,.28),
        0 0 25px
        rgba(124,58,237,.08);
}

.cr-route-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cr-route-top span {
    color: #444b5b;
    font-size: 16px;
    font-weight: 900;
}

.cr-route-top i {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2c3341;
    border-radius: 50%;
    color: #a78bfa;
    font-size: 15px;
    transition: .3s;
}

.cr-featured-card:hover .cr-route-top i {
    color: #fff;
    border-color: transparent;
    background:
        linear-gradient(
            135deg,
            #7c3aed,
            #ec4899
        );
    transform: rotate(45deg);
}

.cr-route-name {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 13px;
    color: #e6e8ed;
    font-size: 17px;
    font-weight: 700;
}

.cr-route-name i {
    color: #5e6675;
    font-size: 15px;
}

.cr-route-name strong {
    background:
        linear-gradient(
            90deg,
            #c4b5fd,
            #f9a8d4
        );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cr-featured-card small {
    display: inline-block;
    margin-top: 8px;
    color: #b8bdc5;
    font-size: 13.5px;
}



/* =========================================================
   CITY CARDS
========================================================= */

.cr-city-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
}

.cr-city-card {
    position: relative;
    padding: 18px;
    overflow: hidden;
    border: 1px solid #242a37;
    border-radius: 13px;
    background: #111620;
    box-shadow: 0 8px 25px rgba(0,0,0,.16);
    transition: .3s ease;
}

.cr-city-card:hover {
    border-color: rgba(167,139,250,.32);
    background: #141925;
    transform: translateY(-4px);
    box-shadow:
        0 18px 40px
        rgba(0,0,0,.25);
}

.cr-city-header {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-bottom: 14px;
    border-bottom: 1px solid #222936;
}

.cr-city-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 9px;
    color: #c4b5fd;
    background:
        linear-gradient(
            135deg,
            rgba(124,58,237,.18),
            rgba(236,72,153,.08)
        );
}

.cr-city-header div:nth-child(2) {
    flex: 1;
}

.cr-city-header span {
    display: block;
    color: #687180;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1px;
}

.cr-city-header h3 {
    margin: 3px 0 0;
    color: #f0f1f4;
    font-size: 15px;
    font-weight: 800;
}

.cr-city-header b {
    color: #a78bfa;
    font-size: 15px;
}

.cr-city-routes {
    padding: 10px 0 5px;
}

.cr-city-routes a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid rgb(255 255 255 / 62%);
    color: #ffffff;
    font-size: 14px;
    transition: .25s;
}

.cr-city-routes a::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #505868;
    font-size: 7px;
}

.cr-city-routes a:hover {
    padding-left: 4px;
    color: #c4b5fd;
}

.cr-city-routes a:hover::after {
    color: #c4b5fd;
}

.cr-view-all {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 8px;
    color: #a78bfa;
    font-size: 14px;
    font-weight: 800;
}

.cr-view-all:hover {
    color: #f9a8d4;
}



/* =========================================================
   CUSTOM CTA
========================================================= */

.cr-custom-route {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 240px;
    padding: 38px 45px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(236,72,153,.18),
            transparent 28%
        ),
        linear-gradient(
            120deg,
            #111329,
            #29164e,
            #4c173b
        );
    box-shadow:
        0 20px 55px
        rgba(0,0,0,.25);
}

.cr-custom-content {
    position: relative;
    z-index: 2;
    max-width: 580px;
}

.cr-custom-content > span {
    color: #fbbf24;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.cr-custom-content h2 {
    margin: 8px 0;
    color: #fff;
    font-size: 30px;
    font-weight: 850;
}

.cr-custom-content h2 strong {
    color: #fbbf24;
}

.cr-custom-content p {
    max-width: 500px;
    margin: 0;
    color: rgba(255,255,255,.58);
    font-size: 15px;
    line-height: 1.75;
}

.cr-custom-buttons {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}

.cr-btn-outline {
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    background: rgba(255,255,255,.03);
}

.cr-btn-outline:hover {
    color: #222;
    background: #fff;
}

.cr-custom-art {
    position: relative;
    width: 190px;
    height: 170px;
}

.cr-art-circle {
    position: absolute;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 50%;
}

.art-circle-1 {
    inset: 0;
    animation:
        crRotate 14s linear infinite;
}

.art-circle-2 {
    inset: 35px;
    animation:
        crRotate 9s linear infinite reverse;
}

@keyframes crRotate {
    to {
        transform: rotate(360deg);
    }
}

.cr-custom-art > i {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.78);
    font-size: 55px;
}



/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:991px) {

    .cr-stats-box {
        grid-template-columns: repeat(4,1fr);
        gap: 12px;
    }

    .cr-stat-divider {
        display: none;
    }

    .cr-featured-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .cr-city-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .cr-controls {
        align-items: stretch;
        flex-direction: column;
    }

    .cr-search {
        max-width: none;
    }

    .cr-filters {
        flex-wrap: wrap;
    }

}


@media(max-width:767px) {

    .cr-routes-hero {
        min-height: 350px;
    }

    .cr-hero-content {
        padding: 55px 0;
    }

    .cr-hero-content h1 {
        font-size: 39px;
    }

    .cr-route-stats {
        margin-top: -20px;
    }

    .cr-stats-box {
        grid-template-columns: repeat(2,1fr);
        padding: 13px;
    }

    .cr-stat {
        justify-content: flex-start;
    }

    .cr-route-controls {
        padding-top: 35px;
    }

    .cr-featured-section,
    .cr-city-section,
    .cr-custom-route-section {
        padding: 42px 0;
    }

    .cr-section-heading {
        display: block;
    }

    .cr-section-heading > p {
        margin-top: 7px;
    }

    .cr-featured-grid,
    .cr-city-grid {
        grid-template-columns: 1fr;
    }

    .cr-custom-route {
        padding: 30px 22px;
    }

    .cr-custom-art {
        display: none;
    }

}


/* =========================================================
   CHEHAR CAB PREMIUM HOME HERO
========================================================= */

.cc-home-hero {

    position: relative;

    min-height: 720px;

    display: flex;

    align-items: center;

    overflow: hidden;

    color: #fff;

    background:

        radial-gradient(
            circle at 78% 20%,
            rgba(245,197,24,.15),
            transparent 25%
        ),

        radial-gradient(
            circle at 10% 80%,
            rgba(124,58,237,.14),
            transparent 30%
        ),

        linear-gradient(
            125deg,
            #04070c 0%,
            #09121e 48%,
            #111827 100%
        );

}


.cc-hero-bg {

    position: absolute;

    inset: 0;

    background:

        linear-gradient(
            90deg,
            rgba(4,7,12,.98) 0%,
            rgba(4,7,12,.85) 38%,
            rgba(4,7,12,.35) 100%
        );

}


.cc-hero-overlay {

    position: absolute;

    inset: 0;

    opacity: .22;

    background-image:

        linear-gradient(
            rgba(255,255,255,.025) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(255,255,255,.025) 1px,
            transparent 1px
        );

    background-size: 45px 45px;

}


/* =========================================================
   PARTICLES
========================================================= */

.cc-particle {

    position: absolute;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #f5c518;

    opacity: .5;

    box-shadow:
        0 0 15px
        rgba(245,197,24,.8);

    animation:
        ccParticle 7s ease-in-out infinite;

}


.cc-p1 {
    top: 20%;
    left: 8%;
}

.cc-p2 {
    top: 65%;
    left: 42%;
    animation-delay: 1.5s;
}

.cc-p3 {
    top: 25%;
    right: 45%;
    animation-delay: 3s;
}

.cc-p4 {
    bottom: 18%;
    right: 12%;
    animation-delay: 4.5s;
}


@keyframes ccParticle {

    0%,100% {

        transform:
            translateY(0)
            scale(1);

        opacity: .3;

    }

    50% {

        transform:
            translateY(-25px)
            scale(1.5);

        opacity: .8;

    }

}



/* =========================================================
   CONTAINER
========================================================= */

.cc-home-hero
.container {

    position: relative;

    z-index: 5;

    width: 90%;

    max-width: 1200px;

    margin: auto;

}



/* =========================================================
   GRID
========================================================= */

.cc-hero-grid {

    display: grid;

    grid-template-columns:
        1.08fr .92fr;

    align-items: center;

    gap: 55px;

    padding: 85px 0 105px;

}



/* =========================================================
   LEFT CONTENT
========================================================= */

.cc-hero-content {

    animation:
        ccHeroContent .8s ease both;

}


@keyframes ccHeroContent {

    from {

        opacity: 0;

        transform:
            translateX(-30px);

    }

    to {

        opacity: 1;

        transform:
            translateX(0);

    }

}


.cc-hero-badge {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 7px 11px;

    border:
        1px solid
        rgba(245,197,24,.22);

    border-radius: 50px;

    color: #f5d65b;

    background:
        rgba(245,197,24,.06);

    font-size: 9px;

    font-weight: 750;

    letter-spacing: .5px;

}


.cc-live-dot {

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #22c55e;

    box-shadow:
        0 0 0 5px
        rgba(34,197,94,.1);

    animation:
        ccLive 1.8s infinite;

}


@keyframes ccLive {

    50% {

        box-shadow:
            0 0 0 8px
            rgba(34,197,94,0);

    }

}


.cc-hero-content h1 {

    margin: 20px 0 15px;

    max-width: 700px;

    color: #f8fafc;

    font-size:
        clamp(46px,6vw,72px);

    line-height: .98;

    letter-spacing: -2.5px;

    font-weight: 900;

}


.cc-hero-content h1 span {

    display: block;

    background:

        linear-gradient(
            90deg,
            #f5c518,
            #ffdc63,
            #fff0a3
        );

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}


.cc-hero-description {

    max-width: 620px;

    margin: 0;

    color:
        rgba(226,232,240,.62);

    font-size: 17px;

    line-height: 1.85;

}



/* =========================================================
   FEATURES
========================================================= */

.cc-hero-features {

    display: flex;

    flex-wrap: wrap;

    gap: 18px;

    margin-top: 22px;

}


.cc-hero-features > div {

    display: flex;

    align-items: center;

    gap: 7px;

    color: #a6b1c0;

    font-size: 16px;

    font-weight: 700;

}


.cc-hero-features i {

    color: #f5c518;

    font-size: 12px;

}



/* =========================================================
   BUTTONS
========================================================= */

.cc-hero-buttons {

    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-top: 25px;

}


.cc-hero-btn {

    min-height: 45px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding: 0 17px;

    border-radius: 8px;

    text-decoration: none;

    font-size: 15px;

    font-weight: 850;

    transition: .3s;

}


.cc-book-btn {

    color: #07101d;

    background:
        linear-gradient(
            90deg,
            #f5c518,
            #f59e0b
        );

    box-shadow:
        0 9px 25px
        rgba(245,197,24,.2);

}


.cc-book-btn:hover {

    color: #07101d;

    transform:
        translateY(-3px);

    box-shadow:
        0 14px 30px
        rgba(245,197,24,.28);

}


.cc-whatsapp-btn {

    color: #fff;

    border:
        1px solid
        rgba(255,255,255,.14);

    background:
        rgba(255,255,255,.04);

}


.cc-whatsapp-btn:hover {

    color: #fff;

    border-color: #25d366;

    background: #25d366;

    transform:
        translateY(-3px);

}



/* =========================================================
   PHONE
========================================================= */

.cc-hero-contact {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 24px;

}


.cc-hero-phone-icon {

    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: #f5c518;

    background:
        rgba(245,197,24,.08);

    border:
        1px solid
        rgba(245,197,24,.15);

}


.cc-hero-contact small {

    display: block;

    margin-bottom: 2px;

    color: #667386;

    font-size: 14px;

}


.cc-hero-contact a {

    color: #f0f3f6;

    font-size: 17px;

    font-weight: 800;

    text-decoration: none;

}


.cc-hero-contact a:hover {

    color: #f5c518;

}



/* =========================================================
   BOOKING CARD
========================================================= */

.cc-hero-booking {

    position: relative;

    padding: 25px;

    border:
        1px solid
        rgba(255,255,255,.1);

    border-radius: 18px;

    background:

        linear-gradient(
            145deg,
            rgba(21,32,47,.96),
            rgba(10,17,27,.96)
        );

    box-shadow:

        0 25px 70px
        rgba(0,0,0,.4),

        inset 0 1px 0
        rgba(255,255,255,.04);

    backdrop-filter: blur(18px);

    animation:
        ccBookingIn .9s .15s ease both;

}


@keyframes ccBookingIn {

    from {

        opacity: 0;

        transform:
            translateY(35px)
            scale(.97);

    }

    to {

        opacity: 1;

        transform:
            translateY(0)
            scale(1);

    }

}


.cc-hero-booking::before {

    content: "";

    position: absolute;

    top: -1px;
    left: 12%;

    width: 76%;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #f5c518,
            transparent
        );

    border-radius: 50%;

}


.cc-booking-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

}


.cc-booking-top span {

    color: #f5c518;

    font-size: 7px;

    font-weight: 850;

    letter-spacing: 1.4px;

}


.cc-booking-top h2 {

    margin: 5px 0 0;

    color: #f4f6f8;

    font-size: 23px;

    font-weight: 900;

}


.cc-booking-top h2 strong {

    color: #f5c518;

}


.cc-booking-car-icon {

    width: 44px;
    height: 44px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    color: #f5c518;

    background:
        rgba(245,197,24,.08);

    font-size: 19px;

    animation:
        ccTaxiFloat 3s ease-in-out infinite;

}


@keyframes ccTaxiFloat {

    50% {

        transform:
            translateY(-5px)
            rotate(-2deg);

    }

}


.cc-booking-subtitle {

    margin: 7px 0 16px;

    color: #697588;

    font-size: 14px;

    line-height: 1.5;

}



/* =========================================================
   TRIP TYPES
========================================================= */

.cc-trip-types {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 5px;

    margin-bottom: 9px;

}


.cc-trip {

    cursor: pointer;

}


.cc-trip input {

    display: none;

}


.cc-trip span {

    min-height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 5px;

    border:
        1px solid
        #293546;

    border-radius: 6px;

    color: #748094;

    background: #0b1420;

    font-size: 13px;

    font-weight: 750;

    transition: .25s;

}


.cc-trip input:checked + span {

    border-color:
        rgba(245,197,24,.55);

    color: #f5c518;

    background:
        rgba(245,197,24,.07);

}



/* =========================================================
   INPUT
========================================================= */

.cc-hero-input {

    min-height: 42px;

    display: flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 8px;

    padding: 0 11px;

    border:
        1px solid
        #273345;

    border-radius: 7px;

    background:
        rgba(6,13,22,.8);

    transition: .25s;

}


.cc-hero-input:focus-within {

    border-color:
        rgba(245,197,24,.55);

    box-shadow:
        0 0 0 3px
        rgba(245,197,24,.05);

}


.cc-hero-input > i {

    flex-shrink: 0;

    color: #697588;

    font-size: 10px;

}


.cc-hero-input input,
.cc-hero-input select {

    width: 100%;

    height: 40px;

    padding: 0;

    border: 0;

    outline: 0;

    color: #e8edf2;

    background: transparent;

    font-family: inherit;

    font-size: 13px;

}


.cc-hero-input input::placeholder {

    color: #566275;

}


.cc-hero-input select {

    cursor: pointer;

}


.cc-hero-input select option {

    color: #fff;

    background: #111925;

}


.cc-hero-form-row {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 7px;

}



/* =========================================================
   SUBMIT
========================================================= */

.cc-hero-submit {

    width: 100%;

    min-height: 45px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 10px;

    margin-top: 3px;

    padding: 0 15px;

    border: 0;

    border-radius: 7px;

    color: #07101d;

    background:

        linear-gradient(
            90deg,
            #f5c518,
            #ffdc57
        );

    font-size: 13px;

    font-weight: 900;

    cursor: pointer;

    transition: .3s;

}


.cc-hero-submit:hover {

    transform:
        translateY(-2px);

    box-shadow:
        0 10px 25px
        rgba(245,197,24,.2);

}


.cc-booking-secure {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 5px;

    margin-top: 9px;

    color: #566275;

    font-size: 6.5px;

}


.cc-booking-secure i {

    color: #22c55e;

}



/* =========================================================
   WAVE
========================================================= */

.cc-hero-wave {

    position: absolute;

    right: 0;
    bottom: -2px;
    left: 0;

    z-index: 4;

    height: 75px;

    pointer-events: none;

}


.cc-hero-wave svg {

    width: 100%;

    height: 100%;

}


.cc-hero-wave path {

    fill: #080f19;

}



/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1050px) {

    .cc-hero-grid {

        grid-template-columns:
            1fr .9fr;

        gap: 30px;

    }

    .cc-hero-content h1 {

        font-size: 55px;

    }

}


@media(max-width:800px) {

    .cc-home-hero {

        min-height: auto;

    }

    .cc-hero-grid {

        grid-template-columns: 1fr;

        gap: 35px;

        padding:
            65px 0
            90px;

    }

    .cc-hero-content {

        text-align: center;

    }

    .cc-hero-content h1 {

        font-size: 48px;

    }

    .cc-hero-description {

        margin-left: auto;
        margin-right: auto;

    }

    .cc-hero-features {

        justify-content: center;

    }

    .cc-hero-buttons {

        justify-content: center;

    }

    .cc-hero-contact {

        justify-content: center;

    }

    .cc-hero-booking {

        max-width: 520px;

        width: 100%;

        margin: auto;

    }

}


@media(max-width:520px) {

    .cc-hero-grid {

        padding:
            50px 0
            80px;

    }

    .cc-hero-content h1 {

        font-size: 39px;

        letter-spacing: -1.5px;

    }

    .cc-hero-description {

        font-size: 10px;

    }

    .cc-hero-features {

        gap: 10px;

    }

    .cc-hero-buttons {

        flex-direction: column;

    }

    .cc-hero-btn {

        width: 100%;

    }

    .cc-hero-booking {

        padding: 18px;

        border-radius: 13px;

    }

    .cc-booking-top h2 {

        font-size: 20px;

    }

    .cc-trip span {

        font-size: 6.5px;

    }

}


@media(max-width:380px) {

    .cc-hero-content h1 {

        font-size: 34px;

    }

    .cc-hero-features {

        flex-direction: column;

        align-items: center;

    }

}