/* input(1173,12): run-time error CSS1034: Expected closing parenthesis, found '-'
input(1179,12): run-time error CSS1034: Expected closing parenthesis, found '-'
input(1240,12): run-time error CSS1034: Expected closing parenthesis, found '-'
input(3779,1): run-time error CSS1019: Unexpected token, found '@' */
:root {
    /*--brandRed: #C8102E;*/
    --brandRed: #224197;
    /*--brandRedHover: #ee1438;*/
    --brandRedHover: #415ca8;
    --brandBlue2: #012169;
    --brandBlue2Hover: #023097;
    --templateBlue: #012169; /*#124265;*/
    --brandBlue: #2d7eb9;
    --brandBluehover: #2d7eb9;
    --gray: #7e97aa;
    /*-----------*/
    --bg: #ffffff;
    --text: #1a1a1d;
    --accent: #012169; /* Royal Blue */
    --border: #e4e4e7;
    --muted: #555555;
    --shadow: rgba(0,0,0,0.05);
    --success: #16a34a;
    --warning: #eab308;
    --card: #f9f9fb;
    --accent-2: #5f4dd0;
    --theme-red: #e63946;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
}

a {
    color: var(--brandRed);
    text-decoration: none;
    font-weight: 500;
    gap: .2rem;
}

    a:hover {
        color: var(--brandBlue2);
        text-decoration: none;
    }

.brand {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-weight: 700;
    font-size: 1.6rem;
}

    .brand .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--accent);
        box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 35%, transparent)
    }

.topBar {
    background-color: var(--brandRed);
    height: 35px;
    width: 100%;
    padding-top: 5px;
}

    /*.topBar a:first-child:before {
        content: '\260E';
        padding-right: 5px;
    }

    .topBar a:before {
        content: '\2709';
        padding-right: 5px;
    }*/

    .topBar a {
        font-size: 14px;
        font-weight: normal;
        padding-top: 3px;
    }

#hero1 {
    background-image: url(/assets/img/banner.png?v=WYaJ-gJ8vED7_klLqO2EonH9dwQ);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0;
}

.shadow {
    /*box-shadow: 0 3px 5px rgb(0 0 0 / 5%);*/
}

.why-choose-us .feature-card {
    transition: all 0.3s ease;
}

    .why-choose-us .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

.why-choose-us i {
    display: block;
}
/*----------------------------------------------
SearchBox
--------------------------------------------------*/

.search-wrapper {
    margin: 0 auto;
}

.search-card {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    overflow: hidden;
}

.search-form {
    flex: 1.5;
    padding: 2.5rem;
}

.search-visual {
    flex: 1;
    position: relative;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .search-visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.7;
    }

.visual-overlay {
    position: absolute;
    text-align: center;
    color: #fff;
    padding: 1rem;
}

    .visual-overlay h2 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .visual-overlay p {
        font-size: 1.1rem;
        color: #ddd;
    }

/* --- Title --- */
.search-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.5rem;
}

    .search-title span {
        display: block;
        font-size: 1rem;
        font-weight: 400;
        color: #e63946;
        margin-top: 0.3rem;
    }

/* --- Form --- */
label {
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #dcdfe3;
    padding: 0.75rem 1rem;
}

    .form-control:focus {
        border-color: var(--accent, #012169);
        box-shadow: 0 0 0 0.25rem rgba(1,33,105,0.15);
    }

.form-control-with-icon {
    position: relative;
}

    .form-control-with-icon i {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.2rem;
        color: #e63946;
        opacity: 0.8;
    }

    .form-control-with-icon input,
    .form-control-with-icon select {
        padding-left: 40px;
    }

/* --- Button --- */
.btn-quote {
    background: var(--theme-red);
    color: #fff;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-quote:hover {
        background: #111;
        color: #fff;
    }

/* --- Contact --- */
.contact-line {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.95rem;
    color: #333;
}

    .contact-line a {
        color: #e63946;
        text-decoration: none;
        font-weight: 600;
    }

.googleReviews {
    margin-top: 0.3rem;
}

    .googleReviews img {
        width: 70px;
        vertical-align: middle;
        margin: 0 5px;
    }

/* --- Responsive --- */
@media (max-width: 992px) {
    .search-card {
        flex-direction: column;
    }

    .search-visual {
        order: 2;
        height: auto;
        padding: 2rem 1rem;
        background: #111;
    }

    .visual-overlay {
        position: relative;
        padding: 1.5rem;
    }

        .visual-overlay h2 {
            font-size: 1.5rem;
        }

        .visual-overlay p {
            font-size: 1rem;
        }

    .search-form {
        order: 1;
        padding: 1.5rem;
    }
}

@media (max-width: 576px) {
    .search-title {
        font-size: 1.5rem;
    }

    .btn-quote {
        width: 100%;
    }

    .search-visual {
        padding: 1.5rem 1rem;
    }

    .visual-overlay h2 {
        font-size: 1.3rem;
    }

    .visual-overlay p {
        font-size: 0.95rem;
    }
}
/*-------------------------------
End Search Box
-------------------------------*/





.input-container {
    position: relative;
}

.time-dropdown {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    background-color: #f6f1f1;
    border: solid 1px #e6e6e6;
    width: 250px;
    color: #fff;
    margin-top: 12px;
    z-index: 9999999;
}

    .time-dropdown label {
        color: black;
        padding-top: 10px;
        padding-left: 25px;
    }

    .time-dropdown .hours {
        width: 115px;
        margin-left: 20px;
    }

    .time-dropdown .minutes {
        width: 70px;
        margin-left: 20px;
    }

.time-dropdown-r {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    background-color: #f6f1f1;
    border: solid 1px #e6e6e6;
    width: 250px;
    color: #fff;
    margin-top: 12px;
    z-index: 9999999;
}

    .time-dropdown-r label {
        color: black;
        padding-top: 10px;
        padding-left: 25px;
    }

    .time-dropdown-r .hours {
        width: 115px;
        margin-left: 20px;
    }

    .time-dropdown-r .minutes {
        width: 70px;
        margin-left: 20px;
    }

.time-dropdown-r-form {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    background-color: #f6f1f1;
    border: solid 1px #e6e6e6;
    width: 250px;
    color: #fff;
    margin-top: 12px;
    z-index: 9999999;
}

    .time-dropdown-r-form label {
        color: black;
        padding-top: 10px;
        padding-left: 25px;
    }

    .time-dropdown-r-form .hours {
        width: 115px;
        margin-left: 20px;
    }

    .time-dropdown-r-form .minutes {
        width: 70px;
        margin-left: 20px;
    }

.time-dropdown-r-form-f {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    background-color: #f6f1f1;
    border: solid 1px #e6e6e6;
    width: 250px;
    color: #fff;
    margin-top: 12px;
    z-index: 9999999;
}

    .time-dropdown-r-form-f label {
        color: black;
        padding-top: 10px;
        padding-left: 25px;
    }

    .time-dropdown-r-form-f .hours {
        width: 115px;
        margin-left: 20px;
    }

    .time-dropdown-r-form-f .minutes {
        width: 70px;
        margin-left: 20px;
    }

.passenger-dropdown {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    background-color: #f6f1f1;
    border: solid 1px #e6e6e6;
    width: 200px;
    color: #fff;
    margin-top: 12px;
    z-index: 999;
}

    .passenger-dropdown label {
        color: black;
        padding-top: 10px;
        padding-left: 25px;
    }

.plusbtn {
    color: white;
    margin: 10px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    background-color: var(--brandBlue);
    border-color: var(--brandBlue)
}

.passengers {
    font-weight: bold;
    font-size: 24px;
}

.checkbox {
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    margin: 13px;
    margin-top: 0px;
    cursor: pointer;
}

.quote h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.quote img {
    margin-bottom: 10px;
}

.headingh2 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 5px;
    line-height: 30px;
    color: var(--accent);
}

.q-txt {
    line-height: 20px;
    padding-top: 10px;
}

.btn-Quote {
    margin-top: 28px;
    padding-top: 5px;
    height: 40px;
    display: block;
    width: 100%;
    background-color: var(--brandRed);
    border-color: var(--brandRedHover);
}

.ml-10 {
    margin-left: 10px;
}

.btn-Quote:hover {
    background-color: var(--brandRedHover);
    border-color: var(--brandRed);
}

.btn-Quote::selection {
    background-color: var(--brandBlue);
    border-color: var(--brandBlue);
}

.btn-Quote:focus {
    background-color: var(--brandBlue);
    border-color: var(--brandBlue);
}

