:root {
    --gh-primary: #0d3b4c;
    --gh-primary-dark: #082a36;
    --gh-accent: #e8a838;
    --gh-accent-hover: #d4952a;
    --gh-light: #f4f7f9;
    --gh-text: #1a2b33;
}

* {
    font-family: 'Cairo', system-ui, sans-serif;
}

.site-navbar .site-locale-switcher {
    margin-inline-start: 0.75rem;
    margin-top: 0.75rem;
}

@media (min-width: 992px) {
    .site-navbar .site-locale-switcher {
        margin-top: 0;
    }
}

.site-locale-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.site-locale-switcher__btn {
    padding: 0.25rem 0.65rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    border-radius: 999px;
}

.site-locale-switcher__btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.site-locale-switcher__btn.is-active {
    color: var(--gh-primary-dark);
    background: var(--gh-accent);
}

body.site-ltr .blog-card__link i,
body.site-ltr .pkg-card__cta i {
    transform: scaleX(-1);
}

body {
    color: var(--gh-text);
    background: #fff;
}

.site-navbar {
    background: rgba(13, 59, 76, 0.92);
    backdrop-filter: blur(12px);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    transition: box-shadow 0.3s;
}

.site-navbar.scrolled {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.brand-logo {
    max-height: 40px;
    width: auto;
}

.navbar-brand .brand-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gh-accent);
    color: var(--gh-primary-dark);
    border-radius: 10px;
}

.site-navbar .navbar-nav .nav-link {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85) !important;
}

.site-navbar .navbar-nav .nav-link.active,
.site-navbar .navbar-nav .nav-link:hover {
    color: var(--gh-accent) !important;
}

.btn-accent {
    background: var(--gh-accent);
    border: none;
    color: var(--gh-primary-dark);
    font-weight: 600;
    padding: 0.55rem 1.25rem;
    border-radius: 999px;
}

.btn-accent:hover {
    background: var(--gh-accent-hover);
    color: var(--gh-primary-dark);
}

.btn-primary-gh {
    background: var(--gh-primary);
    border-color: var(--gh-primary);
    color: #fff;
    font-weight: 600;
    border-radius: 999px;
}

.btn-primary-gh:hover {
    background: var(--gh-primary-dark);
    border-color: var(--gh-primary-dark);
    color: #fff;
}

.site-main {
    min-height: 60vh;
}

.hero-slide,
.hero-section {
    min-height: 58vh;
    max-height: 540px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-top: 5rem;
}

.hero-carousel .carousel-item,
.hero-carousel {
    min-height: 58vh;
    max-height: 540px;
}

.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
    height: 58vh;
    max-height: 540px;
}

@media (max-width: 767.98px) {
    .hero-slide,
    .hero-section,
    .hero-carousel .carousel-item,
    .hero-carousel,
    .hero-carousel .carousel-inner,
    .hero-carousel .carousel-item {
        min-height: 50vh;
        max-height: 420px;
        height: 50vh;
    }
}

