/* ===== Puma Travel Theme Tokens ===== */
:root {
    --pt-bg: #0a0a0a;
    --pt-surface: #161616;
    --pt-surface-2: #1c1c1c;
    --pt-border: rgba(250, 204, 21, 0.16);
    --pt-text: #e8e8e8;
    --pt-muted: #a3a3a3;
    --pt-yellow: #facc15;
    --pt-yellow-hot: #fde047;
    --pt-ink: #000000;
    --pt-font-body: 'Lato', Helvetica, Arial, sans-serif;
    --pt-font-display: 'Source Sans 3', Helvetica, Arial, sans-serif;
}

/* Typography roles */
body,
p,
li,
td,
th,
label,
input,
textarea,
select,
.topbar,
.topbar-marquee__item,
.hero-subtitle,
.hero-badge-handwritten,
.cursive-subtitle,
.holiday-desc,
.featured-tours-desc,
.packages-header p,
.why-choose-us-header p,
.tour-presentation p,
.itinerary-day p,
.itinerary-short-list,
.inclusions-list,
.faq-item p,
.ce-preview-bar__label,
.ce-preview-bar__cta-text {
    font-family: var(--pt-font-body);
}

h1, h2, h3, h4, h5, h6,
.main-nav,
.main-nav a,
.btn-enquire,
.btn-primary,
.btn-outline,
.btn-hero-primary,
.btn-hero-secondary,
.tab-btn,
.hero-title,
.holiday-title,
.packages-header h2,
.featured-tours-title,
.why-choose-us-header h2,
.testimonials-header h2,
.gallery-title,
.tours-page-title,
.tour-hero-content h1,
.tour-presentation h3,
.tour-specs-card h4,
.tour-card-content h4,
.logo-text {
    font-family: var(--pt-font-display);
}

.logo-text-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.logo-text {
    font-family: var(--pt-font-display);
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: 0.08em;
    color: #f8fafc;
    line-height: 1;
}

.logo-text span {
    color: var(--pt-yellow);
    margin-left: 0.15em;
}

.footer-contact-col .logo-text {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    display: inline-block;
}

/* Dark surfaces for key sections */
.holiday-types-section,
.why-choose-us-section,
.packages-section,
.featured-tours-section,
.tour-detail-section,
.tour-gallery-section,
.accreditations-section,
.content-page-section {
    background-color: var(--pt-bg) !important;
}

.holiday-types-section {
    background: radial-gradient(ellipse at top, #1a1a1a 0%, #000000 60%) !important;
}

.featured-tours-section,
.packages-section {
    background: linear-gradient(180deg, #000000 0%, #141414 50%, #000000 100%) !important;
}

.why-choose-us-section {
    background: #111111 !important;
}

/* Hero: darker cinematic overlay + yellow accents */
.hero-slider {
    background-color: #050505;
}

.hero-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0.25) 100%) !important;
}

.hero-content h1 {
    color: #ffffff !important;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.55);
}

.cursive-subtitle {
    color: var(--pt-yellow) !important;
}

.btn-primary,
.btn-enquire:hover,
.slide-nav:hover,
.carousel-dot.active,
.tab-btn.active {
    background-color: var(--pt-yellow) !important;
    border-color: var(--pt-yellow) !important;
    color: var(--pt-ink) !important;
}

.btn-outline:hover {
    background-color: var(--pt-yellow) !important;
    border-color: var(--pt-yellow) !important;
    color: var(--pt-ink) !important;
}

/* Section titles on dark */
.holiday-header h2,
.holiday-title,
.why-choose-us-header h2,
.packages-header h2,
.featured-tours-title,
.testimonials-header h2,
.gallery-title,
.tours-page-title,
.tour-presentation h3,
.pricing-section-header h2 {
    color: #f8fafc !important;
}

.holiday-title strong {
    color: #facc15 !important;
}

.packages-title {
    color: #f8fafc !important;
}

.packages-title strong {
    color: #facc15 !important;
}

.holiday-header p,
.why-choose-us-header p,
.packages-header p,
.featured-tours-desc {
    color: var(--pt-muted) !important;
}

/* Cards / feature blocks */
.feature-item,
.package-card,
.why-card,
.testimonial-card {
    background: var(--pt-surface) !important;
    border: 1px solid var(--pt-border);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35) !important;
}

.package-card {
    border-radius: 50% !important;
    border: 2px solid rgba(250, 204, 21, 0.35) !important;
}

.package-card h4,
.why-card h4,
.feature-item h4 {
    color: #f8fafc !important;
}

.package-card p,
.why-card p {
    color: var(--pt-muted) !important;
}

.package-price,
.tour-price {
    background-color: var(--pt-yellow) !important;
    color: var(--pt-ink) !important;
}

/* Tours grid / tour detail */
.featured-tour-card {
    border: 1px solid rgba(250, 204, 21, 0.2);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45) !important;
}

.tour-card-content h4 {
    color: #ffffff !important;
}

.tour-card-duration,
.tour-stars {
    color: var(--pt-yellow) !important;
}

.tour-presentation,
.tour-tabs-content,
.tour-specs-card {
    background-color: var(--pt-surface) !important;
    border: 1px solid var(--pt-border) !important;
    border-left: 4px solid var(--pt-yellow) !important;
    color: var(--pt-text);
}

.tour-presentation h3,
.tour-specs-card h4,
.itinerary-day h5,
.itinerary-short-list li strong,
.inclusions-col h5,
.faq-item h6 {
    color: #f8fafc !important;
}

.tour-presentation p,
.itinerary-day p,
.itinerary-short-list li,
.inclusions-list li,
.faq-item p {
    color: var(--pt-muted) !important;
}

.tour-tabs-headers {
    background-color: #101010 !important;
    border: 1px solid var(--pt-border);
}

.tour-tabs-container--featured .tour-tabs-headers {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.tab-btn {
    color: var(--pt-muted) !important;
}

.tab-btn.active {
    color: var(--pt-ink) !important;
}

.tour-hero-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(250, 204, 21, 0.08) 100%) !important;
}

.tour-breadcrumbs,
.tour-breadcrumbs a {
    color: var(--pt-muted) !important;
}

.tour-breadcrumbs span,
.tour-breadcrumbs a:hover {
    color: var(--pt-yellow) !important;
}

.tours-page-header .cursive-subtitle {
    color: var(--pt-yellow) !important;
}

.main-header {
    background-color: #141414 !important;
    border-bottom: 1px solid rgba(250, 204, 21, 0.28) !important;
}

.topbar {
    background: #000000 !important;
    border-bottom: 2px solid #facc15 !important;
}

.nav-toggle span {
    background-color: #facc15 !important;
}

.footer-section {
    background-color: #050505 !important;
    border-top: 1px solid var(--pt-border);
}

.main-nav a:hover {
    color: var(--pt-yellow) !important;
}

/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    font-family: var(--pt-font-body);
    background-color: #0a0a0a;
    color: #e8e8e8;
    overflow-x: clip;
}

