:root {
    --primary-color: #FFCC00;
    --secondary-color: #1a192c;
    --body-font: "Poppins", sans-serif;
    --title-font: "Outfit", sans-serif;
    --transition: .3s;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}

body {
    position: relative;
    background: white;
    font-size: 15px;
    font-family: var(--body-font); /* FIX: was var(--main-font) which is never defined; corrected to var(--body-font) */
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--title-font);
}

.clrblack {
    color: black !important;
}

/* FIX: was `.cleblue` (typo) — corrected to `.clrblue` to match naming convention of `.clrblack` */
.clrblue {
    color: var(--primary-color);
}


.loganame {
    font-size: 40px;
    color: #fff;
}

.margintop1 {
    margin-top: -13px;
    color: #fff;
    font-size: 25px;
}

.fw-medium {
    font-weight: 500 !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-theme {
    color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-theme {
    background-color: var(--primary-color) !important;
}

.clrw {
    color: white;
}

.theme-color {
    color: var(--primary-color);
}

.text-block {
    position: absolute;
    border: 2px solid white;
    width: 90%;
    height: 90%;
    bottom: 20px;
    right: 20px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: rgb(220, 219, 216);
    text-align: left;
}

.new_container {
    max-width: 1240px;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.light-bg {
    background-color: var(--light-bg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1 {
    font-size: calc(26px + (50 - 26) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.1;
    text-transform: uppercase;
}

h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.001em;
    line-height: 32px;
    text-transform: capitalize;
}

h3 {
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

h4 {
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-transform: capitalize;
}

h5 {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

h6 {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.03em;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    font-size: 16px;
    letter-spacing: 0.03em;
}

p {
    font-size: 16px;
    /*    line-height: 18px;*/
    color: #383838;
    letter-spacing: 0.03em;
}

a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    letter-spacing: 0.03em;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    color: var(--primary-color); /* FIX: was var(--secondary-color) (dark #1a192c, near-invisible on dark backgrounds); corrected to var(--primary-color) */
}

a:focus {
    outline: none;
}

.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text .h1-title,
.white-text .h2-title,
.white-text .h3-title,
.white-text .h4-title,
.white-text .h5-title,
.white-text .h6-title,
.white-text ul li,
.white-text .read-more,
.white-text span {
    color: #ffffff;
}

label {
    letter-spacing: 0.03em;
}

button:focus,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section,
.section-t-space {
    padding-top: 50px;
}

/*==========title CSS Start==========*/
.sub-title {
    text-transform: uppercase;
    letter-spacing: 0.62em;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--secondary-color);
    font-family: var(--body-font);
}

.sec-title {
    font-size: 45px;
    font-family: var(--title-font);
    color: var(--secondary-color);
    letter-spacing: -0.01em;
    line-height: 1.02;
    margin-bottom: 36px;
    font-weight: 600;
    position: relative;

    
}
.sec-title span {
        color: var(--primary-color);
        width: max-content;
        position: relative;
    }

.sec-title:before{
    position: absolute;
    content: '';
    width: 360px;
    left: 0;
    height: 2px;
    background-color: #222;
    bottom: -10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.text-center .sec-title:before{
    left: 50%;
    transform: translateX(-50%);
}
/*==========title CSS end==========*/


/*==========Btn CSS Start==========*/

.btn-theme {
    position: relative;
    overflow: hidden;
    background: var(--secondary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding: 22px 35px;
    line-height: 1;
    cursor: pointer;
    outline: none !important;
    border: 0;
    transition: var(--transition);
    z-index: 2;
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
}

.btn-theme:after {
    content: '';
    position: relative;
    display: inline-block;
    --mask-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNTQ1NDcgMTEuOTk5OUM2LjM3NTI3IDEyLjAwMDkgNi4yMDg2MyAxMS45NTEyIDYuMDY2OCAxMS44NTcxQzUuOTI0OTcgMTEuNzYzIDUuODE0MzcgMTEuNjI4OCA1Ljc0OTEgMTEuNDcxNkM1LjY4MzgzIDExLjMxNDQgNS42NjY4NiAxMS4xNDE0IDUuNzAwMzMgMTAuOTc0NUM1LjczMzgxIDEwLjgwNzYgNS44MTYyMyAxMC42NTQ1IDUuOTM3MDggMTAuNTM0NkwxMC40Nzg2IDYuMDAxNjZMNS45MzcwOCAxLjQ2ODcxQzUuNzk2NjkgMS4zMDQ3OCA1LjcyMzM0IDEuMDkzOTIgNS43MzE2NyAwLjg3ODI2MkM1Ljc0IDAuNjYyNjAzIDUuODI5NCAwLjQ1ODAyOSA1Ljk4MjAxIDAuMzA1NDIxQzYuMTM0NjIgMC4xNTI4MTQgNi4zMzkxOSAwLjA2MzQxMjQgNi41NTQ4NSAwLjA1NTA4MjRDNi43NzA1MSAwLjA0Njc1MjQgNi45ODEzNyAwLjEyMDEwOCA3LjE0NTI5IDAuMjYwNDg5TDEyLjI4NjYgNS40MDE4NEMxMi40NDYyIDUuNTYyMzkgMTIuNTM1OCA1Ljc3OTU3IDEyLjUzNTggNi4wMDU5NUMxMi41MzU4IDYuMjMyMzIgMTIuNDQ2MiA2LjQ0OTUgMTIuMjg2NiA2LjYxMDA1TDcuMTQ1MjkgMTEuNzUxNEM2Ljk4NTY5IDExLjkwOTcgNi43NzAyNyAxMS45OTkgNi41NDU0NyAxMS45OTk5WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEuNDA0ODQgMTJDMS4yMzQ2NCAxMi4wMDEgMS4wNjgwMSAxMS45NTEzIDAuOTI2MTczIDExLjg1NzJDMC43ODQzNCAxMS43NjMxIDAuNjczNzQgMTEuNjI4OSAwLjYwODQ3NCAxMS40NzE3QzAuNTQzMjA3IDExLjMxNDUgMC41MjYyMzEgMTEuMTQxNCAwLjU1OTcwOSAxMC45NzQ2QzAuNTkzMTg4IDEwLjgwNzcgMC42NzU2MDQgMTAuNjU0NiAwLjc5NjQ1MSAxMC41MzQ3TDUuMzM3OTggNi4wMDE3NUwwLjc5NjQ1MSAxLjQ2ODc5QzAuNjM1MDk1IDEuMzA3NDMgMC41NDQ0NDYgMS4wODg1OSAwLjU0NDQ0NiAwLjg2MDM5OEMwLjU0NDQ0NiAwLjYzMjIwNiAwLjYzNTA5NSAwLjQxMzM2IDAuNzk2NDUxIDAuMjUyMDA1QzAuOTU3ODA3IDAuMDkwNjQ4OCAxLjE3NjY1IDEuNzAwMTZlLTA5IDEuNDA0ODQgMEMxLjYzMzA0IC0xLjcwMDE2ZS0wOSAxLjg1MTg4IDAuMDkwNjQ4OCAyLjAxMzI0IDAuMjUyMDA1TDcuMTU0NTkgNS4zOTMzNUM3LjMxNDE4IDUuNTUzOSA3LjQwMzc2IDUuNzcxMDggNy40MDM3NiA1Ljk5NzQ2QzcuNDAzNzYgNi4yMjM4NCA3LjMxNDE4IDYuNDQxMDIgNy4xNTQ1OSA2LjYwMTU3TDIuMDEzMjQgMTEuNzQyOUMxLjkzMzg4IDExLjgyMzkgMS44MzkyNCAxMS44ODgzIDEuNzM0OCAxMS45MzI0QzEuNjMwMzcgMTEuOTc2NSAxLjUxODIyIDExLjk5OTUgMS40MDQ4NCAxMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=');
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 13px;
    height: 12px;
    flex-shrink: 0;
    background: #ffffff;
    transition: var(--transition);
}

.btn-theme:hover:after {
    animation: alert 1.5s linear infinite;
}

@keyframes alert {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(4px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.btn-theme:hover {
    background: var(--secondary-color);
    color: #ffffff;
}

.btn-theme.hover-two:hover {
    background: #ffffff;
    color: var(--secondary-color);
}

.btn-theme.hover-two:hover:after {
    background-color: var(--secondary-color);
}

.multi-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;

    a {
        padding: 19px 13px;
        width: 100%;
        border-radius: 5px;
        gap: 2px;
    }
}
/* ============================================================
   SITE HEADER CSS
   All rules scoped under .site-header to avoid affecting
   any other part of the page design.
   Theme: #FFCC00 (primary/gold) + #1a192c (secondary/dark)
   ============================================================ */

/* ---------- TOP BAR ---------- */
.site-header .header-top {
    background: #1a192c;
    border-bottom: 2px solid #FFCC00;
    padding: 7px 0;
}

.site-header .top-hader-main-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.site-header .top-hader-main-box > p {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
}

.site-header .header-social {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header .header-social li a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    text-decoration: none;
    transition: color 0.25s ease;
}

.site-header .header-social li a img {
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: opacity 0.25s ease;
}

.site-header .header-social li a:hover {
    color: #FFCC00;
}

.site-header .header-social li a:hover img {
    filter: brightness(0) saturate(100%) invert(87%) sepia(80%) saturate(600%) hue-rotate(350deg);
    opacity: 1;
}

/* ---------- MAIN HEADER ---------- */
.site-header .heder-main {
    background: #ffffff;
    box-shadow: 0 4px 28px rgba(26, 25, 44, 0.10);
    position: sticky;
    top: 0;
    z-index: 999;
    transition: box-shadow 0.3s ease;
}

.site-header .heder-main .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
}

.site-header .heder-main .row {
    min-height: 72px;
}

/* ---------- LOGO / BRANDING ---------- */
.site-header .site-branding a {
    align-items: center;
    text-decoration: none;
}
.site-header .site-branding a img{
    width: 68px;
    padding: 4px 0;
}

.site-header .site-branding img {
    transition: transform 0.3s ease, filter 0.3s ease;
    display: block;
}

.site-header .site-branding a:hover img {
    transform: scale(1.06);
    filter: drop-shadow(0 0 8px rgba(255, 204, 0, 0.55));
}

/* ---------- NAVIGATION WRAPPER ---------- */
.site-header .header-menu {
    position: relative;
}

.site-header .main-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

/* ---------- MAIN MENU ---------- */
.site-header .main-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px;
}

.site-header .main-menu > li {
    position: relative;
}

.site-header .main-menu > li > a {
    display: block;
    padding: 26px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #1a192c;
    text-decoration: none;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: relative;
    transition: color 0.25s ease;
    white-space: nowrap;
}

/* Animated gold underline on nav items */
.site-header .main-menu > li > a::after {
    content: '';
    position: absolute;
    bottom: 16px;
    left: 14px;
    right: 14px;
    height: 2px;
    background: #FFCC00;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
    border-radius: 2px;
}

.site-header .main-menu > li > a:hover,
.site-header .main-menu > li.active > a {
    color: #FFCC00;
}

.site-header .main-menu > li > a:hover::after,
.site-header .main-menu > li.active > a::after {
    transform: scaleX(1);
}

/* ---------- DROPDOWN SUBMENU ---------- */
.site-header .sub-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: #1a192c;
    min-width: 260px;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    border-top: 3px solid #FFCC00;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 12px 35px rgba(26, 25, 44, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    z-index: 1000;
    max-height: 420px;
    overflow: auto;
}

.site-header .menu-parent:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-header .sub-menu li a {
    display: block;
    padding: 9px 20px;
    font-size: 13.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
    letter-spacing: 0.03em;
    border-left: 3px solid transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, padding-left 0.2s ease;
}

.site-header .sub-menu li a:hover {
    background: rgba(255, 204, 0, 0.08);
    color: #FFCC00;
    border-left-color: #FFCC00;
    padding-left: 26px;
}

/* Chevron indicator for parent menu items */
.site-header .have_childs::before {
    content: '▾';
    float: right;
    margin-left: 5px;
    font-size: 11px;
    transition: transform 0.25s ease;
    display: inline-block;
    line-height: inherit;
}

.site-header .menu-parent:hover .have_childs::before {
    transform: rotate(180deg);
}

/* ---------- HEADER CTA ---------- */
.site-header .header-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 16px;
    border-left: 1px solid rgba(26, 25, 44, 0.12);
    margin-left: 8px;
    list-style: none;
}

/* Login dropdown inside header-cta */
.site-header .header-cta .nav-item.dropdown {
    position: relative;
}

.site-header .header-cta .dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    min-width: 180px;
    background: #ffffff;
    border: none;
    border-top: 3px solid #FFCC00;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 12px 35px rgba(26, 25, 44, 0.15);
    padding: 6px 0;
    z-index: 1001;
}

.site-header .header-cta .dropdown-item {
    padding: 9px 18px;
    font-size: 13.5px;
    font-weight: 500;
    color: #1a192c;
    transition: background 0.2s ease, color 0.2s ease;
}

.site-header .header-cta .dropdown-item:hover {
    background: rgba(255, 204, 0, 0.1);
    color: #1a192c;
}

.site-header .header-cta .dropdown-item.text-danger {
    color: #dc3545 !important;
}

.site-header .header-cta .dropdown-item.text-danger:hover {
    background: rgba(220, 53, 69, 0.08);
}

.site-header .header-cta .dropdown-divider {
    border-color: rgba(26, 25, 44, 0.1);
    margin: 4px 0;
}

/* btn-theme override just for header (hover-two variant) */
.site-header .btn-theme.hover-two {
    padding: 13px 22px;
    font-size: 13px;
    border-radius: 6px;
    background: #1a192c;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    white-space: nowrap;
}

.site-header .btn-theme.hover-two:hover {
    background: #FFCC00;
    color: #1a192c;
    border-color: #FFCC00;
    box-shadow: 0 4px 18px rgba(255, 204, 0, 0.35);
}

/* Book Now gets gold fill by default */
.site-header a.btn-theme.hover-two[href="book-now.php"] {
    background: #FFCC00;
    color: #1a192c;
    border-color: #FFCC00;
}

.site-header a.btn-theme.hover-two[href="book-now.php"]:hover {
    background: #1a192c;
    color: #FFCC00;
    border-color: #1a192c;
    box-shadow: 0 4px 18px rgba(26, 25, 44, 0.25);
}

/* ---------- MOBILE MENU TOGGLE ---------- */
.site-header .menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: none;
    border: 2px solid #1a192c;
    border-radius: 6px;
    padding: 8px 10px;
    cursor: pointer;
    transition: border-color 0.25s ease;
    z-index: 1100;
}

.site-header .menu-toggle.for-mob-flex {
    display: none; /* shown via media query below */
}

.site-header .menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #1a192c;
    border-radius: 2px;
    transition: background 0.25s ease, transform 0.3s ease, opacity 0.3s ease;
}

.site-header .menu-toggle:hover {
    border-color: #FFCC00;
}

.site-header .menu-toggle:hover span {
    background: #FFCC00;
}

/* Hamburger → X animation when active */
.site-header .menu-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.site-header .menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.site-header .menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ---------- MOBILE LOGIN BOX (top of nav) ---------- */
.site-header .phoneLoginBox {
    display: none;
}

.site-header .phoneLoginBox .btn {
    background: #1a192c;
    color: #fff;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

/* ---------- BLACK SHADOW OVERLAY ---------- */
.site-header .black-shadow {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.site-header .black-shadow.active {
    display: block;
    opacity: 1;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 991px) {

    .site-header .menu-toggle.for-mob-flex {
        display: flex;
    }

    .site-header .phoneLoginBox {
        display: block;
        margin-bottom: 16px;
    }

    .site-header .main-navigation {
        justify-content: end;
        width: 100%;
        gap: 20px;
    }

    /* Slide-in mobile drawer */
    .site-header .header-mobile-menu {
        position: fixed;
        top: 0;
        right: -320px;
        width: 300px;
        height: 100vh;
        background: #1a192c;
        z-index: 1099;
        padding: 70px 0 30px;
        overflow-y: auto;
        transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: -8px 0 30px rgba(0,0,0,0.25);
    }

    .site-header .header-mobile-menu.open {
        right: 0;
    }

    .site-header .main-menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0 0 20px;
        width: 100%;
    }

    .site-header .main-menu > li > a {
        color: rgba(255, 255, 255, 0.88);
        padding: 13px 22px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        font-size: 13.5px;
    }

    .site-header .main-menu > li > a::after {
        display: none;
    }

    .site-header .main-menu > li > a:hover {
        color: #FFCC00;
        background: rgba(255, 204, 0, 0.07);
    }

    /* Mobile submenu — always visible (accordion style) */
    .site-header .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: rgba(255, 255, 255, 0.05);
        border-top: none;
        border-left: 3px solid #FFCC00;
        border-radius: 0;
        box-shadow: none;
        display: none;
        margin-left: 16px;
    }

    .site-header .menu-parent.open > .sub-menu {
        display: block;
    }

    .site-header .sub-menu li a {
        color: rgba(255, 255, 255, 0.70);
        padding: 8px 16px;
        border-left: none;
        font-size: 13px;
    }

    .site-header .sub-menu li a:hover {
        color: #FFCC00;
        padding-left: 22px;
        background: transparent;
        border-left: none;
    }

    /* Header CTA in mobile drawer */
    .site-header .header-cta {
        flex-direction: column;
        align-items: stretch;
        padding: 16px 22px 0;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        gap: 10px;
    }

    .site-header .header-cta .nav-item.dropdown {
        display: none; /* handled by phoneLoginBox on mobile */
    }

    .site-header .btn-theme.hover-two {
        width: 100%;
        justify-content: center;
        padding: 13px 20px;
    }

    .site-header a.btn-theme.hover-two[href="book-now.php"] {
        background: #FFCC00;
        color: #1a192c;
    }
}

@media (max-width: 575px) {

    .site-header .header-top {
        padding: 5px 0;
    }

    .site-header .top-hader-main-box > p {
        display: none; /* hide "Welcome to" text on very small screens */
    }

    .site-header .header-social {
        gap: 12px;
        width: 100%;
        justify-content: center;
    }

    .site-header .header-social li a span {
        font-size: 12px;
    }
}
.header-mobile-menu{
    display: flex;
}
/* Parent class to scope social media styles */
.social__links {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.social__links li {
  margin: 0;
  padding: 0;
}

.social__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #ffffff;
}

/* Facebook */
.social__links .facebook {
  background-color: #1877f2; /* Facebook brand blue */
}

/* Instagram */
.social__links .instagram {
  background-color: #e4405f; /* Instagram brand pink/red */
}

/* Alternative Instagram gradient (optional) */
.social__links .instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

/* YouTube */
.social__links .youtube {
  background-color: #cd201f; /* YouTube brand red */
}

/* Pinterest */
.social__links .pinterest {
  background-color: #bd081c; /* Pinterest brand red */
}

/* Twitter/X */
.social__links .twitter {
  background-color: #000000; /* X (Twitter) brand black */
}

/* Hover effects */
.social__links a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.social__links i {
  font-size: 15px;
  line-height: 1;
}
.index_home_section{
    position: relative;
    background-image: url(../images/slider/slider-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 20px;
    z-index: 1;
}
.index_home_section::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: -1;
}
.index_home_section h1{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: -0.01em;
    font-family: var(--body-font);
    margin-bottom: 50px;
}
/* ============================================================
   BOOKING FORM — booking-form.css
   Uses: --primary-color, --secondary-color, --body-font, --title-font
   ============================================================ */

/* ── Outer wrapper ───────────────────────────────────────────── */
.booking-form {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    font-family: var(--body-font);
}

/* ── Top tab bar ─────────────────────────────────────────────── */
.booking-form .bf-top-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    background: var(--secondary-color);
}

