/* =====================================================================
   Pramoda Asian — your custom stylesheet
   ---------------------------------------------------------------------
   THIS is the file to edit for hand tweaks. It loads AFTER the compiled
   build (app.css), so anything here overrides it and is NEVER touched by
   `npm run build`. Do not edit files in public/build/assets — those are
   generated and get overwritten.
   ===================================================================== */


:root {
    --brand-gold: #d4a437;
    --brand-maroon: #7b1113
}

html {
    scroll-behavior: smooth
}

html, body {
    overflow-x: clip
}

[data-aos^=fade][data-aos^=fade] {
    will-change: opacity, transform
}

.font-display {
    font-family: Playfair Display, Georgia, Times New Roman, serif
}

.text-gold {
    color: #d4a437 !important
}

.bg-cream {
    background-color: #fdf8f1
}

.btn-secondary {
    --bs-btn-bg: #f9be1a;
    --bs-btn-border-color: #f9be1a;
    --bs-btn-color: #16110f;
    --bs-btn-hover-bg: rgb(228.2204255319, 169.4212765957, 5.9795744681);
    --bs-btn-hover-border-color: rgb(218.2808510638, 162.0425531915, 5.7191489362);
    --bs-btn-hover-color: #16110f;
    --bs-btn-active-bg: rgb(208.3412765957, 154.6638297872, 5.4587234043);
    --bs-btn-active-border-color: rgb(198.4017021277, 147.285106383, 5.1982978723);
    --bs-btn-active-color: #16110f;
    --bs-btn-disabled-bg: #f9be1a;
    --bs-btn-disabled-border-color: #f9be1a;
    --bs-btn-disabled-color: #16110f;
    font-weight: 600
}

.section {
    padding: 5rem 0
}

@media(min-width:992px) {
    .section {
        padding: 7rem 0
    }
}

.section-title {
    margin-bottom: 3rem
}

.section-title .eyebrow {
    display: inline-block;
    font-family: Poppins, system-ui, -apple-system, Segoe UI, sans-serif;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #d4a437;
    margin-bottom: .75rem
}

.section-title h2, .section-title .h2 {
    font-size: clamp(1.9rem, 4vw, 3rem);
    margin-bottom: 1rem
}

.section-title p {
    max-width: 42rem;
    color: #171717e8;
    margin-bottom: 0
}

.section-title.text-center p {
    margin-inline: auto
}

