:root {
    --navy: #0A3D7C;
    --royal: #1976D2;
    --sky: #29B6F6;
    --orange: #F57C00;
    --white: #FFFFFF;
    --light-gray: #F8F9FA;
    --navy-90: rgba(10, 61, 124, .90);
    --navy-60: rgba(10, 61, 124, .55);
}

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Prevent Horizontal Scroll */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* Images & Videos */
img,
video,
iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Containers */
.container,
.container-fluid {
    width: 100%;
    max-width: 1200px;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Long Text */
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--light-gray);
    color: #1c2b3a;
}

h1,
h2,
h3,
h4,
h5,
.brand-font {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

/* ============ TOP BAR ============ */
.topbar {
    background: linear-gradient(90deg, var(--navy), var(--royal));
    color: #eaf3ff;
    font-size: .85rem;
    padding: .45rem 0;
    letter-spacing: .2px;
    padding: 7px 20px;
}

.topbar a {
    color: #eaf3ff;
}

.topbar .icon-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    margin-right: .5rem;
    font-size: .75rem;
}

.btn-air-ticket {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    font-weight: 600;
    font-size: .8rem;
    padding: .4rem 1rem;
    border-radius: 30px;
    transition: all .25s ease;
    backdrop-filter: blur(6px);
}

.btn-air-ticket:hover {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
    transform: translateY(-2px);
}

/* ============ NAVBAR ============ */
.main-navbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 1030;
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    box-shadow: 0 2px 20px rgba(10, 61, 124, .08);
    transition: all .3s ease;
    padding: .55rem 0;
}

.main-navbar.scrolled {
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 4px 24px rgba(10, 61, 124, .14);
}

.logo-wrap {
    display: flex;
    align-items: center;
    gap: .6rem;
}

.logo {
    width: 150px;
}

.slogo {
    width: 100px;
}

.logo-icon::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: var(--orange);
    border-radius: 50%;
    top: 6px;
    right: 5px;
    box-shadow: 0 0 8px var(--orange);
}

.logo-text .top {
    font-weight: 800;
    font-size: 1.35rem;
    line-height: 1;
    background: linear-gradient(90deg, var(--royal), var(--sky));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.logo-text .bottom {
    font-size: .62rem;
    letter-spacing: 4px;
    font-weight: 700;
    color: var(--orange);
}

.nav-link-custom {
    color: #1c2b3a !important;
    font-weight: 600;
    font-size: .92rem;
    letter-spacing: .3px;
    padding: .6rem 1rem !important;
    position: relative;
    transition: color .25s ease;
}

.nav-link-custom::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: .15rem;
    height: 2px;
    background: var(--orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.nav-link-custom:hover,
.nav-link-custom.active {
    color: var(--orange) !important;
}

.nav-link-custom:hover::after,
.nav-link-custom.active::after {
    transform: scaleX(1);
}

.nav-item .dropdown-menu {
    border: none;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(10, 61, 124, .18);
    padding: .5rem;
    margin-top: .6rem;
}

.nav-item .dropdown-item {
    border-radius: 8px;
    font-size: .88rem;
    font-weight: 500;
    padding: .55rem .8rem;
    transition: all .2s ease;
}

.nav-item .dropdown-item:hover {
    background: linear-gradient(90deg, var(--navy), var(--royal));
    color: #fff;
}

.btn-paynow {
    background: linear-gradient(135deg, var(--orange), #ff9d33);
    color: #fff;
    font-weight: 700;
    font-size: .9rem;
    padding: .55rem 1.6rem;
    border-radius: 30px;
    border: none;
    box-shadow: 0 8px 20px rgba(245, 124, 0, .35);
    transition: all .25s ease;
}

.btn-paynow:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(245, 124, 0, .5);
}

/* ============ HERO ============ */
.hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: -1px;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 61, 124, .35) 0%, rgba(10, 61, 124, .25) 40%, rgba(10, 61, 124, .75) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 2rem;
}

.hero-eyebrow {
    font-size: 1.35rem;
    font-weight: 500;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .4);
    animation: fadeUp .8s ease both;
}

.hero-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.2;
    color: #ffd400;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .45);
    margin: .6rem 0 1.8rem;
    animation: fadeUp .8s .15s ease both;
}