.no-radius {
    border-radius: 0;
}

.btn-Select {
    margin-top: 10px;
    padding-top: 4px;
    height: 40px;
    color: white;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    background-color: var(--brandBlue2);
    border-color: var(--brandBlue2Hover);
}

    .btn-Select:hover {
        background-color: var(--brandBlue2Hover);
        border-color: var(--brandBlue2);
        color: white;
    }

    .btn-Select::selection {
        background-color: var(--brandBlue);
        border-color: var(--brandBlue);
    }

    .btn-Select:focus {
        background-color: var(--brandBlue);
        border-color: var(--brandBlue);
    }

.bubble {
    background: #fff;
    border-radius: 2px;
}

    .bubble:after {
        content: "";
        display: block;
        position: absolute;
        left: 1rem;
        top: -15px;
        border-bottom: 15px solid #f6f1f1;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-radius: 6px;
    }

.myselect {
    padding: 10px;
}

.tbox {
    cursor: pointer;
}

.timeLabelFix {
    position: absolute;
    padding-top: 0;
    margin-top: -19px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: white;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--brandBlue);
    outline: 0;
    box-shadow: none;
}

.form-select:focus {
    box-shadow: none;
}

.form-check-input:focus {
    box-shadow: none;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}

.page-link:focus .btn-close:focus select:focus {
    box-shadow: none;
}

.searchContainer {
    width: 90%;
    margin: 0 auto;
}

    .searchContainer h1 {
        color: var(--brandBlue2);
        text-align: center;
        font-weight: 500;
        letter-spacing: 1px;
        text-shadow: 0px 1px 1px var(--brandBlue2);
        font-size: 17px;
        text-transform: uppercase;
        padding: 10px 10px 0px;
    }

        .searchContainer h1 span {
            font-size: 12px;
            display: block;
            color: black;
            padding: 0;
            padding-top: 3px;
            text-shadow: none;
            font-weight: normal;
        }

    .searchContainer label {
        font-weight: bold;
    }

    .searchContainer input {
        height: 40px;
        font-size: 13px;
    }

    .searchContainer .form-group {
        padding: 5px;
        margin: 3px;
    }

@media (max-width: 576px) {

    .from-to .swap-locations {
        top: calc(50% - 12px);
        right: 15px;
        left: auto;
        background: 0 0;
        color: #7bc144;
        width: 35px;
        height: 35px;
    }

    .returnTrip {
        padding-top: 0px;
    }

    .from-to .pl-4 {
        padding-left: 1rem !important;
    }

    .from-to .pr-4 {
        padding-right: .8rem !important;
    }

    .time-dropdown {
        z-index: 999;
        width: 148px;
        color: #fff;
    }

        .time-dropdown .minutes {
            width: 115px;
        }

    .checkbox {
    }

    .btn-Quote {
        margin-top: 0px;
    }

    .searchContainer {
        width: 100%;
    }

    .timeLabelFix {
        position: relative;
        padding-top: 0;
        margin-top: 0px;
    }

    .time-dropdown-r {
        z-index: 999;
        width: 148px;
        color: #fff;
    }

        .time-dropdown-r .minutes {
            width: 115px;
        }

    .time-dropdown-r-form {
        z-index: 999;
        width: 148px;
        color: #fff;
    }

    .time-dropdown-r-form-f {
        z-index: 999;
        width: 148px;
        color: #fff;
    }

    .time-dropdown-r-form .minutes {
        width: 115px;
    }

    .time-dropdown-r-form-f .minutes {
        width: 115px;
    }
}

.hide {
    display: none;
}
/*---------------------------------------
    End Search Box
-----------------------------------------------*/
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    background: #fff;
    z-index: 997;
    border-bottom: 1px solid #e6f2fb;
}

    #header.header-scrolled {
        border-color: #fff;
        box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
    }

    #header .logo {
        font-size: 35px;
        width: 240px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 300;
        letter-spacing: 0.5px;
    }

        #header .logo a {
        }

.logo a:hover {
    border-bottom: none !important;
    text-decoration: none !important;
}

#header .logo img {
    width: 120px !important;
}

@media (max-width: 992px) {
    #header .logo {
        font-size: 28px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
        margin-right: 20px;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        font-weight: 500;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-size: 14px;
        color: var(--brandBlue2);
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: var(--brandBlue2Hover);
        }

    .navbar .getstarted, .navbar .getstarted:focus {
        background: var(--theme-red);
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 4px;
        color: #fff;
    }

        .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
            color: #fff;
            background: var(--theme-red);
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            text-transform: none;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                color: #2487ce;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 50vh;
    position: relative;
    height: 100vh;
    background-image: url("/assets/img/hero-bg.jpg?v=L-GXYOnO61UQkEKzEAaS13wWxT4");
    background-position: bottom;
    overflow: hidden;
    background-size: cover;
}

    #hero:before {
        /*content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;*/
    }

    #hero .container {
        padding-top: 10px;
    }

    #hero h1 {
        margin: 0;
        font-size: 35px;
        font-weight: 700;
        line-height: 40px;
        color: var(--brandRed);
        font-family: "Poppins", sans-serif;
        padding-top: 20px;
    }

        #hero h1 span {
            margin: 0;
            padding: 0;
            font-size: 20px;
        }

    #hero h2 {
        color: #5e5e5e;
        margin: 10px 0 0 0;
        font-size: 22px;
    }

    #hero .btn-get-started {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.5px;
        display: inline-block;
        padding: 14px 50px;
        border-radius: 5px;
        transition: 0.5s;
        margin-top: 30px;
        color: #fff;
        background: var(--brandRed);
    }

        #hero .btn-get-started:hover {
            background: #3194db;
        }

    #hero .icon-boxes {
        margin-top: 100px;
    }

    #hero .icon-box {
        padding: 50px 30px;
        position: relative;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
        transition: all 0.3s ease-in-out;
        border-radius: 8px;
        z-index: 1;
    }

        #hero .icon-box .title {
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 18px;
        }

            #hero .icon-box .title a {
                color: #124265;
                transition: 0.3s;
            }

        #hero .icon-box .description {
            font-size: 15px;
            line-height: 28px;
            margin-bottom: 0;
        }

        #hero .icon-box .icon {
            margin-bottom: 20px;
            padding-top: 10px;
            display: inline-block;
            transition: all 0.3s ease-in-out;
            font-size: 36px;
            line-height: 1;
            color: #2487ce;
        }

        #hero .icon-box:hover {
            transform: scale(1.08);
        }

            #hero .icon-box:hover .title a {
                color: #2487ce;
            }

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
        height: 50vh;
    }
}

@media (max-height: 800px) {
    #hero {
        height: 50vh;
    }
}

@media (max-width: 992px) {
    #hero {
        height: 50vh;
    }

        #hero h1 {
            font-size: 28px;
            line-height: 36px;
        }

        #hero h2 {
            font-size: 18px;
            line-height: 24px;
        }
}
/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.content-container {
    max-width: 1300px;
    margin: auto;
    padding: 50px 20px;
    margin-top: 100px !important;
}

    .content-container h1 {
        text-align: center;
        color: var(--accent);
        margin-bottom: 20px;
        font-size: 2rem;
    }

details {
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 6px var(--shadow);
    transition: all 0.3s ease;
}

    details[open] {
        border-color: var(--accent);
        box-shadow: 0 4px 12px rgba(1,33,105,0.15);
    }

.faq-grid summary {
    cursor: pointer;
    padding: 18px 20px 18px 48px;
    font-weight: 600;
    color: var(--accent);
    font-size: 1.02rem;
    position: relative;
    list-style: none;
}

    .faq-grid summary::-webkit-details-marker {
        display: none;
    }

    .faq-grid summary::before {
        content: "❓";
        position: absolute;
        left: 18px;
        font-size: 1.1rem;
    }

    .faq-grid summary::after {
        content: "+";
        position: absolute;
        right: 18px;
        top: 18px;
        font-weight: bold;
        color: var(--accent);
        transition: transform .3s ease;
    }

details[open] .faq-grid summary::after {
    content: "−";
    transform: rotate(180deg);
}

details p {
    padding: 0 20px 18px 48px;
    color: var(--muted);
    font-size: .95rem;
    margin: 0;
}

.highlight {
    color: var(--accent);
    font-weight: 600;
}

.faq-grid {
    display: grid;
    gap: 18px;
}