.divider-gold {
    width: 72px;
    height: 3px;
    background: linear-gradient(90deg, #d4a437, transparent);
    border-radius: 3px
}

.text-center>.divider-gold {
    margin-inline: auto;
    background: linear-gradient(90deg, transparent, #d4a437, transparent)
}

.site-navbar {
    transition: background-color .35s ease, box-shadow .35s ease, padding .35s ease;
    background-color: transparent
}

.site-navbar .container {
    position: relative
}

.site-navbar .navbar-brand {
    position: absolute;
    top: -1rem;
    left: calc(var(--bs-gutter-x, 1.5rem) * .5);
    margin: 0;
    padding: 0;
    z-index: 5
}

.site-navbar .navbar-toggler {
    margin-left: auto
}

.site-navbar .brand-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    background: unset;
    border-radius: unset;
    box-shadow: unset;
    padding: unset;
    transition: unset;
}

.site-navbar .brand-panel img {
    display: block;
    height: 72px;
    width: auto;
    transition: height .35s ease
}

@media(max-width:991.98px) {
    .site-navbar .brand-panel {
        /* padding: .8rem 1.15rem .9rem */
    }

    .site-navbar .brand-panel img {
        height: 50px
    }
}

.site-navbar .nav-link {
    font-weight: 500;
    letter-spacing: .02em;
    position: relative;
    padding-inline: 1rem !important
}

@media(min-width:992px) {
    .site-navbar .nav-link:after {
        content: "";
        position: absolute;
        left: 1rem;
        right: 1rem;
        bottom: .35rem;
        height: 2px;
        background: #d4a437;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .3s ease
    }

    .site-navbar .nav-link:hover:after, .site-navbar .nav-link.active:after {
        transform: scaleX(1)
    }
}

.site-navbar.is-scrolled {
    background-color: #16110ff5;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 .5rem 1.5rem #0000002e;
    padding-block: .5rem
}

/* The logo keeps its exact resting size and position while the page scrolls —
   no padding shift (which used to nudge it right) and no height change. */
.site-navbar.is-scrolled .brand-panel {
    padding: unset
}

/* The scrolled bar trims its padding-block from 1rem to .5rem, so the container
   (and the absolutely-positioned brand inside it) would ride 8px upwards.
   Give the brand that half rem back so the logo does not move at all. */
.site-navbar.is-scrolled .navbar-brand {
    top: -.5rem
}

@media(max-width:991.98px) {
    .site-navbar .navbar-collapse {
        background-color: #16110ffa;
        border-radius: 1rem;
        margin-top:2.75rem;
        padding: 1rem
    }
}

body.has-solid-nav .site-navbar {
    background-color: #16110ff5
}

.hero {
    position: relative;
    min-height: 100svh
}

.hero .hero-carousel, .hero .carousel-inner, .hero .carousel-item {
    min-height: 100svh
}

.hero .carousel-item {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(125deg, #16110f, #3a0d0e 55%, #7b1113)
}

.hero.hero .carousel-fade .carousel-item {
    transition: opacity 1.1s ease
}

.hero .hero-media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center
}

.hero .carousel-item.active .hero-media {
    animation: hero-zoom 9s ease-out both
}

.hero .hero-scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(100deg, #16110ff0, #16110fb8 36%, #16110f47, #16110f7a), linear-gradient(to top, #16110fd9, #16110f00 42%)
}

.hero .hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 44rem;
    padding-block: 7rem 8rem
}

.hero .carousel-item.active .hero-content>* {
    animation: hero-rise .8s ease both
}

.hero .carousel-item.active .hero-content>*:nth-child(2) {
    animation-delay: .1s
}

.hero .carousel-item.active .hero-content>*:nth-child(3) {
    animation-delay: .2s
}

.hero .carousel-item.active .hero-content>*:nth-child(4) {
    animation-delay: .32s
}

.hero .carousel-item.active .hero-content>*:nth-child(5) {
    animation-delay: .44s
}

.hero .hero-accent {
    display: block;
    width: 3rem;
    height: 3px;
    margin-bottom: 1.5rem;
    border-radius: 3px;
    background: #d4a437
}

.hero .hero-eyebrow {
    letter-spacing: .3em;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
    color: #d4a437;
    margin-bottom: 1rem
}

.hero h1, .hero .h1 {
    color: #fff;
    font-size: clamp(2.5rem, 7vw, 5rem);
    line-height: 1.03;
    margin-bottom: 1.5rem
}

.hero .lead {
    color: #ffffffd6;
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    max-width: 34rem;
    margin-bottom: 2rem
}