.btn-hero-cta {
    background: linear-gradient(135deg, var(--orange), #ff9d33);
    color: #fff;
    font-weight: 700;
    padding: .8rem 2.2rem;
    border-radius: 10px;
    font-size: 1rem;
    box-shadow: 0 10px 26px rgba(245, 124, 0, .45);
    transition: all .25s ease;
    display: inline-block;
    animation: fadeUp .8s .3s ease both;
}

.btn-hero-cta:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(245, 124, 0, .6);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    transition: all .25s ease;
    cursor: pointer;
}

.hero-arrow:hover {
    background: var(--orange);
    border-color: var(--orange);
}

.hero-arrow.left {
    left: 2rem;
}

.hero-arrow.right {
    right: 2rem;
}

.hero-dots {
    position: absolute;
    right: 2.2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hero-dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    cursor: pointer;
    transition: all .25s ease;
    display: block;
}

.hero-dots span.active {
    background: var(--orange);
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 4px rgba(245, 124, 0, .25);
}

/* ============ PAGE HEADER (inner pages) ============ */
.page-header {
    position: relative;
    min-height: 42vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: -1px;
    background-size: cover;
    background-position: center;
}

.page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 61, 124, .55) 0%, rgba(10, 61, 124, .78) 100%);
    z-index: 1;
}

.page-header-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.page-header .breadcrumb-custom {
    font-size: .85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .8);
    margin-bottom: .6rem;
}

.page-header .breadcrumb-custom a {
    color: #ffd400;
}

.page-header h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 2.6rem;
    color: #fff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .45);
    margin: 0;
}

/* ============ SECTION SHARED ============ */
.section {
    padding: 1.5rem 0;
}

.section-tight {
    padding: 4.5rem 0;
}

.eyebrow-tag {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(25, 118, 210, .1);
    color: var(--royal);
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: 2px;
    padding: .4rem 1rem;
    border-radius: 30px;
    margin-bottom: 1rem;
}

.eyebrow-tag i {
    color: var(--orange);
}

.section-title {
    font-weight: 800;
    font-size: 2.3rem;
    color: var(--navy);
    margin-bottom: 1rem;
}

.section-title span {
    color: var(--orange);
}

.section-sub {
    color: #5b6b7c;
    font-size: 1rem;
    max-width: 640px;
}

.divider-mark {
    width: 60px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--orange), var(--sky));
}

/* ============ ABOUT ============ */
.about-img-wrap {
    position: relative;
}

.about-img-main {
    border-radius: 20px;
    width: 100%;
    height: 420px;
    object-fit: cover;
    box-shadow: 0 20px 45px rgba(10, 61, 124, .22);
}

.about-badge {
    position: absolute;
    bottom: -28px;
    right: -18px;
    background: linear-gradient(135deg, var(--navy), var(--royal));
    color: #fff;
    border-radius: 16px;
    padding: 1.1rem 1.4rem;
    text-align: center;
    box-shadow: 0 14px 30px rgba(10, 61, 124, .35);
    min-width: 150px;
}

.about-badge .num {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 1.9rem;
    color: #ffd400;
    line-height: 1;
}

.about-badge .lbl {
    font-size: .72rem;
    letter-spacing: 1px;
    opacity: .9;
}

.about-point {
    display: flex;
    gap: .9rem;
    margin-bottom: 1.1rem;
}

.about-point .ic {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(245, 124, 0, .12);
    color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.about-point h6 {
    font-weight: 700;
    margin-bottom: .15rem;
    color: #1c2b3a;
}

.about-point p {
    font-size: .88rem;
    color: #5b6b7c;
    margin: 0;
}

.stats-strip {
    background: linear-gradient(120deg, var(--navy), var(--royal) 60%, var(--sky));
    border-radius: 22px;
    padding: 2.6rem 1rem;
    color: #fff;
    margin-top: 4rem;
}

.stat-item .num {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 2.6rem;
    color: #ffd400;
}

.stat-item .lbl {
    font-size: .85rem;
    letter-spacing: .5px;
    opacity: .9;
}

/* ============ MISSION / VALUES (about page) ============ */
.value-card {
    background: #fff;
    border-radius: 18px;
    padding: 2rem 1.6rem;
    height: 100%;
    box-shadow: 0 8px 24px rgba(10, 61, 124, .08);
    transition: all .3s ease;
    border-bottom: 4px solid transparent;
}

.value-card:hover {
    border-bottom: 4px solid var(--orange);
    transform: translateY(-6px);
}

.value-card .ic {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--navy), var(--royal));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.1rem;
}