@media(min - width:700px) {
    .faq-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(min - width:1100px) {
    .faq-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.contact-section {
    margin-top: 60px;
    text-align: center;
    padding: 40px 20px;
    border-top: 2px solid var(--border);
}

    .contact-section h2 {
        color: var(--accent);
        margin-bottom: 10px;
    }

    .contact-section p {
        color: var(--muted);
        max-width: 650px;
        margin: auto;
        margin-bottom: 25px;
    }

.contact-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary {
    background: var(--accent);
    color: #fff;
}

    .btn-primary:hover {
        background: #00194d;
    }

.btn-outline {
    border: 2px solid var(--accent);
    color: var(--accent);
    background: #fff;
}

    .btn-outline:hover {
        background: var(--accent);
        color: #fff;
    }

@media(max - width:600px) {
    h1 {
        font-size: 1.5rem;
    }

    summary {
        font-size: 1rem;
    }
}
/*--------------------------------------------------------------
# End FAQ
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 20px 0;
    /*padding-bottom: 70px;*/
}

.section-bg {
    background-color: #f8fbfe;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #124265;
        gap: .6rem;
        font-weight: 700;
        font-size: 1.6rem;
    }

    .section-title p {
        margin-bottom: 0;
        color: black;
    }

.page-title {
    margin-top: 50px;
    background: #3194db;
    margin-bottom: 20px;
}

    .page-title h2 {
        color: white;
    }
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    padding: 70px 20px 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

    .services .icon-box .icon {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: ease-in-out 0.3s;
        position: relative;
    }

        .services .icon-box .icon i {
            font-size: 36px;
            transition: 0.5s;
            position: relative;
        }

        .services .icon-box .icon svg {
            position: absolute;
            top: 0;
            left: 0;
        }

            .services .icon-box .icon svg path {
                transition: 0.5s;
                fill: #f5f5f5;
            }

    .services .icon-box h4 {
        font-weight: 600;
        margin: 10px 0 15px 0;
        font-size: 22px;
    }

        .services .icon-box h4 a {
            color: #124265;
            transition: ease-in-out 0.3s;
        }

    .services .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .services .icon-box:hover {
        border-color: #fff;
        box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
    }

.services .iconbox-blue i {
    color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
    color: #fff;
}

.services .iconbox-blue:hover .icon path {
    /*fill: #47aeff;*/
}

.services .iconbox-orange i {
    color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
    color: #fff;
}

.services .iconbox-orange:hover .icon path {
    /*fill: #ffa76e;*/
}

.services .iconbox-pink i {
    color: #e80368;
}

.services .iconbox-pink:hover .icon i {
    color: #fff;
}

.services .iconbox-pink:hover .icon path {
    /*fill: #e80368;*/
}

.services .iconbox-yellow i {
    color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
    color: #fff;
}

.services .iconbox-yellow:hover .icon path {
    /*fill: #ffbb2c;*/
}

.services .iconbox-red i {
    color: #ff5828;
}

.services .iconbox-red:hover .icon i {
    color: #fff;
}

.services .iconbox-red:hover .icon path {
    /*fill: #ff5828;*/
}

.services .iconbox-teal i {
    color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
    color: #fff;
}

.services .iconbox-teal:hover .icon path {
    /*fill: #11dbcf;*/
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

    .team .member .member-img {
        position: relative;
        overflow: hidden;
    }

    .team .member .social {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 40px;
        opacity: 0;
        transition: ease-in-out 0.3s;
        text-align: center;
        background: rgba(255, 255, 255, 0.85);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .team .member .social a {
            transition: color 0.3s;
            color: #124265;
            margin: 0 10px;
            display: inline-block;
        }

            .team .member .social a:hover {
                color: #2487ce;
            }

        .team .member .social i {
            font-size: 18px;
            margin: 0 2px;
            line-height: 0;
        }

    .team .member .member-info {
        padding: 25px 15px;
    }

        .team .member .member-info h4 {
            font-weight: 700;
            margin-bottom: 5px;
            font-size: 18px;
            color: #124265;
        }

        .team .member .member-info span {
            display: block;
            font-size: 13px;
            font-weight: 400;
            color: #aaaaaa;
        }

        .team .member .member-info p {
            font-style: italic;
            font-size: 14px;
            line-height: 26px;
            color: #777777;
        }

    .team .member:hover .social {
        opacity: 1;
    }

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

    .faq .faq-list ul {
        padding: 0;
        list-style: none;
    }

    .faq .faq-list li + li {
        margin-top: 15px;
    }

    .faq .faq-list li {
        padding: 20px;
        background: #fff;
        border-radius: 4px;
        position: relative;
    }

    .faq .faq-list a {
        display: block;
        position: relative;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        padding: 0 30px;
        outline: none;
        cursor: pointer;
    }

    .faq .faq-list .icon-help {
        font-size: 24px;
        position: absolute;
        right: 0;
        left: 20px;
        color: #87c1ea;
    }

    .faq .faq-list .icon-show, .faq .faq-list .icon-close {
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq .faq-list p {
        margin-bottom: 0;
        padding: 10px 0 0 0;
    }

    .faq .faq-list .icon-show {
        display: none;
    }

    .faq .faq-list a.collapsed {
        color: #343a40;
    }

        .faq .faq-list a.collapsed:hover {
            color: #2487ce;
        }

        .faq .faq-list a.collapsed .icon-show {
            display: inline-block;
        }

        .faq .faq-list a.collapsed .icon-close {
            display: none;
        }

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

    .contact .info i {
        font-size: 20px;
        color: #2487ce;
        float: left;
        width: 44px;
        height: 44px;
        background: #e3f0fa;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #124265;
    }

    .contact .info p {
        padding: 0 0 0 60px;
        margin-bottom: 0;
        font-size: 14px;
        color: #217bbc;
    }

    .contact .info .email, .contact .info .phone {
        margin-top: 40px;
    }

        .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
            background: #2487ce;
            color: #fff;
        }

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

    .contact .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        border-radius: 4px;
    }

        .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
            border-color: #2487ce;
        }

    .contact .php-email-form input {
        height: 44px;
    }

    .contact .php-email-form textarea {
        padding: 10px 12px;
    }

    .contact .php-email-form button[type=submit] {
        background: #2487ce;
        border: 0;
        padding: 10px 30px;
        color: #fff;
        transition: 0.4s;
        border-radius: 4px;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: #3194db;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
/* ===== Breadcrumb Styling ===== */
.breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}

    .breadcrumbs ol {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
        padding: 0;
        margin: 0;
        font-size: 0.95rem;
        color: #1a5e90;
    }

        .breadcrumbs ol li {
            display: flex;
            align-items: center;
        }

            .breadcrumbs ol li a {
                text-decoration: none;
                color: #1a5e90;
                font-weight: 500;
                transition: color 0.2s ease;
            }

                .breadcrumbs ol li a:hover {
                    color: var(--theme-red, #e63946);
                }

            .breadcrumbs ol li + li::before {
                content: "/";
                padding: 0 8px;
                color: #1a5e90;
                opacity: 0.6;
            }

    .breadcrumbs .active {
        color: var(--theme-red, #e63946);
        font-weight: 600;
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .breadcrumbs ol {
        flex-wrap: wrap;
        gap: 0.25rem;
        font-size: 0.9rem;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: white;
    font-size: 14px;
    background: var(--brandBlue2);
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

    #footer .footer-top {
        padding: 60px 0 30px 0;
        background: var(--brandRed);
        color: white;
    }

        #footer .footer-top a {
            color: white;
        }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact h3 {
                font-size: 26px;
                margin: 0 0 10px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 300;
            }

            #footer .footer-top .footer-contact p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
            }



.footer-links h2 {
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Base list reset (keeps your structure) */
.site-footer .footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

    /* Each item behaves nicely with multi-line text */
    .site-footer .footer-links li {
        margin: 6px 0;
    }

        /* Turn the <a> into a block so pseudo-icon aligns with wrapped lines */
        .site-footer .footer-links li > a {
            position: relative;
            display: inline-block; /* keeps width tight; use block if you want full width */
            color: #fff;
            text-decoration: none;
            line-height: 2.6;
            padding-left: 18px; /* space for the icon */
            transition: color .25s ease, transform .2s ease;
            font-weight: normal;
        }

            /* Chevron “›” icon before every link */
            .site-footer .footer-links li > a::before {
                content: "›"; /* simple, crisp arrow (no libraries) */
                position: absolute;
                left: 0;
                top: 0; /* aligns with first line */
                line-height: 1.6;
                font-size: 18px;
                color: #2487ce; /* your footer accent */
                width: 14px; /* keeps a consistent left gutter */
                text-align: left;
            }

            /* Hover state: subtle move + accent color */
            .site-footer .footer-links li > a:hover {
                color: #2487ce;
                transform: translateX(2px);
            }

            /* Optional: focus-visible for keyboard users */
            .site-footer .footer-links li > a:focus-visible {
                outline: 2px solid rgba(36,135,206,.6);
                outline-offset: 2px;
                border-radius: 3px;
            }

/* If you prefer full-width clickable rows, swap to block */
@media (min-width: 768px) {
    /* Uncomment to make full-width rows clickable
  .site-footer .footer-links li > a { display: block; }
  */
}

/* Keep contact list you already have aligned */
.site-footer .footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 8px 0;
    color: #fff;
    line-height: 2.6;
}

.site-footer .footer-contact .icon {
    flex-shrink: 0;
    width: 22px;
    text-align: center;
    margin-top: 6px;
}

.site-footer .footer-contact a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

    .site-footer .footer-contact a:hover {
        text-decoration: underline;
    }


#footer .footer-newsletter {
    font-size: 15px;
}

    #footer .footer-newsletter h4 {
        font-size: 16px;
        font-weight: bold;
        color: #444444;
        position: relative;
        padding-bottom: 12px;
    }

    #footer .footer-newsletter form {
        margin-top: 30px;
        background: #fff;
        padding: 6px 10px;
        position: relative;
        border-radius: 5px;
        text-align: left;
        border: 1px solid #cde5f6;
    }

        #footer .footer-newsletter form input[type=email] {
            border: 0;
            padding: 4px 8px;
            width: calc(100% - 100px);
        }

        #footer .footer-newsletter form input[type=submit] {
            position: absolute;
            top: -1px;
            right: -2px;
            bottom: -1px;
            border: 0;
            background: none;
            font-size: 16px;
            padding: 0 20px 2px 20px;
            background: #2487ce;
            color: #fff;
            transition: 0.3s;
            border-radius: 0 5px 5px 0;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        }

            #footer .footer-newsletter form input[type=submit]:hover {
                background: #3194db;
            }

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444444;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #2487ce;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 5px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

    #footer .social-links a:hover {
        background: #3194db;
        color: #fff;
        text-decoration: none;
    }