html {
    overflow-x: clip;
}

.site-chrome {
    position: relative;
    z-index: 1000;
    isolation: isolate;
}

/* Topbar Styles */
.topbar {
    background: #000000;
    color: #ffffff;
    font-size: 0.85rem;
    border-bottom: 2px solid #facc15;
    padding: 0.95rem 0;
}

.topbar-container {
    width: 100%;
    padding: 0;
    display: block;
}

.topbar-marquee {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.topbar-marquee__track {
    display: flex;
    width: max-content;
    gap: 3rem;
    animation: topbar-marquee-pingpong 18s ease-in-out infinite;
    will-change: transform;
}

.topbar-marquee__item {
    color: rgb(250, 204, 21);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

@keyframes topbar-marquee-pingpong {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(calc(-100% + 100vw));
    }
    100% {
        transform: translateX(0);
    }
}

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

.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-shrink: 0;
}

.topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #9a9a9a;
}

.topbar-item svg {
    color: #facc15; /* Accent Gold */
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    color: #9a9a9a;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #facc15;
}

.language-select select {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.language-select select:focus,
.language-select select:hover {
    border-color: #facc15;
    background-color: rgba(255, 255, 255, 0.12);
}

/* Header Styles */
.main-header {
    background-color: #141414;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(250, 204, 21, 0.28);
    padding: 1.2rem 0;
    min-height: 5.4rem;
    position: relative;
    z-index: 999;
    width: 100%;
    transition: padding 0.3s ease, min-height 0.3s ease, box-shadow 0.3s ease;
}

.main-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.55rem 0;
    min-height: 3.4rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.header-sticky-spacer {
    display: none;
    width: 100%;
    pointer-events: none;
}

.header-sticky-spacer.is-active {
    display: block;
}

.header-container {
    margin-left: 7%;
    margin-right: 7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    min-height: 3.6rem;
    text-align: center;
    transition: min-height 0.3s ease;
}

.main-header.is-sticky .header-container {
    min-height: 2.4rem;
}

.logo-theme-puma-travel {
    display: flex;
    align-items: center;
}

.logo-img {
    max-height: 58px;
    height: auto;
    width: auto;
    display: block;
    transition: max-height 0.3s ease, transform 0.3s ease;
}

.main-header.is-sticky .logo-img {
    max-height: 29px;
}

.logo-img:hover {
    transform: scale(1.02);
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex: 1;
}

.main-nav a {
    font-weight: 500;
    font-size: 0.85rem;
    color: #e8e8e8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
    padding: 0.65rem 1rem;
    border-radius: 4px;
    z-index: 1;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-header.is-sticky .main-nav a {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.main-nav a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 204, 21, 0.18);
    border-radius: 4px;
    transform: scale(0.9);
    opacity: 0;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-nav a:hover {
    color: #0a0a0a;
}

.main-nav a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.header-langs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    flex-shrink: 0;
}

.lang-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    opacity: 0.7;
    transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.lang-flag svg {
    display: block;
    width: 28px;
    height: 20px;
}

.lang-flag:hover,
.lang-flag.is-active {
    opacity: 1;
    border-color: #facc15;
    transform: translateY(-1px);
}

/* Navigation Toggle and Overlay */
.nav-toggle {
    display: none; /* Hidden on desktop */
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10000;
}

.nav-toggle span {
    width: 100%;
    height: 2px;
    background-color: #0a0a0a;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform-origin: left center;
}

/* Morph to Cross */
.nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(2px, -1px);
}

.nav-toggle.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(2px, 1px);
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 16, 20, 0.45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.nav-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.btn-enquire {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0a0a0a;
    color: #ffffff;
    border: 1px solid #1a1c23;
    padding: 0.85rem 1.6rem;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-enquire:hover {
    background-color: #facc15;
    border-color: #facc15;
    color: #0a0a0a;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(250, 204, 21, 0.25);
}

/* Hero Slider Section */
.hero-slider {
    position: relative;
    height: 80vh;
    min-height: 500px;
    background-color: #121212;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.slides-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
    transform: scale(1.05);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0.25) 100%);
    z-index: 3;
}

.hero-content {
    position: relative;
    z-index: 4;
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
    width: 86%;
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-badge-handwritten {
    display: block;
    font-family: var(--pt-font-body);
    color: #facc15;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    text-transform: none;
    letter-spacing: normal;
    text-align: center;
}

.hero-title {
    font-family: var(--pt-font-display);
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    text-align: center;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: #e8e8e8;
    margin-bottom: 2.5rem;
    line-height: 1.65;
    max-width: 640px;
    text-align: center;
}

/* Staggered entrance: left / right / bottom */
.slide .hero-badge-handwritten,
.slide .hero-title,
.slide .hero-subtitle,
.slide .hero-actions {
    opacity: 0;
    transition: transform 0.9s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.9s ease;
}

.slide .hero-badge-handwritten {
    transform: translateX(-80px);
}

.slide .hero-title {
    transform: translateX(80px);
}

.slide .hero-subtitle {
    transform: translateY(70px);
}

.slide .hero-actions {
    transform: translateY(90px);
}

.slide.active .hero-badge-handwritten,
.slide.active .hero-title,
.slide.active .hero-subtitle,
.slide.active .hero-actions {
    transform: translate(0, 0);
    opacity: 1;
}

.slide.active .hero-badge-handwritten { transition-delay: 0.25s; }
.slide.active .hero-title { transition-delay: 0.45s; }
.slide.active .hero-subtitle { transition-delay: 0.65s; }
.slide.active .hero-actions { transition-delay: 0.85s; }

.hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #facc15;
    color: #0a0a0a;
    padding: 0.8rem 2rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease;
}

.btn-hero-primary:hover {
    background-color: #161616;
    transform: translateY(-2px);
}

.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.8rem 2rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* Slider Controls */
.slide-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(26, 28, 35, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 1.25rem;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slide-nav:hover {
    background: #facc15;
    color: #0a0a0a;
    border-color: #facc15;
}

.slide-nav.prev {
    left: 2rem;
}

.slide-nav.next {
    right: 2rem;
}

.slider-dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    z-index: 5;
}

.dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.25);
}

.dot.active, .dot:hover {
    background: #facc15;
    border-color: #facc15;
    transform: scale(1.15);
}

/* Holiday Selection Section */
.holiday-section {
    padding: 6rem 0;
    background-color: #161616;
}

.holiday-container {
    margin-left: 7%;
    margin-right: 7%;
}

.holiday-header {
    text-align: center;
    margin-bottom: 4rem;
}

.cursive-subtitle {
    font-family: var(--pt-font-body);
    color: #facc15;
    font-size: 2.2rem;
    display: block;
    margin-bottom: 0.25rem;
}