.hero .hero-nav {
    position: absolute;
    left: 50%;
    bottom: 2.5rem;
    transform: translate(-50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem
}

@media(max-width:767.98px) {
    .hero .hero-nav {
        bottom: 1.75rem;
        flex-wrap: wrap;
        gap: 1rem
    }
}

.hero .hero-progress {
    display: flex;
    align-items: center;
    gap: .85rem;
    flex: 1;
    max-width: 22rem
}

.hero .hero-progress-bar {
    position: relative;
    flex: 1;
    height: 3px;
    padding: 0;
    border: 0;
    border-radius: 3px;
    background: #ffffff47;
    cursor: pointer;
    overflow: hidden
}

.hero .hero-progress-bar .fill {
    position: absolute;
    inset: 0;
    width: 0;
    border-radius: inherit;
    background: #d4a437
}

.hero .hero-progress-bar.is-active .fill {
    animation: hero-progress 6s linear forwards
}

.hero .hero-carousel:hover .hero-progress-bar.is-active .fill {
    animation-play-state: paused
}

.hero .hero-controls {
    display: flex;
    align-items: center;
    gap: 1.5rem
}

.hero .hero-count {
    font-size: .95rem;
    letter-spacing: .15em;
    color: #ffffffa6;
    font-variant-numeric: tabular-nums;
    white-space: nowrap
}

.hero .hero-count .hero-count-current {
    color: #fff;
    font-weight: 700
}

.hero .hero-count .hero-count-sep {
    margin: 0 .35rem
}

@media(max-width:575.98px) {
    .hero .hero-count {
        display: none
    }
}

.hero .hero-arrows {
    display: flex;
    gap: .6rem
}

.hero .hero-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .35);
    background: #ffffff0f;
    color: #fff;
    font-size: 1.1rem;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: background-color .3s ease, border-color .3s ease, transform .3s ease
}

.hero .hero-arrow:hover, .hero .hero-arrow:focus {
    background: #d4a437;
    border-color: #d4a437;
    color: #16110f;
    transform: translateY(-2px)
}

@keyframes hero-zoom {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(1.08)
    }
}

@keyframes hero-rise {
    0% {
        opacity: 0;
        transform: translateY(22px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes hero-progress {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@media(prefers-reduced-motion:reduce) {
    .hero .carousel-item.active .hero-media, .hero .carousel-item.active .hero-content>*, .hero .hero-progress-bar.is-active .fill {
        animation: none
    }

    .hero .hero-progress-bar.is-active .fill {
        width: 100%
    }
}

.hero-scroll-cue {
    position: absolute;
    bottom: 2rem;
    right: 2.5rem;
    z-index: 3;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: .35rem;
    color: #ffffffb3;
    font-size: 1.4rem
}

.hero-scroll-cue span {
    font-size: .7rem;
    letter-spacing: .25em;
    text-transform: uppercase
}

.hero-scroll-cue i {
    animation: cue-bob 2s ease-in-out infinite
}

@media(max-width:767.98px) {
    .hero-scroll-cue {
        display: none
    }
}

@keyframes cue-bob {
    0%, to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(8px)
    }
}

.page-banner {
    position: relative;
    padding: 11rem 0 5rem;
    background:linear-gradient(120deg, #7b1fa2, #d81b60 38%, #e53935 66%, #fb8c00);
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    overflow: hidden
}

.page-banner:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 18%, rgba(212, 164, 55, .22), transparent 45%), radial-gradient(circle at 12% 88%, rgba(212, 164, 55, .12), transparent 40%)
}

.page-banner>.container {
    position: relative;
    z-index: 2
}

.page-banner h1, .page-banner .h1 {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.25rem)
}

.page-banner .breadcrumb {
    justify-content: center;
    margin-bottom: 0
}

.page-banner .breadcrumb-item, .page-banner .breadcrumb-item a {
    color: #ffffffbf
}

.page-banner .breadcrumb-item.active {
    color: #000
    /* color: #d4a437 */
}

.page-banner .breadcrumb-item+.breadcrumb-item:before {
    color: #ffffff73
}

.ratio-frame {
    position: relative;
    overflow: hidden;
    background-color: #16110f0f
}

.ratio-frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.2, .8, .2, 1)
}

.hover-zoom:hover .ratio-frame img {
    transform: scale(1.07)
}

.card-soft {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 .5rem 1.5rem #00000012;
    overflow: hidden;
    height: 100%;
    transition: transform .35s ease, box-shadow .35s ease
}

.card-soft:hover {
    transform: translateY(-6px);
    box-shadow: 0 1.25rem 2.5rem #0000001f
}

.feature-card {
    text-align: center;
    padding: 2.5rem 1.5rem
}