@media (min-width: 500px) {

    .striped {
        background: #fff;
    }
}

.plane {
    background: url("/assets/icons/plane.jpg?v=v_77bQdWCjzGkAQ0LJXwKSRO8RE") no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 7px;
}

.location {
    background: url("/assets/icons/location.jpg?v=ryJ172AgkZszsF1chiNi3BCqFHA") no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 7px;
}

.calender {
    background: url("/assets/icons/calendar.jpg?v=ffUecdFdgeZv_QFXprPiS7Pp5x0") no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 7px;
}

.clock {
    background: url("/assets/icons/clock.jpg?v=pj5cpmSO5AMuui8FI4soYV-FTP4") no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 7px;
}

.user {
    background: url("/assets/icons/user.jpg?v=RshMtOSFiZpyD4SY9DAN_Fmbpj0") no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 7px;
    top: 12px;
}

.freechild {
    background: url("/assets/icons/baby.jpg?v=I1hB73vK2XAcyOiyN6sKKpKN-So") no-repeat;
    width: 35px;
    height: 45px;
}

.handshake {
    background: url("/assets/icons/handshake.png?v=D9cy93NaFLeas0-O16yCxJgJLqE") no-repeat;
    width: 50px;
    height: 32px;
}

.freecancel {
    background: url("/assets/icons/freecancel.png?v=Dc2QktxJvIH__1L-AvbbZ6NgjEU") no-repeat;
    width: 32px;
    height: 38px;
}

.car {
    background: url("/assets/icons/car.png?v=3AyXnUV5Et26jQdUJ1y4Sf7KGbw") no-repeat;
    width: 38px;
    height: 38px;
}

.flight {
    background: url("/assets/icons/plane2.jpg?v=4VONyXw_fOJfoHujU5xt8zgL9RI") no-repeat;
    width: 38px;
    height: 38px;
}

.freeTime {
    background: url("/assets/icons/clock2.jpg?v=YNX-Ww7x8tuXKwK09Iyl2e1MLe8") no-repeat;
    width: 38px;
    height: 38px;
}

.swap {
    background: url("/assets/icons/swap.jpg?v=SSmgwiEjvWFghAG6aC963x1rPRo") no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    left: 5px;
}

.swapv {
    background: url("/assets/icons/swapv.jpg?v=GJIqWLwGyCTMrbGS7U07eBJFDxs") no-repeat;
    width: 32px;
    height: 32px;
}

.area-heading {
    width: 100%;
    background-color: var(--brandBlue2);
}

    .area-heading .container h2 {
        padding-top: 40px;
        padding-bottom: 25px;
        color: white;
        text-transform: uppercase;
    }

.bread-crumb {
    background: white;
    padding-bottom: 2px;
    padding-top: 10px;
    /*border-bottom: solid 1px var(--brandBlue2);*/
    -webkit-box-shadow: 0 8px 6px -6px #e6e6e6;
    -moz-box-shadow: 0 8px 6px -6px #e6e6e6;
    box-shadow: 0 8px 6px -6px #e6e6e6;
}

    .bread-crumb ul {
        padding: 0;
        margin-bottom: 8px;
    }

        .bread-crumb ul li {
            display: inline;
            font-size: 13px;
            padding: 0;
            margin: 0;
        }

            .bread-crumb ul li:before {
                content: "\00BB";
                padding-right: 5px;
            }

            .bread-crumb ul li:first-child:before {
                content: "";
            }

            .bread-crumb ul li a {
                margin-right: 10px;
            }

                .bread-crumb ul li a:hover {
                    text-decoration: underline;
                }

.popular a {
    font-weight: bold;
    border-bottom: var(--brandBlue) dotted 1px;
}

    .popular a:hover {
        color: var(--brandBlue2Hover);
    }

.tick ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

    .tick ul li:before {
        /*content: '\2713';*/
        content: '\2705';
        font-size: 17px;
        font-weight: bold;
        color: green;
        margin-right: 10px;
    }

    .tick ul li {
        color: var(--accent);
        font-weight: 600;
        margin-bottom: 8px;
    }

h2 span:before {
    content: '\2713';
    font-size: 17px;
    font-weight: bold;
    color: green;
    margin-right: 10px;
}

.milage {
    color: white;
    width: 180px;
    margin: 0 auto;
    line-height: 25px;
    background: var(--brandBlue2);
    padding-top: 5px;
    padding-bottom: 5px;
}

.oPrice {
    color: white;
    font-size: 25px;
    line-height: 30px;
}

.duration {
    font-size: 12px;
}

.greenbg {
    background: #8BC53F;
}

.purplebg {
    background-color: #9933CC;
}

.lightbluebg {
    background-color: #008DD4;
}

/*.steps-wrap {
    margin-top: -20px;
    background: #f3f3f3;
    padding: 20px 0 8px;
    text-align: center;
}

    .steps-wrap .step {
        display: inline-block;
        width: 20%;
        position: relative;
    }

        .steps-wrap .step::after {
            content: ' ';
            background: url(/assets/img/search.png?v=adTV2kgu3APtFKoyRZ2NozkBFOY) no-repeat;
            position: absolute;
            background-position: 10%;
            width: 40px;
            height: 40px;
            right: 0;
            bottom: 0;
        }

        .steps-wrap .step:nth-last-child(1)::after {
            content: ' ';
            background: none;
        }

        .steps-wrap .step h3 {
            color: #b3b3b3;
            font-size: 1.2em;
        }

            .steps-wrap .step h3.done {
                color: #000;
                position: relative;
            }

                .steps-wrap .step h3.done::after {
                    content: ' ';
                    background: url(/assets/img/search.png?v=adTV2kgu3APtFKoyRZ2NozkBFOY) no-repeat;
                    position: absolute;
                    width: 36px;
                    height: 40px;
                    top: -5px;
                    left: 12%;
                }

.searched-data {
    background: #00adee;
    padding: 4px 0 0px;
    text-align: center;
}

    .searched-data .step {
        display: inline-block;
        position: relative;
        text-indent: 3em;
        color: #fff;
        padding-right: 2em;
    }

        .searched-data .step:nth-child(1)::after {
            content: ' ';
            background: url(/assets/img/search.png?v=adTV2kgu3APtFKoyRZ2NozkBFOY) no-repeat;
            width: 38px;
            height: 30px;
            display: block;
            background-position: 23%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .searched-data .step:nth-child(2)::after {
            content: ' ';
            background: url(/assets/img/search.png?v=adTV2kgu3APtFKoyRZ2NozkBFOY) no-repeat;
            width: 38px;
            height: 30px;
            display: block;
            background-position: 37%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .searched-data .step:nth-child(3)::after {
            content: ' ';
            background: url(/assets/img/search.png?v=adTV2kgu3APtFKoyRZ2NozkBFOY) no-repeat;
            width: 38px;
            height: 30px;
            display: block;
            background-position: 48%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .searched-data .step:nth-child(4)::after {
            content: ' ';
            background: url(/assets/img/search.png?v=adTV2kgu3APtFKoyRZ2NozkBFOY) no-repeat;
            width: 38px;
            height: 30px;
            display: block;
            background-position: 58%;
            position: absolute;
            left: 0;
            top: 0;
        }

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width:991px) {
    .steps-wrap .step h3 {
        font-size: 1.1em;
    }

    .searched-data {
        text-align: center;
    }

    .steps-wrap {
        padding: 0 30px 8px;
    }

        .steps-wrap .step::after {*/