.booking-form .bf-ttab {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    padding: 0 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all var(--transition);
    font-family: var(--body-font);
    white-space: nowrap;
}

.booking-form .bf-ttab i {
    font-size: 13px;
    flex-shrink: 0;
}

.booking-form .bf-ttab:hover {
    color: var(--primary-color);
    border-color: rgba(255, 204, 0, 0.35);
    background: rgba(255, 204, 0, 0.06);
}

.booking-form .bf-ttab.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--secondary-color);
}

/* ── Panel show/hide ─────────────────────────────────────────── */
.booking-form .bf-panel {
    display: none;
}

.booking-form .bf-panel.active {
    display: block;
}

/* ── Sub tab nav ─────────────────────────────────────────────── */
.booking-form .bf-sub-nav {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
    padding: 0 18px;
    background: #f7f7f7;
    border-bottom: 2px solid #ebebeb;
}

.booking-form .bf-stab {
    padding: 10px 24px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #aaa;
    background: none;
    border: none;
    border-bottom: 2.5px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
    transition: all var(--transition);
    font-family: var(--body-font);
    white-space: nowrap;
}

.booking-form .bf-stab:hover:not(.active) {
    color: #555;
    border-bottom-color: rgba(255, 204, 0, 0.4);
}

.booking-form .bf-stab.active {
    color: var(--secondary-color);
    border-bottom-color: var(--primary-color);
}

/* ── Sub panel show/hide ─────────────────────────────────────── */
.booking-form .bf-sub-panel {
    display: none;
}

.booking-form .bf-sub-panel.active {
    display: block;
}

/* ── Form body ───────────────────────────────────────────────── */
.booking-form .bf-sub-panel > form {
    padding: 20px 18px 24px;
}

/* ── Row layouts ─────────────────────────────────────────────── */
.booking-form .bf-row {
    display: grid;
    gap: 12px;
    align-items: end;
}

.booking-form .bf-row + .bf-row {
    margin-top: 12px;
}

/* 2 equal columns */
.booking-form .bf-2col {
    grid-template-columns: 1fr 1fr;
}

/* 3 equal columns */
.booking-form .bf-3col {
    grid-template-columns: 1fr 1fr 1fr;
}

/* Auto columns — equal fields + fixed-width button column */
.booking-form .bf-auto-btn {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) 148px;
}

/* ── Field ───────────────────────────────────────────────────── */
.booking-form .bf-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.booking-form .bf-btn-field {
    justify-content: flex-end;
}

/* ── Label ───────────────────────────────────────────────────── */
.booking-form .bf-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #999;
    line-height: 1;
    padding-left: 2px;
}

/* ── Input wrapper + icon ────────────────────────────────────── */
.booking-form .bf-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.booking-form .bf-icon {
    position: absolute;
    left: 12px;
    color: #c0c0c0;
    font-size: 13px;
    pointer-events: none;
    z-index: 2;
    line-height: 1;
}

/* ── Input / Select ──────────────────────────────────────────── */
.booking-form .bf-input {
    width: 100%;
    height: 44px;
    padding: 0 12px 0 36px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 500;
    color: #1a1a1a;
    background: #fafafa;
    font-family: var(--body-font);
    transition: border-color var(--transition), background var(--transition);
    -webkit-appearance: none;
    appearance: none;
}

.booking-form .bf-input:focus {
    outline: none;
    border-color: var(--primary-color);
    background: #fffef5;
}

.booking-form .bf-input::placeholder {
    color: #c0c0c0;
    font-size: 12px;
    font-weight: 400;
}

/* Select-specific arrow */
.booking-form .bf-select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%23bbb' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 11px) center;
    padding-right: 30px;
}

/* Date input — suppress browser icon overlap */
.booking-form .bf-input[type="date"] {
    padding-left: 36px;
}

/* ── Search button ───────────────────────────────────────────── */
.booking-form .bf-btn {
    width: 100%;
    height: 44px;
    padding: 0 18px;
    background: var(--primary-color);
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    white-space: nowrap;
    font-family: var(--body-font);
    transition: all var(--transition);
}

.booking-form .bf-btn:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}

.booking-form .bf-btn:active {
    transform: scale(0.98);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet */
@media (max-width: 991px) {
    .booking-form {
        border-radius: 12px;
    }

    .booking-form .bf-3col {
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .booking-form .bf-top-tabs {
        padding: 10px 12px;
        gap: 6px;
    }

    /* Hide tab text on very small screens, show icons only */
    .booking-form .bf-ttab span {
        display: none;
    }

    .booking-form .bf-ttab {
        flex: 0 0 auto;
        padding: 0 16px;
    }

    .booking-form .bf-ttab i {
        font-size: 15px;
    }

    .booking-form .bf-sub-panel > form {
        padding: 16px 12px 20px;
    }

    .booking-form .bf-2col,
    .booking-form .bf-3col,
    .booking-form .bf-auto-btn {
        grid-template-columns: 1fr;
    }

    .booking-form .bf-btn-field {
        margin-top: 4px;
    }

    .booking-form .bf-btn {
        height: 46px;
        font-size: 13px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .booking-form .bf-stab {
        padding: 10px 16px;
        font-size: 11px;
    }
}
/* =============================================
   ABOUT SECTION ONE
   ============================================= */

.about-section-one {
    background: #f9f9fb;
    overflow: hidden;
}

/* ---- Image Grid (Left) ---- */
.about-section-one .about-img-grid {
    display: flex;
    gap: 12px;
    align-items: stretch;
    height: 460px;
}

.about-section-one .about-img-main {
    position: relative;
    flex: 1 1 65%;
    border-radius: 16px;
    overflow: hidden;
}

.about-section-one .about-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.about-section-one .about-img-main:hover img {
    transform: scale(1.04);
}

/* Gold experience badge over main image */
.about-section-one .about-exp-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #FFCC00;
    color: #1a192c;
    border-radius: 12px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 24px rgba(255, 204, 0, 0.45);
}

.about-section-one .about-exp-badge .badge-number {
    font-size: 32px;
    font-weight: 800;
    font-family: var(--title-font);
    line-height: 1;
    color: #1a192c;
}

.about-section-one .about-exp-badge .badge-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1a192c;
}

/* Side stack of two small images */
.about-section-one .about-img-side {
    flex: 1 1 35%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-section-one .about-img-thumb {
    flex: 1;
    border-radius: 14px;
    overflow: hidden;
}

.about-section-one .about-img-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.about-section-one .about-img-thumb:hover img {
    transform: scale(1.05);
}

/* ---- Right Content ---- */
.about-section-one .about-right-one {
    padding-left: 10px;
}

.about-section-one .about-desc {
    color: #555;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 24px;
}

/* ---- Feature Cards Grid ---- */
.about-section-one .about-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 28px;
}

.about-section-one .about-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #ffffff;
    border: 1.5px solid #efefef;
    border-radius: 12px;
    padding: 16px 14px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.about-section-one .about-feature-card:hover {
    border-color: #FFCC00;
    box-shadow: 0 6px 24px rgba(255, 204, 0, 0.15);
    transform: translateY(-3px);
}

.about-section-one .afc-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 10px;
    background: #FFCC00;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-section-one .afc-icon i {
    font-size: 16px;
    color: #1a192c;
}

.about-section-one .afc-content h6 {
    font-size: 13.5px;
    font-weight: 700;
    color: #1a192c;
    margin-bottom: 4px;
    font-family: var(--title-font);
    letter-spacing: 0.01em;
}

.about-section-one .afc-content p {
    font-size: 12.5px;
    color: #888;
    margin: 0;
    line-height: 1.5;
}

/* ---- Stats Row ---- */
.about-section-one .about-stats-row {
    display: flex;
    align-items: center;
    gap: 0;
    background: #1a192c;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 28px;
}

.about-section-one .about-stat {
    flex: 1;
    text-align: center;
}

.about-section-one .about-stat h4 {
    font-size: 30px;
    font-weight: 800;
    color: #FFCC00;
    font-family: var(--title-font);
    margin-bottom: 4px;
    line-height: 1;
}

.about-section-one .about-stat h4 span {
    font-size: 22px;
    color: #FFCC00;
}

.about-section-one .about-stat p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    margin: 0;
}

.about-section-one .about-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .about-section-one .about-img-grid {
        height: 360px;
    }

    .about-section-one .about-right-one {
        padding-left: 0;
        padding-top: 10px;
    }
}

@media (max-width: 767px) {
    .about-section-one .about-img-grid {
        height: 280px;
    }

    .about-section-one .about-exp-badge .badge-number {
        font-size: 24px;
    }

    .about-section-one .about-features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .about-section-one .about-feature-card {
        padding: 12px 10px;
        gap: 10px;
    }

    .about-section-one .afc-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .about-section-one .about-stats-row {
        padding: 16px 14px;
    }

    .about-section-one .about-stat h4 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .about-section-one .about-img-side {
        display: none;
    }

    .about-section-one .about-img-main {
        flex: 1 1 100%;
    }

    .about-section-one .about-features-grid {
        grid-template-columns: 1fr;
    }
}
/* =============================================
   WHY CHOOSE US SECTION
   ============================================= */

.why-choose-section {
    background: #f4f5f8;
    overflow: hidden;
}

/* ---- Header ---- */
.why-choose-section .wcs-header {
    margin-bottom: 42px;
}

.why-choose-section .wcs-subtitle {
    font-size: 15px;
    color: #777;
    max-width: 540px;
    margin: -20px auto 0;
    line-height: 1.7;
}

/* ============================================================
   TOP GRID — two big image cards side by side
   ============================================================ */

.why-choose-section .wcs-top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.why-choose-section .wcs-big-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 280px;
    cursor: pointer;
}

.why-choose-section .wcs-big-card-img {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.why-choose-section .wcs-big-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}

.why-choose-section .wcs-big-card:hover .wcs-big-card-img img {
    transform: scale(1.06);
}

.why-choose-section .wcs-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 25, 44, 0.88) 0%, rgba(26, 25, 44, 0.25) 60%, transparent 100%);
    z-index: 1;
}

.why-choose-section .wcs-big-card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 26px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.why-choose-section .wcs-big-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #FFCC00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    box-shadow: 0 4px 14px rgba(255, 204, 0, 0.45);
    transition: transform 0.3s ease;
}

.why-choose-section .wcs-big-card:hover .wcs-big-icon {
    transform: scale(1.1) rotate(-5deg);
}

.why-choose-section .wcs-big-icon i {
    font-size: 18px;
    color: #1a192c;
}

.why-choose-section .wcs-big-card-body h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    font-family: var(--title-font);
}

.why-choose-section .wcs-big-card-body p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    line-height: 1.55;
    max-width: 340px;
}

/* ============================================================
   BOTTOM GRID — left features | center CTA | right features
   ============================================================ */

.why-choose-section .wcs-bottom-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    align-items: stretch;
}

/* ---- Feature Lists (Left & Right) ---- */
.why-choose-section .wcs-feature-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
}

.why-choose-section .wcs-feat-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    border-radius: 14px;
    padding: 16px 18px;
    border: 1.5px solid #ebebeb;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.why-choose-section .wcs-feat-item:hover {
    border-color: #FFCC00;
    box-shadow: 0 6px 22px rgba(255, 204, 0, 0.14);
    transform: translateY(-2px);
}

/* Right column items flip icon to right side */
.why-choose-section .wcs-feature-list--right .wcs-feat-item {
    flex-direction: row-reverse;
    text-align: right;
}

.why-choose-section .wcs-feat-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background: #FFCC00;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.why-choose-section .wcs-feat-item:hover .wcs-feat-icon {
    transform: rotate(-8deg) scale(1.08);
}

.why-choose-section .wcs-feat-icon i {
    font-size: 15px;
    color: #1a192c;
}

.why-choose-section .wcs-feat-text h5 {
    font-size: 14px;
    font-weight: 700;
    color: #1a192c;
    margin-bottom: 3px;
    font-family: var(--title-font);
}

.why-choose-section .wcs-feat-text p {
    font-size: 12.5px;
    color: #888;
    margin: 0;
    line-height: 1.5;
}

/* ---- Center CTA Card ---- */
.why-choose-section .wcs-cta-card {
    width: 260px;
    background: #1a192c;
    border-radius: 18px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
}

/* Subtle gold glow top */
.why-choose-section .wcs-cta-card::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(255, 204, 0, 0.25) 0%, transparent 70%);
    pointer-events: none;
}

.why-choose-section .wcs-cta-icon {
    width: 64px;
    height: 64px;
    background: #FFCC00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 22px rgba(255, 204, 0, 0.45);
    position: relative;
    z-index: 1;
}

.why-choose-section .wcs-cta-icon i {
    font-size: 26px;
    color: #1a192c;
}

.why-choose-section .wcs-cta-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    font-family: var(--title-font);
    position: relative;
    z-index: 1;
}

.why-choose-section .wcs-cta-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* Mini stats inside CTA card */
.why-choose-section .wcs-stats-mini {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 0;
    position: relative;
    z-index: 1;
}

.why-choose-section .wcs-stat-mini-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-choose-section .wcs-stat-mini-item strong {
    font-size: 18px;
    font-weight: 800;
    color: #FFCC00;
    font-family: var(--title-font);
    line-height: 1;
}

.why-choose-section .wcs-stat-mini-item span {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
}

/* Book Now button */
.why-choose-section .wcs-btn {
    width: 100%;
    height: 46px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 800;
    border-radius: 10px;
    background: linear-gradient(135deg, #FFDD00 0%, #FFAA00 100%);
    color: #1a192c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(255, 170, 0, 0.4);
    position: relative;
    z-index: 1;
}

.why-choose-section .wcs-btn:hover {
    background: #FFCC00;
    box-shadow: 0 6px 22px rgba(255, 204, 0, 0.55);
    transform: translateY(-2px);
    color: #1a192c;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1199px) {
    .why-choose-section .wcs-cta-card {
        width: 230px;
        padding: 26px 18px;
    }
}

@media (max-width: 991px) {
    .why-choose-section .wcs-top-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .why-choose-section .wcs-big-card {
        height: 220px;
    }

    .why-choose-section .wcs-bottom-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .why-choose-section .wcs-cta-card {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 24px 20px;
    }

    .why-choose-section .wcs-stats-mini {
        flex-direction: row;
        justify-content: space-around;
        gap: 0;
    }

    .why-choose-section .wcs-stat-mini-item {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .why-choose-section .wcs-feature-list--right .wcs-feat-item {
        flex-direction: row;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .why-choose-section .wcs-top-grid {
        grid-template-columns: 1fr;
    }

    .why-choose-section .wcs-big-card {
        height: 220px;
    }

    .why-choose-section .wcs-header {
        margin-bottom: 28px;
    }
}

@media (max-width: 480px) {
    .why-choose-section .wcs-feat-item {
        padding: 14px 14px;
        gap: 12px;
    }

    .why-choose-section .wcs-feat-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }
}
/* =============================================
   SERVICES SECTION
   ============================================= */

.services-section {
    overflow: hidden;
}

/* ---- Header ---- */
.services-section .svc-header {
    margin-bottom: 40px;
}

.services-section .svc-subtitle {
    font-size: 15px;
    color: #777;
    max-width: 520px;
    margin: -18px auto 0;
    line-height: 1.7;
}

/* ---- Cards Grid ---- */
.services-section .svc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

/* ---- Single Card ---- */
.services-section .svc-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 320px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Background image */
.services-section .svc-card-img {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.services-section .svc-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}

.services-section .svc-card:hover .svc-card-img img {
    transform: scale(1.08);
}

/* Base gradient overlay — always visible */
.services-section .svc-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(26, 25, 44, 0.92) 0%,
        rgba(26, 25, 44, 0.45) 45%,
        rgba(26, 25, 44, 0.1) 100%
    );
    transition: opacity 0.35s ease;
    z-index: 1;
}