.hero-badge {
    background: rgba(232, 168, 56, 0.2);
    border: 1px solid var(--gh-accent);
    color: var(--gh-accent);
    border-radius: 999px;
    padding: 0.35rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Scroll reveal (home + any [data-reveal] block) */
@keyframes site-reveal-up {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

[data-reveal] {
    opacity: 0;
    transform: translateY(22px);
}

[data-reveal].is-visible {
    animation: site-reveal-up 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

[data-reveal-stagger] > * {
    opacity: 0;
    transform: translateY(22px);
}

[data-reveal-stagger].is-visible > * {
    animation: site-reveal-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

[data-reveal-stagger].is-visible > *:nth-child(1) { animation-delay: 0.05s; }
[data-reveal-stagger].is-visible > *:nth-child(2) { animation-delay: 0.12s; }
[data-reveal-stagger].is-visible > *:nth-child(3) { animation-delay: 0.19s; }
[data-reveal-stagger].is-visible > *:nth-child(4) { animation-delay: 0.26s; }
[data-reveal-stagger].is-visible > *:nth-child(5) { animation-delay: 0.33s; }
[data-reveal-stagger].is-visible > *:nth-child(6) { animation-delay: 0.4s; }
[data-reveal-stagger].is-visible > *:nth-child(n+7) { animation-delay: 0.47s; }

.section-padding {
    padding: 4rem 0;
}

body.home-page .section-padding {
    padding: 2.5rem 0;
}

body.home-page .partners-section.section-padding {
    padding: 2rem 0 1.5rem;
}

body.home-page .testimonials-section.section-padding {
    padding: 2.5rem 0;
}

body.home-page .home-section-head {
    margin-bottom: 1.5rem !important;
}

body.home-page .why-us .home-intro-row {
    margin-bottom: 1.75rem !important;
}

body.home-page .why-us__photo img {
    height: 260px;
}

body.home-page .cta-section {
    padding: 2rem 2.25rem !important;
}

body.home-page .row.g-4 {
    --bs-gutter-y: 1.25rem;
}

.section-title {
    font-weight: 700;
    color: var(--gh-primary);
}

.section-subtitle {
    color: #5c6b73;
    max-width: 560px;
}

.package-price {
    color: var(--gh-primary);
    font-weight: 700;
    font-size: 1.25rem;
}

.page-eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gh-primary);
    margin-bottom: 0.75rem;
}

.page-eyebrow--light {
    color: var(--gh-accent);
}

.page-hero {
    padding: 7.5rem 0 3rem;
    background: linear-gradient(145deg, var(--gh-primary-dark), var(--gh-primary));
    color: #fff;
}

.page-hero--compact {
    padding: 6.5rem 0 2.5rem;
    text-align: center;
}

.page-hero__title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.page-hero__lead {
    opacity: 0.88;
    max-width: 520px;
    margin: 0 auto;
}

.destination-card {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    min-height: 280px;
}

.destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 280px;
    transition: transform 0.4s;
}

.destination-card:hover img {
    transform: scale(1.05);
}

.destination-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 42, 54, 0.9) 0%, transparent 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    color: #fff;
}

.feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(13, 59, 76, 0.08);
    color: var(--gh-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

/* ——— Why Xlood Travel ——— */
.why-us {
    background: #fff;
}

.why-us__trust {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--gh-primary);
}

.why-us__item {
    background: #f8fafb;
    border: 1px solid rgba(13, 59, 76, 0.08);
    border-radius: 1rem;
    padding: 1.5rem;
    border-right: 4px solid var(--gh-accent);
    transition: box-shadow 0.2s ease;
}

.why-us__item:hover {
    box-shadow: 0 8px 24px rgba(13, 59, 76, 0.08);
}

.why-us__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--gh-primary);
    color: var(--gh-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.destination-card--home {
    height: 280px;
    min-height: 280px;
    max-height: 280px;
    display: block;
    width: 100%;
}

.destination-card--home img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
}

.destination-overlay--home {
    min-height: 42%;
    padding: 1.25rem;
}

.destination-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
}

.destination-card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.45;
}

@media (max-width: 575.98px) {
    .destination-card--home {
        height: 240px;
        min-height: 240px;
        max-height: 240px;
    }
}

.partners-section {
    background: linear-gradient(180deg, #fff 0%, var(--gh-light) 100%);
    overflow: hidden;
}

.partners-marquee {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    padding: 0.5rem 0 1.5rem;
}

.partners-marquee__track {
    display: flex;
    gap: 1.25rem;
    width: max-content;
    animation: partners-scroll 35s linear infinite;
    animation-play-state: paused;
}

.partners-marquee.is-active .partners-marquee__track {
    animation-play-state: running;
}

@keyframes partners-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.partner-square {
    flex: 0 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 1.25rem;
    background: #fff;
    border: 1px solid rgba(13, 59, 76, 0.1);
    box-shadow: 0 8px 24px rgba(13, 59, 76, 0.08);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    transition: transform 0.25s, box-shadow 0.25s;
}

.partner-square:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(13, 59, 76, 0.14);
}

.partner-square a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.partner-square img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cta-section {
    background: var(--gh-primary);
    color: #fff;
    border-radius: 1.5rem;
}

/* ——— Footer ——— */
.site-footer {
    margin-top: 0;
    background: var(--gh-primary-dark);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: var(--gh-accent);
    opacity: 0.06;
    top: -180px;
    left: -120px;
    pointer-events: none;
}