.feature-card .feature-icon {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    font-size: 2rem;
    color: #7b1113;
    background: linear-gradient(135deg, #d4a43747, #7b11131f);
    transition: transform .35s ease
}

.feature-card:hover .feature-icon {
    transform: rotate(-8deg) scale(1.08)
}

.feature-card h3, .feature-card .h3 {
    font-size: 1.15rem;
    margin-bottom: .5rem
}

.feature-card p {
    color: #3d3330b8;
    font-size: .95rem;
    margin-bottom: 0
}

.gallery-item {
    display: block;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 .5rem 1.5rem #00000014
}

.gallery-item .gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.25rem;
    color: #fff;
    background: linear-gradient(to top, rgba(22, 17, 15, .85), transparent 60%);
    opacity: 0;
    transition: opacity .35s ease
}

.gallery-item:hover .gallery-overlay {
    opacity: 1
}

.gallery-item .gallery-title {
    font-family: Playfair Display, Georgia, Times New Roman, serif;
    font-size: 1.05rem;
    margin-bottom: .15rem
}

.gallery-item .gallery-meta {
    font-size: .8rem;
    color: #f0c860
}

@media(hover:none) {
    .gallery-item .gallery-overlay {
        opacity: 1
    }
}

.menu-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    margin-bottom: 3rem
}

.menu-filter .btn {
    border-radius: 999px;
    padding: .5rem 1.4rem;
    font-size: .9rem
}

.car-card .car-specs {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .75rem;
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    font-size: .85rem;
    color: #3d3330b3
}

.car-card .car-specs li {
    display: inline-flex;
    align-items: center;
    gap: .35rem
}

.car-card .car-specs i {
    color: #d4a437
}

.car-card .car-price {
    font-family: Playfair Display, Georgia, Times New Roman, serif;
    font-size: 1.3rem;
    color: #7b1113
}

.car-card .car-price small, .car-card .car-price .small {
    font-family: Poppins, system-ui, -apple-system, Segoe UI, sans-serif;
    font-size: .75rem;
    color: #3d333099
}

.testimonial-card {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 .5rem 1.5rem #00000012
}

.testimonial-card .stars {
    color: #d4a437;
    margin-bottom: .75rem
}

.testimonial-card blockquote {
    font-size: .98rem;
    line-height: 1.7;
    color: #3d3330cc;
    margin-bottom: 1.25rem
}

.testimonial-card .author {
    font-weight: 600;
    color: #16110f
}

.equal-slides .swiper-slide {
    height: auto;
    padding-bottom: 1rem
}

.hours-strip {
    background: linear-gradient(120deg, #7b1fa2, #d81b60 38%, #e53935 66%, #fb8c00);
    color: #fff
}

.hours-strip .hours-item {
    padding: 2rem 1rem;
    text-align: center
}

.hours-strip .hours-item i {
    font-size: 2rem;
    color: #fff;
    display: block;
    margin-bottom: .75rem
}

.hours-strip .hours-item .label {
    font-size: .78rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #ffffffb3
}

.hours-strip .hours-item .value {
    font-family: Playfair Display, Georgia, Times New Roman, serif;
    font-size: 1.15rem
}

.branch-card {
    padding: 2rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 .5rem 1.5rem #00000012;
    height: 100%;
    border-top: 4px solid #d4a437
}

.branch-card h3, .branch-card .h3 {
    font-size: 1.1rem
}

.branch-card a {
    color: #7b1113;
    font-weight: 500
}

.branch-card a:hover {
    color: #d4a437
}

/* Facebook link: outline button that fills solid maroon on hover. Scoped
   under .branch-card so it overrides the generic .branch-card a rules above. */
.branch-card .fb-chip {
    color: #7b1113
}

.branch-card .fb-chip:hover,
.branch-card .fb-chip:focus-visible {
    color: #fff
}

.site-footer {
    background: #16110f;
    color: #ffffffad
}

.site-footer h5, .site-footer .h5 {
    color: #fff;
    font-size: 1rem;
    letter-spacing: .04em;
    margin-bottom: 1.25rem
}

.site-footer a {
    color: #ffffffad
}

.site-footer a:hover {
    color: #d4a437
}

.site-footer .footer-links li+li {
    margin-top: .6rem
}

.site-footer .social-links a {
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: #ffffff14;
    margin-right: .5rem;
    transition: background-color .3s ease, transform .3s ease
}

.site-footer .social-links a:hover {
    background: #d4a437;
    color: #16110f;
    transform: translateY(-3px)
}

.site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: .875rem
}