/* On hover deepen the overlay slightly */
.services-section .svc-card:hover .svc-overlay {
    background: linear-gradient(
        to top,
        rgba(26, 25, 44, 0.97) 0%,
        rgba(26, 25, 44, 0.7) 55%,
        rgba(26, 25, 44, 0.2) 100%
    );
}

/* ---- Icon Badge (top-right) ---- */
.services-section .svc-card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 46px;
    height: 46px;
    background: #FFCC00;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: 0 4px 14px rgba(255, 204, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-section .svc-card:hover .svc-card-badge {
    transform: rotate(-8deg) scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 204, 0, 0.65);
}

.services-section .svc-card-badge img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: brightness(0) saturate(100%);
}

/* ---- Card Body ---- */
.services-section .svc-card-body {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 20px 22px;
}

/* ---- Top part: tag + title (always visible) ---- */
.services-section .svc-card-top {
    transition: transform 0.35s ease;
}

.services-section .svc-card:hover .svc-card-top {
    transform: translateY(-8px);
}

.services-section .svc-tag {
    display: inline-block;
    background: #FFCC00;
    color: #1a192c;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 50px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.services-section .svc-card-top h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    font-family: var(--title-font);
}

.services-section .svc-card-top h4 a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.services-section .svc-card-top h4 a:hover {
    color: #FFCC00;
}

/* ---- Hover reveal: description + button ---- */
.services-section .svc-card-hover {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.35s ease 0.05s;
}

.services-section .svc-card:hover .svc-card-hover {
    max-height: 160px;
    opacity: 1;
}

.services-section .svc-card-hover p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
    margin: 8px 0 14px;
    line-height: 1.6;
}

/* Book Now pill button */
.services-section .svc-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #FFCC00;
    color: #1a192c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 9px 18px;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.services-section .svc-btn:hover {
    background: #ffffff;
    color: #1a192c;
    transform: translateX(3px);
}

.services-section .svc-btn i {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.services-section .svc-btn:hover i {
    transform: translateX(3px);
}

/* ---- Footer CTA ---- */
.services-section .svc-footer {
    padding-top: 8px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1199px) {
    .services-section .svc-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .services-section .svc-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .services-section .svc-card {
        height: 280px;
    }
}

@media (max-width: 575px) {
    .services-section .svc-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .services-section .svc-card {
        height: 240px;
    }

    .services-section .svc-card-body {
        padding: 14px 14px 16px;
    }

    .services-section .svc-card-top h4 {
        font-size: 14px;
    }

    .services-section .svc-card-badge {
        width: 38px;
        height: 38px;
        top: 12px;
        right: 12px;
    }

    .services-section .svc-card-badge img {
        width: 20px;
        height: 20px;
    }

    .services-section .svc-header {
        margin-bottom: 26px;
    }
}

@media (max-width: 400px) {
    .services-section .svc-grid {
        grid-template-columns: 1fr;
    }

    .services-section .svc-card {
        height: 260px;
    }
}
/* =============================================
   SECTION 1: TAXI INTRO SECTION
   ============================================= */

.taxi-intro-section {
    background: #ffffff;
    overflow: hidden;
}

.taxi-intro-section .tis-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* ---- Image side ---- */
.taxi-intro-section .tis-img-wrap {
    position: relative;
}

.taxi-intro-section .tis-img-main {
    position: relative;
    border-radius: 20px 20px 0 0 ;
    overflow: hidden;
    height: 460px;
}

.taxi-intro-section .tis-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}

.taxi-intro-section .tis-img-wrap:hover .tis-img-main img {
    transform: scale(1.04);
}

/* Trusted badge bottom-right over image */
.taxi-intro-section .tis-img-badge {
    position: absolute;
    bottom: 22px;
    right: 22px;
    background: #FFCC00;
    color: #1a192c;
    border-radius: 14px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 28px rgba(255, 204, 0, 0.45);
    z-index: 2;
}

.taxi-intro-section .tis-img-badge i {
    font-size: 26px;
    color: #1a192c;
}

.taxi-intro-section .tis-img-badge strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: #1a192c;
    line-height: 1.2;
}

.taxi-intro-section .tis-img-badge span {
    font-size: 11.5px;
    color: rgba(26, 25, 44, 0.65);
    font-weight: 600;
}

/* Floating stats bar below image */
.taxi-intro-section .tis-img-float {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a192c;
    border-radius: 0 0 20px 20px;
    padding: 18px 24px;
    gap: 0;
    margin-top: -4px;
}

.taxi-intro-section .tis-float-stat {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.taxi-intro-section .tis-stat-num {
    font-size: 26px;
    font-weight: 800;
    color: #FFCC00;
    font-family: var(--title-font);
    line-height: 1;
}

.taxi-intro-section .tis-stat-num sup {
    font-size: 14px;
}

.taxi-intro-section .tis-stat-label {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 600;
}

.taxi-intro-section .tis-float-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

/* ---- Content side ---- */
.taxi-intro-section .tis-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 204, 0, 0.12);
    color: #1a192c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 50px;
    border: 1.5px solid rgba(255, 204, 0, 0.35);
    margin-bottom: 16px;
}

.taxi-intro-section .tis-eyebrow i {
    color: #FFCC00;
    font-size: 13px;
}

.taxi-intro-section .tis-title {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 800;
    color: #1a192c;
    line-height: 1.2;
    margin-bottom: 14px;
    font-family: var(--title-font);
}

.taxi-intro-section .tis-title span {
    color: #FFCC00;
    position: relative;
}

.taxi-intro-section .tis-divider {
    width: 50px;
    height: 3px;
    background: #FFCC00;
    border-radius: 3px;
    margin-bottom: 20px;
}

.taxi-intro-section .tis-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 14px;
}

/* Feature pills */
.taxi-intro-section .tis-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 4px;
}

.taxi-intro-section .tis-pills span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f4f5f8;
    border: 1.5px solid #e8e8e8;
    color: #1a192c;
    font-size: 12.5px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 50px;
    letter-spacing: 0.02em;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.taxi-intro-section .tis-pills span:hover {
    border-color: #FFCC00;
    background: rgba(255, 204, 0, 0.08);
}

.taxi-intro-section .tis-pills span i {
    color: #FFCC00;
    font-size: 12px;
}


/* =============================================
   SECTION 2: ROUTES / DESTINATION CARDS
   ============================================= */

.routes-section {
    background: #f4f5f8;
    overflow: hidden;
}

.routes-section .rts-header {
    margin-bottom: 40px;
}

.routes-section .rts-subtitle {
    font-size: 15px;
    color: #777;
    max-width: 520px;
    margin: -18px auto 0;
    line-height: 1.7;
}

/* ---- Grid ---- */
.routes-section .rts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

/* ---- Single Route Card ---- */
.routes-section .rts-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    border: 1.5px solid #efefef;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
}

.routes-section .rts-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.11);
    border-color: #FFCC00;
}

/* Card image */
.routes-section .rts-card-img {
    position: relative;
    height: 170px;
    overflow: hidden;
    flex-shrink: 0;
}

.routes-section .rts-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.routes-section .rts-card:hover .rts-card-img img {
    transform: scale(1.07);
}

.routes-section .rts-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 25, 44, 0.5) 0%, transparent 55%);
}

/* Destination tag bottom-left on image */
.routes-section .rts-dest-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #FFCC00;
    color: #1a192c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 50px;
    z-index: 2;
}

/* Card body */
.routes-section .rts-card-body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
}

.routes-section .rts-card-body h5 {
    font-size: 15px;
    font-weight: 700;
    color: #1a192c;
    margin: 0;
    font-family: var(--title-font);
    line-height: 1.3;
}

.routes-section .rts-card-body p {
    font-size: 12.5px;
    color: #777;
    margin: 0;
    line-height: 1.6;
    flex: 1;
}

/* Distance / time meta */
.routes-section .rts-card-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.routes-section .rts-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
}

.routes-section .rts-card-meta span i {
    color: #FFCC00;
    font-size: 12px;
}

/* Action buttons */
.routes-section .rts-card-actions {
    display: flex;
    gap: 8px;
}

.routes-section .rts-btn-outline {
    flex: 1;
    text-align: center;
    padding: 9px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1.5px solid #1a192c;
    color: #1a192c;
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.routes-section .rts-btn-outline:hover {
    background: #1a192c;
    color: #fff;
}

.routes-section .rts-btn-solid {
    flex: 1;
    text-align: center;
    padding: 9px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(135deg, #FFDD00 0%, #FFAA00 100%);
    color: #1a192c;
    border: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    box-shadow: 0 3px 10px rgba(255, 170, 0, 0.35);
}

.routes-section .rts-btn-solid:hover {
    box-shadow: 0 5px 18px rgba(255, 170, 0, 0.55);
    transform: translateY(-1px);
    color: #1a192c;
}

/* Footer */
.routes-section .rts-footer {
    padding-top: 8px;
}


/* =============================================
   SECTION 3: ONE-WAY & ROUND TRIP
   ============================================= */

.taxi-trip-section {
    background: #ffffff;
    overflow: hidden;
}

.taxi-trip-section .tts-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* ---- Content ---- */
.taxi-trip-section .tts-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 204, 0, 0.12);
    color: #1a192c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 50px;
    border: 1.5px solid rgba(255, 204, 0, 0.35);
    margin-bottom: 16px;
}

.taxi-trip-section .tts-eyebrow i {
    color: #FFCC00;
}

.taxi-trip-section .tts-title {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    color: #1a192c;
    line-height: 1.2;
    margin-bottom: 14px;
    font-family: var(--title-font);
}

.taxi-trip-section .tts-title span {
    color: #FFCC00;
}

.taxi-trip-section .tts-divider {
    width: 50px;
    height: 3px;
    background: #FFCC00;
    border-radius: 3px;
    margin-bottom: 20px;
}

.taxi-trip-section .tts-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 14px;
}

/* Trip type mini-cards */
.taxi-trip-section .tts-trip-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 22px 0 6px;
}

.taxi-trip-section .tts-trip-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f4f5f8;
    border: 1.5px solid #ebebeb;
    border-radius: 12px;
    padding: 16px 14px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.taxi-trip-section .tts-trip-card:hover {
    border-color: #FFCC00;
    box-shadow: 0 4px 18px rgba(255, 204, 0, 0.14);
}

.taxi-trip-section .tts-trip-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background: #FFCC00;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.taxi-trip-section .tts-trip-icon i {
    font-size: 15px;
    color: #1a192c;
}

.taxi-trip-section .tts-trip-card h6 {
    font-size: 13.5px;
    font-weight: 700;
    color: #1a192c;
    margin-bottom: 3px;
    font-family: var(--title-font);
}

.taxi-trip-section .tts-trip-card p {
    font-size: 12px;
    color: #888;
    margin: 0;
    line-height: 1.4;
}

/* ---- Image side ---- */
.taxi-trip-section .tts-img-wrap {
    position: relative;
}

.taxi-trip-section .tts-img-main {
    border-radius: 20px;
    overflow: hidden;
    height: 460px;
    position: relative;
}

.taxi-trip-section .tts-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}

.taxi-trip-section .tts-img-wrap:hover .tts-img-main img {
    transform: scale(1.04);
}

.taxi-trip-section .tts-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 25, 44, 0.4) 0%, transparent 60%);
}

/* Floating safety card */
.taxi-trip-section .tts-img-card {
    position: absolute;
    bottom: -18px;
    left: -18px;
    background: #1a192c;
    color: #fff;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 32px rgba(26, 25, 44, 0.25);
    z-index: 3;
}

.taxi-trip-section .tts-img-card i {
    font-size: 28px;
    color: #FFCC00;
    flex-shrink: 0;
}

.taxi-trip-section .tts-img-card strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.taxi-trip-section .tts-img-card span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

/* ============================================================
   RESPONSIVE — All 3 Sections
   ============================================================ */

@media (max-width: 1199px) {
    .routes-section .rts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .taxi-intro-section .tis-inner,
    .taxi-trip-section .tts-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .taxi-intro-section .tis-img-main,
    .taxi-trip-section .tts-img-main {
        height: 320px;
    }

    .taxi-trip-section .tts-img-card {
        bottom: 14px;
        left: 14px;
    }

    .routes-section .rts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .taxi-trip-section .tts-trip-cards {
        grid-template-columns: 1fr;
    }

    .routes-section .rts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .routes-section .rts-card-img {
        height: 140px;
    }
}

@media (max-width: 480px) {
    .routes-section .rts-grid {
        grid-template-columns: 1fr;
    }

    .taxi-intro-section .tis-pills {
        gap: 7px;
    }
}
/* =============================================
   FLEET SECTION
   ============================================= */

.fleet-section {
    background: #f4f5f8;
    overflow: hidden;
}

/* ---- Header ---- */
.fleet-section .flt-header {
    margin-bottom: 28px;
}

.fleet-section .flt-subtitle {
    font-size: 15px;
    color: #777;
    max-width: 520px;
    margin: -18px auto 0;
    line-height: 1.7;
}

/* ---- Filter Pills ---- */
.fleet-section .flt-filters {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.fleet-section .flt-filter-btn {
    background: #ffffff;
    border: 1.5px solid #e0e0e0;
    color: #555;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 9px 22px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: var(--body-font);
}

.fleet-section .flt-filter-btn:hover {
    border-color: #FFCC00;
    color: #1a192c;
    background: rgba(255, 204, 0, 0.08);
}

.fleet-section .flt-filter-btn.active {
    background: #FFCC00;
    border-color: #FFCC00;
    color: #1a192c;
    box-shadow: 0 4px 14px rgba(255, 204, 0, 0.4);
}

/* ---- Cards Grid ---- */
.fleet-section .flt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

/* ---- Single Fleet Card ---- */
.fleet-section .flt-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1.5px solid #ebebeb;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    opacity: 1;
}

.fleet-section .flt-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.1);
    border-color: #FFCC00;
}

/* Card Top — gradient bg + car image */
.fleet-section .flt-card-top {
    position: relative;
    background: linear-gradient(135deg, #f0f1f5 0%, #e4e6ed 100%);
    padding: 24px 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 180px;
    justify-content: flex-end;
}

/* Category badge top-left */
.fleet-section .flt-category-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #1a192c;
    color: #FFCC00;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 50px;
}

/* Car PNG — transparent background, centered */
.fleet-section .flt-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fleet-section .flt-img img {
    width: 100%;
    max-width: 240px;
    height: 130px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
    transition: transform 0.4s ease;
}

.fleet-section .flt-card:hover .flt-img img {
    transform: scale(1.05) translateY(-4px);
}

/* Card Body */
.fleet-section .flt-card-body {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.fleet-section .flt-car-name {
    font-size: 17px;
    font-weight: 800;
    color: #1a192c;
    margin: 0;
    font-family: var(--title-font);
    letter-spacing: 0.01em;
}

/* Specs grid */
.fleet-section .flt-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.fleet-section .flt-spec {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    color: #555;
    font-weight: 500;
}

.fleet-section .flt-spec i {
    color: #FFCC00;
    font-size: 13px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

/* Action buttons */
.fleet-section .flt-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: auto;
}

.fleet-section .flt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease;
    font-family: var(--body-font);
    border: none;
    cursor: pointer;
}

/* Call button — dark */
.fleet-section .flt-btn-call {
    background: #1a192c;
    color: #ffffff;
    box-shadow: 0 3px 12px rgba(26, 25, 44, 0.2);
}

.fleet-section .flt-btn-call:hover {
    background: #2d2c42;
    color: #FFCC00;
    box-shadow: 0 5px 18px rgba(26, 25, 44, 0.3);
    transform: translateY(-1px);
}

.fleet-section .flt-btn-call i {
    font-size: 13px;
}

/* WhatsApp button — green */
.fleet-section .flt-btn-whatsapp {
    background: #25D366;
    color: #ffffff;
    box-shadow: 0 3px 12px rgba(37, 211, 102, 0.3);
}

.fleet-section .flt-btn-whatsapp:hover {
    background: #1ebe5d;
    color: #ffffff;
    box-shadow: 0 5px 18px rgba(37, 211, 102, 0.45);
    transform: translateY(-1px);
}

.fleet-section .flt-btn-whatsapp i {
    font-size: 15px;
}


/* =============================================
   TRUSTED PARTNER SECTION
   ============================================= */

.trusted-section {
    background: #ffffff;
    overflow: hidden;
}

.trusted-section .trs-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* ---- Left Content ---- */
.trusted-section .trs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 204, 0, 0.12);
    color: #1a192c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    border: 1.5px solid rgba(255, 204, 0, 0.35);
    margin-bottom: 16px;
}

.trusted-section .trs-eyebrow i {
    color: #FFCC00;
    font-size: 14px;
}

.trusted-section .trs-title {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    color: #1a192c;
    line-height: 1.2;
    margin-bottom: 14px;
    font-family: var(--title-font);
}

.trusted-section .trs-title span {
    color: #FFCC00;
}

.trusted-section .trs-divider {
    width: 50px;
    height: 3px;
    background: #FFCC00;
    border-radius: 3px;
    margin-bottom: 20px;
}

.trusted-section .trs-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 14px;
}

