:root {
    --brand: #82a83d;
    --brand-2: #0b4564;
    --dark: #092436;
    --ink: #233142;
    --muted: #6c7a89;
    --soft: #f5f8fb;
    --warning: #f2b43f;
    --radius: 1.25rem;
    --shadow: 0 1rem 3rem rgba(9, 36, 54, 0.12);
}

.bg-brand-success {
    background-color: var(--brand);
}
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
iframe,
video {
    max-width: 100%;
}

* {
    scroll-margin-top: 90px;
}


body {
    font-family:
        Inter,
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif;
    color: var(--ink);
    background: #fff;
}

.text-brand {
    color: var(--dark);
}
.topbar {
    font-size: 0.875rem;
    background: var(--dark);
    color: #d9edf5;
}
.navbar {
    backdrop-filter: saturate(150%) blur(10px);
    box-shadow: 0 0.35rem 1.4rem rgba(0, 0, 0, 0.06);
}
.navbar-brand img {
    width: 54px;
    height: 54px;
}
.brand-title {
    line-height: 1;
    font-weight: 900;
    color: var(--brand-2);
    letter-spacing: 0.02em;
}
.brand-sub {
    font-size: 0.69rem;
    letter-spacing: 0.18em;
    color: var(--brand);
    font-weight: 800;
}
.nav-link {
    font-weight: 700;
    color: #12344a !important;
}
.nav-link:hover,
.nav-link.active {
    color: var(--brand) !important;
}

.btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.22),
        transparent
    );
    transform: skewX(-20deg);
    transition: left 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.btn:hover::before {
    left: 140%;
}
.btn{
    font-weight: 800;
    font-family: "DM Sans", sans-serif;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    gap: 8px;
    padding: 11px 26px;
    border-radius: 10px;
    font-size: 14px;
    letter-spacing: 0.2px;
    cursor: pointer;

    position: relative;
    overflow: hidden;

    transition: all 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-brand {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
    font-weight: 800;
}
.btn-brand:hover {
    background: #719333;
    border-color: #719333;
    color: #fff;
}
.btn-outline-brand {
    border-color: var(--brand);
    color: var(--brand);
    font-weight: 800;
}
.btn-outline-brand:hover {
    background: var(--brand);
    color: #fff;
}
.hero {
    min-height: 760px;
    background:
        linear-gradient(90deg, rgba(9, 36, 54, 0.76), rgba(9, 36, 54, 0.35)),
        url("../img/hero.png") center/cover no-repeat;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
}
.hero:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 160px;
    background: linear-gradient(0deg, #fff, transparent);
}
.hero .container {
    position: relative;
    z-index: 1;
}
.hero h1 {
    font-size: clamp(2.5rem, 6vw, 5.7rem);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -0.06em;
}
.hero p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    max-width: 690px;
    color: #eef8fb;
}
.hero-badge {
    display: inline-flex;
    gap: 0.6rem;
    align-items: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0.65rem 1rem;
    border-radius: 999px;
    font-weight: 800;
}
.booking-panel {
    margin-top: -110px;
    position: relative;
    z-index: 3;
}
.booking-card {
    border: 0;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.booking-tabs .nav-link {
    border: 0;
    border-radius: 0;
    padding: 1rem 1.25rem;
    background: #eff4f8;
}
.booking-tabs .nav-link.active {
    background: #fff;
    color: var(--brand) !important;
}
.form-label {
    font-size: 0.78rem;
    font-weight: 800;
    color: #37546b;
}
.form-control,
.form-select {
    border-color: #dfe7ee;
    border-radius: 0.8rem;
    padding: 0.78rem;
}
.section-pad {
    padding: 6rem 0;
}
.section-pad {
    padding-bottom: 4rem !important;
    margin-bottom: 4rem !important;
}
.about-section {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.about-section {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.about-section + .bg-soft {
    margin-top: 0 !important;
    padding-top: 40px !important;
}
.about-section {
    background: transparent !important;
    box-shadow: none !important;
    background-image: none !important;
}

.bg-soft {
    margin-top: 0 !important;
    padding-top: 20px !important;
}
.eyebrow {
    color: #2ea7d5;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.8rem;
    font-weight: 900;
}
.section-title {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    color: var(--dark);
}
.lead-muted {
    color: var(--muted);
    font-size: 1.08rem;
}
.feature-card,
.tour-card,
.taxi-card,
.testimonial,
.step-card {
    border: 0;
    border-radius: var(--radius);
    box-shadow: 0 0.7rem 2rem rgba(9, 36, 54, 0.08);
    overflow: hidden;
    background: #fff;
    height: 100%;
    transition: 0.25s ease;
}
.feature-card:hover,
.tour-card:hover,
.taxi-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}
.tour-img {
    height: 245px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.tour-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.6));
}
.tour-meta {
    position: absolute;
    bottom: 0.9rem;
    left: 1rem;
    right: 1rem;
    z-index: 1;
    color: #fff;
    display: flex;
    gap: 1rem;
    font-weight: 800;
}
.price-pill {
    background: var(--warning);
    color: #1f2937;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    font-weight: 900;
}
.stats {
    background: var(--dark);
    color: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.stat-num {
    font-size: 2.35rem;
    font-weight: 900;
    color: #b8d86b;
}
.bg-soft {
    background: var(--soft);
}
.iconbox {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #edf5dd;
    color: var(--brand);
    display: grid;
    place-items: center;
    font-size: 1.55rem;
}
.destination-tile {
    min-height: 360px;
    border-radius: var(--radius);
    background: center/cover no-repeat;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: end;
    color: white;
    padding: 1.5rem;
}
.destination-tile:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.05),
        rgba(0, 0, 0, 0.72)
    );
}
.destination-tile > * {
    position: relative;
}
.taxi-hero {
    background:
        linear-gradient(90deg, rgba(9, 36, 54, 0.9), rgba(9, 36, 54, 0.62)),
        url("../img/taxi.svg") center/cover no-repeat;
}
.page-hero {
    min-height: 440px;
    display: flex;
    align-items: center;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(9, 36, 54, 0.82), rgba(9, 36, 54, 0.45)),
        url("../img/ella.svg") center/cover no-repeat;
}
.page-hero h1 {
    font-weight: 900;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    letter-spacing: -0.05em;
}
.timeline {
    position: relative;
}
.timeline:before {
    content: "";
    position: absolute;
    left: 29px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #dfe9ef;
}
.step-number {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    font-weight: 900;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 1;
}
.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #25d366;
    color: white;
    display: grid;
    place-items: center;
    font-size: 2rem;
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.22);
    z-index: 999;
}
.footer {
    background: #061b2a;
    color: #cfe3ef;
}
.footer a {
    color: #cfe3ef;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
}
.sticky-cta {
    position: sticky;
    top: 92px;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.gallery-grid .g {
    min-height: 210px;
    border-radius: 1rem;
    background: center/cover no-repeat;
}
.gallery-grid .wide {
    grid-column: span 2;
}
.gallery-grid .tall {
    grid-row: span 2;
}
.mobile-booking-button {
    display: none;
}
@media (max-width: 991.98px) {
    .hero {
        min-height: 700px;
        text-align: center;
    }
    .hero p {
        margin-inline: auto;
    }
    .booking-panel {
        margin-top: -70px;
    }
    .section-pad {
        padding: 4rem 0;
    }
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .topbar {
        display: none;
    }
    .navbar-collapse {
        padding: 1rem 0;
    }
    .sticky-cta {
        position: static;
    }
}
@media (max-width: 575.98px) {
    .hero {
        min-height: 650px;
    }
    .hero h1 {
        font-size: 2.8rem;
    }
    .booking-panel {
        margin-top: -35px;
    }
    .tour-img {
        height: 210px;
    }
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .gallery-grid .wide,
    .gallery-grid .tall {
        grid-column: auto;
        grid-row: auto;
    }
    .mobile-booking-button {
        display: block;
        position: fixed;
        left: 16px;
        right: 90px;
        bottom: 22px;
        z-index: 999;
    }
    .whatsapp-float {
        width: 56px;
        height: 56px;
    }
    .booking-tabs .nav-link {
        font-size: 0.86rem;
        padding: 0.85rem 0.6rem;
    }
    .section-title {
        font-size: 2rem;
    }
}

.accordion,
.accordion-item {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.accordion-button {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 20px 0 !important;
}

.accordion-button:focus,
.accordion-button:active {
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
}

.accordion-button:not(.collapsed) {
    background: transparent !important;
    color: var(--brand) !important;
    box-shadow: none !important;
}

.accordion-body {
    padding: 0 0 18px 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.accordion-collapse {
    border: 0 !important;
}

.accordion {
    border-left: none !important;
}

.accordion-item {
    border-left: none !important;
}

/* parent container */
.accordion {
    position: relative;
}

/* REMOVE timeline line */
.accordion::before {
    display: none !important;
    content: none !important;
}

/* sometimes applied on wrapper */
.itinerary::before,
.timeline::before {
    display: none !important;
}

/* remove bootstrap focus blue glow */
.form-control:focus,
.form-select:focus {
    border: 1px solid #82a83d !important;
    box-shadow: none !important;
    outline: none !important;
}