.value-card h5 {
    font-weight: 700;
    color: var(--navy);
    font-size: 1.05rem;
}

.value-card p {
    font-size: .87rem;
    color: #5b6b7c;
    margin: 0;
}

/* ============ TIMELINE (about page) ============ */
.timeline {
    position: relative;
    padding-left: 2.4rem;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    bottom: 6px;
    width: 2px;
    background: linear-gradient(180deg, var(--orange), var(--sky));
}

.timeline-item {
    position: relative;
    padding-bottom: 2.2rem;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -2.4rem;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid var(--orange);
    box-shadow: 0 0 0 4px rgba(245, 124, 0, .12);
}

.timeline-item .year {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: var(--navy);
    font-size: 1.1rem;
    margin-bottom: .2rem;
}

.timeline-item p {
    color: #5b6b7c;
    font-size: .9rem;
    margin: 0;
}

/* ============ FOUNDER SPOTLIGHT (about page) ============ */
.founder-section {
    background: linear-gradient(120deg, var(--navy), var(--royal) 65%, var(--sky));
    border-radius: 28px;
    overflow: hidden;
    color: #fff;
}

.founder-img-wrap {
    position: relative;
    height: 100%;
    min-height: 420px;
}

.founder-img-wrap img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.founder-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 55%, rgba(10, 61, 124, .55) 100%);
}

@media (max-width: 991.98px) {
    .founder-img-wrap::after {
        background: linear-gradient(180deg, transparent 60%, rgba(10, 61, 124, .65) 100%);
    }
}

.founder-content {
    padding: 3rem 2.6rem;
}

.founder-content .eyebrow-tag {
    background: rgba(255, 255, 255, .15);
    color: #fff;
}

.founder-content .eyebrow-tag i {
    color: #ffd400;
}

.founder-quote {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    border-left: 3px solid var(--orange);
    padding-left: 1.2rem;
    margin: 1.4rem 0 1.6rem;
}

.founder-content p.bio {
    color: rgba(255, 255, 255, .85);
    font-size: .92rem;
    line-height: 1.7;
    margin-bottom: 1.6rem;
}

.founder-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 1.3rem;
    color: #ffd400;
    margin-bottom: .1rem;
}

.founder-role {
    font-size: .85rem;
    color: rgba(255, 255, 255, .75);
    letter-spacing: .5px;
    margin-bottom: 1.6rem;
}

.founder-creds {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
}

.founder-creds .cred {
    display: flex;
    align-items: center;
    gap: .6rem;
}

.founder-creds .cred i {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    color: #ffd400;
    flex-shrink: 0;
}

.founder-creds .cred span {
    font-size: .82rem;
    color: rgba(255, 255, 255, .9);
    font-weight: 600;
}

/* ============ TEAM (about page) ============ */
.team-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 10px 30px rgba(10, 61, 124, .1);
    transition: all .3s ease;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 42px rgba(10, 61, 124, .2);
}

.team-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.team-card .team-body {
    padding: 1.2rem 1rem 1.5rem;
}

.team-card h6 {
    font-weight: 700;
    color: var(--navy);
    margin-bottom: .15rem;
}

.team-card .role {
    font-size: .8rem;
    color: var(--orange);
    font-weight: 600;
}

/* ============ PACKAGES ============ */
.pkg-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(10, 61, 124, .1);
    transition: all .3s ease;
    height: 100%;
}

.pkg-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 42px rgba(10, 61, 124, .2);
}

.pkg-img-wrap {
    position: relative;
    height: 210px;
    overflow: hidden;
}

.pkg-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.pkg-card:hover .pkg-img-wrap img {
    transform: scale(1.08);
}

.pkg-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--orange);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    padding: .3rem .8rem;
    border-radius: 20px;
}

.pkg-days {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(10, 61, 124, .8);
    color: #fff;
    font-size: .72rem;
    font-weight: 600;
    padding: .3rem .7rem;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}

.pkg-body {
    padding: 1.4rem 1.4rem 1.6rem;
}

.pkg-body h5 {
    font-weight: 700;
    color: var(--navy);
    margin-bottom: .4rem;
}

.pkg-meta {
    font-size: .82rem;
    color: #5b6b7c;
    display: flex;
    align-items: center;
    gap: .4rem;
    margin-bottom: .9rem;
}