/* Checklist */
.trusted-section .trs-checklist {
    list-style: none;
    padding: 0;
    margin: 20px 0 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.trusted-section .trs-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.trusted-section .trs-checklist li i {
    color: #25D366;
    font-size: 16px;
    flex-shrink: 0;
}

/* CTA Action Buttons */
.trusted-section .trs-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.trusted-section .trs-cta-call,
.trusted-section .trs-cta-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 22px;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
    flex: 1;
    min-width: 180px;
}

/* Call CTA */
.trusted-section .trs-cta-call {
    background: #1a192c;
    box-shadow: 0 4px 18px rgba(26, 25, 44, 0.2);
}

.trusted-section .trs-cta-call:hover {
    background: #2d2c42;
    box-shadow: 0 7px 24px rgba(26, 25, 44, 0.3);
    transform: translateY(-2px);
}

.trusted-section .trs-cta-call .trs-cta-icon {
    background: #FFCC00;
    color: #1a192c;
}

/* WhatsApp CTA */
.trusted-section .trs-cta-whatsapp {
    background: #25D366;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.3);
}

.trusted-section .trs-cta-whatsapp:hover {
    background: #1ebe5d;
    box-shadow: 0 7px 24px rgba(37, 211, 102, 0.45);
    transform: translateY(-2px);
}

.trusted-section .trs-cta-whatsapp .trs-cta-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

/* Icon circle */
.trusted-section .trs-cta-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

/* Text stack */
.trusted-section .trs-cta-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.trusted-section .trs-cta-text small {
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.75;
    color: #fff;
}

.trusted-section .trs-cta-text strong {
    font-size: 14.5px;
    font-weight: 800;
    color: #ffffff;
    font-family: var(--title-font);
    line-height: 1.1;
}

/* ---- Right Image ---- */
.trusted-section .trs-img-wrap {
    position: relative;
    padding-bottom: 24px;
    padding-right: 24px;
}

.trusted-section .trs-img-main {
    border-radius: 20px;
    overflow: hidden;
    height: 460px;
    position: relative;
}

.trusted-section .trs-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}

.trusted-section .trs-img-wrap:hover .trs-img-main img {
    transform: scale(1.04);
}

.trusted-section .trs-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 25, 44, 0.35) 0%, transparent 55%);
}

/* Floating cards */
.trusted-section .trs-float-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 14px;
    padding: 14px 18px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
    z-index: 3;
    border: 1.5px solid #f0f0f0;
    min-width: 200px;
}

.trusted-section .trs-float-top {
    top: 24px;
    right: -10px;
}

.trusted-section .trs-float-bottom {
    bottom: 0px;
    right: 0px;
}

.trusted-section .trs-float-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 10px;
    background: #FFCC00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #1a192c;
    flex-shrink: 0;
}

.trusted-section .trs-float-icon--green {
    background: #25D366;
    color: #fff;
}

.trusted-section .trs-float-card strong {
    display: block;
    font-size: 13.5px;
    font-weight: 800;
    color: #1a192c;
    line-height: 1.2;
    font-family: var(--title-font);
}

.trusted-section .trs-float-card span {
    font-size: 11.5px;
    color: #888;
    font-weight: 500;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1199px) {
    .fleet-section .flt-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

@media (max-width: 991px) {
    .fleet-section .flt-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trusted-section .trs-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .trusted-section .trs-img-main {
        height: 320px;
    }

    .trusted-section .trs-float-top {
        top: 14px;
        right: 14px;
    }

    .trusted-section .trs-float-bottom {
        bottom: 14px;
        right: 14px;
    }
}

@media (max-width: 767px) {
    .fleet-section .flt-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .fleet-section .flt-card-top {
        min-height: 150px;
    }

    .fleet-section .flt-img img {
        max-width: 180px;
        height: 100px;
    }

    .trusted-section .trs-actions {
        flex-direction: column;
    }

    .trusted-section .trs-cta-call,
    .trusted-section .trs-cta-whatsapp {
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .fleet-section .flt-grid {
        grid-template-columns: 1fr;
    }

    .fleet-section .flt-filters {
        gap: 7px;
    }

    .fleet-section .flt-filter-btn {
        padding: 8px 16px;
        font-size: 11.5px;
    }
}
/* =============================================
   FAQ SECTION
   ============================================= */

.faq-section {
    background: #1a192c;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* Subtle background texture */
.faq-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(255, 204, 0, 0.06) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 20%, rgba(255, 204, 0, 0.04) 0%, transparent 50%);
    pointer-events: none;
    z-index: -2;
}
.faq-section::after{
    background-image: url(../images/bg/faq.jpg);
    background-size: 700px;
    content: '';
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: brightness(0.2);
}
/* ---- Header ---- */
.faq-section .faq-header {
    margin-bottom: 44px;
    position: relative;
    z-index: 1;
}

.faq-section .faq-header .sub-title {
    color: #FFCC00;
}

.faq-section .faq-header .sec-title {
    color: #ffffff;
}

.faq-section .faq-subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    max-width: 480px;
    margin: -18px auto 0;
    line-height: 1.7;
}

/* ---- Two column layout ---- */
.faq-section .faq-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
    z-index: 1;
}

/* ---- FAQ Item ---- */
.faq-section .faq-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1.5px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.faq-section .faq-item:last-child {
    margin-bottom: 0;
}

.faq-section .faq-item:has(.faq-btn:not(.collapsed)) {
    border-color: #FFCC00;
    background: rgba(255, 204, 0, 0.05);
}

/* ---- FAQ Button ---- */
.faq-section .faq-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: var(--body-font);
    transition: background 0.2s ease;
}

.faq-section .faq-btn:hover {
    background: rgba(255, 204, 0, 0.04);
}

/* Icon circle */
.faq-section .faq-q-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 10px;
    background: rgba(255, 204, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.25s ease;
}

.faq-section .faq-btn:not(.collapsed) .faq-q-icon {
    background: #FFCC00;
}

.faq-section .faq-q-icon i {
    font-size: 14px;
    color: #FFCC00;
    transition: color 0.25s ease;
}

.faq-section .faq-btn:not(.collapsed) .faq-q-icon i {
    color: #1a192c;
}

/* Question text */
.faq-section .faq-q-text {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
    letter-spacing: 0.01em;
}

.faq-section .faq-btn:not(.collapsed) .faq-q-text {
    color: #ffffff;
}

/* Chevron */
.faq-section .faq-chevron {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.25s ease, transform 0.3s ease;
}

.faq-section .faq-btn:not(.collapsed) .faq-chevron {
    background: rgba(255, 204, 0, 0.15);
    transform: rotate(180deg);
}

.faq-section .faq-chevron i {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.25s ease;
}

.faq-section .faq-btn:not(.collapsed) .faq-chevron i {
    color: #FFCC00;
}

/* Answer body */
.faq-section .faq-answer {
    padding: 0 18px 16px 68px;
}

.faq-section .faq-answer p {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.75;
    margin: 0;
}


/* =============================================
   TESTIMONIALS SECTION
   ============================================= */

.testimonials-section {
    background: #f4f5f8;
    overflow: hidden;
}

/* ---- Header ---- */
.testimonials-section .tst-header {
    margin-bottom: 36px;
}

.testimonials-section .tst-subtitle {
    font-size: 15px;
    color: #777;
    max-width: 480px;
    margin: -18px auto 0;
    line-height: 1.7;
}

/* ---- Rating Summary Bar ---- */
.testimonials-section .tst-rating-bar {
    display: flex;
    align-items: center;
    gap: 0;
    background: #1a192c;
    border-radius: 16px;
    padding: 22px 36px;
    margin-bottom: 44px;
    justify-content: center;
}

.testimonials-section .tst-rating-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding-right: 36px;
}

.testimonials-section .tst-rating-score strong {
    font-size: 44px;
    font-weight: 900;
    color: #FFCC00;
    font-family: var(--title-font);
    line-height: 1;
}

.testimonials-section .tst-stars {
    display: flex;
    gap: 3px;
}

.testimonials-section .tst-stars i {
    color: #FFCC00;
    font-size: 15px;
}

.testimonials-section .tst-rating-score span {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 600;
}

.testimonials-section .tst-rating-divider {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
    margin: 0 36px;
}

.testimonials-section .tst-rating-stats {
    display: flex;
    gap: 48px;
}

.testimonials-section .tst-rating-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.testimonials-section .tst-rating-stat strong {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    font-family: var(--title-font);
    line-height: 1;
}

.testimonials-section .tst-rating-stat span {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
}

/* ---- Testimonial Card ---- */
.testimonials-section .tst-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 22px 22px;
    border: 1.5px solid #ebebeb;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    margin: 6px 4px 20px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.testimonials-section .tst-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.1);
    border-color: #FFCC00;
}

/* Top row: avatar + name + stars */
.testimonials-section .tst-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

/* Avatar with verified badge */
.testimonials-section .tst-avatar {
    position: relative;
    flex-shrink: 0;
}

.testimonials-section .tst-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2.5px solid #FFCC00;
    display: block;
}

.testimonials-section .tst-verified {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 18px;
    height: 18px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.testimonials-section .tst-verified i {
    font-size: 8px;
    color: #fff;
}

.testimonials-section .tst-author {
    flex: 1;
}

.testimonials-section .tst-author h5 {
    font-size: 14.5px;
    font-weight: 700;
    color: #1a192c;
    margin: 0 0 3px;
    font-family: var(--title-font);
}

.testimonials-section .tst-author span {
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

/* Stars top-right */
.testimonials-section .tst-stars-sm {
    display: flex;
    gap: 2px;
    flex-shrink: 0;
}

.testimonials-section .tst-stars-sm i {
    color: #FFCC00;
    font-size: 12px;
}

/* Quote icon */
.testimonials-section .tst-quote-icon {
    margin-bottom: 10px;
}

.testimonials-section .tst-quote-icon i {
    font-size: 22px;
    color: rgba(255, 204, 0, 0.25);
}

/* Review text */
.testimonials-section .tst-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.75;
    margin: 0;
    font-style: italic;
}

/* ---- Pagination dots ---- */
.testimonials-section .tst-dots {
    text-align: center;
    margin-top: 8px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 991px) {
    .faq-section .faq-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .testimonials-section .tst-rating-bar {
        flex-direction: column;
        gap: 20px;
        padding: 22px 20px;
        text-align: center;
    }

    .testimonials-section .tst-rating-score {
        padding-right: 0;
    }

    .testimonials-section .tst-rating-divider {
        width: 80px;
        height: 1px;
        margin: 0;
    }

    .testimonials-section .tst-rating-stats {
        gap: 28px;
    }
}

@media (max-width: 767px) {
    .faq-section .faq-answer {
        padding-left: 18px;
    }

    .faq-section .faq-q-text {
        font-size: 13.5px;
    }

    .testimonials-section .tst-rating-stats {
        gap: 18px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .faq-section .faq-btn {
        padding: 14px 14px;
        gap: 10px;
    }

    .faq-section .faq-q-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .testimonials-section .tst-card {
        padding: 18px 16px;
    }
}
/* =============================================
   FOOTER BOTTOM LINKS SECTION
   ============================================= */

.footer_bootom_links {
    background: #f4f5f8 !important;
    border-top: 3px solid #FFCC00;
    padding: 32px 0 28px;
}

/* ---- Section Title ---- */
.footer_bootom_links .popular-taxi-roots {
    font-size: 15px;
    font-weight: 800;
    color: #1a192c;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: var(--body-font);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1.5px solid #e2e2e2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_bootom_links .popular-taxi-roots::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #FFCC00;
    border-radius: 3px;
    flex-shrink: 0;
}

/* ---- Each City Group ---- */
.footer_bootom_links .bottom_links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    padding: 14px 16px;
    background: #ffffff;
    border-radius: 12px;
    border: 1.5px solid #e8e8e8;
    margin-bottom: 12px;
    transition: border-color 0.2s ease;
}

.footer_bootom_links .bottom_links:hover {
    border-color: rgba(255, 204, 0, 0.4);
}

.footer_bootom_links .bottom_links:last-child {
    margin-bottom: 0;
}

/* ---- City Label (Delhi / Dehradun etc.) ---- */
.footer_bootom_links .bottom_links .h5 {
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    background: #1a192c;
    padding: 5px 14px;
    border-radius: 50px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 4px;
    flex-shrink: 0;
    font-family: var(--body-font);
    line-height: 1.5;
}

/* ---- Route Links ---- */
.footer_bootom_links .bottom_links a {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #555;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 6px;
    background: #f4f5f8;
    border: 1px solid #e8e8e8;
    letter-spacing: 0.01em;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    line-height: 1.5;
}

.footer_bootom_links .bottom_links a:hover {
    background: #FFCC00;
    color: #1a192c;
    border-color: #FFCC00;
    font-weight: 600;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .footer_bootom_links {
        padding: 24px 0 20px;
    }

    .footer_bootom_links .bottom_links {
        padding: 12px 14px;
        gap: 5px 6px;
    }
}

@media (max-width: 767px) {
    .footer_bootom_links .popular-taxi-roots {
        font-size: 13px;
    }

    .footer_bootom_links .bottom_links a {
        font-size: 11.5px;
        padding: 4px 9px;
    }

    .footer_bootom_links .bottom_links .h5 {
        font-size: 11px !important;
        padding: 4px 12px;
    }
}

@media (max-width: 480px) {
    .footer_bootom_links .bottom_links {
        padding: 10px 12px;
        gap: 4px 5px;
    }

    .footer_bootom_links .bottom_links a {
        font-size: 11px;
        padding: 3px 8px;
    }
}
/* =============================================
   FOOTER
   ============================================= */

.footer-wrapper {
    font-family: var(--body-font);
}

/* ---- Top Banner Strip ---- */
.footer-wrapper .footer-top {
    background: #FFCC00;
    padding: 14px 0;
}

.footer-wrapper .footer-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-wrapper .footer-top-text {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #1a192c;
    letter-spacing: 0.02em;
}

.footer-wrapper .footer-top-text i {
    font-size: 20px;
    color: #1a192c;
    flex-shrink: 0;
}

.footer-wrapper .footer-top-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.footer-wrapper .footer-top-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease;
    font-family: var(--body-font);
}

.footer-wrapper .footer-top-btn--call {
    background: #1a192c;
    color: #ffffff;
    box-shadow: 0 3px 12px rgba(26, 25, 44, 0.25);
}

.footer-wrapper .footer-top-btn--call:hover {
    background: #2d2c42;
    color: #FFCC00;
}

.footer-wrapper .footer-top-btn--wa {
    background: #25D366;
    color: #ffffff;
    box-shadow: 0 3px 12px rgba(37, 211, 102, 0.3);
}

.footer-wrapper .footer-top-btn--wa:hover {
    background: #1ebe5d;
    color: #fff;
}

/* ---- Widget Area ---- */
.footer-wrapper .footer-widget-area {
    background: #1a192c;
    padding: 56px 0 42px;
}

.footer-wrapper .footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
    gap: 40px;
}

/* ---- Column Titles ---- */
.footer-wrapper .footer-col-title {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 22px;
    padding-bottom: 12px;
    position: relative;
    font-family: var(--body-font);
}

.footer-wrapper .footer-col-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 3px;
    background: #FFCC00;
    border-radius: 3px;
}

/* ---- Brand Column ---- */
.footer-wrapper .footer-logo {
    margin-bottom: 18px;
}

.footer-wrapper .footer-logo img {
    height: 100px;
    width: auto;
    object-fit: contain;
    border-radius: 50%;
}

.footer-wrapper .footer-about-text {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.8;
    margin-bottom: 22px;
}

.footer-wrapper .footer-about-text strong {
    color: rgba(255, 255, 255, 0.85);
}

/* Social Icons */
.footer-wrapper .footer-social {
    display: flex;
    gap: 10px;
}