.footer-cta {
    padding: 2.5rem 0 2rem;
    margin-top: 0;
}

body.home-page .footer-cta {
    padding-top: 2rem;
}

.footer-cta__box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.75rem 2rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, var(--gh-primary) 0%, #145a72 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.footer-cta__eyebrow {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gh-accent);
    margin-bottom: 0.35rem;
}

.footer-cta__title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.footer-cta__desc {
    margin: 0;
    opacity: 0.85;
    font-size: 0.95rem;
    max-width: 420px;
}

.footer-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.footer-main {
    padding: 2.5rem 0 2rem;
    position: relative;
    z-index: 1;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 2rem 2.5rem;
}

.footer-brand__logo {
    display: inline-block;
    margin-bottom: 1rem;
}

.footer-brand__logo img {
    max-height: 44px;
    width: auto;
}

.footer-brand__desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.65;
    margin-bottom: 1.25rem;
    max-width: 300px;
}

.footer-social {
    display: flex;
    gap: 0.5rem;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.1rem;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}

.footer-social a:hover {
    background: var(--gh-accent);
    color: var(--gh-primary-dark);
    transform: translateY(-2px);
}

.footer-social--wa:hover {
    background: #25d366;
    color: #fff;
}

.footer-col__title {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gh-accent);
    margin-bottom: 1.1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.55rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s, padding-inline-start 0.2s;
    display: inline-block;
}

.footer-links a:hover {
    color: #fff;
    padding-inline-start: 4px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.65rem 0.85rem;
    margin-bottom: 0.5rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 0.88rem;
    transition: background 0.2s, border-color 0.2s;
}

.footer-contact-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(232, 168, 56, 0.35);
    color: #fff;
}

.footer-contact-item i {
    color: var(--gh-accent);
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-contact-item--static {
    cursor: default;
}

.footer-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 0 1.25rem;
    position: relative;
    z-index: 1;
}

.footer-bar__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.footer-bar__inner p {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
}

.footer-bar__badge {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.footer-bar__badge i {
    color: var(--gh-accent);
}

@media (max-width: 991.98px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575.98px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-cta__box {
        padding: 1.35rem 1.25rem;
    }

    .footer-cta__actions {
        width: 100%;
    }

    .footer-cta__actions .btn {
        flex: 1;
        justify-content: center;
    }

    body.home-page .section-padding {
        padding: 2rem 0;
    }
}

.page-header {
    background: linear-gradient(135deg, var(--gh-primary) 0%, var(--gh-primary-dark) 100%);
    color: #fff;
    padding: 8rem 0 4rem;
    margin-bottom: 0;
}

.booking-form-card {
    border: none;
    border-radius: 1.25rem;
    box-shadow: 0 8px 40px rgba(13, 59, 76, 0.1);
}

/* ——— Contact page ——— */
.contact-hero {
    position: relative;
    overflow: hidden;
    padding: 7.5rem 0 3rem;
    background: linear-gradient(145deg, var(--gh-primary-dark) 0%, var(--gh-primary) 45%, #0f4d62 100%);
    color: #fff;
}

.contact-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.45;
    pointer-events: none;
}

.contact-hero__orb--1 {
    width: 320px;
    height: 320px;
    background: var(--gh-accent);
    top: -80px;
    left: -60px;
}

.contact-hero__orb--2 {
    width: 280px;
    height: 280px;
    background: #3d8fa8;
    bottom: -100px;
    right: 10%;
}

.contact-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
}

.contact-hero__title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.contact-hero__title span {
    color: var(--gh-accent);
}

.contact-hero__lead {
    font-size: 1.1rem;
    opacity: 0.88;
    max-width: 36rem;
    margin-bottom: 0;
}

.contact-hero__stats {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1.25rem;
    backdrop-filter: blur(8px);
}