/*background-position: 8%;

		width: 27px;

		height: 35px;

		background-size: 260px;

		top: 163%;

		transform: rotate(180deg);

		-webkit-transform: rotate(180deg);

		-moz-transform: rotate(180deg);

		-o-transform: rotate(180deg);

		-ms-transform: rotate(180deg);*/

/*display: none;
        }

        .steps-wrap .step {
            float: none;
            display: block;
            width: 100%;
        }
}*/
.text-ellipsis {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.lead {
    color: black;
    text-align-last: left;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: bold;
}

    .lead img {
        width: 80px;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.pad15 {
    height: 150px;
}

.googleReviews {
    float: right;
}

    .googleReviews b {
        padding-left: 5px;
    }


/* -------- Footer (namespaced) -------- */
.site-footer {
    background: var(--brandBlue2);
    color: #fff;
    font-size: 14px;
}

    .site-footer a {
        color: #fff;
    }

        .site-footer a:hover {
            color: var(--brandRedHover);
        }

    .site-footer .footer-top {
        background: var(--brandBlue2);
        padding: 50px 0 30px;
    }

    .site-footer .footer-container {
        margin: 0 auto;
        padding: 0 18px;
        display: grid;
        grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
        gap: 28px;
    }

@media (max-width: 1024px) {
    .site-footer .footer-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .site-footer .footer-container {
        grid-template-columns: 1fr;
    }
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer-logo {
    height: 100px;
    width: auto;
}

.footer-text {
    margin: 12px 0 16px;
    color: #e9eef6;
    line-height: 1.6;
}

.footer-title {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 6px 0 14px;
    color: #ffffff;
    border-left: 3px solid var(--brandRed);
    padding-left: 10px;
}

.footer-links,
.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer-contact li {
        display: flex;
        align-items: flex-start; /* aligns icon top with text block */
        gap: 10px;
        margin: 8px 0;
        color: white;
        line-height: 1.5;
    }

    .footer-contact .icon {
        flex-shrink: 0;
        font-size: 1.1rem;
        width: 22px; /* keeps icons aligned even if emoji widths differ */
        text-align: center;
        line-height: 1.6;
    }

    .footer-contact a {
        color: white;
        text-decoration: none;
    }

        .footer-contact a:hover {
            text-decoration: underline;
        }

    .footer-contact .contact-text {
        display: inline-block;
        color: white;
    }

    .footer-links li,
    .footer-contact li {
        color: white;
    }

/* Social */
.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

    .footer-social .social {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: color-mix(in srgb, #ffffff 12%, var(--brandBlue2));
        border: 1px solid color-mix(in srgb, #ffffff 20%, var(--brandBlue2));
        transition: transform .2s ease, background .2s ease, border-color .2s ease;
    }

        .footer-social .social:hover {
            transform: translateY(-2px);
            background: var(--brandRed);
            border-color: var(--brandRedHover);
        }

    .footer-social svg {
        width: 18px;
        height: 18px;
        fill: #fff;
    }

/* Newsletter */
.footer-newsletter {
    margin-top: 14px;
    display: flex;
    gap: 8px;
    background: rgba(255,255,255,0.08);
    padding: 8px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.15);
}

    .footer-newsletter input {
        flex: 1;
        min-width: 0;
        height: 40px;
        border: 0;
        outline: 0;
        background: #fff;
        color: var(--text);
        border-radius: 8px;
        padding: 0 10px;
        font-size: 14px;
    }

    .footer-newsletter button {
        height: 40px;
        padding: 0 14px;
        border: 0;
        border-radius: 8px;
        background: var(--brandRed);
        color: #fff;
        font-weight: 600;
        cursor: pointer;
        transition: background .2s ease, transform .2s ease;
    }

        .footer-newsletter button:hover {
            background: var(--brandRedHover);
            transform: translateY(-1px);
        }

/* Payments */
.footer-payments {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 12px;
    flex-wrap: wrap;
}

    .footer-payments img {
        height: 24px;
        width: auto;
        filter: brightness(0) invert(1) opacity(.9);
    }

/* Bottom bar */
.site-footer .footer-bottom {
    background: color-mix(in srgb, var(--brandBlue2) 85%, black);
    border-top: 1px solid rgba(255,255,255,0.12);
}

.footer-bottom-inner {
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.footer-bottom p {
    margin: 0;
    color: #e6efff;
}

.footer-legal {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

    .footer-legal a {
        color: #e6efff;
        font-weight: 500;
        border-bottom: 1px solid transparent;
    }

        .footer-legal a:hover {
            border-bottom-color: rgba(255,255,255,0.3);
        }

/* Utility: screen reader text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
/*Fleet Section*/

/*end fleet*/
/* ==== Mobile navbar tweaks ==== */
@media (max-width: 991.98px) {
    /* Make the list column and left-aligned */
    .navbar .navbar-collapse .navbar-nav {
        align-items: flex-start !important; /* left align items */
    }

    /* Make links left-aligned, not space-between */
    .navbar .nav-link {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        padding: .5rem 1rem; /* comfortable tap target */
    }

    /* Dropdown inside collapsed nav should open inline, left-aligned */
    .navbar .dropdown-menu {
        position: static; /* no absolute positioning on mobile */
        float: none;
        box-shadow: none;
        margin: .25rem 0 .5rem 1rem; /* slight indent under parent */
        border: 0;
        padding: .25rem 0;
        width: auto; /* shrink to content */
    }

    /* Dropdown items left-aligned */
    .navbar .dropdown-item {
        padding: .4rem 1rem;
        white-space: normal; /* wrap long airport names nicely */
    }

    /* Optional: lighter caret spacing on mobile */
    .navbar .dropdown-toggle::after {
        margin-left: .35rem;
    }
}













/*Airport Pickup Guide Start*/


.pill {
    display: inline-flex;
    gap: .5rem;
    align-items: center;
    padding: .45rem .75rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--card);
    color: var(--muted);
    font-size: .85rem
}

    .pill b {
        color: var(--text)
    }

.heading1 {
    font-size: 1.6rem;
    margin: 22px 0 10px
}

.notice {
    border: 1px solid var(--border);
    background: #fffefc;
    padding: 14px;
    border-radius: 14px;
    color: var(--muted)
}

.guid-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 16px
}

@media (min-width:800px) {
    .guid-grid {
        grid-template-columns: 1fr 1fr
    }
}

details.airport {
    border: 1px solid var(--border);
    background: var(--card);
    border-radius: 16px;
    overflow: hidden
}

    details.airport[open] {
        outline: 1px solid color-mix(in srgb, var(--accent) 45%, transparent)
    }


.guid-grid summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    font-weight: 700;
    background: linear-gradient(180deg,#ffffff,#fafafa)
}

    .guid-grid summary::-webkit-details-marker {
        display: none
    }

.code {
    font-family: ui-monospace,Menlo,Consolas,monospace;
    background: rgba(210,31,38,.1);
    color: var(--accent);
    padding: .15rem .4rem;
    border-radius: 6px;
    border: 1px solid color-mix(in srgb, var(--accent) 25%, transparent)
}

.airport-body {
    padding: 16px 18px;
    border-top: 1px solid var(--border)
}

.sub {
    margin: .25rem 0 1rem;
    color: var(--muted)
}

.terminal {
    border: 1px dashed var(--border);
    border-radius: 12px;
    padding: 12px;
    margin: 10px 0;
    background: #fff
}

    .terminal h4 {
        margin: .2rem 0 .4rem;
        font-size: 1.02rem
    }

.tip {
    display: flex;
    gap: .6rem;
    align-items: flex-start;
    margin-top: .6rem;
    color: var(--muted);
    font-size: .92rem
}

    .tip:before {
        content: "ⓘ";
        color: var(--accent);
        font-weight: 700;
        margin-top: .1rem
    }

.ok {
    color: var(--success)
}

.warn {
    color: var(--warning)
}


.divider {
    height: 1px;
    background: var(--border);
    margin: 18px 0
}


.guid-grid ul {
    margin: .35rem 0 .5rem;
    padding-left: 1.1rem
}

.guid-grid li {
    margin: .2rem 0
}



/*Airport Pickup Guide End*/



/*Terms & Condition Start*/


.tc_container h2 {
    color: var(--accent);
    font-size: 1.4rem;
    border-left: 4px solid var(--accent);
    padding-left: 10px;
    margin-top: 40px;
}

.tc_container h3 {
    color: var(--accent);
    font-size: 1.1rem;
    margin-top: 20px;
}

.tc_container p {
    color: var(--muted);
    margin: 10px 0;
}

.tc_container ul {
    margin: 10px 0 10px 25px;
    color: var(--muted);
}

.tc_container li {
    margin: 5px 0;
}

.tc_container table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    margin-bottom: 25px;
}

.tc_container table, th, td {
    border: 1px solid var(--border);
}

.tc_container th, td {
    padding: 10px;
    text-align: left;
}

.tc_container th {
    background: #f8f9fa;
    color: var(--accent);
}

.contact {
    border-top: 2px solid var(--border);
    margin-top: 40px;
    padding-top: 30px;
}

    .contact strong {
        color: var(--accent);
    }

@media (max-width: 600px) {
    .tc_container h1 {
        font-size: 1.6rem;
    }

    .tc_container h2 {
        font-size: 1.2rem;
    }
}

/*Terms & Condition End*/

/*Business & Corporate Start*/

#business-page h1 {
    text-align: center;
    color: var(--accent);
    margin-bottom: 25px;
    font-size: 2.2rem;
}

#business-page h2 {
    color: var(--accent);
    font-size: 1.4rem;
    border-left: 4px solid var(--accent);
    padding-left: 10px;
    margin-top: 40px;
}

#business-page h3 {
    color: var(--accent);
    font-size: 1.1rem;
    margin-top: 20px;
}