.footer-wrapper .footer-social-link {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.footer-wrapper .footer-social-link:hover {
    transform: translateY(-3px);
    opacity: 0.9;
    color: #fff;
}

.footer-wrapper .footer-social-link.facebook  { background: #1877f2; }
.footer-wrapper .footer-social-link.twitter   { background: #000000; }
.footer-wrapper .footer-social-link.linkedin  { background: #0077b5; }
.footer-wrapper .footer-social-link.whatsapp  { background: #25D366; }

/* ---- Nav Links ---- */
.footer-wrapper .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-wrapper .footer-links li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
    font-weight: 400;
    line-height: 1.4;
}

.footer-wrapper .footer-links li a i {
    font-size: 9px;
    color: #FFCC00;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.footer-wrapper .footer-links li a:hover {
    color: #FFCC00;
    gap: 12px;
}

.footer-wrapper .footer-links li a:hover i {
    transform: translateX(2px);
}

/* ---- Contact Info ---- */
.footer-wrapper .footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-wrapper .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-wrapper .footer-contact-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 8px;
    background: rgba(255, 204, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer-wrapper .footer-contact-icon i {
    font-size: 14px;
    color: #FFCC00;
}

.footer-wrapper .footer-contact-icon--wa {
    background: rgba(37, 211, 102, 0.12);
}

.footer-wrapper .footer-contact-icon--wa i {
    color: #25D366;
}

.footer-wrapper .footer-contact-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.footer-wrapper .footer-contact-label {
    font-size: 10.5px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.footer-wrapper .footer-contact-text p,
.footer-wrapper .footer-contact-text a {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-wrapper .footer-contact-text a:hover {
    color: #FFCC00;
}

/* ---- Copyright Bar ---- */
.footer-wrapper .footer-copyright {
    background: #111020;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-wrapper .footer-copyright-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-wrapper .footer-copyright p {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
    line-height: 1.5;
}

.footer-wrapper .footer-copyright p strong {
    color: rgba(255, 255, 255, 0.7);
}

.footer-wrapper .footer-copyright p a {
    color: #FFCC00;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease;
}

.footer-wrapper .footer-copyright p a:hover {
    color: #fff;
}


/* =============================================
   POPUP FORM
   ============================================= */

#popup_form {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

#popup_form.active {
    display: flex;
}

.popup_overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 20, 0.65);
    backdrop-filter: blur(4px);
}

.popup_content {
    position: relative;
    z-index: 2;
    background: #ffffff;
    border-radius: 20px;
    width: 92%;
    max-width: 440px;
    padding: 32px 28px 28px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
    animation: popupIn 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes popupIn {
    from { opacity: 0; transform: scale(0.88) translateY(20px); }
    to   { opacity: 1; transform: scale(1) translateY(0); }
}

/* Close button */
.popup_close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f4f5f8;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #555;
    transition: background 0.2s ease, color 0.2s ease;
}

.popup_close:hover {
    background: #1a192c;
    color: #FFCC00;
}

/* Popup header */
.popup_header {
    text-align: center;
    margin-bottom: 24px;
}

.popup_header_icon {
    width: 54px;
    height: 54px;
    background: #FFCC00;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 22px;
    color: #1a192c;
    box-shadow: 0 6px 18px rgba(255, 204, 0, 0.4);
}

.popup_header h4 {
    font-size: 20px;
    font-weight: 800;
    color: #1a192c;
    margin: 0 0 5px;
    font-family: var(--title-font);
}

.popup_header p {
    font-size: 13px;
    color: #888;
    margin: 0;
}

/* Form groups */
.popup_form_group {
    position: relative;
    margin-bottom: 12px;
}

.popup_field_icon {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFCC00;
    font-size: 13px;
    z-index: 2;
    pointer-events: none;
}

.popup_field_icon--top {
    top: 16px;
    transform: none;
}

.popup_form_group .form-control {
    height: 46px;
    padding-left: 38px;
    border: 1.5px solid #e4e4e4;
    border-radius: 10px;
    font-size: 13.5px;
    color: #1a192c;
    background: #fafafa;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: var(--body-font);
}

.popup_form_group textarea.form-control {
    height: auto;
    padding-top: 12px;
    padding-left: 38px;
    resize: none;
}

.popup_form_group .form-control:focus {
    border-color: #FFCC00;
    box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.15);
    outline: none;
    background: #fffef5;
}

.popup_form_group .form-control::placeholder {
    color: #bbb;
    font-size: 13px;
}

/* Submit button */
.popup_submit_btn {
    width: 100%;
    height: 48px;
    background: linear-gradient(135deg, #FFDD00 0%, #FFAA00 100%);
    color: #1a192c;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 6px;
    transition: all 0.25s ease;
    font-family: var(--body-font);
    box-shadow: 0 4px 16px rgba(255, 170, 0, 0.4);
}

.popup_submit_btn:hover {
    background: #1a192c;
    color: #FFCC00;
    box-shadow: 0 6px 22px rgba(26, 25, 44, 0.25);
    transform: translateY(-1px);
}

/* =============================================
   DESKTOP FAB CLUSTER
   ============================================= */

.fab-cluster {
    position: fixed;
    right: 22px;
    bottom: 30px;
    flex-direction: column;
    align-items: flex-end;

    gap: 0;
    z-index: 999;
}

/* ---- Toggle (main) button ---- */
.fab-toggle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFDD00 0%, #FFAA00 100%);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 22px rgba(255, 170, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.fab-toggle:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 28px rgba(255, 170, 0, 0.65);
}

/* Icon toggle states */
.fab-toggle .fab-toggle-icon--open,
.fab-toggle .fab-toggle-icon--close {
    position: absolute;
    font-size: 18px;
    color: #1a192c;
    transition: opacity 0.25s ease, transform 0.3s ease;
}

/* Default: show open icon, hide close */
.fab-toggle .fab-toggle-icon--open  { opacity: 1; transform: rotate(0deg); }
.fab-toggle .fab-toggle-icon--close { opacity: 0; transform: rotate(-90deg); }

/* When open: flip icons */
.fab-cluster.fab-open .fab-toggle .fab-toggle-icon--open  { opacity: 0; transform: rotate(90deg); }
.fab-cluster.fab-open .fab-toggle .fab-toggle-icon--close { opacity: 1; transform: rotate(0deg); }

/* Toggle pulse ring animation when closed */
.fab-toggle::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(255, 204, 0, 0.4);
    animation: fab-pulse 2s ease-out infinite;
}

.fab-cluster.fab-open .fab-toggle::after {
    animation: none;
    border: none;
}

@keyframes fab-pulse {
    0%   { transform: scale(1);   opacity: 0.7; }
    70%  { transform: scale(1.35); opacity: 0; }
    100% { transform: scale(1.35); opacity: 0; }
}

/* ---- Actions container ---- */
.fab-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    margin-bottom: 6px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin-right: 4px;
}

/* Visible state */
.fab-cluster.fab-open .fab-actions {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

/* Staggered reveal per child */
.fab-actions .fab-btn:nth-child(1) { transition-delay: 0.05s; }
.fab-actions .fab-btn:nth-child(2) { transition-delay: 0.10s; }
.fab-actions .fab-btn:nth-child(3) { transition-delay: 0.15s; }
.fab-actions .fab-btn:nth-child(4) { transition-delay: 0.20s; }

/* ---- Individual action button ---- */
.fab-btn {
    gap: 10px;
    height: 45px;
    width: 45px;
    padding: 4px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    font-family: var(--body-font);
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.fab-btn:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
    color: #fff;
}

/* Icon circle on right */
.fab-btn i {
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex-shrink: 0;
}

/* Colors */
.fab-btn--form     { background: #1a192c; }
.fab-btn--whatsapp { background: #25D366; }
.fab-btn--call     { background: #007bff; }
.fab-btn--email    { background: #e74c3c; }

.fab-btn--form:hover     { background: #2d2c42; color: #FFCC00; }
.fab-btn--whatsapp:hover { background: #1ebe5d; color: #fff; }
.fab-btn--call:hover     { background: #0056b3; color: #fff; }
.fab-btn--email:hover    { background: #c0392b; color: #fff; }


/* =============================================
   MOBILE BOTTOM BAR
   ============================================= */

.mobile-fab-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #1a192c;
    border-top: 2px solid #FFCC00;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.22);
    gap: 0;
    padding-bottom: env(safe-area-inset-bottom);
}

.mobile-fab-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 6px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: background 0.2s ease;
    font-family: var(--body-font);
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    line-height: 1;
}

.mobile-fab-btn:last-child {
    border-right: none;
}

.mobile-fab-btn i {
    font-size: 19px;
    display: block;
}

.mobile-fab-btn span {
    display: block;
    font-size: 10px;
}

/* Call */
.mobile-fab-btn--call { color: #5bc0de; }
.mobile-fab-btn--call:hover { background: rgba(91,192,222,0.1); color: #5bc0de; }

/* WhatsApp */
.mobile-fab-btn--wa { color: #25D366; }
.mobile-fab-btn--wa:hover { background: rgba(37,211,102,0.1); color: #25D366; }

/* Book Now — gold, wider */
.mobile-fab-btn--book {
    flex: 1.5;
    color: #1a192c;
    background: #FFCC00;
    font-size: 11.5px;
    font-weight: 900;
}

.mobile-fab-btn--book:hover {
    background: #FFD700;
    color: #1a192c;
}

.mobile-fab-btn--book i {
    font-size: 20px;
}

/* Body padding so content not hidden behind mobile bar */
@media (max-width: 767px) {
    body { padding-bottom: 55px; }
}

/* =============================================
   FOOTER RESPONSIVE
   ============================================= */

@media (max-width: 1199px) {
    .footer-wrapper .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px 40px;
    }
}

@media (max-width: 767px) {
    .footer-wrapper .footer-top-inner {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .footer-wrapper .footer-top-text {
        justify-content: center;
        font-size: 13px;
    }

    .footer-wrapper .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 24px;
    }

    .footer-wrapper .footer-copyright-inner {
        display: inline;
        text-align: center;
    }
    .footer-wrapper .footer-copyright-inner p{
        display: inline;
    }
    .footer-wrapper .footer-copyright{
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer-wrapper .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-wrapper .footer-col--brand {
        text-align: center;
    }

    .footer-wrapper .footer-social {
        justify-content: center;
    }

    .footer-wrapper .footer-col-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-wrapper .footer-links li a {
        justify-content: center;
    }
    .footer-wrapper .footer-col-title{
        text-align: center;
    }

    .fab-cluster {
        display: none !important;
    }
    .footer-wrapper .footer-contact-item{
        
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    }
}
/* =============================================
   LOGIN MODAL
   ============================================= */

.login-modal .modal-content {
    display: flex;
    flex-direction: row;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
    min-height: 420px;
}

/* ---- Left Image Panel ---- */
.login-modal .modal-left {
    width: 220px;
    flex-shrink: 0;
    background:
        linear-gradient(160deg, rgba(26,25,44,0.82) 0%, rgba(26,25,44,0.55) 100%),
        url('../images/login.jpg') center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

/* Gold accent bar on right edge of image panel */
.login-modal .modal-left::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, #FFDD00, #FFAA00);
}

/* Taxi icon watermark centered on left panel */
.login-modal .modal-left::before {
    content: '\f1ba'; /* fa-taxi unicode */
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 72px;
    color: rgba(255, 204, 0, 0.18);
    pointer-events: none;
    line-height: 1;
}

/* ---- Right Form Panel ---- */
.login-modal .modal-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

/* ---- Modal Header ---- */
.login-modal .modal-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 22px 26px 18px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
    position: relative;
}

.login-modal .modal-header img {
    height: 36px;
    width: auto;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.login-modal .modal-header .modal-title {
    flex: 1;
    font-size: 16px;
    font-weight: 800;
    color: #1a192c;
    margin: 0;
    font-family: var(--title-font);
    letter-spacing: 0.02em;
}

.login-modal .modal-header .btn-close {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #f0f0f0;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s ease;
    padding: 0;
    margin: 0;
}

.login-modal .modal-header .btn-close:hover {
    background: #1a192c;
    color: #fff;
}

/* ---- Modal Body ---- */
.login-modal .modal-body {
    padding: 28px 26px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Step heading above form */
.login-modal .modal-body::before {
    content: 'Welcome back 👋';
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #1a192c;
    font-family: var(--title-font);
    margin-bottom: 6px;
}

.login-modal .modal-body::after {
    content: 'Enter your phone number to continue.';
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 22px;
    order: -1;
}

/* ---- Form Groups ---- */
.login-modal .form-group {
    position: relative;
    margin-bottom: 0;
}

.login-modal .form-group label {
    display: block;
    font-size: 11.5px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 6px;
    font-family: var(--body-font);
}

.login-modal .form-group .form-control {
    height: 48px;
    border: 1.5px solid #e4e4e4;
    border-radius: 10px;
    font-size: 14px;
    color: #1a192c;
    background: #fafafa;
    padding: 0 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    font-family: var(--body-font);
    font-weight: 500;
    width: 100%;
}

.login-modal .form-group .form-control:focus {
    border-color: #FFCC00;
    background: #fffef5;
    box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.16);
    outline: none;
}

.login-modal .form-group .form-control::placeholder {
    color: #bbb;
    font-size: 13.5px;
    font-weight: 400;
}

/* OTP input — larger centered digits */
#verifyotp .form-control {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-align: center;
    color: #1a192c;
}

/* ---- Submit Button ---- */
.login-modal .btn-theme {
    height: 48px;
    padding: 0 20px;
    font-size: 13.5px;
    font-weight: 800;
    border-radius: 10px;
    background: linear-gradient(135deg, #FFDD00 0%, #FFAA00 100%);
    color: #1a192c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 16px rgba(255, 170, 0, 0.4);
    font-family: var(--body-font);
    width: 100%;
    margin-top: 16px !important;
}

.login-modal .btn-theme:hover {
    background: #1a192c;
    color: #FFCC00;
    box-shadow: 0 6px 22px rgba(26, 25, 44, 0.25);
    transform: translateY(-1px);
}

.login-modal .btn-theme:active {
    transform: translateY(0);
}

/* ---- OTP verify section hidden by default ---- */
#verifyotp {
    display: none;
}

/* ---- Divider between steps ---- */
.login-modal .login-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0;
}

.login-modal .login-divider::before,
.login-modal .login-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #ebebeb;
}

.login-modal .login-divider span {
    font-size: 11.5px;
    color: #bbb;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

/* ---- Footer note below button ---- */
.login-modal .login-note {
    font-size: 11.5px;
    color: #aaa;
    text-align: center;
    margin-top: 14px;
    line-height: 1.6;
}

.login-modal .login-note a {
    color: #1a192c;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 767px) {
    .login-modal .modal-content {
        flex-direction: column;
        border-radius: 16px;
        min-height: auto;
    }

    .login-modal .modal-left {
        display: none !important;
    }

    .login-modal .modal-right {
        border-radius: 16px;
    }

    .login-modal .modal-body {
        padding: 22px 20px 26px;
    }

    .login-modal .modal-header {
        padding: 18px 20px 14px;
    }
}

@media (max-width: 400px) {
    .login-modal .modal-body::before {
        font-size: 18px;
    }
}
/* ── Sidebar slide-in (mobile) ─────────────────────────── */
@media (max-width: 991px) {

    .site-header .header-mobile-menu {
        position: fixed;
        top: 0;
        left: -300px;          /* slide in from LEFT */
        right: auto;
        width: 280px;
        height: 100vh;
        background: #1a192c;
        z-index: 1099;
        padding: 25px 0 30px;
        overflow-y: auto;
        overflow-x: hidden;
        transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 4px 0 30px rgba(0, 0, 0, 0.3);
    }

    .site-header .header-mobile-menu.open {
        left: 0;
    }

    /* Sub-menu smooth max-height accordion */
    .site-header .sub-menu {
        position: static !important;
        opacity: 0;
        visibility: visible !important;
        transform: none !important;
        max-height: 0;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.04);
        border-left: 3px solid #FFCC00;
        border-top: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        margin-left: 16px;
        transition: max-height 0.35s ease, opacity 0.3s ease;
    }

    /* Chevron rotation for open state */
    .site-header .menu-parent.opened-menu > a .have_childs::before,
    .site-header .menu-parent.opened-menu > a::after {
        transform: rotate(180deg);
    }

    /* Scrolled shadow */
    .site-header .heder-main.scrolled {
        box-shadow: 0 4px 24px rgba(26, 25, 44, 0.18);
    }
    .site-header .header-cta{
        display: none;
    }
    .head__socio.social__links{
        display: none;
    }
    .site-header .phoneLoginBox{
        margin-bottom: 0;
    }
}
@media(max-width:768px){
    .index_home_section{
        padding: 20px 0;
    }
    .index_home_section h1{
    font-size: 20px;
    margin-bottom: 20px;
    }
    .sec-title{
        font-size: 30px;
    }
    .sec-title:before{
        width: 250px;
    }
}

/* =============================================
   CONTACT PAGE
   ============================================= */

.rs-contact-page {
    background: #f4f5f8;
    overflow: hidden;
}

/* ============================================================
   INFO CARDS GRID
   ============================================================ */

.rs-contact-page .rcp-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 50px;
}

.rs-contact-page .rcp-info-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border: 1.5px solid #ebebeb;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.rs-contact-page .rcp-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
    border-color: #FFCC00;
}

/* Icon circle */
.rs-contact-page .rcp-info-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: #FFCC00;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.rs-contact-page .rcp-info-card:hover .rcp-info-icon {
    transform: rotate(-8deg) scale(1.08);
}

.rs-contact-page .rcp-info-icon i {
    font-size: 18px;
    color: #1a192c;
}

.rs-contact-page .rcp-info-icon--wa  { background: #25D366; }
.rs-contact-page .rcp-info-icon--wa i { color: #fff; }

.rs-contact-page .rcp-info-icon--mail  { background: #e74c3c; }
.rs-contact-page .rcp-info-icon--mail i { color: #fff; }

.rs-contact-page .rcp-info-icon--loc  { background: #1a192c; }
.rs-contact-page .rcp-info-icon--loc i { color: #FFCC00; }

/* Text */
.rs-contact-page .rcp-info-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.rs-contact-page .rcp-info-label {
    font-size: 10.5px;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.rs-contact-page .rcp-info-value {
    font-size: 14px;
    font-weight: 700;
    color: #1a192c;
    text-decoration: none;
    transition: color 0.2s ease;
    line-height: 1.4;
    word-break: break-word;
    margin: 0;
}

.rs-contact-page a.rcp-info-value:hover {
    color: #FFCC00;
}

.rs-contact-page .rcp-info-note {
    font-size: 11.5px;
    color: #999;
    font-weight: 500;
}

/* ============================================================
   FORM + IMAGE SPLIT
   ============================================================ */

.rs-contact-page .rcp-form-wrap {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

/* ---- Left image side ---- */
.rs-contact-page .rcp-form-img {
    position: relative;
    min-height: 560px;
}

.rs-contact-page .rcp-img-inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
}

.rs-contact-page .rcp-img-bg {
    position: absolute;
    inset: 0;
    background: url('../images/contact_bg.jpg') center/cover no-repeat;
    z-index: 0;
    transition: transform 0.55s ease;
}

.rs-contact-page .rcp-form-img:hover .rcp-img-bg {
    transform: scale(1.04);
}

.rs-contact-page .rcp-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(26, 25, 44, 0.95) 0%,
        rgba(26, 25, 44, 0.55) 50%,
        rgba(26, 25, 44, 0.15) 100%
    );
    z-index: 1;
}

/* Floating top badge */
.rs-contact-page .rcp-img-badge {
    position: absolute;
    top: 24px;
    left: 24px;
    background: #FFCC00;
    color: #1a192c;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 3;
    box-shadow: 0 6px 20px rgba(255, 204, 0, 0.4);
}

.rs-contact-page .rcp-img-badge i {
    font-size: 22px;
    color: #1a192c;
    flex-shrink: 0;
}

.rs-contact-page .rcp-img-badge strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: #1a192c;
    line-height: 1.2;
    font-family: var(--title-font);
}

.rs-contact-page .rcp-img-badge span {
    font-size: 11px;
    color: rgba(26, 25, 44, 0.65);
    font-weight: 600;
}

/* Stats bar bottom */
.rs-contact-page .rcp-img-stats {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 0;
    background: rgba(255, 204, 0, 0.1);
    border: 1.5px solid rgba(255, 204, 0, 0.2);
    border-radius: 12px;
    padding: 14px 20px;
    backdrop-filter: blur(6px);
}

.rs-contact-page .rcp-img-stat {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.rs-contact-page .rcp-img-stat strong {
    font-size: 22px;
    font-weight: 900;
    color: #FFCC00;
    font-family: var(--title-font);
    line-height: 1;
}

.rs-contact-page .rcp-img-stat span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 600;
}

.rs-contact-page .rcp-img-stat-div {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

/* ---- Right form side ---- */
.rs-contact-page .rcp-form-side {
    background: #1a192c;
    padding: 44px 40px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Form header */
.rs-contact-page .rcp-form-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 204, 0, 0.12);
    color: #FFCC00;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 50px;
    border: 1.5px solid rgba(255, 204, 0, 0.3);
    margin-bottom: 14px;
    width: fit-content;
}

.rs-contact-page .rcp-form-eyebrow i {
    font-size: 12px;
}

.rs-contact-page .rcp-form-title {
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
    font-family: var(--title-font);
    line-height: 1.2;
}

.rs-contact-page .rcp-form-title span {
    color: #FFCC00;
}

.rs-contact-page .rcp-form-desc {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 28px;
    line-height: 1.7;
}

/* ---- Form fields ---- */
.rs-contact-page .rcp-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.rs-contact-page .rcp-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.rs-contact-page .rcp-field-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rs-contact-page .rcp-field-group label {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-family: var(--body-font);
}

.rs-contact-page .rcp-field-wrap {
    position: relative;
}

.rs-contact-page .rcp-field-icon {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFCC00;
    font-size: 13px;
    z-index: 2;
    pointer-events: none;
}

.rs-contact-page .rcp-field-icon--top {
    top: 16px;
    transform: none;
}

.rs-contact-page .rcp-field-wrap .form-control {
    height: 46px;
    padding-left: 38px;
    padding-right: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 13.5px;
    color: #ffffff;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    font-family: var(--body-font);
    font-weight: 400;
}

.rs-contact-page .rcp-field-wrap textarea.form-control {
    height: auto;
    padding-top: 14px;
    resize: none;
}

.rs-contact-page .rcp-field-wrap .form-control:focus {
    border-color: #FFCC00;
    background: rgba(255, 204, 0, 0.06);
    box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.12);
    outline: none;
    color: #fff;
}

.rs-contact-page .rcp-field-wrap .form-control::placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
}

/* ---- Submit button ---- */
.rs-contact-page .rcp-submit-btn {
    height: 50px;
    background: linear-gradient(135deg, #FFDD00 0%, #FFAA00 100%);
    color: #1a192c;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 18px rgba(255, 170, 0, 0.4);
    font-family: var(--body-font);
    margin-top: 4px;
}

.rs-contact-page .rcp-submit-btn:hover {
    background: #ffffff;
    color: #1a192c;
    box-shadow: 0 6px 24px rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* ============================================================
   MAP
   ============================================================ */

.rs-contact-page .rcp-map-wrap {
    margin-top: 50px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.1);
}

.rs-contact-page .rcp-map-header {
    background: #1a192c;
    padding: 14px 0;
    border-bottom: 3px solid #FFCC00;
}

.rs-contact-page .rcp-map-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.rs-contact-page .rcp-map-title i {
    color: #FFCC00;
    font-size: 16px;
}

.rs-contact-page .rcp-map-frame iframe {
    width: 100%;
    height: 420px;
    display: block;
    border: none;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.rs-contact-page .rcp-map-frame:hover iframe {
    filter: grayscale(0%);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1199px) {
    .rs-contact-page .rcp-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .rs-contact-page .rcp-form-wrap {
        grid-template-columns: 1fr;
    }

    .rs-contact-page .rcp-form-img {
        min-height: 280px;
    }

    .rs-contact-page .rcp-form-side {
        padding: 32px 28px;
    }
}

@media (max-width: 767px) {
    .rs-contact-page .rcp-info-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .rs-contact-page .rcp-form-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .rs-contact-page .rcp-form-side {
        padding: 26px 20px;
    }

    .rs-contact-page .rcp-map-frame iframe {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .rs-contact-page .rcp-info-grid {
        grid-template-columns: 1fr;
    }

    .rs-contact-page .rcp-info-card {
        padding: 18px 16px;
    }
}

/* =============================================
   BREADCRUMB
   ============================================= */

.breadcrumb-option {
    position: relative;
    padding: 70px 0;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
}

/* Extra dark overlay for better text contrast */
.breadcrumb-option::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(26, 25, 44, 0.82) 0%,
        rgba(26, 25, 44, 0.55) 100%
    );
    z-index: 0;
}

/* Gold left accent line */
.breadcrumb-option::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #FFDD00, #FFAA00);
    z-index: 1;
}

.breadcrumb-option .container {
    position: relative;
    z-index: 2;
}

.breadcrumb-option .breadcrumb__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ---- Breadcrumb links ---- */
.breadcrumb-option .breadcrumb__links {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
}

.breadcrumb-option .breadcrumb__links a {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Home icon before first link */
.breadcrumb-option .breadcrumb__links a:first-child::before {
    content: '\f015';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 12px;
    color: #FFCC00;
}

.breadcrumb-option .breadcrumb__links a:hover {
    color: #FFCC00;
}

/* Separator arrow between links and span */
.breadcrumb-option .breadcrumb__links a::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.3);
    margin: 0 10px;
}

.breadcrumb-option .breadcrumb__links span {
    font-size: 13px;
    font-weight: 700;
    color: #FFCC00;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* ---- Page title ---- */
.breadcrumb-option .breadcrumb__text h2 {
    font-size: clamp(28px, 5vw, 46px);
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.01em;
    line-height: 1.1;
    font-family: var(--title-font);
    text-transform: uppercase;
}

/* Gold underline accent on title */
.breadcrumb-option .breadcrumb__text h2::after {
    content: '';
    display: block;
    width: 52px;
    height: 3px;
    background: linear-gradient(to right, #FFDD00, #FFAA00);
    border-radius: 3px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .breadcrumb-option {
        padding: 50px 0;
    }

    .breadcrumb-option .breadcrumb__text h2::after {
        width: 36px;
    }
}

@media (max-width: 480px) {
    .breadcrumb-option {
        padding: 40px 0;
    }
}


/* =============================================
   BOOKING PAGE SECTION
   ============================================= */

.booking-page {
    background: #f4f5f8;
    overflow: hidden;
}

/* ---- Image side ---- */
.booking-page > .container > .row > .col-lg-6:last-child img {
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.1);
}

/* ---- Card wrapper ---- */
.booking-page .card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    background: #ffffff;
}

.booking-page .card-body {
    padding: 28px 28px 32px;
}

/* ---- Form title ---- */
.booking-page .form-title {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    padding: 22px 28px 20px;
    background: #1a192c;
    font-family: var(--title-font);
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 3px solid #FFCC00;
}

.booking-page .form-title::before {
    content: '\f1ba';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 18px;
    color: #FFCC00;
}

/* ---- Labels ---- */
.booking-page label {
    font-size: 11px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 5px;
    display: block;
    font-family: var(--body-font);
}

.booking-page label .text-danger {
    color: #e74c3c !important;
    margin-left: 2px;
}

/* ---- Form groups ---- */
.booking-page .form-group {
    position: relative;
    margin-bottom: 0;
}

.booking-page .row {
    row-gap: 14px;
}

/* Field icon */
.booking-page .form-group i {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFCC00;
    font-size: 13px;
    z-index: 2;
    pointer-events: none;
}

/* Textarea icon */
.booking-page .form-group i.fa-comment-alt {
    top: 16px;
    transform: none;
}

/* Calendar icon (mobile only — keep existing d-md-none) */
.booking-page .form-group i.fa-calendar-alt {
    top: 50%;
    transform: translateY(-50%);
}

/* ---- Inputs & Selects ---- */
.booking-page .form-control,
.booking-page .form-select {
    height: 46px;
    padding-left: 36px;
    padding-right: 14px;
    border: 1.5px solid #e4e4e4;
    border-radius: 10px;
    font-size: 13.5px;
    color: #1a192c;
    background-color: #fafafa;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    font-family: var(--body-font);
    font-weight: 500;
    width: 100%;
    appearance: auto;
}

/* Selects with no icon need less left padding */
.booking-page .form-group select.form-control,
.booking-page .form-group .form-select {
    padding-left: 14px;
    cursor: pointer;
}

.booking-page .form-group textarea.form-control {
    height: auto;
    padding-top: 12px;
    resize: none;
}

.booking-page .form-control:focus,
.booking-page .form-select:focus {
    border-color: #FFCC00;
    background-color: #fffef5;
    box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.16);
    outline: none;
}

.booking-page .form-control::placeholder {
    color: #bbb;
    font-size: 13px;
    font-weight: 400;
}

/* Date inputs — push past icon */
.booking-page input[type="date"].form-control {
    padding-left: 36px;
    color: #555;
}

/* ---- Submit button ---- */
.booking-page .btn-theme {
    height: 50px;
    padding: 0 32px;
    font-size: 14px;
    font-weight: 800;
    border-radius: 10px;
    background: linear-gradient(135deg, #FFDD00 0%, #FFAA00 100%);
    color: #1a192c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 18px rgba(255, 170, 0, 0.4);
    font-family: var(--body-font);
    width: 100%;
    margin-top: 6px;
}

.booking-page .btn-theme::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 13px;
}

.booking-page .btn-theme:hover {
    background: #1a192c;
    color: #FFCC00;
    box-shadow: 0 6px 24px rgba(26, 25, 44, 0.25);
    transform: translateY(-2px);
}

.booking-page .btn-theme:active {
    transform: translateY(0);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .booking-page .card-body {
        padding: 22px 20px 26px;
    }
}

@media (max-width: 767px) {
    .booking-page .form-title {
        font-size: 17px;
        padding: 18px 20px 16px;
    }
}
/* =============================================
   SINGLE SERVICE PAGE
   ============================================= */

.single-section {
    background: #f4f5f8;
    padding: 50px 0;
}

/* =============================================
   LEFT: SERVICE CONTENT
   ============================================= */

.single-service-details {
    background: #ffffff;
    border-radius: 20px;
    padding: 34px 36px 40px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1.5px solid #efefef;
}

/* ---- Hero Image ---- */
.single-service-details img.local-sightseeing {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    margin-bottom: 28px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
}

.single-service-details img.local-sightseeing:hover {
    transform: scale(1.01);
}

/* ---- Main H1 Title ---- */
.single-service-details h1.h3 {
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    color: #1a192c;
    margin: 0 0 6px;
    font-family: var(--title-font);
    line-height: 1.25;
    position: relative;
    padding-bottom: 16px;
}

.single-service-details h1.h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 3px;
    background: linear-gradient(to right, #FFDD00, #FFAA00);
    border-radius: 3px;
}

/* ---- Paragraphs ---- */
.single-service-details p {
    font-size: 14.5px;
    color: #555;
    line-height: 1.85;
    margin: 16px 0 0;
    font-family: var(--body-font);
}

.single-service-details p strong {
    color: #1a192c;
    font-weight: 700;
}

/* ---- Section sub-headings (div.h3) ---- */
.single-service-details .h3 {
    font-size: 18px;
    font-weight: 800;
    color: #1a192c;
    margin: 32px 0 10px;
    font-family: var(--title-font);
    padding-left: 14px;
    border-left: 4px solid #FFCC00;
    line-height: 1.3;
}

/* ---- Lists ---- */
.single-service-details ul {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-service-details ul li {
    position: relative;
    padding: 12px 16px 12px 46px;
    background: #fafafa;
    border: 1.5px solid #f0f0f0;
    border-radius: 10px;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    font-family: var(--body-font);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.single-service-details ul li:hover {
    border-color: #FFCC00;
    background: #fffef5;
}

/* Gold check icon */
.single-service-details ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: #FFCC00;
    color: #1a192c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
}

.single-service-details ul li strong {
    color: #1a192c;
    font-weight: 700;
}

/* =============================================
   RIGHT SIDEBAR
   ============================================= */

.col-lg-4 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ---- Booking Form Wrapper ---- */
.common-booking-form {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border: 1.5px solid #efefef;
    position: sticky;
    top: 90px;
}

/* ---- Sidebar Service Links ---- */
.sidebar-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 24px 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1.5px solid #efefef;
}

.sidebar-item h3 {
    font-size: 15px;
    font-weight: 800;
    color: #1a192c;
    font-family: var(--title-font);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

.sidebar-item h3::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 36px;
    height: 2px;
    background: #FFCC00;
}

.sidebar-item .sidebar-category {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sidebar-item .sidebar-category li {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
}

/* Override the content li styles for sidebar */
.sidebar-item .sidebar-category li::before {
    display: none;
}

.sidebar-item .sidebar-category li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #f4f5f8;
    border-radius: 9px;
    font-size: 13.5px;
    font-weight: 600;
    color: #444;
    text-decoration: none;
    border: 1.5px solid transparent;
    transition: all 0.22s ease;
    font-family: var(--body-font);
}

.sidebar-item .sidebar-category li a::before {
    content: '\f1ba';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 12px;
    color: #FFCC00;
    flex-shrink: 0;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    position: static;
    transform: none;
    line-height: 1;
}

.sidebar-item .sidebar-category li a::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 9px;
    color: #ccc;
    margin-left: auto;
    transition: color 0.2s ease, transform 0.2s ease;
}

.sidebar-item .sidebar-category li a:hover {
    background: #1a192c;
    color: #FFCC00;
    border-color: #1a192c;
    transform: translateX(4px);
}

.sidebar-item .sidebar-category li a:hover::before {
    color: #FFCC00;
}

.sidebar-item .sidebar-category li a:hover::after {
    color: #FFCC00;
    transform: translateX(2px);
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 991px) {
    .single-service-details {
        padding: 24px 22px 30px;
        margin-bottom: 24px;
    }

    .single-service-details img.local-sightseeing {
        height: 240px;
    }

    .common-booking-form {
        position: static;
    }
}

@media (max-width: 767px) {
    .single-section {
        padding: 30px 0;
    }

    .single-service-details {
        padding: 20px 16px 24px;
    }

    .single-service-details img.local-sightseeing {
        height: 200px;
        margin-bottom: 20px;
    }

    .single-service-details ul li {
        padding: 10px 12px 10px 42px;
        font-size: 13.5px;
    }

    .single-service-details .h3 {
        font-size: 16px;
        margin-top: 24px;
    }
}
/* ---- Route page: h3 title (differs from h1.h3 in service page) ---- */
.single-service-details h3 {
    font-size: clamp(20px, 2.8vw, 28px);
    font-weight: 800;
    color: #1a192c;
    margin: 0 0 6px;
    font-family: var(--title-font);
    line-height: 1.25;
    position: relative;
    padding-bottom: 16px;
}

.single-service-details h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 3px;
    background: linear-gradient(to right, #FFDD00, #FFAA00);
    border-radius: 3px;
}

/* ---- <b> tags — match <strong> styling ---- */
.single-service-details p b {
    color: #1a192c;
    font-weight: 700;
}
/* ============================================================
   CAB RESULTS — cab-results.css
   Shared by: taxi_route.php, round-trip-route.php,
              airport-rental.php, local.php
   Roots: --primary-color, --secondary-color, --body-font
   ============================================================ */

/* ── Trip bar ──────────────────────────────────────────────────── */
.cr-trip-bar {
    background: var(--secondary-color);
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 0 2px 16px rgba(0,0,0,0.25);
}

.cr-trip-inner {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cr-route {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 220px;
    flex-wrap: wrap;
}

.cr-city {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    font-family: var(--body-font);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.cr-arrow {
    color: var(--primary-color);
    font-size: 18px;
    flex-shrink: 0;
}

.cr-type-badge {
    background: rgba(255, 204, 0, 0.12);
    color: var(--primary-color);
    border: 1px solid rgba(255, 204, 0, 0.3);
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-family: var(--body-font);
    white-space: nowrap;
}

.cr-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.cr-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--body-font);
    white-space: nowrap;
}

.cr-meta span i {
    font-size: 11px;
    color: var(--primary-color);
}

.cr-modify-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 36px;
    padding: 0 16px;
    background: var(--primary-color);
    color: var(--secondary-color);
    border: none;
    border-radius: 8px;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    font-family: var(--body-font);
    transition: all var(--transition);
    flex-shrink: 0;
}

.cr-modify-btn:hover {
    background: #fff;
    color: var(--secondary-color);
}

/* ── Results section ───────────────────────────────────────────── */
.cr-results-section {
    padding: 24px 0 48px;
    background: #f3f4f6;
    min-height: 60vh;
}

/* ── Result meta row ───────────────────────────────────────────── */
.cr-result-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 8px;
}

.cr-result-count {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: var(--body-font);
    display: flex;
    align-items: center;
    gap: 6px;
}

.cr-result-count i {
    color: var(--secondary-color);
}

.cr-distance-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-family: var(--body-font);
}

/* ── Cab card ──────────────────────────────────────────────────── */
.cr-cab-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1.5px solid #e8e8e8;
    margin-bottom: 14px;
    overflow: hidden;
    transition: border-color var(--transition), box-shadow var(--transition);
}

.cr-cab-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 4px 20px rgba(255, 204, 0, 0.12);
}