.contact-hero__stats div {
    text-align: center;
    padding: 0 0.75rem;
    border-inline-start: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-hero__stats div:first-child {
    border-inline-start: none;
}

.contact-hero__stats strong {
    display: block;
    font-size: 1.35rem;
    color: var(--gh-accent);
}

.contact-hero__stats span {
    font-size: 0.75rem;
    opacity: 0.8;
}

.contact-page {
    padding-top: 0;
    margin-top: -2.5rem;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 1.75rem;
    align-items: start;
}

.contact-bento {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.contact-tile {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background: #fff;
    border: 1px solid rgba(13, 59, 76, 0.08);
    border-radius: 1.25rem;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
    position: relative;
    overflow: hidden;
}

a.contact-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(13, 59, 76, 0.12);
    border-color: rgba(13, 59, 76, 0.15);
    color: inherit;
}

.contact-tile--span-2 {
    grid-column: span 2;
}

.contact-tile--whatsapp {
    background: linear-gradient(135deg, #0d3b4c 0%, #145a72 100%);
    color: #fff;
    border: none;
}

.contact-tile--whatsapp:hover {
    color: #fff;
    box-shadow: 0 20px 48px rgba(13, 59, 76, 0.35);
}

.contact-tile--whatsapp .contact-tile__icon {
    background: #25d366;
    color: #fff;
}

.contact-tile--whatsapp .contact-tile__label,
.contact-tile--whatsapp .contact-tile__hint {
    color: rgba(255, 255, 255, 0.75);
}

.contact-tile__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(13, 59, 76, 0.08);
    color: var(--gh-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-tile__body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.contact-tile__label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7c85;
    font-weight: 600;
}

.contact-tile__body strong {
    font-size: 1rem;
    word-break: break-word;
}

.contact-tile__hint {
    font-size: 0.8rem;
    color: #6b7c85;
    line-height: 1.4;
}

.contact-tile__arrow {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    opacity: 0.5;
    font-size: 1.1rem;
}

.contact-tile--note {
    grid-column: span 2;
    background: linear-gradient(135deg, #fff9ed 0%, #fff 100%);
    border-color: rgba(232, 168, 56, 0.25);
    flex-direction: column;
    align-items: stretch;
}

.contact-social {
    display: flex;
    gap: 0.5rem;
}

.contact-social a {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--gh-light);
    color: var(--gh-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.contact-social a:hover {
    background: var(--gh-primary);
    color: #fff;
}

.contact-form-wrap {
    position: relative;
}

.contact-form-panel {
    background: #fff;
    border-radius: 1.75rem;
    padding: 2rem 2rem 2.25rem;
    box-shadow: 0 24px 64px rgba(13, 59, 76, 0.14);
    border: 1px solid rgba(13, 59, 76, 0.06);
}

.contact-form-panel__head h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.contact-form-panel__head p {
    color: #6b7c85;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.contact-form-success {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
    background: #ecfdf3;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

.contact-form-success i {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.contact-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.contact-field--full {
    grid-column: 1 / -1;
}

.contact-field label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gh-primary);
    margin-bottom: 0.4rem;
}

.contact-field__control {
    display: flex;
    align-items: stretch;
    background: var(--gh-light);
    border: 2px solid transparent;
    border-radius: 1rem;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.contact-field__control:focus-within {
    background: #fff;
    border-color: var(--gh-accent);
    box-shadow: 0 0 0 4px rgba(232, 168, 56, 0.2);
}

.contact-field--invalid .contact-field__control {
    border-color: #dc3545;
    background: #fff5f5;
}

.contact-field__control > i {
    display: flex;
    align-items: center;
    padding: 0 0.85rem;
    color: var(--gh-primary);
    opacity: 0.55;
    flex-shrink: 0;
}

.contact-field__control input,
.contact-field__control textarea,
.contact-field__control .contact-select {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0.85rem 0.85rem 0.85rem 0;
    font-size: 1rem;
    outline: none;
    width: 100%;
    color: var(--gh-text);
}

.contact-field__control--area {
    align-items: flex-start;
}

.contact-field__control--area > i {
    padding-top: 1rem;
}

.contact-field__control textarea {
    resize: vertical;
    min-height: 140px;
}

.contact-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%230d3b4c' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    padding-left: 2rem !important;
}

.contact-field__error {
    display: block;
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 0.35rem;
}

.contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    margin-top: 1.5rem;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--gh-primary) 0%, var(--gh-primary-dark) 100%);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(13, 59, 76, 0.35);
    color: #fff;
}

.contact-submit i {
    transition: transform 0.2s;
}

.contact-submit:hover i {
    transform: translate(-4px, 4px);
}

@media (max-width: 991.98px) {
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-page {
        margin-top: 0;
        padding-top: 2rem;
    }

    .contact-hero {
        padding-bottom: 2rem;
    }
}

@media (max-width: 575.98px) {
    .contact-bento {
        grid-template-columns: 1fr;
    }

    .contact-tile--span-2,
    .contact-tile--note {
        grid-column: span 1;
    }

    .contact-form__grid {
        grid-template-columns: 1fr;
    }

    .contact-form-panel {
        padding: 1.5rem;
        border-radius: 1.25rem;
    }
}

.admin-sidebar {
    min-height: 100vh;
    background: var(--gh-primary-dark);
}

.admin-sidebar .nav-link {
    color: rgba(255, 255, 255, 0.75) !important;
    border-radius: 0.5rem;
    margin-bottom: 0.25rem;
}

.admin-sidebar .nav-link.active,
.admin-sidebar .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

.stat-card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.package-detail-hero img {
    border-radius: 1.25rem;
    max-height: 420px;
    width: 100%;
    object-fit: cover;
}

.include-list li {
    padding: 0.35rem 0;
}

.include-list li i {
    color: var(--gh-accent);
}

/* ——— Package cards ——— */
.pkg-card {
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid rgba(13, 59, 76, 0.08);
    box-shadow: 0 10px 36px rgba(13, 59, 76, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.pkg-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(13, 59, 76, 0.14);
}

.pkg-card__media {
    display: block;
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--gh-primary-dark);
}

.pkg-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 42, 54, 0.65) 0%, transparent 55%);
    pointer-events: none;
}