.back-to-top {
 position: fixed;
    right: 1.25rem;
    bottom: 0.3rem;
    z-index: 1030;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #7b1113;
    color: #fff;
    font-size: 1.2rem;
    box-shadow: 0 .5rem 1.25rem #00000040;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease, background-color .3s ease
}

.back-to-top:hover {
    background: #d4a437;
    color: #16110f
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.whatsapp-fab {
    position: fixed;
    left: 1rem;
    bottom: 4.75rem;
    z-index: 1030;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    box-shadow: 0 .5rem 1.25rem #00000047;
    transition: transform .3s ease, box-shadow .3s ease
}

.whatsapp-fab:hover, .whatsapp-fab:focus-visible {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 .75rem 1.5rem #00000052
}

.whatsapp-fab__icon {
    position: relative;
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    font-size: 1.7rem
}

.whatsapp-fab__icon:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    animation: wa-pulse 2.2s ease-out infinite
}

.whatsapp-fab__label {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    font-weight: 600;
    font-size: .95rem;
    transition: max-width .35s ease, opacity .3s ease, padding .35s ease
}

.whatsapp-fab:hover .whatsapp-fab__label, .whatsapp-fab:focus-visible .whatsapp-fab__label {
    max-width: 12rem;
    opacity: 1;
    padding-right: 1.35rem
}

@keyframes wa-pulse {
    0% {
        box-shadow: 0 0 #25d3668c
    }

    70% {
        box-shadow: 0 0 0 16px #25d36600
    }

    to {
        box-shadow: 0 0 #25d36600
    }
}

@media(prefers-reduced-motion:reduce) {
    .whatsapp-fab__icon:before {
        animation: none
    }
}

.form-panel {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 .5rem 1.5rem #00000012
}

@media(min-width:768px) {
    .form-panel {
        padding: 2.75rem
    }
}

.form-label {
    font-weight: 500;
    font-size: .9rem
}

.form-control, .form-select {
    padding: .75rem 1rem
}

.hp-field {
    position: absolute !important;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *, *:before, *:after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important
    }
}
/* --- Logo panel (your sizes — kept exactly) ------------------------- */

.site-navbar .brand-panel {
    /* padding: 0 !important;
    border-radius: 0 0 2.2rem 2.2rem !important;
    box-shadow: 0 .7rem 1.75rem rgba(0, 0, 0, .22) !important; */
}

.site-navbar .brand-panel img {
    height: 100px !important;   /* stays 100px on scroll and on mobile too */
    width: auto !important;
    border-radius: 0 0 2.2rem 2.2rem;
}


/* --- Custom buttons (slimmer, less bulky) --------------------------- */

.custom-btn {
    --cbtn-bg: #f9be1a;
    --cbtn-color: #16110f;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .62rem 1.6rem;
    border: 2px solid var(--cbtn-bg);
    border-radius: 50px;
    background: var(--cbtn-bg);
    color: var(--cbtn-color);
    font-family: inherit;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    line-height: 1.5;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color .25s ease, border-color .25s ease,
                color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.custom-btn:hover,
.custom-btn:focus-visible {
    background: #eaa900;
    border-color: #eaa900;
    color: #16110f;
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .18);
}

/* Light outline variant — for use over the dark hero */
.custom-btn-outline {
    background: transparent;
    border-color: rgba(255, 255, 255, .55);
    color: #fff;
}