#business-page p {
    color: var(--muted);
    margin: 10px 0;
}

#business-page ul {
    margin: 10px 0 10px 25px;
    color: var(--muted);
}

#business-page li {
    margin: 5px 0;
    position: relative;
    padding-left: 16px;
    line-height: 1.6;
}

    #business-page li::before {
        content: "›";
        color: #012169;
        position: absolute;
        left: 0;
        top: 0;
    }

#business-page .contact {
    border-top: 2px solid var(--border);
    margin-top: 40px;
    padding-top: 30px;
}

    #business-page .contact strong {
        color: var(--accent);
    }

#business-page .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

#business-page .card {
    background: #f9f9fb;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 3px 5px var(--shadow);
    transition: transform 0.2s;
}

    #business-page .card:hover {
        transform: translateY(-4px);
    }

.contact-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

/*   .btn {
                    display: inline-block;
                    padding: 12px 20px;
                    border-radius: 8px;
                    font-weight: 600;
                    text-decoration: none;
                    transition: all 0.3s ease;
                }

                .btn-primary {
                    background: var(--accent);
                    color: #fff;
                }

                    .btn-primary:hover {
                        background: #00194d;
                    }

                .btn-outline {
                    border: 2px solid var(--accent);
                    color: var(--accent);
                    background: #fff;
                }

                    .btn-outline:hover {
                        background: var(--accent);
                        color: #fff;
                    } */
@media (max-width: 600px) {
    #business-page h1 {
        font-size: 1.6rem;
    }

    #business-page h2 {
        font-size: 1.2rem;
    }
}
/*Business & Corporate Start*/


/*Contact Start*/

/* ========= CONTACT INFO CARD ========= */
.contact-info-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

    .contact-info-card:hover {
        transform: translateY(-4px);
    }

    .contact-info-card .icon i {
        font-size: 1.3rem;
    }

/* ========= CONTACT FORM ========= */
.contact-form-card {
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}
/* ========= RESPONSIVE ========= */
@media (max-width: 992px) {
    .contact-info-card {
        margin-bottom: 2rem;
    }
}



/* ===== Help Centre Sidebar Card ===== */
.sidebar-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

    .sidebar-card:hover {
        transform: translateY(-3px);
    }

    .sidebar-card h6 {
        color: var(--accent, #012169);
    }

/* Chat Box */
.chat-box {
    background: #f9f9fc;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
}

    .chat-box .btn {
        font-weight: 600;
        border-radius: 8px;
    }

    .chat-box .btn-primary {
        background: var(--accent, #012169);
        border: none;
    }

        .chat-box .btn-primary:hover {
            background: #203b82;
        }

    .chat-box .btn-outline-primary {
        border: 1.5px solid var(--accent, #012169);
        color: var(--accent, #012169);
    }

        .chat-box .btn-outline-primary:hover {
            background: var(--accent, #012169);
            color: #fff;
        }


/*Contact End*/



/*Cookie Start*/
.cookie_container h1 {
    text-align: center;
    color: var(--accent);
    margin-bottom: 25px;
    font-size: 2.2rem;
}

.cookie_container h2 {
    color: var(--accent);
    font-size: 1.4rem;
    border-left: 4px solid var(--accent);
    padding-left: 10px;
    margin-top: 40px;
}

.cookie_container h3 {
    color: var(--accent);
    font-size: 1.1rem;
    margin-top: 20px;
}

.cookie_container p {
    color: var(--muted);
    margin: 10px 0;
}

.cookie_container ul {
    margin: 10px 0 10px 25px;
    color: var(--muted);
}

.cookie_container li {
    margin: 5px 0;
}

.contact {
    border-top: 2px solid var(--border);
    margin-top: 40px;
    padding-top: 30px;
}

    .contact strong {
        color: var(--accent);
    }

@media (max-width: 600px) {
    .cookie_container h1 {
        font-size: 1.6rem;
    }

    .cookie_container h2 {
        font-size: 1.2rem;
    }
}
/*Cookie End*/



/*Home Page Start*/

/* ----- Scoped styles for this section only ----- */
#home-intro {
    background: var(--bg);
    color: var(--text);
    padding: 36px 0 20px;
}

    #home-intro .container {
        margin: 0 auto;
        padding: 0 16px;
    }

    /* Header */
    #home-intro .eyebrow {
        color: var(--accent);
        font-weight: 700;
        letter-spacing: .05em;
        text-transform: uppercase;
        font-size: 12px;
        margin-bottom: 8px;
    }

    #home-intro h1,
    #home-intro .h1 {
        margin: 0 0 10px;
        color: var(--accent);
        font-size: clamp(24px, 4vw, 32px);
        line-height: 1.25;
        font-weight: 700;
        text-wrap: balance;
    }

    #home-intro .lead {
        color: var(--muted);
        font-size: 15px;
        line-height: 1.7;
        margin: 0 0 18px;
    }

    /* CTAs */
    #home-intro .cta-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 16px 0 24px;
    }

    #home-intro .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        padding: 0 18px;
        border-radius: 6px;
        border: 1px solid transparent;
        font-weight: 600;
        text-decoration: none;
        transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
        will-change: transform;
    }

        #home-intro .btn:hover {
            transform: translateY(-1px);
        }

    #home-intro .btn-primary {
        background: var(--brandBlue2);
        color: #fff;
        border-color: var(--brandBlue2);
    }

        #home-intro .btn-primary:hover {
            background: var(--brandBlue2Hover);
        }

    #home-intro .btn-ghost {
        background: transparent;
        color: var(--brandBlue2);
        border-color: var(--border);
    }

        #home-intro .btn-ghost:hover {
            border-color: var(--brandBlue2);
            color: var(--brandBlue2Hover);
        }

    /* Trust badges */
    #home-intro .badges {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 14px;
        margin: 0 0 26px;
    }

    #home-intro .badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: var(--card);
        border: 1px solid var(--border);
        border-radius: 999px;
        padding: 8px 12px;
        font-size: 12px;
        color: var(--muted);
        box-shadow: 0 2px 6px var(--shadow);
        white-space: nowrap;
    }

    #home-intro .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--accent);
        box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 20%, transparent);
    }

    /* Benefits grid (single column on mobile, 2–3 on larger) */
    #home-intro .grid {
        display: grid;
        gap: 12px;
        margin: 0 0 26px;
        grid-template-columns: 1fr;
    }