.pkg-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.pkg-card:hover .pkg-card__media img {
    transform: scale(1.06);
}

.pkg-card__duration {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    z-index: 2;
    background: rgba(8, 42, 54, 0.85);
    color: #fff;
    font-size: 0.75rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
}

.pkg-card__badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
    background: var(--gh-accent);
    color: var(--gh-primary-dark);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
}

.pkg-card__body {
    padding: 1.25rem 1.35rem 1.35rem;
}

.pkg-card__location {
    font-size: 0.8rem;
    color: #6b7c85;
    display: block;
    margin-bottom: 0.35rem;
}

.pkg-card__title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.pkg-card__title a {
    color: var(--gh-primary);
    text-decoration: none;
}

.pkg-card__desc {
    font-size: 0.9rem;
    color: #6b7c85;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.pkg-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(13, 59, 76, 0.08);
}

.pkg-card__price-current {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gh-primary);
    display: block;
}

.pkg-card__price-unit {
    display: block;
    font-size: 0.72rem;
    font-weight: 500;
    color: #6b7c76;
    margin-top: 0.1rem;
}

.pkg-card__price-old {
    font-size: 0.8rem;
    color: #9aa8af;
    text-decoration: line-through;
}

.pkg-card__cta {
    font-weight: 600;
    color: var(--gh-primary);
    text-decoration: none;
    white-space: nowrap;
}

.pkg-card--custom {
    border-style: dashed;
    border-color: rgba(13, 59, 76, 0.18);
}

.pkg-card__media--custom {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8f5ef 0%, #d4ebe3 100%);
}

.pkg-card__media--custom::after {
    display: none;
}

.pkg-card__custom-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.72);
    color: var(--gh-primary-dark, #0d3b4c);
    font-size: 2rem;
    box-shadow: 0 8px 24px rgba(13, 59, 76, 0.12);
}