/* ── Card body: image | info | price ───────────────────────────── */
.cr-card-body {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 16px 20px;
}

.cr-cab-img {
    width: 100px;
    height: 68px;
    border-radius: 8px;
    background: #f5f5f5;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.cr-cab-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}

.cr-cab-info {
    min-width: 0;
}

.cr-cab-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--secondary-color);
    font-family: var(--body-font);
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cr-cab-similar {
    font-size: 11px;
    color: #aaa;
    margin-bottom: 10px;
    font-family: var(--body-font);
}

.cr-cab-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.cr-spec {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f5f5f5;
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 500;
    color: #444;
    font-family: var(--body-font);
    white-space: nowrap;
}

.cr-spec i {
    font-size: 10px;
    color: #888;
}

/* ── Price column ──────────────────────────────────────────────── */
.cr-price-col {
    text-align: right;
    min-width: 130px;
    flex-shrink: 0;
}

.cr-price-was {
    font-size: 12px;
    color: #aaa;
    text-decoration: line-through;
    margin-bottom: 2px;
    font-family: var(--body-font);
}

.cr-discount-badge {
    display: inline-block;
    background: #e8f5ee;
    color: #0a7a4a;
    border-radius: 4px;
    padding: 2px 7px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    font-family: var(--body-font);
}