@media (min-width: 540px) {
    #home-intro .grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (min-width: 920px) {
    #home-intro .grid {
        grid-template-columns: repeat(1,1fr);
    }
}

#home-intro .feature {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 14px 14px 42px;
    position: relative;
    min-height: 54px;
    box-shadow: 0 3px 5px var(--shadow);
}

    #home-intro .feature::before {
        content: "✓";
        position: absolute;
        left: 12px;
        top: 12px;
        width: 22px;
        height: 22px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        border: 1px solid var(--border);
        color: #16a34a;
        font-weight: 700;
        font-size: 13px;
        background: #fff;
    }

    #home-intro .feature b {
        color: var(--accent);
    }

    #home-intro .feature small a {
        color: var(--brandBlue2);
        text-decoration: none;
    }

        #home-intro .feature small a:hover {
            text-decoration: underline;
        }

/* Section headings */
#home-intro .section-title {
    color: var(--accent);
    font-size: 1.1rem;
    font-weight: 700;
    padding-left: 10px;
    margin: 24px 0 12px;
}

/* Airports list */
#home-intro .links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin: 8px 0 22px;
}

#home-intro .chip {
    border: 1px solid var(--border);
    background: #fff;
    color: var(--accent);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
    text-decoration: none;
    transition: border-color .18s ease, transform .18s ease;
}

    #home-intro .chip:hover {
        border-color: var(--brandBlue2);
        transform: translateY(-1px);
    }

/* Reassurance block */
#home-intro .note {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px;
    color: var(--muted);
    box-shadow: 0 3px 5px var(--shadow);
    margin: 0 0 22px;
}

/*Home Page End*/



/*Fleet Page Start*/


.fleet-section {
    background: #f9f9f9;
    color: #222;
    padding: 4rem 0;
    position: relative;
}

.fleet-title {
    margin-top: 2rem;
    text-align: center;
    color: var(--accent);
    margin-bottom: 35px;
    font-size: 2rem;
}

.fleet-subtitle {
    color: #666;
    max-width: 700px;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
    text-align: center;
}

/* Fleet Row Container */
.fleet-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding: 2.5rem;
    border-radius: 20px;
    margin-bottom: 4rem;
    position: relative;
    background: linear-gradient(135deg, #fff, #f4f4f4);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .fleet-row.reverse {
        flex-direction: row-reverse;
        background: linear-gradient(135deg, #fafafa, #fff);
    }

    /* Accent Strip on Left Edge */
    .fleet-row::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 6px;
        height: 100%;
        background: var(--accent, #e63946);
        border-radius: 6px 0 0 6px;
        transition: all 0.4s ease;
    }

    .fleet-row.reverse::before {
        left: auto;
        right: 0;
        border-radius: 0 6px 6px 0;
    }

    .fleet-row:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

.fleet-text {
    flex: 1;
    position: relative;
    z-index: 2;
}

.fleet-image {
    flex: 1;
    text-align: center;
    position: relative;
}

    .fleet-image img {
        width: 100%;
        max-width: 320px;
        transition: transform 0.4s ease, filter 0.4s ease;
        filter: drop-shadow(0px 5px 12px rgba(0, 0, 0, 0.15));
    }

.fleet-row:hover .fleet-image img {
    transform: scale(1.05);
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.2));
}

.fleet-name {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    color: var(--accent, #e63946);
}

.fleet-model {
    color: #555;
    font-style: italic;
    margin-bottom: 1rem;
}

.fleet-desc {
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
    margin-bottom: 1.2rem;
}

.fleet-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: #333;
    font-size: 0.95rem;
}

    .fleet-features li {
        background: #fff;
        border-radius: 8px;
        padding: 0.4rem 0.8rem;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

        .fleet-features li:hover {
            background: var(--accent, #e63946);
            color: #fff;
            transform: translateY(-2px);
        }

/* Responsive Layout */
@media (max-width: 992px) {
    .fleet-row {
        flex-direction: column !important;
        text-align: center;
        padding: 2rem 1rem;
    }

    .fleet-image img {
        max-width: 380px;
    }

    .fleet-features {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .fleet-row {
        padding: 1.5rem 1rem;
    }

    .fleet-name {
        font-size: 1.6rem;
    }

    .fleet-image img {
        max-width: 300px;
    }
}


/*Fleet Page End*/



/*Privacy Page Start*/

.privacy_container h1 {
    text-align: center;
    color: var(--accent);
    margin-bottom: 25px;
    font-size: 2.2rem;
}

.privacy_container h2 {
    color: var(--accent);
    font-size: 1.4rem;
    border-left: 4px solid var(--accent);
    padding-left: 10px;
    margin-top: 40px;
}

.privacy_container h3 {
    color: var(--accent);
    font-size: 1.1rem;
    margin-top: 20px;
}

.privacy_container p {
    color: var(--muted);
    margin: 10px 0;
}

.privacy_container ul {
    margin: 10px 0 10px 25px;
    color: var(--muted);
}

.privacy_container li {
    margin: 5px 0;
}

@media (max-width: 600px) {
    .privacy_container h1 {
        font-size: 1.6rem;
    }

    .privacy_container h2 {
        font-size: 1.2rem;
    }
}


/*Privacy Page End*/


/*Request Call Back Page STart*/


/* ===== Form Card ===== */
.callback-form-card {
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

    .callback-form-card:hover {
        transform: translateY(-3px);
    }



/* ===== Info Card ===== */
.callback-info-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

    .callback-info-card:hover {
        transform: translateY(-3px);
    }


/* ===== Responsive ===== */
@media (max-width: 992px) {
    .callback-info-card {
        margin-top: 2rem;
    }
}

/*Request Call Back Page End*/


/*Site map page Start*/
/* Wrap every rule under #sitemap to prevent global override */
#sitemap a {
    text-decoration: none;
    transition: 0.3s;
}

    #sitemap a:hover {
        color: #012169;
        text-decoration: underline;
    }

/* Local sitemap link list */
#sitemap ul {
    margin: 10px 0 10px 25px;
    color: var(--muted);
    list-style: none;
    padding: 0;
}

#sitemap li {
    margin: 5px 0;
    line-height: 1.5;
    position: relative;
    padding-left: 16px;
}

    #sitemap li::before {
        content: "›";
        color: #012169;
        position: absolute;
        left: 0;
        top: 0;
    }

/* Headings scoped */
#sitemap h2 {
    color: var(--accent);
    font-size: 1.4rem;
    border-left: 4px solid var(--accent);
    padding-left: 10px;
    margin-top: 40px;
}

#sitemap h3 {
    color: var(--accent);
    font-size: 1.1rem;
    margin-top: 20px;
}

/* Grid layout */
#sitemap .sitemap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
}

#sitemap .sitemap-section {
    margin-bottom: 30px;
}

#sitemap p {
    color: var(--muted);
    margin: 10px 0;
}

@@media (max-width: 600px) {
    #sitemap h2 {
        font-size: 1.2rem;
    }
}
/*Site map page End*/



/*Quote Page section Start*/