.pkg-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed #e2e8f0;
    padding-top: .9rem;
}

.pkg-price .from {
    font-size: .72rem;
    color: #94a3b8;
    display: block;
}

.pkg-price .val {
    font-weight: 800;
    color: var(--orange);
    font-size: 1.15rem;
}

.btn-pkg {
    background: var(--light-gray);
    color: var(--navy);
    font-weight: 700;
    font-size: .82rem;
    padding: .5rem 1rem;
    border-radius: 10px;
    transition: all .25s ease;
}

.btn-pkg:hover {
    background: var(--navy);
    color: #fff;
}

/* ============ PACKAGE FILTERS (packages page) ============ */
.btn-pkg-filter,
.btn-filter-pill {
    background: var(--light-gray);
    color: var(--navy);
    font-weight: 600;
    font-size: .85rem;
    padding: .55rem 1.3rem;
    border-radius: 30px;
    border: 1px solid transparent;
    transition: all .25s ease;
}

.btn-pkg-filter:hover,
.btn-filter-pill:hover {
    background: rgba(245, 124, 0, .1);
    color: var(--orange);
}

.btn-pkg-filter.active,
.btn-filter-pill.active {
    background: linear-gradient(135deg, var(--orange), #ff9d33);
    color: #fff;
    box-shadow: 0 8px 20px rgba(245, 124, 0, .3);
}

/* ============ GALLERY LIGHTBOX (gallery page) ============ */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 200px;
    gap: 1.1rem;
}

@media (max-width: 991.98px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
    }
}

@media (max-width: 575.98px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px;
    }
}

.gallery-item .g-zoom {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    opacity: 0;
    transform: translateY(-8px);
    transition: all .3s ease;
    z-index: 2;
    backdrop-filter: blur(4px);
}

.gallery-item:hover .g-zoom {
    opacity: 1;
    transform: translateY(0);
}

#lightboxModal .modal-dialog {
    max-width: 900px;
}

#lightboxModal .modal-content {
    background: transparent;
    border: none;
}

#lightboxModal img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
}

#lightboxModal .modal-body {
    padding: 0;
    position: relative;
}

#lightboxModal .lightbox-caption {
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-top: 1rem;
    font-size: .95rem;
}

#lightboxModal .btn-close {
    position: absolute;
    top: -46px;
    right: -6px;
    background-color: rgba(255, 255, 255, .18);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    opacity: 1;
    filter: none;
    background-size: 13px;
}

#lightboxModal .btn-close:hover {
    background-color: var(--orange);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
}

.lightbox-nav:hover {
    background: var(--orange);
}

.lightbox-nav.prev {
    left: -60px;
}

.lightbox-nav.next {
    right: -60px;
}

@media (max-width: 991.98px) {
    .lightbox-nav.prev {
        left: 6px;
    }

    .lightbox-nav.next {
        right: 6px;
    }
}

/* ============ CONTACT PAGE EXTRAS ============ */
.office-hours-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .7rem 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .2);
    font-size: .9rem;
}

.office-hours-row:last-child {
    border-bottom: none;
}

.office-hours-row .day {
    color: rgba(255, 255, 255, .9);
    font-weight: 600;
}

.office-hours-row .time {
    color: rgba(255, 255, 255, .75);
}

.map-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(10, 61, 124, .14);
    line-height: 0;
}

.map-wrap iframe {
    width: 100%;
    height: 380px;
    border: 0;
}

.accordion-custom .accordion-item {
    border: none;
    border-radius: 14px !important;
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: 0 8px 22px rgba(10, 61, 124, .08);
}

.accordion-custom .accordion-button {
    font-weight: 700;
    color: var(--navy);
    font-size: .95rem;
    padding: 1.1rem 1.4rem;
    background: #fff;
}

.accordion-custom .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, var(--navy), var(--royal));
    color: #fff;
    box-shadow: none;
}

.accordion-custom .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-custom .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-custom .accordion-body {
    font-size: .88rem;
    color: #5b6b7c;
    padding: 1.2rem 1.4rem;
    background: #fff;
}

.contact-quick-card {
    background: #fff;
    border-radius: 18px;
    padding: 1.8rem 1.5rem;
    text-align: center;
    height: 100%;
    box-shadow: 0 8px 24px rgba(10, 61, 124, .08);
    transition: all .3s ease;
}

.contact-quick-card:hover {
    transform: translateY(-6px);
}