.custom-btn-outline:hover,
.custom-btn-outline:focus-visible {
    background: #fff;
    border-color: #fff;
    color: #16110f;
}
/* Gold outline variant — a modifier used with .custom-btn over light
   backgrounds (transparent fill, gold border, dark text; fills gold on hover). */
.custom-btn-yellow-outline {
    background: transparent;
    border-color: #f9be1a;
    color: #16110f;
}

.custom-btn-yellow-outline:hover,
.custom-btn-yellow-outline:focus-visible {
    background: #f9be1a;
    border-color: #eaa900;
    color: #16110f;
}

.custom-btn-dark {
    background: transparent;
    border-color: #e54b32;
    color: #16110f;
    border-width: 1px;
}
.custom-btn-dark-outline {
    background: transparent;
    border-color: #e54b32;
    color: #16110f;
    border-width: 1px;
}

/* Menu category filter tabs use .custom-btn; keep them tab-sized (compact,
   not full-height CTAs) since there can be a dozen-plus of them. */
.menu-filter .custom-btn {
    padding: .5rem 1.4rem;
    font-size: .78rem;
    letter-spacing: .04em;
}

/* The selected tab (toggled by app.js) is solid gold; wins over the
   .custom-btn-dark-outline look the inactive tabs carry. */
.menu-filter .custom-btn.active {
    background: #f9be1a;
    border-color: #f9be1a;
    color: #16110f;
}
/* Larger tap size on wider screens, if you want it a touch bigger */
@media (min-width: 992px) {
    .custom-btn {
        padding: .7rem 1.85rem;
        font-size: .85rem;
    }
}


/* --- About section: full-bleed background image with text on the left --- */

.about-feature {
    position: relative;
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}

/* A soft light wash so the right-side text stays readable over the photo.
   Fades out to the left so the spice image comes through cleanly. */
.about-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg,
        rgba(255, 255, 255, .94) 0%,
        rgba(255, 255, 255, .88) 34%,
        rgba(255, 255, 255, .55) 52%,
        rgba(255, 255, 255, 0) 68%);
    pointer-events: none;
}

.about-feature .container {
    position: relative;
    z-index: 1;
}

/* Give the section enough height for the photo to show as a real backdrop */
@media (min-width: 992px) {
    .about-feature {
        min-height: 34rem;
        display: flex;
        align-items: center;
    }
}

/* On narrow screens the photo would swallow the text, so lay a stronger
   panel behind it and let the image sit as a lighter backdrop. */
@media (max-width: 991.98px) {
    .about-feature::before {
        background:rgb(255 255 255 / 67%);
    }

    .about-feature__panel {
        padding: 1.25rem 0;
    }
}


/* --- Menu: browse-by-category cards ---------------------------------- */

.menu-cat-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.2rem;
}

@media (min-width: 576px) {
    .menu-cat-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 992px) {
    .menu-cat-grid { grid-template-columns: repeat(3, 1fr); }
}

.menu-cat-card {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;   /* wide, landscape cards like the reference */
    border-radius: 0rem;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 .5rem 1.25rem rgba(22, 17, 15, .14);
    transition: transform .35s ease, box-shadow .35s ease;
    isolation: isolate;
}

.menu-cat-card:hover,
.menu-cat-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2.2rem rgba(22, 17, 15, .24);
}

.menu-cat-card__media {
    position: absolute;
    inset: 0;
    z-index: -2;
}

/* Hover zooms the image inside the fixed card frame */
.menu-cat-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.menu-cat-card:hover .menu-cat-card__media img,
.menu-cat-card:focus-visible .menu-cat-card__media img {
    transform: scale(1.09);
}

/* Overall dark wash (dims the whole photo) plus a stronger foot so the
   large light title always stays legible, like the reference. */
.menu-cat-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to top, rgb(16 11 9) 0%, rgb(16 11 9 / 82%) 42%, rgb(16 11 9 / 0%) 72%, rgb(16 11 9 / 27%) 100%);
    transition: background .35s ease;
}