.holiday-title {
    font-family: var(--pt-font-display);
    font-size: 2.6rem;
    color: #f8fafc;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

.holiday-title strong {
    color: #facc15;
    font-weight: 800;
}

.holiday-desc {
    font-size: 1rem;
    color: #a3a3a3;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.holiday-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: stretch;
}

.holiday-split + .holiday-split {
    margin-top: 2.5rem;
}

.holiday-split--reverse .holiday-carousel {
    order: 1;
}

.holiday-split--reverse .holiday-promo {
    order: 2;
}

.holiday-promo {
    background: linear-gradient(145deg, #1a1a1a 0%, #0a0a0a 55%, #2a2208 100%);
    border: 1px solid rgba(250, 204, 21, 0.28);
    border-radius: 16px;
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 432px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.holiday-promo__tagline {
    font-family: var(--pt-font-body);
    color: #facc15;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.holiday-promo__title {
    font-family: var(--pt-font-display);
    color: #f8fafc;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.holiday-promo__text {
    font-family: var(--pt-font-body);
    color: #a3a3a3;
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 34ch;
    margin: 0;
}

.holiday-carousel {
    min-width: 0;
    height: 100%;
}

.holiday-carousel__viewport {
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 432px;
    border-radius: 16px;
}

.holiday-carousel__track {
    display: flex;
    height: 100%;
    gap: 1rem;
    width: max-content;
    will-change: transform;
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.holiday-carousel__card {
    position: relative;
    flex: 0 0 auto;
    width: 280px;
    height: 100%;
    min-height: 432px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.holiday-location-toggle {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    background: rgba(0, 0, 0, 0.72);
    color: #facc15;
    border: 1px solid rgba(250, 204, 21, 0.55);
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    font-family: var(--pt-font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
    pointer-events: none;
}

.holiday-location-toggle::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #facc15;
    box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.25);
    flex-shrink: 0;
}

.holiday-carousel__card .grid-content {
    padding: 1.25rem;
    text-align: center;
    width: 100%;
}

.holiday-carousel__card h4 {
    font-family: var(--pt-font-display);
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
    text-align: center;
}

.holiday-carousel__card .tour-duration {
    text-align: center;
}

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

.holiday-grid-random {
    margin-top: 2.5rem;
}

.grid-item {
    position: relative;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
}

.grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.circle-item {
    border-radius: 50%;
}

.square-item {
    border-radius: 12px;
}

.grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    transition: background 0.4s ease;
    z-index: 1;
}

.grid-item:hover .grid-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.grid-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.grid-content h4 {
    font-family: var(--pt-font-display);
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.cursive-grid-title {
    font-family: var(--pt-font-body) !important;
    text-transform: none !important;
    font-size: 2.2rem !important;
    letter-spacing: normal !important;
}

.grid-item.align-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
}

.align-bottom-right .grid-content {
    text-align: right;
    padding: 1.5rem;
    width: 100%;
}

.grid-item.align-bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
}

.align-bottom-left .grid-content {
    text-align: left;
    padding: 1.5rem;
    width: 100%;
}

.tour-duration {
    display: inline-block;
    background-color: #facc15;
    color: #0a0a0a;
    padding: 0.3rem 0.75rem;
    font-size: 0.72rem;
    font-weight: 700;
    border-radius: 4px;
    margin-top: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Featured Experiences Hover Grid */
.experiences-hover-section {
    width: 100%;
    background: #000000;
    padding: 5rem 0 0;
}

.experiences-hover-header {
    text-align: center;
    margin: 0 7% 3rem;
}

.experiences-hover-title {
    font-family: var(--pt-font-display);
    font-size: 2.6rem;
    color: #f8fafc;
    font-weight: 700;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;
}

.experiences-hover-title strong {
    color: #facc15;
    font-weight: 800;
}

.experiences-hover-desc {
    font-family: var(--pt-font-body);
    font-size: 1rem;
    color: #a3a3a3;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.experiences-hover-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    width: 100%;
}

.experience-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #111111;
    cursor: pointer;
}

.experience-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
}

.experience-card__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.35rem;
    padding: 1.5rem 1.25rem 1.75rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.82) 70%, rgba(0, 0, 0, 0.35) 100%);
    border-top: 1px solid rgba(250, 204, 21, 0.35);
    transform: translateY(105%);
    transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}

.experience-card:hover .experience-card__panel,
.experience-card:focus-within .experience-card__panel {
    transform: translateY(0);
}

.experience-card:hover .experience-card__image,
.experience-card:focus-within .experience-card__image {
    transform: scale(1.06);
}

.experience-card__title {
    font-family: var(--pt-font-display);
    color: #f8fafc;
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
}

.experience-card__duration,
.experience-card__location {
    font-family: var(--pt-font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.experience-card__duration {
    color: #facc15;
}

.experience-card__location {
    color: rgba(248, 250, 252, 0.8);
}

.experience-card__tagline {
    font-family: var(--pt-font-body);
    color: #a3a3a3;
    font-size: 0.9rem;
    line-height: 1.45;
    margin: 0.35rem 0 0;
    max-width: 28ch;
}

.experiences-hover-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 7% 4.5rem;
    background: #000000;
}

.experiences-hover-cta .btn-hero-primary {
    min-width: 220px;
    background-color: #facc15;
    color: #000000;
    border: 2px solid #facc15;
    box-shadow: 0 8px 24px rgba(250, 204, 21, 0.25);
}

.experiences-hover-cta .btn-hero-primary:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 14px 36px rgba(255, 255, 255, 0.28);
}

@media (max-width: 1024px) {
    .experiences-hover-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .experiences-hover-grid {
        grid-template-columns: 1fr;
    }

    .experience-card__panel {
        transform: translateY(0);
        padding: 1.25rem 1rem 1.4rem;
    }
}

/* Why Choose Us Section */
.why-choose-us-section {
    padding: 6rem 0;
    background-color: #0a0a0a;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.why-choose-us-container {
    margin-left: 7%;
    margin-right: 7%;
}

.why-choose-us-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 3.5rem;
    align-items: center;
}

.why-choose-us-header {
    text-align: left;
    margin-bottom: 0;
    max-width: 32rem;
}

.why-choose-us-title {
    font-family: var(--pt-font-display);
    font-size: 2.6rem;
    color: #f8fafc;
    font-weight: 700;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.why-choose-us-title strong {
    color: #facc15;
    font-weight: 800;
}

.why-choose-us-desc {
    font-family: var(--pt-font-body);
    font-size: 1rem;
    color: #a3a3a3;
    max-width: none;
    margin: 0;
    line-height: 1.6;
}

.why-choose-us-media {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 0.85rem;
    margin-top: 1.75rem;
    align-items: end;
}

.why-choose-us-media img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(250, 204, 21, 0.12);
    display: block;
}

.why-choose-us-media img:first-child {
    height: 200px;
}