/* ===== Vehicle Tabs Styling ===== */
/* ===== Vehicle Tabs Styling (3 fixed tabs in a row) ===== */
.vehicle-tabs .nav-pills {
    background: #f8f9fc;
    border-radius: 50px;
    padding: 0.5rem;
    display: flex;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* Each tab takes equal space */
.vehicle-tabs .nav-link {
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
    padding: 0.6rem 0.5rem;
    color: var(--accent, #012169);
    background: transparent;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    white-space: normal; /* allow wrapping if needed */
    line-height: 1.2;
    min-width: 0; /* prevent overflow */
}

    .vehicle-tabs .nav-link:hover {
        background: rgba(1, 33, 105, 0.08);
        color: var(--accent, #012169);
    }

    .vehicle-tabs .nav-link.active {
        background: var(--accent, #012169);
        color: #fff;
        border-color: var(--accent, #012169);
        box-shadow: 0 6px 16px rgba(1, 33, 105, 0.2);
    }

.vehicle-tabs .tab-content {
    margin-top: 1rem;
}

/* Responsive – keep them equal and visible */
@media (max-width: 768px) {
    .vehicle-tabs .nav-pills {
        flex-wrap: nowrap; /* stay in a row */
        gap: 0.3rem;
    }

    .vehicle-tabs .nav-link {
        font-size: 0.9rem;
        padding: 0.5rem 0.25rem;
    }
}



/* ====== Quote Section Styling ====== */
.quote-section {
    background: #fff;
    color: #1a1a1d;
}

/* Accent Colors */
.text-accent {
    color: var(--accent, #012169) !important;
}

.text-theme-red {
    color: var(--theme-red, #e63946) !important;
}

/* ===== Vehicle Card ===== */
.vehicle-card {
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    padding: 1.25rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .vehicle-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    }

/* Vehicle Image */
.vehicle-image-wrapper {
    background: #f8f9fc;
    border-radius: 12px;
    padding: 1rem;
}

.vehicle-img {
    max-height: 140px;
    object-fit: contain;
}

.vehicle-img-small {
    max-height: 70px;
    object-fit: contain;
}

/* Content */
.vehicle-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--accent, #012169);
}

.price-box {
    background: #f9fafc;
    border-radius: 10px;
    padding: 0.5rem;
    display: inline-block;
    min-width: 130px;
}

/* Details */
.vehicle-details {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.9rem;
    color: #444;
}

/* Buttons */
.vehicle-card .btn {
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.vehicle-card .btn-primary {
    background: var(--accent, #012169);
    border: none;
}

    .vehicle-card .btn-primary:hover {
        background: var(--brandRedHover, #415ca8);
    }

.vehicle-card .btn-outline-primary {
    border: 1.5px solid var(--accent, #012169);
    color: var(--accent, #012169);
}

    .vehicle-card .btn-outline-primary:hover {
        background: var(--accent, #012169);
        color: #fff;
    }

/* ===== Why Book With Us ===== */
.why-list {
    list-style: none;
    padding-left: 0;
}

    .why-list li {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.4rem 0;
        color: #444;
        font-size: 0.95rem;
    }

    .why-list i {
        color: var(--accent, #012169);
        font-size: 1.1rem;
    }

.why-book .divider {
    width: 60px;
    height: 4px;
    background: var(--theme-red, #e63946);
    border-radius: 2px;
    margin-top: 0.3rem;
}

/* Responsive */
@media (max-width: 768px) {
    .vehicle-card {
        padding: 1rem;
    }

    .vehicle-details {
        font-size: 0.85rem;
    }
}
/* ===== Sidebar Styling ===== */
.quote-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.quote-section .sidebar-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

    .quote-section .sidebar-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    }

    .quote-section .sidebar-card h5,
    .quote-section .sidebar-card h6 {
        color: var(--accent, #012169);
    }

.transfer-info p {
    font-size: 0.95rem;
    line-height: 1.5;
}
.price-info .total-price {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 10px 14px;
}


/* Payment icons */
.payment-icons img {
    width: 40px;
    height: auto;
    filter: grayscale(1);
    transition: filter 0.3s ease;
}

    .payment-icons img:hover {
        filter: none;
    }

/* Chat box */



/* Responsive positioning */
@media (max-width: 992px) {
    .quote-sidebar {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    aside.col-lg-4 {
        order: 2 !important;
        margin-top: 1.5rem;
    }
}

@media (max-width: 768px) {
    .quote-sidebar {
        flex-direction: column;
    }

    .sidebar-card {
        padding: 1rem;
    }

    .chat-box button {
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) { /* only for large screens where sticky is active */
    .sticky-lg-top {
        top: 140px !important; /* adjust to match your navbar height */
    }
}
/* Contain sticky element within its column */
.sticky-wrapper {
    position: relative;
}

/* Make sticky stop before overlapping footer/navbars */
@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 140px; /* offset under navbar */
        z-index: 99; /* keeps it above content but below navbar */
    }
    /* Prevent overlapping footer */
    .sticky-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}
/* ===== Modern Horizontal Vehicle Card ===== */
.vehicle-card-horizontal {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
    padding: 1.5rem;
    transition: all 0.3s ease;
    align-items: center;
}

    .vehicle-card-horizontal:hover {
        box-shadow: 0 12px 28px rgba(0,0,0,0.1);
        transform: translateY(-4px);
    }

/* Image box */
.vehicle-image-box {
    flex: 0 0 220px;
    background: #f9fafc;
    border-radius: 12px;
    padding: 1rem;
}

.vehicle-img-horizontal {
    max-height: 130px;
    object-fit: contain;
}

/* Vehicle info */
.vehicle-info .vehicle-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--accent, #012169);
}

.vehicle-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.25rem;
    color: #555;
    font-size: 0.9rem;
}

    .vehicle-details i {
        color: var(--accent, #012169);
    }

/* Actions area */
.vehicle-actions {
    min-width: 180px;
}

    .vehicle-actions .btn {
        font-weight: 600;
        border-radius: 8px;
    }

    .vehicle-actions .btn-primary {
        background: var(--accent, #012169);
        border: none;
    }

    .vehicle-actions .btn-outline-primary {
        border: 1.5px solid var(--accent, #012169);
        color: var(--accent, #012169);
    }

        .vehicle-actions .btn-outline-primary:hover {
            background: var(--accent, #012169);
            color: #fff;
        }

/* Responsive stacking */
@media (max-width: 992px) {
    .vehicle-card-horizontal {
        flex-direction: column;
        text-align: center;
    }

    .vehicle-image-box {
        width: 100%;
    }

    .vehicle-actions {
        width: 100%;
    }
}

/*Quote Page section End*/

.booking_form_container .card{
    border:0;
}
.booking_form_container .btn{
    height:auto !important;
}



/*Manage Booking */

.manage-booking .card {
    background-color: var(--card);
    border: 1px solid var(--border);
    box-shadow: 0 4px 8px var(--shadow);
    border-radius: 12px;
}

.manage-booking .card-header {
    background-color: var(--accent);
    color: #fff;
    font-weight: 500;
    padding: 1rem 1.5rem;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

    .manage-booking .card-header a {
        color: #fff;
        background: var(--theme-red);
    }

.manage-booking .headingh2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--accent);
    margin-bottom: 1.5rem;
    text-align: center;
}

.manage-booking table.table {
    background-color: var(--bg);
    border-radius: 8px;
    overflow: hidden;
}

    .manage-booking table.table td {
        padding: 1.25rem;
        vertical-align: middle;
        color: var(--text);
        border-color: var(--border);
        background-color: #fff;
    }

.manage-booking b {
    color: var(--accent);
}

.manage-booking span {
    color: var(--muted);
}

.manage-booking .btn-primary {
    background-color: var(--accent);
    border: none;
}

.manage-booking .btn-default {
    background-color: var(--accent);
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.manage-booking a {
    color: var(--accent);
    text-decoration: none;
    font-weight: 500;
}

    .manage-booking a:hover {
        text-decoration: underline;
    }

.manage-booking .text-warning {
    color: var(--warning);
    font-weight: 600;
}

.manage-booking .text-success {
    color: var(--success);
    font-weight: 600;
}

.manage-booking .text-danger {
    color: var(--theme-red);
    font-weight: 600;
}

.manage-booking .text-muted {
    color: var(--muted);
}










/* Layout + Card */
.edit-booking .card {
    background-color: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 4px 10px var(--shadow);
}

.edit-booking .card-body {
    padding: 2rem;
}

.edit-booking .headingh2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--accent);
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Form Elements */
.edit-booking dl.row {
    border-top: 1px solid var(--border);
    padding-top: 1rem;
    margin-bottom: 1rem;
}

.edit-booking dt,
.edit-booking dd {
    padding: 0.75rem;
}

.edit-booking dt {
    font-weight: 600;
    color: var(--accent);
}

.edit-booking dd {
    color: var(--text);
}

/* Inputs */
.edit-booking .form-control,
.edit-booking .form-select {
    border: 1px solid var(--border);
    border-radius: 8px;
    background-color: #fff;
    color: var(--text);
    padding: 8px 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .edit-booking .form-control:focus,
    .edit-booking .form-select:focus {
        border-color: var(--accent);
        box-shadow: 0 0 4px var(--accent-2);
    }

/* Buttons */
.edit-booking .btn-default {
    background-color: var(--accent);
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 1rem;
    margin-right: 8px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}


/* Labels & Text */
.edit-booking label {
    color: var(--muted);
    font-weight: 500;
}

/* Misc */
.edit-booking textarea {
    min-height: 100px;
}

.edit-booking .text-muted {
    color: var(--muted);
}