.menu-cat-card:hover::after,
.menu-cat-card:focus-visible::after {
    background: linear-gradient(to top,
        rgba(16, 11, 9, .92) 0%,
        rgba(16, 11, 9, .6) 46%,
        rgba(16, 11, 9, .35) 76%,
        rgba(16, 11, 9, .28) 100%);
}

.menu-cat-card__body {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1.4rem 1.6rem 1.5rem;
    color: #fff;
}

/* Large, thin, uppercase name — the reference look */
.menu-cat-card__title {
    margin: 0;
    font-family: inherit;
    font-weight: 300;
    font-size: clamp(1.7rem, 2.6vw, 2.2rem);
    line-height: 1.05;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
}

/* Gold serif caption under the name */
.menu-cat-card__subtitle {
    display: block;
    margin-top: .35rem;
    font-family: "Playfair Display", Georgia, serif;
    font-size: .95rem;
    letter-spacing: .01em;
    color: #d4a437;
}


/* --- Hero floating promo pill (air-cargo advert) --------------------- */

.hero-promo {
    position: fixed;       /* floats with the viewport as the page scrolls */
    right: 1.25rem;
    top: 7.25rem;          /* initial resting place: top-right of the hero */
    z-index: 1030;         /* alongside the other floating buttons */
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    padding: .6rem 1.35rem .6rem .6rem;
    border-radius: 50px;
    background: linear-gradient(135deg, #ffcf33 0%, #f9be1a 55%, #e8a608 100%);
    border: 1px solid rgba(255, 255, 255, .5);
    text-decoration: none;
    box-shadow: 0 .6rem 1.6rem rgba(233, 166, 8, .45), 0 .3rem .8rem rgba(0, 0, 0, .3);
    animation: hero-promo-in .7s ease .5s both, hero-promo-pulse 2.6s ease-in-out 1.4s infinite;
    transition: transform .25s ease, box-shadow .25s ease;
}

.hero-promo:hover,
.hero-promo:focus-visible {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 .9rem 2.2rem rgba(233, 166, 8, .6), 0 .4rem 1rem rgba(0, 0, 0, .35);
    animation-play-state: paused;
}

.hero-promo__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #16110f;
    color: #f9be1a;
    font-size: 1.2rem;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .35);
    transition: transform .3s ease;
}

.hero-promo__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-promo:hover .hero-promo__icon {
    transform: rotate(-8deg) scale(1.06);
}

.hero-promo__text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.hero-promo__label {
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: .01em;
    color: #16110f;
}

.hero-promo__cta {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .8rem;
    font-weight: 600;
    color: rgba(22, 17, 15, .78);
}

.hero-promo__cta i {
    transition: transform .25s ease;
}

.hero-promo:hover .hero-promo__cta i {
    transform: translateX(.22rem);
}

@keyframes hero-promo-in {
    from { opacity: 0; transform: translateY(-.6rem); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Gentle attention pulse so the advert draws the eye */
@keyframes hero-promo-pulse {
    0%   { box-shadow: 0 .6rem 1.6rem rgba(233, 166, 8, .45), 0 .3rem .8rem rgba(0, 0, 0, .3), 0 0 0 0 rgba(249, 190, 26, .55); }
    70%  { box-shadow: 0 .6rem 1.6rem rgba(233, 166, 8, .45), 0 .3rem .8rem rgba(0, 0, 0, .3), 0 0 0 .8rem rgba(249, 190, 26, 0); }
    100% { box-shadow: 0 .6rem 1.6rem rgba(233, 166, 8, .45), 0 .3rem .8rem rgba(0, 0, 0, .3), 0 0 0 0 rgba(249, 190, 26, 0); }
}

/* Small screens: tuck it to the lower-right so it never crowds the
   headline, and trim the padding. */
@media (max-width: 575.98px) {
    .hero-promo {
        right: 1rem;
        padding: .5rem 1rem .5rem .5rem;
    }

    .hero-promo__cta { font-size: .74rem; }
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
    .hero-promo { animation: none; transition: none; }
}

/* Small screens: keep the label readable and shrink the icon a touch */
@media (max-width: 575.98px) {
    .hero-promo__icon { width: 2.2rem; height: 2.2rem; font-size: 1.05rem; }
    .hero-promo__label { font-size: .82rem; }
}


/* =====================================================================
   Travel & Tours page
   ===================================================================== */

.travel-hero {
    position: relative;
    padding: 12rem 0 6rem;
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}

.travel-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 82% 12%, rgba(212, 164, 55, .3), transparent 42%),
               radial-gradient(circle at 8% 92%, rgba(212, 164, 55, .12), transparent 40%);
    pointer-events: none;
}