.contact-quick-card .ic {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--navy), var(--royal));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 1rem;
}

.contact-quick-card h6 {
    font-weight: 700;
    color: var(--navy);
    margin-bottom: .3rem;
}

.contact-quick-card p,
.contact-quick-card a {
    font-size: .85rem;
    color: #5b6b7c;
    margin: 0;
}

.contact-quick-card a {
    font-weight: 600;
    color: var(--royal);
}

/* ============ ONE WAY TAXI ROUTES (routes page) ============ */
.route-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

@media (max-width: 767.98px) {
    .route-grid {
        grid-template-columns: 1fr;
    }
}

.route-group {
    margin-top: 20px;
}

.route-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.15rem 1.3rem;
    box-shadow: 0 8px 22px rgba(13, 72, 143, 0.548);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    transition: all .25s ease;
    border: 1px solid transparent;
}

.route-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(10, 61, 124, .16);
    border-color: rgba(245, 124, 0, .25);
}

.route-card .cities {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-weight: 700;
    color: var(--navy);
    font-size: .96rem;
    flex-wrap: wrap;
}

.route-card .cities i.route-arrow {
    color: var(--orange);
    font-size: .8rem;
}

.route-card .tag {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .74rem;
    color: #94a3b8;
    margin-top: .35rem;
}

.route-card .tag i {
    color: var(--sky);
}

.btn-route {
    background: var(--light-gray);
    color: var(--navy);
    font-weight: 700;
    font-size: .78rem;
    padding: .55rem 1rem;
    border-radius: 10px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all .25s ease;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.btn-route:hover {
    background: #25D366;
    color: #fff;
}

.route-group-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--navy);
    font-size: 1.15rem;
    margin: 2.6rem 0 1.1rem;
    display: flex;
    align-items: center;
    gap: .6rem;
}

.route-group-title:first-of-type {
    margin-top: 0;
}

.route-group-title i {
    color: var(--orange);
}

.taxi-feature {
    background: #fff;
    border-radius: 18px;
    padding: 1.8rem 1.4rem;
    height: 100%;
    box-shadow: 0 8px 24px rgba(10, 61, 124, 0.61) !important;
    text-align: center;
    transition: all .3s ease;
}

.taxi-feature:hover {
    transform: translateY(-6px);
}

.taxi-feature .ic {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--navy), var(--royal));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 1rem;
}

.taxi-feature h6 {
    font-weight: 700;
    color: var(--navy);
    margin-bottom: .3rem;
    font-size: .95rem;
}

.taxi-feature p {
    font-size: .82rem;
    color: #5b6b7c;
    margin: 0;
}

.fleet-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(10, 61, 124, .08);
    transition: all .3s ease;
}

.fleet-card:hover {
    transform: translateY(-6px);
}

.fleet-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.fleet-card .fleet-body {
    padding: 1.1rem 1.2rem 1.3rem;
}

.fleet-card h6 {
    font-weight: 700;
    color: var(--navy);
    margin-bottom: .2rem;
}

.fleet-card p {
    font-size: .82rem;
    color: #5b6b7c;
    margin: 0;
}

/* ============ WHY CHOOSE US ============ */
.why-card {
    background: #fff;
    border-radius: 18px;
    padding: 2rem 1.6rem;
    height: 100%;
    box-shadow: 0 8px 24px rgba(10, 61, 124, .08);
    transition: all .3s ease;
    border-bottom: 4px solid transparent;
}

.why-card:hover {
    border-bottom: 4px solid var(--orange);
    transform: translateY(-6px);
}

.why-card .ic {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--navy), var(--royal));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.1rem;
}

.why-card h5 {
    font-weight: 700;
    color: var(--navy);
    font-size: 1.05rem;
}

.why-card p {
    font-size: .87rem;
    color: #5b6b7c;
    margin: 0;
}

/* ============ REVIEWS ============ */
.review-section {
    background: linear-gradient(180deg, var(--light-gray), #eef4fb);
}

.review-card {
    background: #fff;
    border-radius: 20px;
    padding: 2.4rem;
    box-shadow: 0 14px 34px rgba(10, 61, 124, .1);
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.review-card .stars {
    color: #ffb400;
    margin-bottom: 1rem;
    font-size: .95rem;
}

.review-card p.quote {
    font-size: 1.05rem;
    color: #33455a;
    font-style: italic;
    margin-bottom: 1.6rem;
}

.review-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto .7rem;
    border: 3px solid var(--sky);
}

.review-card h6 {
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0;
}

.review-card .role {
    font-size: .8rem;
    color: #94a3b8;
}

.carousel-indicators-custom {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 2rem;
}

.carousel-indicators-custom button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #c7d6e8;
    border: none;
    padding: 0;
    transition: all .25s ease;
}