.pkg-card__badge--custom {
    background: var(--gh-primary-dark, #0d3b4c);
    color: #fff;
}

.pkg-card__price-current--custom {
    font-size: 1.05rem;
    color: var(--gh-primary-dark, #0d3b4c);
}

.pkg-card--custom:hover {
    border-color: rgba(13, 59, 76, 0.28);
}

.pkg-card__cta:hover {
    color: var(--gh-accent-hover);
}

/* Compact package grid (packages / trips listing) */
.packages-grid .pkg-card {
    border-radius: 1.1rem;
    box-shadow: 0 6px 22px rgba(13, 59, 76, 0.07);
}

.packages-grid .pkg-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(13, 59, 76, 0.11);
}

.packages-grid .pkg-card__media {
    aspect-ratio: 3 / 2;
}

.packages-grid .pkg-card__body {
    padding: 0.85rem 0.95rem 1rem;
}

.packages-grid .pkg-card__location {
    font-size: 0.72rem;
    margin-bottom: 0.25rem;
}

.packages-grid .pkg-card__title {
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
    line-height: 1.35;
}

.packages-grid .pkg-card__desc {
    font-size: 0.8rem;
    margin-bottom: 0.65rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.packages-grid .pkg-card__footer {
    padding-top: 0.55rem;
    gap: 0.35rem;
}

.packages-grid .pkg-card__price-current {
    font-size: 0.95rem;
}

.packages-grid .pkg-card__price-unit {
    font-size: 0.65rem;
}

.packages-grid .pkg-card__cta {
    font-size: 0.82rem;
}

.packages-grid .pkg-card__duration,
.packages-grid .pkg-card__badge {
    font-size: 0.65rem;
    padding: 0.2rem 0.5rem;
}

.packages-grid .pkg-card__custom-icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.35rem;
}

/* ——— Package detail ——— */
.pkg-detail-hero {
    position: relative;
    min-height: 420px;
    max-height: 520px;
    display: flex;
    align-items: flex-end;
    padding: 6rem 0 2.5rem;
    overflow: hidden;
}

.pkg-detail-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pkg-detail-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 42, 54, 0.95) 0%, rgba(8, 42, 54, 0.35) 55%, rgba(8, 42, 54, 0.2) 100%);
}

.pkg-detail-hero__content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.pkg-breadcrumb {
    font-size: 0.85rem;
    margin-bottom: 1rem;
    opacity: 0.85;
}

.pkg-breadcrumb a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.pkg-breadcrumb a:hover {
    color: var(--gh-accent);
}

.pkg-breadcrumb span {
    margin: 0 0.35rem;
    opacity: 0.5;
}

.pkg-detail-hero__tag {
    display: inline-block;
    background: rgba(232, 168, 56, 0.25);
    border: 1px solid var(--gh-accent);
    color: var(--gh-accent);
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
}

.pkg-detail-hero__title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.pkg-detail-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
    font-size: 0.95rem;
    opacity: 0.9;
}

.pkg-detail-hero__price {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--gh-accent);
    margin-inline-start: auto;
}

.content-panel {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.75rem;
    border: 1px solid rgba(13, 59, 76, 0.08);
}

.content-panel__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--gh-primary);
    margin-bottom: 1rem;
}

.content-panel__text {
    color: #5c6b73;
    line-height: 1.75;
}

.pkg-includes {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.65rem;
}

.pkg-includes li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.65rem 0.85rem;
    background: var(--gh-light);
    border-radius: 0.75rem;
}

.pkg-includes li i {
    color: var(--gh-accent);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.pkg-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.pkg-highlight {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    background: var(--gh-primary);
    color: #fff;
    border-radius: 1rem;
    font-size: 0.85rem;
}

.pkg-highlight i {
    color: var(--gh-accent);
}

.booking-panel {
    background: #fff;
    border-radius: 1.5rem;
    padding: 1.75rem;
    box-shadow: 0 20px 56px rgba(13, 59, 76, 0.12);
    border: 1px solid rgba(13, 59, 76, 0.08);
    top: 6rem !important;
}

.booking-panel__price strong {
    font-size: 2rem;
    color: var(--gh-primary);
    display: block;
}

.booking-panel__price del {
    font-size: 0.95rem;
    color: #9aa8af;
    margin-inline-start: 0.5rem;
}

.booking-panel__label {
    font-size: 0.8rem;
    color: #6b7c85;
    display: block;
}

.booking-panel__note {
    color: #6b7c85;
    font-size: 0.9rem;
    margin: 1rem 0 1.25rem;
}

/* ——— Testimonials ——— */
.testimonials-section {
    overflow: hidden;
}

.testimonials-marquee {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    padding: 0.25rem 0 0.5rem;
}

.testimonials-marquee__track {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.25rem;
    width: max-content;
    animation: testimonials-scroll 50s linear infinite;
    animation-play-state: paused;
}

.testimonials-marquee.is-active .testimonials-marquee__track {
    animation-play-state: running;
}

.testimonials-marquee:hover .testimonials-marquee__track {
    animation-play-state: paused;
}

@keyframes testimonials-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.testimonial-card--marquee {
    flex: 0 0 auto;
    width: min(380px, 85vw);
    min-height: 220px;
}

@media (prefers-reduced-motion: reduce) {
    .testimonials-marquee__track {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: 1200px;
        margin-inline: auto;
        padding-inline: 1rem;
    }

    .testimonials-marquee {
        mask-image: none;
        -webkit-mask-image: none;
    }
}

.testimonial-card {
    background: #fff;
    border-radius: 1.5rem;
    padding: 1.75rem;
    border: 1px solid rgba(13, 59, 76, 0.08);
    box-shadow: 0 12px 40px rgba(13, 59, 76, 0.06);
    position: relative;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 1.5rem;
    padding: 2px;
    background: linear-gradient(135deg, var(--gh-accent), transparent 50%, var(--gh-primary));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.5;
}

.testimonial-card__stars {
    color: var(--gh-accent);
    font-size: 0.85rem;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
}

.testimonial-card__quote {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--gh-text);
    margin-bottom: 1.5rem;
    border: none;
}

.testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.testimonial-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--gh-primary);
    color: var(--gh-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.testimonial-card__author strong {
    display: block;
    color: var(--gh-primary);
}

.testimonial-card__author span {
    font-size: 0.8rem;
    color: #6b7c85;
}

/* About page styles: public/css/about.css */

/* ——— Blog ——— */
.blog-card {
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid rgba(13, 59, 76, 0.08);
    transition: box-shadow 0.3s, transform 0.3s;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 44px rgba(13, 59, 76, 0.12);
}

.blog-card__media {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.blog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.blog-card:hover .blog-card__media img {
    transform: scale(1.05);
}

.blog-card__placeholder {
    width: 100%;
    height: 100%;
    background: var(--gh-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--gh-primary);
    opacity: 0.4;
}

.blog-card__body {
    padding: 1.25rem 1.35rem 1.5rem;
}

.blog-card__body time {
    font-size: 0.75rem;
    color: #9aa8af;
}

.blog-card__body h2,
.blog-card__body h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0.35rem 0 0.5rem;
}

.blog-card__body h2 a,
.blog-card__body h3 a {
    color: var(--gh-primary);
    text-decoration: none;
}

.blog-card__body p {
    font-size: 0.9rem;
    color: #6b7c85;
    margin-bottom: 0.75rem;
}

.blog-card__link {
    font-weight: 600;
    color: var(--gh-primary);
    text-decoration: none;
    font-size: 0.9rem;
}

.article-hero {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: flex-end;
    padding: 6rem 0 2.5rem;
    background: var(--gh-primary-dark);
}

.article-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 42, 54, 0.95), rgba(8, 42, 54, 0.4));
}

.article-hero__content {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 800px;
}

.article-hero__date {
    font-size: 0.85rem;
    opacity: 0.8;
    display: block;
    margin-bottom: 0.5rem;
}

.article-hero__title {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.article-hero__excerpt {
    opacity: 0.9;
    font-size: 1.05rem;
    margin: 0;
}

.article-content {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #3d4f56;
}

.article-content img {
    max-width: 100%;
    border-radius: 1rem;
    margin: 1rem 0;
}

.article-content h2,
.article-content h3 {
    color: var(--gh-primary);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.article-sidebar {
    background: var(--gh-light);
    border-radius: 1.25rem;
    padding: 1.5rem;
    top: 6rem !important;
}

.article-sidebar__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.article-sidebar__item {
    display: flex;
    gap: 0.85rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(13, 59, 76, 0.08);
    text-decoration: none;
    color: inherit;
}

.article-sidebar__item:last-child {
    border-bottom: none;
}

.article-sidebar__item img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 0.75rem;
    flex-shrink: 0;
}

.article-sidebar__item strong {
    display: block;
    font-size: 0.9rem;
    color: var(--gh-primary);
}

.article-sidebar__item span {
    font-size: 0.8rem;
    color: #6b7c85;
}

.article-share {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(13, 59, 76, 0.1);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* ——— Booking pages ——— */
.booking-page-hero {
    padding: 6.5rem 0 2rem;
    background: linear-gradient(145deg, var(--gh-primary-dark), var(--gh-primary));
    color: #fff;
    text-align: center;
}

.booking-page-hero__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
}

.booking-page-hero__lead {
    opacity: 0.88;
}

.booking-flow-form {
    background: #fff;
    border-radius: 1.5rem;
    padding: 2rem;
    border: 1px solid rgba(13, 59, 76, 0.08);
    box-shadow: 0 16px 48px rgba(13, 59, 76, 0.08);
}

.booking-step {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(13, 59, 76, 0.08);
}

.booking-step:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.booking-step__num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--gh-primary);
    color: var(--gh-accent);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-step__label {
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
}