.cr-price-main {
    font-size: 24px;
    font-weight: 800;
    color: var(--secondary-color);
    line-height: 1.1;
    font-family: var(--body-font);
}

.cr-price-note {
    font-size: 10px;
    color: #aaa;
    margin-top: 3px;
    font-family: var(--body-font);
}

/* ── Card footer: charges + actions ────────────────────────────── */
.cr-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 20px;
    border-top: 1px solid #f0f0f0;
    flex-wrap: wrap;
}

.cr-charges-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    flex: 1;
}

.cr-charge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 500;
    font-family: var(--body-font);
}

.cr-charge i {
    font-size: 11px;
}

.cr-inc {
    color: #0a7a4a;
}

.cr-exc {
    color: #c0392b;
}

.cr-card-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.cr-btn-details {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 36px;
    padding: 0 14px;
    background: none;
    border: 1.5px solid #ddd;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 700;
    color: #555;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    font-family: var(--body-font);
    transition: all var(--transition);
    white-space: nowrap;
}

.cr-btn-details:hover {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}

.cr-btn-book {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 36px;
    padding: 0 20px;
    background: var(--primary-color);
    color: var(--secondary-color);
    border: none;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    font-family: var(--body-font);
    transition: all var(--transition);
    white-space: nowrap;
}

.cr-btn-book:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}

/* ── Policy box (expandable) ────────────────────────────────────── */
.cr-policy-box {
    display: none;
    background: #fafafa;
    border-top: 1px solid #f0f0f0;
    padding: 14px 20px;
}

.cr-policy-box.open {
    display: block;
}

.cr-policy-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cr-policy-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: #555;
    font-family: var(--body-font);
    line-height: 1.4;
}

.cr-policy-list li i {
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 1px;
    color: var(--secondary-color);
}

.cr-policy-list li.cr-p-warn {
    color: #c0392b;
}

.cr-policy-list li.cr-p-warn i {
    color: #c0392b;
}

.cr-policy-list li.cr-p-success {
    color: #0a7a4a;
}

.cr-policy-list li.cr-p-success i {
    color: #0a7a4a;
}

/* ── Empty / error state ────────────────────────────────────────── */
.cr-empty {
    text-align: center;
    padding: 60px 20px;
}

.cr-empty i {
    font-size: 48px;
    color: #ccc;
    margin-bottom: 16px;
    display: block;
}

.cr-empty p {
    font-size: 15px;
    color: #888;
    margin-bottom: 20px;
    font-family: var(--body-font);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 767px) {
    .cr-trip-inner {
        gap: 10px;
    }

    .cr-city {
        font-size: 13px;
        max-width: 130px;
    }

    .cr-meta {
        gap: 10px;
    }

    .cr-card-body {
        grid-template-columns: 80px 1fr;
        padding: 14px 14px 10px;
        gap: 12px;
    }

    .cr-price-col {
        grid-column: 1 / -1;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        padding-top: 4px;
        border-top: 1px solid #f5f5f5;
    }

    .cr-price-main {
        font-size: 20px;
    }

    .cr-card-footer {
        padding: 10px 14px;
        gap: 8px;
    }

    .cr-charges-list {
        order: 2;
        width: 100%;
    }

    .cr-card-actions {
        order: 1;
        width: 100%;
        justify-content: flex-end;
    }

    .cr-btn-book {
        flex: 1;
        justify-content: center;
    }

    .cr-policy-box {
        padding: 12px 14px;
    }
}

@media (max-width: 480px) {
    .cr-cab-img {
        width: 72px;
        height: 56px;
    }

    .cr-cab-name {
        font-size: 13px;
    }

    .cr-price-main {
        font-size: 18px;
    }
}
/* ── Modify Modal ─────────────────────────────────────────────── */
.mm-dialog { max-width: 460px; }

.mm-content {
    border-radius: 16px;
    overflow: hidden;
    border: none;
}

.mm-header {
    background: var(--secondary-color);
    padding: 18px 22px;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mm-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mm-icon {
    width: 38px;
    height: 38px;
    background: rgba(255, 204, 0, 0.12);
    border: 1px solid rgba(255, 204, 0, 0.25);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 15px;
    flex-shrink: 0;
}

.mm-title {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    font-family: var(--body-font);
    line-height: 1.1;
}

.mm-subtitle {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    font-family: var(--body-font);
    margin-top: 2px;
}

.mm-close {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition);
    flex-shrink: 0;
    padding: 0;
}

.mm-close:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.mm-body {
    padding: 22px 22px 14px;
}

.mm-field {
    margin-bottom: 14px;
}

.mm-field--last {
    margin-bottom: 0;
}

.mm-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 5px;
    padding-left: 2px;
    font-family: var(--body-font);
}

.mm-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.mm-field-icon {
    position: absolute;
    left: 12px;
    color: #bbb;
    font-size: 13px;
    pointer-events: none;
    z-index: 2;
}

.mm-input,
.mm-select {
    width: 100%;
    height: 46px;
    padding: 0 12px 0 38px;
    border: 1.5px solid #e0e0e0;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 500;
    color: var(--secondary-color);
    background: #fafafa;
    font-family: var(--body-font);
    transition: border-color var(--transition), background var(--transition);
    -webkit-appearance: none;
    appearance: none;
}

.mm-input:focus,
.mm-select:focus {
    outline: none;
    border-color: var(--primary-color);
    background: #fffef5;
}

.mm-input::placeholder {
    color: #c0c0c0;
    font-size: 12px;
    font-weight: 400;
}

.mm-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%23bbb' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 11px) center;
    padding-right: 30px;
    cursor: pointer;
}

/* Swap cities button */
.mm-swap {
    position: absolute;
    right: 10px;
    width: 26px;
    height: 26px;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #888;
    font-size: 11px;
    transition: all var(--transition);
    z-index: 3;
}

.mm-swap:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
    border-color: var(--primary-color);
}

/* Date/Time row */
.mm-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* Divider */
.mm-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0 14px;
}

.mm-divider-line {
    flex: 1;
    height: 1px;
    background: #f0f0f0;
}

.mm-divider-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ccc;
    white-space: nowrap;
    font-family: var(--body-font);
}

/* Footer */
.mm-footer {
    padding: 14px 22px 22px;
    border-top: none;
}

.mm-submit {
    width: 100%;
    height: 48px;
    background: var(--primary-color);
    color: var(--secondary-color);
    border: none;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    cursor: pointer;
    font-family: var(--body-font);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all var(--transition);
}

.mm-submit:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}

.mm-submit i { font-size: 13px; }

@media (max-width: 480px) {
    .mm-body { padding: 18px 16px 12px; }
    .mm-footer { padding: 12px 16px 18px; }
    .mm-row { grid-template-columns: 1fr; gap: 14px; }
}
/* Days pill */
.cr-days-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(255,204,0,.12);
    color: var(--primary-color);
    border: 1px solid rgba(255,204,0,.25);
    border-radius: 50px;
    padding: 2px 9px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    font-family: var(--body-font);
    white-space: nowrap;
}

/* Stops pill */
.cr-trip-stops-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.7);
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 10px;
    font-weight: 600;
    font-family: var(--body-font);
    letter-spacing: .05em;
    white-space: nowrap;
}

/* Round trip spec accent */
.cr-spec--round {
    background: rgba(255,204,0,.1);
    color: #9a7c00;
    font-weight: 600;
}

/* Stop remove button */
.mm-stop-remove {
    position: absolute;
    right: 10px;
    width: 26px;
    height: 26px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #e53e3e;
    font-size: 10px;
    transition: all var(--transition);
    z-index: 3;
    padding: 0;
}
.mm-stop-remove:hover { background: #e53e3e; color: #fff; border-color: #e53e3e; }

/* Add stop button */
.mm-add-stop-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 34px;
    padding: 0 14px;
    background: none;
    border: 1.5px dashed #d0d0d0;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    color: #888;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: pointer;
    font-family: var(--body-font);
    transition: all var(--transition);
    margin-bottom: 4px;
}
.mm-add-stop-btn:hover {
    border-color: var(--primary-color);
    color: #7a6000;
    background: rgba(255,204,0,.05);
}
.pac-container { z-index: 9999999 !important; }
/* ═══════════════════════════════════════════════════════════════
   BOOKING STOPS  —  scoped strictly to .booking-form
   Does NOT touch any other component on the page
═══════════════════════════════════════════════════════════════ */

/* ── Section wrapper ─────────────────────────────────────────── */
.booking-form .bf-stops-section {
    margin: 10px 0 6px;
    padding: 10px 14px 12px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px dashed rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

/* ── Header row (label + Add button) ─────────────────────────── */
.booking-form .bf-stops-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.booking-form .bf-stops-label {
    font-size: 12px;
    font-weight: 600;
    color: #555;
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.3px;
}

.booking-form .bf-stops-label i {
    color: #d4a017;
    font-size: 13px;
}

.booking-form .bf-stops-optional {
    font-weight: 400;
    color: #999;
    font-size: 11px;
}

/* ── Add Stop button ─────────────────────────────────────────── */
.booking-form .bf-add-stop-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #d4a017;
    background: transparent;
    border: 1.5px solid #d4a017;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease;
    white-space: nowrap;
}

.booking-form .bf-add-stop-btn:hover {
    background: #d4a017;
    color: #fff;
}

.booking-form .bf-add-stop-btn i {
    font-size: 11px;
}

/* ── Stops wrap (holds all stop rows) ────────────────────────── */
.booking-form #bf-stops-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* ── Individual stop row ─────────────────────────────────────── */
.booking-form .bf-stop-row {
    animation: bfStopSlideIn 0.2s ease;
}

@keyframes bfStopSlideIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Reuse parent .bf-field & .bf-input-wrap — just scope the label */
.booking-form .bf-stop-row .bf-label {
    font-size: 11px;
    color: #888;
    margin-bottom: 4px;
}

/* ── Remove stop button ──────────────────────────────────────── */
.booking-form .bf-stop-remove {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1.5px solid #ff4d4d;
    border-radius: 50%;
    color: #ff4d4d;
    cursor: pointer;
    font-size: 10px;
    transition: background 0.15s ease, color 0.15s ease;
    flex-shrink: 0;
}

.booking-form .bf-stop-remove:hover {
    background: #ff4d4d;
    color: #fff;
}

/* Ensure the input-wrap is position:relative so the remove btn anchors correctly */
.booking-form .bf-stop-row .bf-input-wrap {
    position: relative;
}

/* Give stop input a right-padding gap so text doesn't hide under the remove btn */
.booking-form .bf-stop-row .bf-stop-input {
    padding-right: 38px;
}
.inner__padding form{
    
    padding: 20px 18px 24px;
}

/* ═══════════════════════════════════════════════════════════════
   LOCAL RENTAL PAGE  —  additions to cab-results.css
   All rules scoped to .lc-* or specific local modifiers
   Does NOT override any .cr-* shared styles
═══════════════════════════════════════════════════════════════ */

/* ── Package type tab bar ─────────────────────────────────────── */
.lc-pkg-tabs-bar {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.lc-pkg-tabs {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;   /* IE */
}

.lc-pkg-tabs::-webkit-scrollbar {
    display: none;              /* Chrome/Safari */
}

/* ── Individual tab button ────────────────────────────────────── */
.lc-pkg-tab {
    flex-shrink: 0;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    background: transparent;
    border: 1.5px solid #000;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease;
    white-space: nowrap;
    letter-spacing: 0.2px;
}

.lc-pkg-tab:hover {
    background: rgba(212, 160, 23, 0.08);
}

.lc-pkg-tab.active {
    background: var(--primary-color, #d4a017);
    color: #000;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

/* ── Local badge on trip bar ──────────────────────────────────── */
.cr-type-badge--local {
    background: rgba(59, 130, 246, 0.15);
    color: #2563eb;
}

/* ── Local spec pill on cab card ──────────────────────────────── */
.cr-spec--local {
    background: rgba(59, 130, 246, 0.08);
    color: #2563eb;
    border-color: rgba(59, 130, 246, 0.2);
}

/* ── Package km badge inside cab info ─────────────────────────── */
.lc-pkg-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    padding: 3px 10px;
    background: rgba(212, 160, 23, 0.1);
    color: #b8860b;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
}

.lc-pkg-badge i {
    font-size: 10px;
}

/* ── Loading spinner while fetching cabs ──────────────────────── */
.lc-loading {
    text-align: center;
    padding: 48px 0;
    color: #888;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.lc-loading i {
    font-size: 20px;
    color: var(--primary-color, #d4a017);
}
.cr-type-badge--airport {
    background: rgba(16, 185, 129, 0.15);
    color: #059669;
}
 
/* ── Cab card: airport spec pill ─────────────────────────────── */
.cr-spec--airport {
    background: rgba(16, 185, 129, 0.08);
    color: #059669;
    border-color: rgba(16, 185, 129, 0.2);
}
 

/* ═══════════════════════════════════════════════════════════════════
   BOOKING REVIEW PAGES  —  booking-review.css
   Shared across: one-way-booking, round-way-booking,
                  local-booking, airport-booking
   Aesthetic: Refined luxury travel — deep navy + gold accent,
              clean geometric cards, subtle depth layers
═══════════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ── CSS Variables ───────────────────────────────────────────── */
:root {
    --bk-navy:       #0f1b2d;
    --bk-navy-mid:   #1a2d45;
    --bk-navy-soft:  #243551;
    --bk-gold:       var(--primary-color, #d4a017);
    --bk-gold-light: #f0c84a;
    --bk-white:      #ffffff;
    --bk-off:        #f7f8fa;
    --bk-border:     #e2e8f0;
    --bk-text:       #1e293b;
    --bk-muted:      #64748b;
    --bk-green:      #059669;
    --bk-red:        #dc2626;
    --bk-shadow:     0 4px 24px rgba(15,27,45,.08);
    --bk-shadow-lg:  0 8px 40px rgba(15,27,45,.14);
    --bk-radius:     14px;
    --bk-radius-sm:  8px;
    --bk-sticky-h:   74px; /* height of mobile sticky bar */
}

/* ── Page base ───────────────────────────────────────────────── */
.review-area {
    background: var(--bk-off);
    min-height: 60vh;
    font-family: 'DM Sans', sans-serif;
    color: var(--bk-text);
}

/* ── Animation ───────────────────────────────────────────────── */
@keyframes bkFadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
}
.review-area .col-md-8,
.review-area .col-md-4 {
    animation: bkFadeUp .45s ease both;
}
.review-area .col-md-4 { animation-delay: .1s; }

/* ═══════════════════════════════════════════════════════════════
   TRIP SUMMARY CARD
═══════════════════════════════════════════════════════════════ */
.bk-card {
    background: var(--bk-white);
    border-radius: var(--bk-radius);
    box-shadow: var(--bk-shadow);
    border: 1px solid var(--bk-border);
    overflow: hidden;
    margin-bottom: 18px;
}

/* Header strip */
.bk-trip-header {
    background: linear-gradient(135deg, var(--bk-navy) 0%, var(--bk-navy-mid) 100%);
    padding: 18px 22px 16px;
    position: relative;
    overflow: hidden;
}
.bk-trip-header::before {
    content: '';
    position: absolute;
    top: -30px; right: -30px;
    width: 120px; height: 120px;
    border-radius: 50%;
    background: rgba(212,160,23,.12);
}
.bk-trip-header::after {
    content: '';
    position: absolute;
    bottom: -20px; left: 40%;
    width: 80px; height: 80px;
    border-radius: 50%;
    background: rgba(255,255,255,.04);
}

.bk-trip-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--bk-gold);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.bk-trip-route {
    font-family: 'DM Serif Display', serif;
    font-size: 20px;
    color: var(--bk-white);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.bk-trip-route i {
    font-size: 14px;
    color: var(--bk-gold);
}
.bk-trip-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.bk-trip-meta span {
    font-size: 12px;
    color: rgba(255,255,255,.7);
    display: flex;
    align-items: center;
    gap: 5px;
}
.bk-trip-meta i { color: var(--bk-gold); font-size: 11px; }

/* Cab details row */
.bk-cab-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 22px;
    gap: 16px;
}
.bk-cab-info h6 {
    font-size: 15px;
    font-weight: 600;
    color: var(--bk-text);
    margin: 0 0 4px;
}
.bk-cab-specs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.bk-spec {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--bk-muted);
    background: var(--bk-off);
    border: 1px solid var(--bk-border);
    border-radius: 20px;
    padding: 3px 10px;
}
.bk-spec i { color: var(--bk-gold); font-size: 11px; }
.bk-cab-img img {
    width: 110px;
    height: 68px;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,.12));
}