.carousel-indicators-custom button.active {
    background: var(--orange);
    width: 24px;
    border-radius: 6px;
}

/* ============ GALLERY ============ */
.gallery-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    min-height: 180px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    min-height: 180px;
}

.gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(10, 61, 124, .78));
    opacity: 0;
    transition: opacity .3s ease;
}

.gallery-item .g-label {
    position: absolute;
    left: 1rem;
    bottom: -20px;
    color: #fff;
    font-weight: 700;
    font-size: .9rem;
    opacity: 0;
    transition: all .3s ease;
    z-index: 2;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover::after {
    opacity: 1;
}

.gallery-item:hover .g-label {
    bottom: 1rem;
    opacity: 1;
}

.gallery-tall {
    grid-row: span 2;
}

/* ============ MEMBERSHIP ============ */
.member-card {
    background: #fff;
    border-radius: 20px;
    padding: 2.4rem 2rem;
    height: 100%;
    box-shadow: 0 10px 30px rgba(10, 61, 124, .1);
    transition: all .3s ease;
    position: relative;
    border: 2px solid transparent;
}

.member-card:hover {
    transform: translateY(-8px);
}

.member-card.featured {
    border-color: var(--orange);
    box-shadow: 0 20px 44px rgba(245, 124, 0, .22);
}

.member-card .ribbon {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--orange);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: .35rem 1.1rem;
    border-radius: 20px;
    box-shadow: 0 6px 14px rgba(245, 124, 0, .4);
}

.member-card .tier {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: .82rem;
    color: var(--royal);
    text-transform: uppercase;
}

.member-card .price {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 2.3rem;
    color: var(--navy);
    margin: .3rem 0 1.3rem;
}

.member-card .price span {
    font-size: .95rem;
    font-weight: 500;
    color: #94a3b8;
}

.member-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.6rem;
}

.member-card ul li {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .89rem;
    color: #33455a;
    padding: .5rem 0;
    border-bottom: 1px dashed #eef1f5;
}

.member-card ul li i {
    color: #22c55e;
}

.btn-member {
    display: block;
    text-align: center;
    width: 100%;
    padding: .75rem;
    border-radius: 12px;
    font-weight: 700;
    background: var(--light-gray);
    color: var(--navy);
    transition: all .25s ease;
}

.member-card.featured .btn-member {
    background: linear-gradient(135deg, var(--orange), #ff9d33);
    color: #fff;
}

.btn-member:hover {
    color: #fff;
    background: var(--navy);
}

/* ============ CONTACT ============ */
.contact-section {
    background: linear-gradient(120deg, var(--navy), var(--royal) 65%, var(--sky));
    border-radius: 28px;
    overflow: hidden;
    color: #fff;
}

.contact-info-side {
    padding: 3rem 2.6rem;
}

.contact-info-side .section-title {
    color: #fff;
}

.contact-info-side .section-sub {
    color: rgba(255, 255, 255, .8);
}

.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1.6rem;
}

.contact-row .ic {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .14);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-row h6 {
    font-weight: 700;
    margin-bottom: .1rem;
}

.contact-row p,
.contact-row a {
    font-size: .88rem;
    color: rgba(255, 255, 255, .85);
    margin: 0;
}

.contact-form-side {
    background: #fff;
    padding: 3rem 2.6rem;
    border-radius: 28px 0 0 28px;
}

@media (max-width: 991.98px) {
    .contact-form-side {
        border-radius: 0;
    }
}

.form-control-custom {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: .8rem 1rem;
    font-size: .9rem;
}

.form-control-custom:focus {
    border-color: var(--sky);
    box-shadow: 0 0 0 4px rgba(41, 182, 246, .15);
}