.booking-estimate {
    color: var(--gh-primary);
    font-size: 0.95rem;
}

.booking-aside {
    background: linear-gradient(160deg, var(--gh-light), #fff);
    border-radius: 1.5rem;
    padding: 1.75rem;
    border: 1px solid rgba(13, 59, 76, 0.08);
    top: 6rem !important;
}

.booking-aside h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.booking-aside ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.booking-aside li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0;
    font-size: 0.95rem;
}

.booking-aside li i {
    color: var(--gh-accent);
}

.confirm-page {
    padding-top: 7rem;
    background: var(--gh-light);
    min-height: 80vh;
}

.confirm-card {
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    border-radius: 1.75rem;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 24px 64px rgba(13, 59, 76, 0.1);
}

.confirm-card__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: #ecfdf3;
    color: #059669;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm-card__title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.confirm-summary {
    text-align: start;
    margin: 1.5rem 0;
    border-radius: 1rem;
    background: var(--gh-light);
    padding: 0.25rem 1rem;
}

.confirm-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(13, 59, 76, 0.08);
    gap: 1rem;
}

.confirm-summary__row:last-child {
    border-bottom: none;
}

.confirm-summary__row span:first-child {
    color: #6b7c85;
    font-size: 0.9rem;
}

.confirm-summary__row--total strong {
    font-size: 1.25rem;
    color: var(--gh-primary);
}

.confirm-badge {
    background: #fef3c7;
    color: #92400e;
}

.confirm-card__actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (max-width: 767.98px) {
    .pkg-detail-hero__price {
        margin-inline-start: 0;
    }

}

/* ——— Site mobile & small-screen polish ——— */
@media (max-width: 991.98px) {
    .site-navbar .navbar-collapse {
        max-height: calc(100vh - 4.5rem - env(safe-area-inset-top, 0));
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 1rem;
    }

    .site-navbar .navbar-nav {
        padding-top: 0.5rem;
    }

    .site-navbar .btn-accent,
    .site-navbar .btn-outline-light {
        width: 100%;
        justify-content: center;
        margin-inline-start: 0 !important;
    }

    .page-hero,
    .contact-hero {
        padding-top: calc(5.5rem + env(safe-area-inset-top, 0));
    }

    .pkg-detail-hero__actions,
    .confirm-card__actions .btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .site-navbar .brand-logo {
        height: 32px;
    }

    .destination-card--home {
        min-height: 220px;
    }

    .section-heading {
        font-size: 1.35rem;
    }

    [data-partners-marquee],
    [data-testimonials-marquee] {
        overflow-x: hidden;
    }
}

body.is-form-submitting {
    overflow: hidden;
}

.form-submit-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(8, 24, 32, 0.62);
    backdrop-filter: blur(4px);
}

.form-submit-overlay[hidden] {
    display: none !important;
}

.form-submit-overlay__card {
    width: min(100%, 360px);
    padding: 1.75rem 1.5rem;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
    text-align: center;
}

.form-submit-overlay__spinner {
    width: 52px;
    height: 52px;
    margin: 0 auto 1rem;
    border: 4px solid rgba(13, 59, 46, 0.12);
    border-top-color: var(--gh-primary, #0d3b2e);
    border-radius: 50%;
    animation: form-submit-spin 0.8s linear infinite;
}

.form-submit-overlay__text {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1a2e28;
}

@keyframes form-submit-spin {
    to {
        transform: rotate(360deg);
    }
}