.why-choose-us-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.choose-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    text-align: left;
    background: #161616;
    padding: 1.25rem 1.4rem;
    border-radius: 12px;
    border: 1px solid rgba(250, 204, 21, 0.08);
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.choose-item:hover {
    border-color: rgba(250, 204, 21, 0.35);
    transform: translateX(4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.choose-item-content {
    flex: 1;
    min-width: 0;
}

.choose-icon-wrapper {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background-color: rgba(250, 204, 21, 0.1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    transition: transform 0.5s ease, background-color 0.3s ease;
}

.choose-item:hover .choose-icon-wrapper {
    transform: rotate(360deg) scale(1.05);
    background-color: rgba(250, 204, 21, 0.18);
}

.choose-icon {
    max-width: 34px;
    height: auto;
}

.choose-item h4 {
    font-family: var(--pt-font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 0.35rem;
}

.choose-item p {
    font-size: 0.92rem;
    color: #a3a3a3;
    line-height: 1.5;
    margin: 0;
}

/* Peru Packages Section */
.packages-section {
    padding: 6rem 0;
    background-color: #161616;
}

.packages-container {
    width: 100%;
}

.packages-header {
    text-align: center;
    margin-bottom: 4rem;
    margin-left: 7%;
    margin-right: 7%;
}

.packages-title {
    font-family: var(--pt-font-display);
    font-size: 2.6rem;
    color: #f8fafc;
    font-weight: 700;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;
}

.packages-title strong {
    color: #facc15;
    font-weight: 800;
}

.packages-desc {
    font-family: var(--pt-font-body);
    font-size: 1rem;
    color: #a3a3a3;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.packages-carousel-window {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 1.5rem 7%;
}

.packages-carousel-track {
    display: flex;
    gap: 2.5%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(0); /* Aligned to the left edge at start */
}

.package-card {
    flex: 0 0 31.6%;
    position: relative;
    aspect-ratio: 1 / 1;
    background: #161616;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    border: 2px solid rgba(250, 204, 21, 0.35);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.package-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
    border-color: #facc15;
}

.package-img-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    overflow: hidden;
    border-radius: 50%;
}

.package-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.package-card:hover .package-img {
    transform: scale(1.08);
}

.package-duration {
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(5px);
    color: #facc15;
    padding: 0.35rem 0.8rem;
    font-size: 0.68rem;
    font-weight: 700;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 3;
    white-space: nowrap;
    border: 1px solid rgba(250, 204, 21, 0.4);
}

.package-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 22% 12% 20%;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.55) 65%, transparent 100%);
}

.package-info h4 {
    font-family: var(--pt-font-display);
    font-size: 1.45rem;
    font-weight: 800;
    color: #f8fafc;
    margin-bottom: 0.4rem;
    line-height: 1.2;
    text-align: center;
    transition: color 0.3s ease;
}

.package-card:hover .package-info h4 {
    color: #facc15;
}

.package-location {
    display: block;
    font-family: var(--pt-font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #facc15;
    text-align: center;
}

.package-info p {
    display: none;
}

/* Testimonials Section with Parallax Background */
.testimonials-section.testimonials-parallax {
    position: relative;
    padding: 6rem 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.testimonials-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 16, 19, 0.88); /* Deep charcoal overlay */
    z-index: 1;
}

.testimonials-container {
    position: relative;
    z-index: 2;
    margin-left: 7%;
    margin-right: 7%;
}

.testimonials-layout {
    display: grid;
    grid-template-columns: minmax(0, 60%) minmax(0, 40%);
    gap: 3rem;
    align-items: center;
}

.testimonials-carousel-col {
    min-width: 0;
}

.testimonials-header {
    text-align: left;
    margin-bottom: 0;
    max-width: 32rem;
}

.testimonials-title {
    font-family: var(--pt-font-display);
    font-size: 2.6rem;
    color: #f8fafc;
    font-weight: 700;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.testimonials-title strong {
    color: #facc15;
    font-weight: 800;
}

.testimonials-desc {
    font-family: var(--pt-font-body);
    font-size: 1rem;
    color: #a3a3a3;
    max-width: none;
    margin: 0;
    line-height: 1.6;
}

.testimonials-carousel-window {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0.5rem 0;
}

.testimonials-carousel-track {
    display: flex;
    gap: 4%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(0);
}

.testimonial-card {
    flex: 0 0 48%;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.testimonial-card .stars {
    color: #facc15;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.testimonial-text {
    font-size: 0.92rem;
    color: #e8e8e8;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author strong {
    display: block;
    font-size: 0.95rem;
    color: #ffffff;
}

.testimonial-author span {
    font-size: 0.8rem;
    color: #facc15;
    font-weight: 600;
}

/* Featured Tours Section */
.featured-tours-section {
    padding: 6rem 0;
    background-color: #161616;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.featured-tours-container {
    margin-left: 7%;
    margin-right: 7%;
}

.featured-tours-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: 100%;
    max-width: 100%;
    align-items: stretch;
}

.featured-tours-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 0.5rem 0.25rem 0.5rem 0;
    min-height: 100%;
}

.featured-tours-title {
    font-family: var(--pt-font-display);
    font-size: 2.6rem;
    color: #f8fafc;
    font-weight: 700;
    margin: 0.5rem 0 1rem;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.featured-tours-title strong {
    color: #facc15;
    font-weight: 800;
}

.featured-tours-desc {
    font-family: var(--pt-font-body);
    font-size: 1rem;
    color: #a3a3a3;
    max-width: none;
    margin: 0;
    line-height: 1.6;
}

.featured-tour-card {
    position: relative;
    aspect-ratio: 3 / 4; /* Reduced height by 25% (from 9/16 to 9/12 or 3/4) */
    border-radius: 16px;
    overflow: hidden;
    background-color: #0a0a0a;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.5rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease;
}

.tour-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 0.55s ease, transform 0.7s ease;
    z-index: 0;
    transform: scale(1.02);
}

.tour-card-bg--hover {
    opacity: 0;
}

.featured-tour-card:hover .tour-card-bg:not(.tour-card-bg--hover) {
    opacity: 0;
    transform: scale(1.08);
}

.featured-tour-card:hover .tour-card-bg--hover {
    opacity: 1;
    transform: scale(1.06);
}

.featured-tour-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.tour-card-overlay {
    position: absolute;
    top: 1%;
    left: 1%;
    width: 98%;
    height: 98%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 1;
    border-radius: 16px;
}