.travel-hero > .container { position: relative; z-index: 2; }

.travel-hero .eyebrow {
    display: inline-block;
    color: #d4a437;
    letter-spacing: .24em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8rem;
    margin-bottom: .9rem;
}

.travel-hero h1 {
    color: #fff;
    font-size: clamp(2.2rem, 5.5vw, 3.6rem);
    line-height: 1.04;
    margin: 0 0 1.1rem;
}

.travel-hero .lead {
    color: rgba(255, 255, 255, .82);
    max-width: 42rem;
    font-size: clamp(1rem, 2vw, 1.18rem);
    margin-bottom: 2rem;
}

.travel-hero .breadcrumb { margin: 2.5rem 0 0; }
.travel-hero .breadcrumb-item,
.travel-hero .breadcrumb-item a { color: rgba(255, 255, 255, .7); }
.travel-hero .breadcrumb-item.active { color: #000000; }
.travel-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, .4); }

/* Stat chips in the hero */
.travel-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 2.75rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.travel-stat { display: flex; align-items: center; gap: .8rem; }
.travel-stat i { font-size: 1.7rem; color: #d4a437; }
.travel-stat b { display: block; font-size: 1.25rem; font-weight: 700; line-height: 1.1; color: #fff; }
.travel-stat span { font-size: .8rem; color: rgba(255, 255, 255, .68); letter-spacing: .02em; }

/* Modern left-aligned service cards */
.travel-service {
    height: 100%;
    padding: 1.9rem 1.6rem;
    background: #fff;
    border-radius: 1.1rem;
    border: 1px solid rgba(22, 17, 15, .06);
    box-shadow: 0 .5rem 1.4rem rgba(0, 0, 0, .06);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.travel-service:hover {
    transform: translateY(-6px);
    box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, .11);
    border-color: rgba(212, 164, 55, .5);
}

.travel-service__icon {
    width: 56px;
    height: 56px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    color: #7b1113;
    margin-bottom: 1.15rem;
    background: linear-gradient(135deg, rgba(212, 164, 55, .28), rgba(123, 17, 19, .12));
    transition: transform .35s ease;
}

.travel-service:hover .travel-service__icon { transform: rotate(-6deg) scale(1.08); }
.travel-service h3 { font-size: 1.12rem; margin-bottom: .45rem; }
.travel-service p { color: rgba(61, 51, 48, .72); font-size: .93rem; margin: 0; }

/* Flight highlight band */
.travel-highlight {
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 1rem 2.5rem rgba(22, 17, 15, .1);
}

.travel-highlight__media { position: relative; min-height: 22rem; }
.travel-highlight__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.travel-highlight__body { padding: 3rem 2.5rem; }

@media (max-width: 575.98px) {
    .travel-hero { padding: 9.5rem 0 4rem; }
    .travel-highlight__body { padding: 2rem 1.5rem; }
    .travel-highlight__media { min-height: 15rem; }
}

/* Airline logo wall */
.airline-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 576px) { .airline-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 992px) { .airline-grid { grid-template-columns: repeat(8, 1fr); gap: 1.25rem; } }

.airline-card {
   display: grid;
    place-items: center;
    border-radius: 1rem;
    box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, .06);
    transition: transform .35s ease, box-shadow .35s ease;
}

.airline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .12);
}

.airline-card img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}