/* Stops pill */
.bk-stops-strip {
    background: rgba(212,160,23,.07);
    border-top: 1px solid rgba(212,160,23,.2);
    padding: 10px 22px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.bk-stops-strip i { color: var(--bk-gold); font-size: 12px; }
.bk-stops-strip span {
    font-size: 12px;
    color: var(--bk-navy);
    font-weight: 500;
}
.bk-stop-chip {
    background: var(--bk-white);
    border: 1px solid rgba(212,160,23,.35);
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 11px;
    color: var(--bk-navy);
}

/* ═══════════════════════════════════════════════════════════════
   INCLUSIONS / EXCLUSIONS
═══════════════════════════════════════════════════════════════ */
.bk-charges-card {
    background: var(--bk-white);
    border-radius: var(--bk-radius);
    box-shadow: var(--bk-shadow);
    border: 1px solid var(--bk-border);
    padding: 20px 22px;
    margin-bottom: 18px;
}
.bk-charges-title {
    font-family: 'DM Serif Display', serif;
    font-size: 15px;
    color: var(--bk-navy);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.bk-charges-title i { color: var(--bk-gold); }

.bk-charges-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
@media (max-width: 500px) {
    .bk-charges-grid { grid-template-columns: 1fr; }
}

.bk-charge-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 9px 12px;
    border-radius: var(--bk-radius-sm);
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.4;
}
.bk-charge-item.inc {
    background: rgba(5,150,105,.07);
    color: #065f46;
    border: 1px solid rgba(5,150,105,.15);
}
.bk-charge-item.exc {
    background: rgba(220,38,38,.06);
    color: #991b1b;
    border: 1px solid rgba(220,38,38,.13);
}
.bk-charge-item i {
    font-size: 13px;
    margin-top: 1px;
    flex-shrink: 0;
}
.bk-charge-item.inc i { color: var(--bk-green); }
.bk-charge-item.exc i { color: var(--bk-red); }

/* ═══════════════════════════════════════════════════════════════
   CANCELLATION POLICY
═══════════════════════════════════════════════════════════════ */
.bk-policy-card {
    background: var(--bk-white);
    border-radius: var(--bk-radius);
    box-shadow: var(--bk-shadow);
    border: 1px solid var(--bk-border);
    padding: 18px 22px;
    margin-bottom: 18px;
}
.bk-policy-card h6 {
    font-family: 'DM Serif Display', serif;
    font-size: 15px;
    color: var(--bk-navy);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.bk-policy-card h6 i { color: var(--bk-gold); }
.bk-policy-card p {
    font-size: 13px;
    color: var(--bk-muted);
    margin: 0;
    line-height: 1.6;
}
.bk-policy-card a {
    color: var(--bk-gold);
    text-decoration: none;
    font-weight: 500;
}
.bk-policy-card a:hover { text-decoration: underline; }

/* ═══════════════════════════════════════════════════════════════
   TRAVELLER DETAILS
═══════════════════════════════════════════════════════════════ */
.bk-traveller-card {
    background: var(--bk-white);
    border-radius: var(--bk-radius);
    box-shadow: var(--bk-shadow);
    border: 1px solid var(--bk-border);
    padding: 22px;
    margin-bottom: 18px;
}
.bk-traveller-card .bk-section-title {
    font-family: 'DM Serif Display', serif;
    font-size: 16px;
    color: var(--bk-navy);
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--bk-off);
    display: flex;
    align-items: center;
    gap: 8px;
}
.bk-traveller-card .bk-section-title i { color: var(--bk-gold); }

.bk-field-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: var(--bk-muted);
    margin-bottom: 8px;
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.bk-field-label i { color: var(--bk-gold); font-size: 12px; }

.bk-input {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid var(--bk-border);
    border-radius: var(--bk-radius-sm);
    font-family: 'DM Sans', sans-serif;
    font-size: 13.5px;
    color: var(--bk-text);
    background: var(--bk-off);
    transition: border-color .2s, box-shadow .2s, background .2s;
    outline: none;
}
.bk-input:focus {
    border-color: var(--bk-gold);
    background: var(--bk-white);
    box-shadow: 0 0 0 3px rgba(212,160,23,.12);
}
.bk-input::placeholder { color: #aab; font-size: 13px; }

.bk-input-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}
@media (max-width: 700px) {
    .bk-input-row { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════════
   FOOTER NOTE
═══════════════════════════════════════════════════════════════ */
.bk-footer-note {
    font-size: 12px;
    color: var(--bk-muted);
    margin-top: 4px;
    line-height: 1.6;
}
.bk-footer-note a {
    color: var(--bk-gold);
    text-decoration: none;
    font-weight: 500;
}

/* ═══════════════════════════════════════════════════════════════
   PAYMENT SIDEBAR
═══════════════════════════════════════════════════════════════ */
.bk-payment-card {
    background: var(--bk-white);
    border-radius: var(--bk-radius);
    box-shadow: var(--bk-shadow-lg);
    border: 1px solid var(--bk-border);
    overflow: hidden;
    position: sticky;
    top: 20px;
}

.bk-payment-header {
    background: linear-gradient(135deg, var(--bk-navy) 0%, var(--bk-navy-soft) 100%);
    padding: 16px 20px;
}
.bk-payment-header h6 {
    font-family: 'DM Serif Display', serif;
    font-size: 16px;
    color: var(--bk-white);
    margin: 0 0 2px;
}
.bk-payment-header p {
    font-size: 12px;
    color: rgba(255,255,255,.6);
    margin: 0;
}

.bk-alert-ride {
    margin: 16px 16px 0;
    background: rgba(212,160,23,.1);
    border: 1px solid rgba(212,160,23,.25);
    border-radius: var(--bk-radius-sm);
    padding: 10px 14px;
    font-size: 12.5px;
    color: #78590a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bk-payment-body { padding: 16px; }

.bk-payment-options { list-style: none; margin: 0; padding: 0; }
.bk-payment-options li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: var(--bk-radius-sm);
    border: 1.5px solid var(--bk-border);
    margin-bottom: 8px;
    cursor: pointer;
    transition: border-color .2s, background .2s;
    position: relative;
}
.bk-payment-options li:hover {
    border-color: var(--bk-gold);
    background: rgba(212,160,23,.04);
}
.bk-payment-options li.active {
    border-color: var(--bk-gold);
    background: rgba(212,160,23,.07);
}

.bk-payment-options input[type="radio"] {
    accent-color: var(--bk-gold);
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.bk-payment-options label {
    flex: 1;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--bk-text);
    margin: 0;
    cursor: pointer;
}
.bk-payment-options .bk-pay-amt {
    font-size: 14px;
    font-weight: 700;
    color: var(--bk-navy);
}

.bk-pay-btn {
    display: block;
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, var(--bk-gold) 0%, #b8860b 100%);
    color: var(--bk-white);
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    border: none;
    border-radius: var(--bk-radius-sm);
    cursor: pointer;
    margin-top: 14px;
    transition: opacity .2s, transform .15s;
    text-transform: uppercase;
}
.bk-pay-btn:hover {
    opacity: .92;
    transform: translateY(-1px);
}
.bk-pay-btn:active { transform: translateY(0); }

/* Fare breakup toggle */
.bk-fare-toggle {
    text-align: center;
    font-size: 12.5px;
    color: var(--bk-gold);
    font-weight: 600;
    cursor: pointer;
    margin-top: 12px;
    padding: 6px;
    border-radius: var(--bk-radius-sm);
    transition: background .2s;
    user-select: none;
}
.bk-fare-toggle:hover { background: rgba(212,160,23,.06); }

.bk-fare-breakup {
    margin-top: 10px;
    border-top: 1px solid var(--bk-border);
    padding-top: 10px;
}
.bk-fare-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: var(--bk-muted);
    padding: 4px 0;
}
.bk-fare-total {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    color: var(--bk-navy);
    padding: 10px 0 4px;
    border-top: 1.5px solid var(--bk-border);
    margin-top: 6px;
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE STICKY PAYMENT BAR
   — Fixed to bottom on phones (<768 px), hidden on desktop
═══════════════════════════════════════════════════════════════ */

/* Spacer so sticky bar doesn't cover the last line of content */
.bk-mobile-spacer {
    height: 0;
}

.bk-mobile-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: var(--bk-white);
    border-top: 2px solid var(--bk-gold);
    box-shadow: 0 -4px 24px rgba(15,27,45,.15);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    height: var(--bk-sticky-h);
}

.bk-mobile-sticky-fare {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.bk-mobile-fare-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--bk-muted);
}
.bk-mobile-fare-amount {
    font-family: 'DM Serif Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--bk-navy);
    line-height: 1.1;
    white-space: nowrap;
}
.bk-mobile-fare-gst {
    font-size: 10px;
    color: var(--bk-muted);
    margin-top: 1px;
}

.bk-mobile-pay-btn {
    flex-shrink: 0;
    padding: 13px 24px;
    background: linear-gradient(135deg, var(--bk-gold) 0%, #b8860b 100%);
    color: var(--bk-white);
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    border: none;
    border-radius: var(--bk-radius-sm);
    cursor: pointer;
    text-transform: uppercase;
    transition: opacity .2s, transform .15s;
    display: flex;
    align-items: center;
    gap: 7px;
}
.bk-mobile-pay-btn:active {
    opacity: .9;
    transform: scale(.98);
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 768px) {
    .bk-trip-route { font-size: 16px; }
    .bk-cab-img img { width: 80px; height: 52px; }
    /* Sidebar becomes a normal block on mobile (sticky bar replaces it) */
    .bk-payment-card { position: static; margin-top: 6px; margin-bottom: 25px;}
}
/* ═══════════════════════════════════════════════════════════════════
   PAY-NOW PAGE  —  paste this block into your main style.css
   All rules are scoped under .pn-* or .payment-breadcrumb
   so they cannot bleed into any other page styles.
═══════════════════════════════════════════════════════════════════ */

/* ── Section wrapper ─────────────────────────────────────────── */
.pn-section {
    background: #f7f8fa;
    min-height: 60vh;
    padding: 40px 0 60px;
    font-family: 'DM Sans', 'Segoe UI', sans-serif;
}

/* ═══════════════════════════════════════════════════════════════
   BOOKING SUMMARY CARD (left column)
═══════════════════════════════════════════════════════════════ */
.pn-summary-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 24px rgba(15,27,45,.08);
    overflow: hidden;
    margin-bottom: 16px;
}

.pn-summary-header {
    background: linear-gradient(135deg, #0f1b2d 0%, #1a2d45 100%);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d4a017;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.pn-summary-header i { font-size: 15px; }

.pn-summary-body {
    padding: 20px;
}

/* Route display */
.pn-route-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.pn-route-city {
    font-size: 17px;
    font-weight: 700;
    color: #0f1b2d;
    line-height: 1.2;
}
.pn-route-arrow {
    color: #d4a017;
    font-size: 16px;
    flex-shrink: 0;
}

/* Meta pills */
.pn-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 4px;
}
.pn-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f7f8fa;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 4px 11px;
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}
.pn-meta-pill i { color: #d4a017; font-size: 11px; }

/* Divider */
.pn-divider {
    height: 1px;
    background: #f0f4f8;
    margin: 14px 0;
}

/* Passenger detail rows */
.pn-detail-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 9px;
    font-size: 13px;
    color: #1e293b;
}
.pn-detail-row i {
    color: #d4a017;
    font-size: 13px;
    margin-top: 2px;
    flex-shrink: 0;
    width: 14px;
    text-align: center;
}

/* Fare rows */
.pn-fare-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13.5px;
    color: #64748b;
    padding: 5px 0;
}
.pn-fare-row span:last-child {
    font-weight: 600;
    color: #1e293b;
}
.pn-fare-pay {
    background: rgba(5,150,105,.06);
    border: 1px solid rgba(5,150,105,.15);
    border-radius: 8px;
    padding: 8px 12px !important;
    margin-top: 4px;
}
.pn-fare-pay span { color: #065f46 !important; font-weight: 700 !important; }

.pn-fare-balance {
    background: rgba(212,160,23,.07);
    border: 1px solid rgba(212,160,23,.2);
    border-radius: 8px;
    padding: 8px 12px !important;
    margin-top: 4px;
}
.pn-fare-balance span { color: #78590a !important; font-weight: 600 !important; }

/* Trust badges */
.pn-trust-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.pn-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 11.5px;
    color: #64748b;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(15,27,45,.05);
}
.pn-trust-badge i { color: #d4a017; }

/* ═══════════════════════════════════════════════════════════════
   PAYMENT PANEL CARD (right column)
═══════════════════════════════════════════════════════════════ */
.pn-pay-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 40px rgba(15,27,45,.12);
    overflow: hidden;
    position: sticky;
    top: 20px;
}

/* Header with logo + site name */
.pn-pay-header {
    background: linear-gradient(135deg, #0f1b2d 0%, #243551 100%);
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.pn-pay-logo img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    object-fit: contain;
    background: #fff;
    padding: 3px;
}
.pn-pay-title h5 {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 2px;
    line-height: 1.2;
}
.pn-pay-title p {
    font-size: 11px;
    color: rgba(255,255,255,.55);
    margin: 0;
}

/* Big amount display */
.pn-pay-amount-box {
    background: linear-gradient(135deg, #d4a017 0%, #b8860b 100%);
    padding: 18px 20px;
    text-align: center;
}
.pn-pay-amount-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(255,255,255,.75);
    margin-bottom: 4px;
}
.pn-pay-amount-value {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.5px;
}
.pn-pay-amount-note {
    font-size: 11px;
    color: rgba(255,255,255,.7);
    margin-top: 4px;
}

/* Body */
.pn-pay-body {
    padding: 20px;
}

/* Hide the default Razorpay button Razorpay injects */
.razorpay-payment-button {
    display: none !important;
}

/* Our custom trigger button */
.pn-trigger-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #d4a017 0%, #b8860b 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transition: opacity .2s, transform .15s, box-shadow .2s;
    box-shadow: 0 4px 16px rgba(212,160,23,.35);
    margin-bottom: 14px;
}
.pn-trigger-btn:hover {
    opacity: .92;
    transform: translateY(-1px);
    box-shadow: 0 6px 22px rgba(212,160,23,.45);
}
.pn-trigger-btn:active {
    transform: translateY(0);
    opacity: 1;
}

/* Secure note */
.pn-secure-note {
    text-align: center;
    font-size: 11.5px;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 16px;
}
.pn-secure-note i { color: #059669; font-size: 12px; }

/* Payment brand icons */
.pn-payment-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 0 2px;
    border-top: 1px solid #f0f4f8;
}
.pn-payment-icons img {
    height: 22px;
    width: auto;
    object-fit: contain;
    opacity: .7;
    filter: grayscale(20%);
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 768px) {
    .pn-section { padding: 24px 0 40px; }
    .pn-pay-card { position: static; margin-top: 4px; }
    .pn-pay-amount-value { font-size: 26px; }
    .pn-route-city { font-size: 15px; }
}
.common-booking-form .booking-form .bf-2col{

    grid-template-columns: auto;
}
.common-booking-form .booking-form .bf-3col {
    grid-template-columns: auto;
}
.common-booking-form .booking-form .bf-row{
    display: flex;
    flex-direction: column;
}
.common-booking-form .booking-form .bf-field{
    width: 100%;
}
.bk-amenities-list{
margin-top:10px;
}

/* Amenities list */
.bk-amenities-list{
margin-top:8px;
border:1px solid #eee;
border-radius:6px;
overflow:hidden;
background:#fff;
}

/* Amenity row */
.bk-amenity-row{
display:flex;
align-items:center;
justify-content:space-between;
padding:10px 12px;
font-size:14px;
border-bottom:1px solid #f2f2f2;
cursor:pointer;
transition:background .2s;
}

.bk-amenity-row:last-child{
border-bottom:none;
}

.bk-amenity-row:hover{
background:#fafafa;
}

.bk-amenity-row input{
margin-right:10px;
}

.bk-amenity-name{
flex:1;
color:#333;
}

.bk-amenity-price{
font-weight:600;
color:#ff6b00;
font-size:13px;
}

/* selected */
.bk-amenity-row input:checked + .bk-amenity-name{
color:#ff6b00;
font-weight:600;
}
/* Custom Alert Modal Styles */
.cash-alert-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.cash-alert-content {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.cash-alert-content i {
    font-size: 50px;
    color: #ffc107;
    margin-bottom: 15px;
}
.cash-alert-content h4 {
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}
.cash-alert-content p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}
.cash-alert-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.cash-alert-btn {
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
}
.cash-alert-btn.cancel {
    background-color: #e0e0e0;
    color: #333;
}
.cash-alert-btn.cancel:hover {
    background-color: #d0d0d0;
}
.cash-alert-btn.pay-online {
    background-color: #007bff;
    color: #fff;
}
.cash-alert-btn.pay-online:hover {
    background-color: #0056b3;
}