.tour-price {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    background-color: #facc15;
    color: #0a0a0a;
    font-size: 0.72rem;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    padding: 0.5rem 0.9rem;
    border-radius: 10px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.price-amount {
    font-size: 1.45rem; /* Exactly double the label size 0.72rem */
    font-weight: 800;
    display: inline-block;
    margin-top: 3px;
    letter-spacing: -0.02em;
}

.featured-tour-card:hover .tour-price {
    animation: shakePrice 0.5s ease-in-out infinite;
    background-color: #0a0a0a;
    color: #facc15;
}

@keyframes shakePrice {
    0% { transform: translate(0, 0) rotate(0deg); }
    15% { transform: translate(-3px, 1px) rotate(-2deg); }
    30% { transform: translate(2px, -1px) rotate(1.5deg); }
    45% { transform: translate(-2px, 2px) rotate(-1deg); }
    60% { transform: translate(1px, -1px) rotate(1deg); }
    75% { transform: translate(-1px, 1px) rotate(-0.5deg); }
    90% { transform: translate(1px, 0) rotate(0.5deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

.tour-stars {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: #facc15;
    font-size: 1.35rem; /* Increased size by ~50% for high visibility */
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.tour-card-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.tour-card-content h4 {
    font-family: var(--pt-font-display);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #ffffff;
    line-height: 1.3;
}

.tour-card-duration {
    font-size: 0.82rem;
    color: #facc15;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Accreditations Section */
.accreditations-section {
    padding: 4rem 0;
    background-color: #0a0a0a;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.accreditations-container {
    margin-left: 7%;
    margin-right: 7%;
}

.accreditations-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 2rem;
    align-items: center;
    justify-items: center;
}

.accreditation-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.accreditation-item img {
    max-width: 110px;
    width: 100%;
    height: auto;
    opacity: 0.6;
    filter: brightness(0) invert(1); /* Forces logos to turn completely white */
    transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
}

.accreditation-item img:hover {
    opacity: 1;
    filter: brightness(1) invert(0); /* Restores original logo colors on hover */
    transform: scale(1.05);
}

/* Footer Section */
.footer-section {
    background-color: #0f1013;
    color: #9a9a9a;
    padding: 5rem 0 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-container {
    margin-left: 7%;
    margin-right: 7%;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 3rem;
}

.footer-col h4 {
    font-family: var(--pt-font-display);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: #facc15;
}

.footer-logo {
    max-width: 140px;
    height: auto;
    margin-bottom: 1.5rem;
    filter: brightness(0) invert(1); /* Forces logo to turn completely white */
    opacity: 0.9;
}

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

.footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
    font-size: 0.88rem;
}

.footer-icon {
    width: 18px;
    height: 18px;
    color: #facc15;
    flex-shrink: 0;
}

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

.footer-menu li {
    margin-bottom: 0.75rem;
}

.footer-menu a {
    color: #9a9a9a;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-menu a:hover {
    color: #facc15;
    padding-left: 5px;
}

.footer-socials {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1.8rem;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.footer-socials a:hover {
    background-color: #facc15;
    color: #0a0a0a;
    transform: translateY(-3px);
}

.social-icon {
    width: 18px;
    height: 18px;
}

.btn-payment-methods {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #facc15;
    color: #facc15;
    padding: 0.6rem 1.4rem;
    font-size: 0.82rem;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.btn-payment-methods:hover {
    background-color: #facc15;
    color: #0a0a0a;
    box-shadow: 0 4px 12px rgba(250, 204, 21, 0.2);
}

.footer-copyright {
    background-color: #090a0c; /* Deep black/charcoal background */
    padding: 2.5rem 7%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright-legal {
    color: #e8e8e8;
    font-size: 0.85rem;
    margin: 0.5rem 0;
    line-height: 1.7;
    font-weight: 400;
}

.copyright-brand {
    text-decoration: none;
    border-bottom: 1px solid #facc15;
    color: #facc15;
    font-weight: 600;
}

.copyright-author {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.68rem;
    margin: 0.8rem 0 0;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.copyright-author-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.copyright-author-link:hover {
    color: #facc15;
}

/* WhatsApp Floating CTA */
.whatsapp-cta-wrapper {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    z-index: 9999;
    pointer-events: none;
}

.whatsapp-message-bubble {
    pointer-events: auto;
    background-color: #161616;
    color: #f8fafc;
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(250, 204, 21, 0.35);
    white-space: nowrap;
    position: relative;
    opacity: 0;
    transform: translateX(15px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    font-family: var(--pt-font-display);
}

.whatsapp-message-bubble.active {
    opacity: 1;
    transform: translateX(0);
}

.whatsapp-message-bubble::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background-color: #161616;
    border-top: 1px solid rgba(250, 204, 21, 0.35);
    border-right: 1px solid rgba(250, 204, 21, 0.35);
}

.whatsapp-btn {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25d366;
    color: #ffffff;
    box-shadow: 0 5px 25px rgba(37, 211, 102, 0.3);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    background-color: #128c7e;
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
}

.whatsapp-icon {
    width: 32px;
    height: 32px;
}

/* Tour Detail Page Styles */
.tour-hero-inline {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9; /* Perfect landscape proportion within the column */
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.tour-hero-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.tour-hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.tour-hero-slide.active {
    opacity: 1;
}

.tour-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Bottom-heavy gradient to ensure text readability on bottom-left positioning */
    background: linear-gradient(to top, rgba(15, 16, 20, 0.8) 0%, rgba(15, 16, 20, 0.3) 50%, rgba(15, 16, 20, 0) 100%);
    z-index: 1;
}

.tour-hero-content {
    position: absolute;
    bottom: 2.2rem;
    left: 2.5rem;
    text-align: left;
    z-index: 2;
    max-width: 80%;
    padding: 0;
}

.tour-hero-content h1 {
    font-family: var(--pt-font-display);
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 0.2rem;
    letter-spacing: -0.01em;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.tour-detail-section {
    padding: 2.5rem 0 6rem; /* Reduced top padding to move content closer to the header */
    background-color: #161616;
}

.tour-breadcrumbs {
    font-size: 0.82rem;
    color: #9a9a9a;
    margin-bottom: 2rem;
    font-family: var(--pt-font-display);
    font-weight: 500;
}

.tour-breadcrumbs a {
    color: #a3a3a3;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tour-breadcrumbs a:hover {
    color: #facc15;
}

.tour-breadcrumbs span {
    color: #f8fafc;
    font-weight: 600;
}

.tour-detail-container {
    margin-left: 7%;
    margin-right: 7%;
    max-width: 100%;
}

/* Tour page redesigned layout */
.tour-titlebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 1.25rem 1.5rem;
    background: #0a0a0a;
    border: 1px solid rgba(250, 204, 21, 0.2);
    border-radius: 14px;
}

.tour-titlebar__title {
    font-family: var(--pt-font-display);
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 800;
    color: #f8fafc;
    margin: 0 0 0.65rem;
    line-height: 1.2;
}

.tour-titlebar__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.tour-titlebar__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(250, 204, 21, 0.1);
    border: 1px solid rgba(250, 204, 21, 0.25);
    color: #e8e8e8;
    font-size: 0.82rem;
    font-family: var(--pt-font-body);
}

.tour-titlebar__chip strong {
    color: #facc15;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.7rem;
}

.tour-titlebar__cta {
    flex-shrink: 0;
    padding: 0.85rem 1.6rem;
    font-size: 0.85rem;
    white-space: nowrap;
}

.tour-media-carousel {
    position: relative;
    margin-bottom: 2.5rem;
}

.tour-media-carousel__viewport {
    overflow: hidden;
    border-radius: 14px;
}

.tour-media-carousel__track {
    display: flex;
    gap: 1rem;
    transition: transform 0.65s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

.tour-media-carousel__slide {
    flex: 0 0 calc((100% - 1rem) / 2);
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(250, 204, 21, 0.12);
}

.tour-media-carousel__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(250, 204, 21, 0.45);
    background: rgba(10, 10, 10, 0.85);
    color: #facc15;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.tour-media-carousel__nav:hover {
    background: #facc15;
    color: #0a0a0a;
}

.tour-media-carousel__nav--prev {
    left: 0.75rem;
}

.tour-media-carousel__nav--next {
    right: 0.75rem;
}

.tour-overview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
    gap: 1.75rem;
    margin-bottom: 2.75rem;
    align-items: start;
    justify-content: space-between;
}

.tour-overview .tour-presentation {
    margin-bottom: 0;
    height: 100%;
}

.tour-details-panel {
    background: #0a0a0a;
    border: 1px solid rgba(250, 204, 21, 0.2);
    border-radius: 14px;
    padding: 1.25rem 1.15rem;
    width: 100%;
    max-width: 300px;
    justify-self: end;
}

.tour-details-panel__title {
    font-family: var(--pt-font-display);
    font-size: 1.2rem;
    font-weight: 800;
    color: #f8fafc;
    margin: 0 0 1rem;
}

.tour-details-table {
    width: 100%;
    border-collapse: collapse;
}

.tour-details-table th,
.tour-details-table td {
    padding: 0.7rem 0.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
    vertical-align: middle;
}

.tour-details-table tr:last-child th,
.tour-details-table tr:last-child td {
    border-bottom: none;
}

.tour-details-table th {
    width: auto;
    font-family: var(--pt-font-display);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #facc15;
    padding-right: 0.5rem;
}

.tour-details-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.tour-details-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #facc15;
}

.tour-details-table td {
    font-family: var(--pt-font-body);
    font-size: 0.88rem;
    color: #e8e8e8;
    font-weight: 600;
    text-align: right;
}

.tour-tabs-container--featured {
    margin-top: 0.5rem;
}

.tour-tabs-container--featured .tour-tabs-headers {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

.tour-tabs-container--featured .tab-btn {
    flex: 0 1 auto;
    min-width: 0;
    font-family: var(--pt-font-display);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.85rem 1.35rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #a3a3a3 !important;
    background: #141414;
    box-shadow: none;
    cursor: pointer;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.tour-tabs-container--featured .tab-btn:hover {
    color: #f8fafc !important;
    border-color: rgba(250, 204, 21, 0.45);
    background: #1a1a1a;
}

.tour-tabs-container--featured .tab-btn.active {
    background: #facc15 !important;
    color: #0a0a0a !important;
    border-color: #facc15;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(250, 204, 21, 0.28);
    transform: translateY(-1px);
}

.tour-detail-layout {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
    min-width: 0;
}

.tour-main-content {
    flex: 1;
    min-width: 0;
    max-width: 100%;
}

.tour-sidebar {
    flex: 0 0 340px;
    max-width: 100%;
    position: sticky;
    top: 100px;
}

/* Tours catalog page */
.tours-page-header {
    margin-top: 3.5rem;
    margin-left: 7%;
    margin-right: 7%;
}

.tours-page-header .cursive-subtitle {
    display: block;
    font-size: 1.8rem;
    color: #facc15;
    margin-bottom: 0.2rem;
}

.tours-page-title {
    font-family: var(--pt-font-display);
    font-size: 2.6rem;
    font-weight: 800;
    color: #f8fafc;
    margin: 0;
    line-height: 1.15;
    word-wrap: break-word;
}

.tours-catalog-section {
    padding-top: 1rem;
}

.tours-catalog-breadcrumbs {
    margin-bottom: 2rem;
}

.tours-catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.tour-list-card {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) auto;
    gap: 1.1rem;
    align-items: center;
    text-decoration: none;
    color: inherit;
    background: #161616;
    border: 1px solid rgba(250, 204, 21, 0.12);
    border-radius: 14px;
    overflow: hidden;
    padding: 0.85rem;
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.tour-list-card:hover {
    border-color: rgba(250, 204, 21, 0.45);
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}

.tour-list-card__media {
    width: 100%;
    height: 224px;
    aspect-ratio: auto;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.tour-list-card__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
}

.tour-list-card__title {
    font-family: var(--pt-font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: #f8fafc;
    margin: 0;
    line-height: 1.25;
}

.tour-list-card__duration {
    font-family: var(--pt-font-body);
    font-size: 0.82rem;
    font-weight: 700;
    color: #facc15;
}

.tour-list-card__location {
    font-family: var(--pt-font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #a3a3a3;
}

.tour-list-card__tagline {
    font-family: var(--pt-font-body);
    font-size: 0.86rem;
    color: #a3a3a3;
    line-height: 1.45;
    margin: 0.25rem 0 0;
}

.tour-list-card__aside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.35rem;
    padding: 0 0.35rem 0 0.5rem;
    text-align: right;
    min-width: 6.5rem;
}

.tour-list-card__price-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #a3a3a3;
}

.tour-list-card__price {
    font-family: var(--pt-font-display);
    font-size: 1.55rem;
    font-weight: 800;
    color: #facc15;
    line-height: 1;
}

.tour-list-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.35rem;
    padding: 0.45rem 0.85rem;
    border-radius: 8px;
    background: #facc15;
    color: #0a0a0a;
    font-family: var(--pt-font-display);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.tour-list-card:hover .tour-list-card__cta {
    background: #0a0a0a;
    color: #facc15;
}

.tour-presentation {
    background-color: #f8f8f8;
    border: 1px solid #edf2f7;
    border-left: 4px solid #facc15; /* Elegant left border accent */
    padding: 2.5rem;
    border-radius: 12px;
    margin-bottom: 3rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.tour-presentation h3 {
    font-family: var(--pt-font-display);
    font-size: 1.8rem;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 1.2rem;
}

.tour-presentation p {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.tour-presentation p:last-child {
    margin-bottom: 0;
}

/* Tabs */
.tour-tabs-container {
    margin-top: 0; /* Adjusted since presentation already has margin-bottom */
}

.tour-tabs-headers {
    display: inline-flex;
    background-color: #0a0a0a;
    padding: 0.4rem;
    border-radius: 30px;
    gap: 0.5rem;
    overflow-x: auto;
    scrollbar-width: none;
    max-width: 100%;
}

.tour-tabs-headers::-webkit-scrollbar {
    display: none;
}

.tab-btn {
    background: transparent;
    border: none;
    font-family: var(--pt-font-display);
    font-size: 0.9rem;
    font-weight: 600;
    color: #a3a3a3;
    padding: 0.6rem 1.4rem;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    white-space: nowrap;
}

.tab-btn:hover {
    color: #0a0a0a;
}

.tab-btn.active {
    background-color: #facc15;
    color: #0a0a0a;
    box-shadow: 0 4px 12px rgba(250, 204, 21, 0.25);
}

.tour-tabs-content {
    background-color: #f8f8f8;
    border: 1px solid #edf2f7;
    border-left: 4px solid #facc15; /* Elegant left border accent matching presentation */
    padding: 2.5rem;
    border-radius: 12px;
    margin-top: 1.8rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

/* Short Itinerary List */
.itinerary-short-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.itinerary-short-list li {
    padding: 1.2rem 0;
    border-bottom: 1px solid #edf2f7;
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.6;
}

.itinerary-short-list li:first-child {
    padding-top: 0;
}

.itinerary-short-list li strong {
    color: #0a0a0a;
    font-weight: 600;
}

.itinerary-sub-list {
    list-style: none;
    padding-left: 1.2rem;
    margin-top: 0.5rem;
}

.itinerary-sub-list li {
    padding: 0.25rem 0 !important;
    border-bottom: none !important;
    font-size: 0.9rem;
    color: #4a5568;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.itinerary-sub-list li::before {
    content: '—';
    color: #facc15;
    font-weight: bold;
}

/* Full Itinerary Day */
.itinerary-day {
    margin-bottom: 2rem;
    position: relative;
    padding-left: 2rem;
    border-left: 2px solid #edf2f7;
}

.itinerary-day::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -6px;
    width: 10px;
    height: 10px;
    background-color: #facc15;
    border-radius: 50%;
}

.itinerary-day h5 {
    font-family: var(--pt-font-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 0.6rem;
}

.itinerary-day p {
    font-size: 0.92rem;
    color: #4a5568;
    line-height: 1.6;
}

/* Inclusions & Exclusions */
.inclusions-layout {
    display: flex;
    gap: 3rem;
}

.inclusions-col {
    flex: 1;
}

.inclusions-col h5 {
    font-family: var(--pt-font-display);
    font-size: 1.15rem;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 1.5rem;
}

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

.inclusions-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 1rem;
    font-size: 0.92rem;
    color: #4a5568;
    line-height: 1.5;
}

.inclusions-list.included li::before {
    content: '✓';
    color: #25d366;
    font-weight: bold;
    font-size: 1.1rem;
}

.inclusions-list.excluded li::before {
    content: '✗';
    color: #e53e3e;
    font-weight: bold;
    font-size: 1.1rem;
}

/* FAQs */
.faq-item {
    padding: 1.5rem;
    background-color: #0a0a0a;
    border-radius: 8px;
    margin-bottom: 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.faq-item h6 {
    font-family: var(--pt-font-display);
    font-size: 1rem;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 0.5rem;
}

.faq-item p {
    font-size: 0.9rem;
    color: #a3a3a3;
    line-height: 1.6;
    margin: 0;
}

/* Sidebar Details Card */
.tour-specs-card {
    background-color: #0a0a0a;
    border-radius: 16px;
    padding: 2.5rem;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.01);
}

.tour-specs-card h4 {
    font-family: var(--pt-font-display);
    font-size: 1.3rem;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 1.8rem;
}

.specs-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}

.specs-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.92rem;
}

.specs-list li:last-child {
    border-bottom: none;
}

.spec-label {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.spec-icon {
    width: 16px;
    height: 16px;
    color: #facc15; /* Brand Gold */
    flex-shrink: 0;
}

.specs-list li strong {
    color: #4a5568;
    font-weight: 500;
}

.specs-list li span {
    color: #0a0a0a;
    font-weight: 600;
    text-align: right;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

#btn-open-contact {
    background-color: #0a0a0a; /* Dark luxury base background */
    color: #facc15; /* Brand Gold text */
    border: 2px solid #facc15;
    padding: 0.9rem 1.8rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(26, 28, 35, 0.12);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
}

#btn-open-contact:hover {
    transform: translateY(-3px);
    background-color: #facc15; /* Fills with brand gold on hover */
    color: #0a0a0a; /* Text turns dark */
    box-shadow: 0 8px 25px rgba(250, 204, 21, 0.35);
}

#btn-open-contact:active {
    transform: translateY(1px);
}

/* Tour Gallery Section */
.tour-gallery-section {
    background-color: #0a0a0a;
    padding: 5rem 0;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
}

.tour-gallery-container {
    margin-left: 7%;
    margin-right: 7%;
}

.gallery-title {
    font-family: var(--pt-font-display);
    font-size: 2.2rem;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 2.5rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.2rem;
}

.gallery-item {
    position: relative;
    aspect-ratio: 1 / 1; /* Beautiful square layout */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.gallery-item:hover img {
    transform: scale(1.08);
}

/* Contact Modal Overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 16, 20, 0.7);
    backdrop-filter: blur(4px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.modal-box {
    background-color: #161616;
    padding: 3.5rem;
    border-radius: 16px;
    max-width: 500px;
    width: 90%;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.modal-overlay.active .modal-box {
    transform: scale(1);
}

.modal-close-btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: transparent;
    border: none;
    font-size: 2.2rem;
    line-height: 1;
    color: #9a9a9a;
    cursor: pointer;
    transition: color 0.3s ease;
}

.modal-close-btn:hover {
    color: #0a0a0a;
}

.modal-box h3 {
    font-family: var(--pt-font-display);
    font-size: 1.8rem;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 0.5rem;
}

.modal-box p {
    font-size: 0.9rem;
    color: #a3a3a3;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.modal-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.modal-form label {
    font-family: var(--pt-font-display);
    font-size: 0.85rem;
    font-weight: 600;
    color: #4a5568;
}

.modal-form input,
.modal-form textarea {
    font-family: var(--pt-font-display);
    padding: 0.8rem 1rem;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    font-size: 0.92rem;
    color: #0a0a0a;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.modal-form input:focus,
.modal-form textarea:focus {
    outline: none;
    border-color: #facc15;
    box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.15);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .topbar-container {
        padding: 0;
    }
    .topbar-marquee__item {
        font-size: 0.72rem;
    }
    .main-header {
        z-index: 9999;
        /* Avoid backdrop-filter creating a containing block for the fixed drawer */
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background-color: #141414 !important;
        overflow: visible;
    }
    .header-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0.75rem;
        margin-left: 5%;
        margin-right: 5%;
        min-width: 0;
        max-width: 100%;
    }
    .logo-theme-puma-travel {
        min-width: 0;
        flex-shrink: 1;
    }
    .logo-img {
        max-height: 48px;
        max-width: 100%;
    }
    .main-header.is-sticky .logo-img {
        max-height: 24px;
    }
    .nav-toggle {
        display: flex; /* Show toggle on mobile */
        position: relative;
        z-index: 10002;
        flex-shrink: 0;
    }
    .main-nav {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        width: min(280px, 85vw);
        height: 100vh;
        height: 100dvh;
        margin: 0;
        background-color: #0a0a0a;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 6rem 1.75rem 2rem;
        gap: 1.5rem;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s;
        z-index: 10001;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.25);
        visibility: hidden;
        pointer-events: none;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .main-nav.active {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }
    .main-nav a {
        color: #ffffff;
        font-size: 1.05rem;
        width: 100%;
        padding: 0.5rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    .main-nav a::before {
        display: none; /* Disable hover underline effect on mobile */
    }
    .main-nav a:hover {
        color: #facc15;
    }
    .header-cta {
        margin-left: auto;
        margin-right: 0.5rem;
        flex-shrink: 0;
    }
    .header-langs {
        margin-left: 0.25rem;
        gap: 0.4rem;
    }
    .lang-flag svg {
        width: 24px;
        height: 16px;
    }
    .header-cta .btn-enquire {
        padding: 0.55rem 0.9rem;
        font-size: 0.72rem;
        white-space: nowrap;
    }
    .holiday-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    .holiday-split {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .holiday-promo {
        min-height: 336px;
        padding: 2rem 1.5rem;
    }
    .holiday-promo__title {
        font-size: 1.85rem;
    }
    .holiday-carousel__viewport,
    .holiday-carousel__card {
        min-height: 336px;
    }
    .why-choose-us-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .why-choose-us-header {
        max-width: none;
    }
    .why-choose-us-media img,
    .why-choose-us-media img:first-child {
        height: 150px;
    }
    .testimonials-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .testimonials-header {
        max-width: none;
        order: -1;
    }
    .packages-carousel-window {
        padding: 1.5rem 5%;
    }
    .packages-carousel-track {
        transform: translateX(0);
        gap: 4%;
    }
    .package-card {
        flex: 0 0 48%;
    }
    .testimonials-carousel-window {
        padding: 0.5rem 0;
    }
    .testimonials-carousel-track {
        transform: translateX(0);
        gap: 4%;
    }
    .testimonial-card {
        flex: 0 0 48%;
    }
    .featured-tours-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    .featured-tours-intro {
        grid-column: 1 / -1;
    }
    .tours-catalog-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    .tour-list-card {
        grid-template-columns: 180px minmax(0, 1fr) auto;
        gap: 0.9rem;
    }
    .tour-list-card__media {
        height: 192px;
    }
    .accreditations-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
    .tour-detail-container,
    .tours-page-header {
        margin-left: 5%;
        margin-right: 5%;
    }
    .tour-detail-layout {
        flex-direction: column;
        gap: 2.5rem;
    }
    .tour-titlebar {
        flex-direction: column;
        align-items: flex-start;
    }
    .tour-titlebar__cta {
        width: 100%;
        text-align: center;
    }
    .tour-overview {
        grid-template-columns: 1fr;
    }
    .tour-details-panel {
        max-width: none;
        justify-self: stretch;
    }
    .tour-media-carousel__slide {
        flex: 0 0 calc((100% - 1rem) / 2);
    }
    .tour-tabs-container--featured .tour-tabs-headers {
        gap: 0.6rem;
    }
    .tour-tabs-container--featured .tab-btn {
        font-size: 0.78rem;
        padding: 0.75rem 1rem;
    }
    .tour-sidebar {
        flex: auto;
        position: relative;
        top: 0;
        width: 100%;
        max-width: 100%;
    }
    .tour-main-content,
    .tour-tabs-container,
    .tour-presentation,
    .tour-tabs-content,
    .tour-specs-card,
    .featured-tours-grid,
    .gallery-grid {
        min-width: 0;
        max-width: 100%;
    }
    .tour-hero-inline {
        aspect-ratio: 4 / 3;
        border-radius: 12px;
        margin-bottom: 2rem;
    }
    .tour-hero-content {
        bottom: 1.2rem;
        left: 1.2rem;
        right: 1.2rem;
        max-width: none;
    }
    .tour-hero-content h1 {
        font-size: 1.55rem;
        line-height: 1.2;
        word-wrap: break-word;
    }
    .tour-presentation,
    .tour-tabs-content {
        padding: 1.5rem;
    }
    .tour-presentation h3 {
        font-size: 1.4rem;
    }
    .tour-tabs-headers {
        display: flex;
        width: 100%;
    }
    .tab-btn {
        flex: 0 0 auto;
        font-size: 0.82rem;
        padding: 0.55rem 1rem;
    }
    .inclusions-layout {
        flex-direction: column;
        gap: 2rem;
    }
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.8rem;
    }
    .gallery-title {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
    }
    .tours-page-header {
        margin-top: 2.5rem;
    }
    .tours-page-header .cursive-subtitle {
        font-size: 1.35rem;
    }
    .tours-page-title {
        font-size: 1.85rem;
    }
    .tours-catalog-breadcrumbs {
        margin-bottom: 2rem;
    }
    .featured-tour-card {
        padding: 1.8rem 1.4rem;
    }
}

@media (max-width: 480px) {
    .holiday-grid {
        grid-template-columns: 1fr;
    }
    .choose-item {
        padding: 1.1rem 1.15rem;
    }
    .choose-icon-wrapper {
        width: 56px;
        height: 56px;
    }
    .choose-icon {
        max-width: 28px;
    }
    .packages-carousel-window {
        padding: 1.5rem 5%;
    }
    .packages-carousel-track {
        transform: translateX(0);
        gap: 5%;
    }
    .package-card {
        flex: 0 0 90%;
    }
    .testimonials-carousel-window {
        padding: 1.5rem 0;
    }
    .testimonials-carousel-track {
        transform: translateX(0);
        gap: 5%;
    }
    .testimonial-card {
        flex: 0 0 90%;
    }
    .featured-tours-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    .tour-list-card {
        grid-template-columns: 1fr;
        text-align: left;
    }
    .tour-list-card__media {
        aspect-ratio: 16 / 9;
    }
    .tour-list-card__aside {
        align-items: flex-start;
        text-align: left;
        padding: 0;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.65rem;
        align-items: center;
    }
    .tour-list-card__cta {
        margin-top: 0;
        margin-left: auto;
    }
    .accreditations-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: center;
    }
    .footer-col h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .footer-contact-list li {
        justify-content: center;
    }
    .footer-socials {
        justify-content: center;
    }
    .tour-detail-container,
    .tours-page-header {
        margin-left: 4%;
        margin-right: 4%;
    }
    .tour-media-carousel__slide {
        flex: 0 0 100%;
    }
    .tour-tabs-container--featured .tab-btn {
        width: 100%;
        text-align: center;
    }
    .tour-detail-section {
        padding: 1.5rem 0 4rem;
    }
    .tour-hero-content h1 {
        font-size: 1.35rem;
    }
    .tour-presentation,
    .tour-tabs-content {
        padding: 1.15rem;
    }
    .tour-presentation h3 {
        font-size: 1.25rem;
    }
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.65rem;
    }
    .tours-page-header .cursive-subtitle {
        font-size: 1.2rem;
    }
    .tours-page-title {
        font-size: 1.55rem;
    }
    .tour-card-content h4 {
        font-size: 1.15rem;
    }
}