.btn-submit {
    background: linear-gradient(135deg, var(--orange), #ff9d33);
    color: #fff;
    font-weight: 700;
    padding: .8rem 2rem;
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 24px rgba(245, 124, 0, .35);
    transition: all .25s ease;
}

.btn-submit:hover {
    color: #fff;
    transform: translateY(-3px);
}

/* ============ FOOTER ============ */
.site-footer {
    background: #071f3d;
    color: #c6d5e6;
    padding-top: 4rem;
}

.site-footer h6 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.2rem;
    font-size: .95rem;
    letter-spacing: .5px;
}

.site-footer p,
.site-footer a {
    color: #a9bdd4;
    font-size: .88rem;
}

.site-footer a {
    transition: color .2s ease;
}

.site-footer a:hover {
    color: var(--orange);
}

.footer-links li {
    margin-bottom: .65rem;
}

.footer-links a::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--orange);
    margin-right: .5rem;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
    transition: all .25s ease;
}

.footer-social a:hover {
    background: var(--orange);
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 3rem;
    padding: 1.2rem 0;
    font-size: .82rem;
    color: #7f93aa;
}

/* ============ FLOATING BUTTONS ============ */
.whatsapp-float {
    position: fixed;
    left: 1.3rem;
    bottom: 1.6rem;
    z-index: 1040;
    background: #fff;
    color: #1c2b3a;
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: .55rem 1.1rem .55rem .55rem;
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
    font-weight: 600;
    font-size: .85rem;
    transition: all .25s ease;
    animation: floatY 3s ease-in-out infinite;
}

.whatsapp-float i {
    background: #25D366;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.whatsapp-float:hover {
    color: #1c2b3a;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
}

.scrolldown-float {
    position: fixed;
    right: 1.6rem;
    bottom: 1.7rem;
    z-index: 1040;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--orange), #ffb74d);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 22px rgba(245, 124, 0, .45);
    font-size: 1.1rem;
    animation: floatY 2.4s ease-in-out infinite;
    border: none;
}

@keyframes floatY {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* Offcanvas */
.offcanvas {
    width: 300px;
    border: none;
    box-shadow: -14px 0 40px rgba(10, 61, 124, .22);
}

.offcanvas-header {
    padding: 1.4rem 1.4rem;
    box-shadow: 2px 2px 2px rgb(103, 103, 103);
}

.offcanvas-header .logo-text .top {
    background: linear-gradient(90deg, #fff, var(--sky));
    -webkit-background-clip: text;
    background-clip: text;
}

.offcanvas-header .logo-text .bottom {
    color: #ffd400;
}

.offcanvas-header .btn-close {
    filter: none;
    background-color: rgba(255, 255, 255, .18);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    opacity: 1;
    background-size: 12px;
    transition: background-color .2s ease;
}

.offcanvas-header .btn-close:hover {
    background-color: var(--orange);
}

.offcanvas-body {
    padding: 1.4rem 1.2rem;
    display: flex;
    flex-direction: column;
}

.offcanvas-body .navbar-nav {
    gap: .3rem;
}

.offcanvas-body .nav-link-custom {
    color: #33455a !important;
    font-size: .88rem;
    padding: .8rem 1rem !important;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: .8rem;
    transition: all .2s ease;
}

.offcanvas-body .nav-link-custom i {
    width: 20px;
    text-align: center;
    color: var(--royal);
    font-size: .9rem;
    transition: color .2s ease;
}

.offcanvas-body .nav-link-custom::after {
    display: none;
}

.offcanvas-body .nav-link-custom:hover,
.offcanvas-body .nav-link-custom.active {
    background: rgba(25, 118, 210, .1);
    color: var(--navy) !important;
}

.offcanvas-body .nav-link-custom:hover i,
.offcanvas-body .nav-link-custom.active i {
    color: var(--orange);
}

.offcanvas-footer {
    margin-top: auto;
    padding-top: 1.4rem;
    border-top: 1px solid #eef1f5;
}

.offcanvas-footer a {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .84rem;
    color: #5b6b7c;
    margin-bottom: .6rem;
}

.offcanvas-footer a i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--light-gray);
    color: var(--navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    flex-shrink: 0;
}

.offcanvas-footer .btn-paynow {
    width: 100%;
    text-align: center;
    margin-top: .6rem;
}

@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-eyebrow {
        font-size: 1rem;
    }

    .hero-arrow {
        display: none;
    }

    .hero {
        min-height: 78vh;
    }

    .page-header h1 {
        font-size: 1.9rem;
    }

    .about-badge {
        right: 10px;
    }

    .section {
        padding: 3.6rem 0;
    }
}