/* 
    London Travel and Tourism - Platinum Executive Design System 
    Modernized Corporate Identity
*/

:root {
    --primary-bg: #FFFFFF;
    --accent-red: #D32F2F;
    --deep-black: #121212;
    --text-main: #2D3436;
    --text-muted: #636E72;
    --surface-light: #F8F9FA;
    --border-soft: rgba(0, 0, 0, 0.06);
    --shadow-premium: 0 15px 45px rgba(0, 0, 0, 0.08);
    --font-heading: 'Roboto', sans-serif;
    --font-body: 'Roboto', sans-serif;
}

/* Performance and Hardware Acceleration */
html {
    scroll-behavior: initial !important;
    /* Managed by Lenis */
}

/* GPU Hinting for heavy sections */
.hero-wrap,
.ftco-section,
.ftco-footer,
.project-wrap {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.hero-wrap .img,
.project-wrap .img {
    will-change: transform;
}

/* Global Typography */
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
li,
td,
th,
blockquote,
input,
select,
textarea,
button,
label,
strong,
b,
em,
.subheading {
    font-family: 'Roboto', sans-serif !important;
}

/* Apply Roboto to spans and links only if they aren't icons */
span:not(.fa):not(.fas):not(.far):not(.fab):not([class^="flaticon-"]),
a:not(.fa):not(.fas):not(.far):not(.fab):not([class^="flaticon-"]) {
    font-family: 'Roboto', sans-serif !important;
}

body {
    color: var(--text-main);
    background-color: var(--primary-bg);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--deep-black);
}

/* Modern Header & Glassmorphic Sticky - FLY LONDON AIR */
.modern-navbar {
    background: transparent !important;
    padding: 8px 0;
    /* Ultra-compact padding for maximum screen efficiency */
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.modern-navbar.scrolled {
    background: rgba(5, 5, 5, 0.95) !important;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    padding: 5px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modern-navbar.nav-hidden {
    transform: translateY(-100%);
    box-shadow: none;
}

.brand-logo {
    height: 85px;
    /* Precision scaled for ultra-compact layout */
    width: auto;
    transition: all 0.4s ease;
}

.scrolled .brand-logo {
    height: 55px;
    /* Slimline scrolled logo */
}

.modern-navbar .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 500;
    font-size: 0.85rem;
    padding: 10px 20px !important;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    border: none !important;
}

/* Silicon Underline Slide Animation */
.modern-navbar .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 20px;
    right: 20px;
    height: 2px;
    background: var(--accent-red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modern-navbar .navbar-nav .nav-link:hover {
    color: #FFFFFF !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.modern-navbar .navbar-nav .nav-link:hover::after,
.modern-navbar .navbar-nav .nav-item.active .nav-link::after {
    transform: scaleX(1);
}

.modern-navbar .navbar-nav .nav-item.active .nav-link {
    color: #FFFFFF !important;
    font-weight: 700;
}

/* Luxury Nav Button */
.btn-luxury-nav {
    background: var(--accent-red);
    color: #FFFFFF !important;
    padding: 10px 25px !important;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 2px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(211, 47, 47, 0.2);
    transition: all 0.3s ease;
}

.btn-luxury-nav:hover {
    background: #FFFFFF;
    color: var(--deep-black) !important;
    transform: translateY(-2px);
}

/* Hero Modernization */
.hero-wrap {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    /* Balanced positioning */
}

.hero-wrap.js-fullheight {
    min-height: 850px !important;
    height: auto !important;
}

/* Ensure inner slider text also fills the height on desktop if needed */
.hero-wrap.js-fullheight .slider-text {
    min-height: 850px;
}

@media (max-width: 991.98px) {

    .hero-wrap.js-fullheight,
    .hero-wrap.js-fullheight .slider-text {
        min-height: 500px !important;
        height: auto !important;
    }
}

@media (max-width: 767.98px) {

    .hero-wrap.js-fullheight,
    .hero-wrap.js-fullheight .slider-text {
        min-height: 450px !important;
        /* Unified height for all pages including About and Home */
        height: auto !important;
    }

    .hero-wrap {
        background-position: center center !important;
    }
}

/* Prevent height mismatch and white space below hero image */
.hero-wrap .home-slider,
.hero-wrap .home-slider .slider-item,
.hero-wrap .home-slider .owl-stage-outer,
.hero-wrap .home-slider .owl-stage,
.hero-wrap .home-slider .owl-item {
    height: 100% !important;
}

.hero-wrap .overlay {
    background: rgba(0, 0, 0, 0.85);
    /* Deepened for 'more black' effect */
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.hero-wrap .slider-text h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 20px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    color: var(--primary-bg);
}

.hero-wrap .slider-text .subheading {
    color: var(--accent-red);
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
}

.hero-wrap .slider-text h1 {
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 900;
    color: var(--primary-bg);
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.hero-wrap .slider-text h2.h5 {
    color: var(--primary-bg) !important;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.hero-wrap .slider-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 600px;
}

/* Skyline Mastery - Executive Dashboard Consolidation */
.hero-executive-dashboard {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* Smooth gradient instead of heavy blur so image shows through perfectly */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(18, 18, 18, 0.85) 100%);
    backdrop-filter: blur(4px);
    /* Very light blur for readability without hiding the image */
    -webkit-backdrop-filter: blur(4px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px 0;
    z-index: 10;
}

.dashboard-branding .hero-accent-line {
    margin-bottom: 10px;
}

.dashboard-branding h1 {
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 2.2rem;
}

.dashboard-branding p {
    font-size: 0.8rem !important;
    max-width: 500px;
}

.border-left-glass {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 20px;
}

.stat-number-sm {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 2px;
}

.stat-label-xs {
    display: block;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
}

/* Specific button overrides for the compact dashboard */
.hero-executive-dashboard .btn-sm {
    padding: 10px 20px !important;
    font-size: 0.7rem !important;
}

@media (max-width: 991.98px) {
    .hero-executive-dashboard {
        position: relative;
        padding: 40px 20px;
    }

    .border-left-glass {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-left: 0;
        padding-top: 25px;
        margin-top: 25px;
    }
}

/* Floating Glass Search Dashboard */
.ftco-search-modern {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
    padding: 30px;
    margin-top: -80px;
    position: relative;
    z-index: 10;
}

.search-property-1-modern {
    background: transparent !important;
}

.search-property-1-modern .form-group {
    background: transparent !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.search-property-1-modern label {
    color: rgba(255, 255, 255, 0.8) !important;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
}

.search-property-1-modern .form-control {
    background: transparent !important;
    color: #FFFFFF !important;
    border: none !important;
    font-size: 14px;
    padding-left: 0 !important;
}

.search-property-1-modern .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.search-property-1-modern .icon {
    color: var(--accent-red) !important;
    font-size: 15px !important;
}

/* Custom Search Button 'Platinum' */
.btn-search-platinum {
    background: var(--accent-red) !important;
    border: none !important;
    border-radius: 12px !important;
    height: 70px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    box-shadow: 0 10px 30px rgba(211, 47, 47, 0.4) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.btn-search-platinum:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(211, 47, 47, 0.6) !important;
}

/* Tabs for Modern Dashboard */
.ftco-search-modern .nav-pills .nav-link {
    background: rgba(255, 255, 255, 0.05);
    color: #FFFFFF !important;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ftco-search-modern .nav-pills .nav-link.active {
    background: var(--accent-red) !important;
    border-color: var(--accent-red);
}

/* Redesigned Modern Cards */
.services-1 {
    background: var(--primary-bg) !important;
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    padding: 35px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

.services-1:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-premium);
    border-color: var(--accent-red);
}

/* Modernized Tour Cards - Full Bleed */
/* Modernized Tour Cards - Platinum Masterclass */
.project-wrap {
    background: transparent !important;
    /* Base is transparent */
    border: none;
    padding: 0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 50px;
    display: block;
    position: relative;
}

.project-wrap .img-container {
    height: 380px;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    background: #1a1a1a;
    /* Dark placeholder for luxury feel */
}

.project-wrap .img {
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover !important;
    background-position: center !important;
    transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.project-wrap:hover .img {
    transform: scale(1.1) rotate(1deg);
}

.tour-item .project-wrap .text {
    width: 90% !important;
    margin: -60px auto 0 !important;
    /* Modern 'Float' over image for Tours only */
    background: #FFFFFF !important;
    padding: 25px 30px !important;
    position: relative;
    z-index: 5;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.tour-item .project-wrap:hover .text {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    border-color: rgba(236, 28, 36, 0.1);
}

.project-wrap .text h3 {
    margin-bottom: 10px;
    overflow: visible;
    /* Ensure title is never cut off */
}

.project-wrap .text h3 a {
    color: #1C1C1C !important;
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
}

/* Glassmorphic Badge Fix */
.badge-status {
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 8px 18px;
    background: rgba(236, 28, 36, 0.9);
    color: #FFFFFF;
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    backdrop-filter: blur(15px);
    z-index: 10;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.badge-status.nature {
    background: rgba(39, 174, 96, 0.85);
}

.badge-status.cruise {
    background: rgba(41, 128, 185, 0.85);
}

.badge-status.attraction {
    background: rgba(142, 68, 173, 0.85);
}

.project-wrap .text .days {
    display: block;
    color: var(--accent-red);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

/* --- Smooth Filtering Animations --- */
.tour-item {
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
    transform: scale(1);
    will-change: transform, opacity;
}

/* When an item is being 'hidden' by filtering */
.tour-item.filtering-out {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
}

/* The actual hidden state (after fade out) */
.tour-item.tour-hidden {
    display: none !important;
}

/* When an item is 'showing' but before it starts fading in */
.tour-item.filtering-in {
    display: block !important;
    opacity: 0;
    transform: scale(0.95) translateY(10px);
}

/* Tab Navigation for Destinations */
.luxury-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.luxury-tab-btn {
    padding: 12px 30px;
    background: #F8FAFC;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    color: #64748B;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.luxury-tab-btn:hover {
    background: #FFFFFF;
    color: #1C1C1C;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.luxury-tab-btn.active {
    background: #1C1C1C;
    color: #FFFFFF;
    border-color: #1C1C1C;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* --- Nested Sub-Tabs for Destination Overhaul --- */
.sub-tabs-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
    padding: 10px 0 30px;
}

.sub-tab-btn {
    padding: 6px 18px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    color: #64748B;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.sub-tab-btn:hover {
    background: rgba(0, 0, 0, 0.03);
    color: #1C1C1C;
}

.sub-tab-btn.active {
    background: #FFFFFF;
    color: #1C1C1C;
    border-color: #1C1C1C;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Hide / Show Animations for Entire Containers */
.category-container {
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 1;
    transform: translateY(0);
}

.category-container.hidden {
    display: none !important;
}

.category-container.fading-out {
    opacity: 0;
    transform: translateY(10px);
}

/* --- Luxury Search Box Styles --- */
.luxury-search-box {
    max-width: 600px;
    margin: 0 auto 30px;
}

.search-input-wrap {
    position: relative;
    width: 100%;
}

.search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent-red);
    font-size: 1.2rem;
    z-index: 5;
}

.tour-search-field {
    width: 100%;
    padding: 18px 25px 18px 55px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50px;
    font-size: 1rem;
    color: #1a1a1a;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    outline: none;
}

.tour-search-field:focus {
    border-color: var(--accent-red);
    box-shadow: 0 15px 40px rgba(211, 47, 47, 0.1);
    transform: translateY(-2px);
}

.tour-search-field::placeholder {
    color: #999;
    letter-spacing: 0.5px;
}

/* Custom Autocomplete Lookup - Executive Results */
.custom-autocomplete-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 220px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.05);
    /* Added distinct bottom finishing edge */
    border-radius: 0 0 15px 15px;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    padding-bottom: 12px;
    /* Increased padding at the end of the scroll */
}

.custom-autocomplete-results.active {
    display: block;
}

.autocomplete-item {
    padding: 12px 20px;
    font-size: 0.85rem;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease;
    white-space: nowrap;
    /* Prevent multi-line wrapping */
    overflow: hidden;
    text-overflow: ellipsis;
    /* Pro-grade trimming for long airport names */
}

.autocomplete-item:last-child {
    border-bottom: none;
}

.autocomplete-item:hover {
    background: #F8F9FA;
    padding-left: 25px;
    color: var(--accent-red);
}

/* Custom Executive Scrollbar for results */
.custom-autocomplete-results::-webkit-scrollbar {
    width: 6px;
}

.custom-autocomplete-results::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-autocomplete-results::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.custom-autocomplete-results::-webkit-scrollbar-thumb:hover {
    background: var(--accent-red);
}

/* --- Mobile Responsiveness Refinements --- */
@media (max-width: 768px) {
    .sub-tabs-wrapper {
        justify-content: flex-start !important;
        /* Start from left for scrolling */
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        padding: 10px 20px 25px !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .sub-tabs-wrapper::-webkit-scrollbar {
        display: none;
    }

    .sub-tab-btn {
        flex: 0 0 auto;
        /* Prevent button shrinking in scroll area */
        white-space: nowrap;
    }

    .luxury-tabs-nav {
        gap: 10px !important;
    }

    .luxury-tab-btn {
        padding: 10px 20px !important;
        font-size: 0.75rem !important;
    }
}

@media (max-width: 576px) {
    .tour-item .project-wrap .text {
        margin-top: -35px !important;
        /* Balanced overlap for small screens */
        padding: 20px 25px !important;
        width: 92% !important;
    }

    .project-wrap .img-container {
        height: 300px !important;
    }

    .badge-status {
        top: 15px;
        right: 15px;
        font-size: 0.6rem;
        padding: 6px 12px;
    }
}

/* --- Executive Insights Modernization --- */
.blog-entry.modern-insight {
    background: #FFFFFF;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
}

.blog-entry.modern-insight:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.blog-entry.modern-insight .block-20 {
    height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.blog-entry.modern-insight .text {
    padding: 35px !important;
    margin: 0 !important;
    /* Ensure NO overlap for Insights */
}

.blog-entry.modern-insight .heading {
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.blog-entry.modern-insight .heading a {
    color: #1C1C1C !important;
    transition: color 0.3s ease;
}

.blog-entry.modern-insight .heading a:hover {
    color: var(--accent-red) !important;
}

/* Pagination Overhaul - Platinum Dots */
.block-27 ul li {
    margin-right: 8px;
}

.block-27 ul li a,
.block-27 ul li span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: #FFFFFF !important;
    color: #64748B !important;
    font-weight: 700;
    transition: all 0.3s ease;
}

.block-27 ul li.active a,
.block-27 ul li.active span {
    background: #1C1C1C !important;
    color: #FFFFFF !important;
    border-color: #1C1C1C !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.block-27 ul li:hover a {
    border-color: var(--accent-red) !important;
    color: var(--accent-red) !important;
    transform: translateY(-2px);
}


.services-1 .icon {
    background: var(--surface-light) !important;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 25px;
    transition: 0.3s all;
}

.services-1:hover .icon {
    background: var(--accent-red) !important;
}

.services-1:hover .icon span {
    color: var(--primary-bg) !important;
}

.services-1 .heading {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Modern Buttons */
.btn.btn-primary {
    background: var(--accent-red) !important;
    border: 2px solid var(--accent-red) !important;
    padding: 14px 35px !important;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: 0.4s all ease;
}

.btn.btn-primary:hover {
    background: var(--deep-black) !important;
    border-color: var(--deep-black) !important;
    transform: scale(1.05);
}

/* Sections */
.ftco-section {
    padding: 8em 0;
}

.heading-section .subheading {
    color: var(--accent-red);
    font-size: 1rem;
    font-weight: 700;
}

/* Financial Card Redesign */
.financial-card {
    background: var(--surface-light);
    border-left: 5px solid var(--accent-red);
    border-radius: 4px;
    transition: 0.3s all;
}

.financial-card h4 {
    color: var(--deep-black) !important;
    font-weight: 900;
}

/* Footer Redesign */
.ftco-footer {
    background: var(--deep-black) !important;
    padding: 8em 0 4em;
    color: rgba(255, 255, 255, 0.6) !important;
}

.ftco-footer .ftco-heading-2 {
    color: var(--primary-bg) !important;
    font-weight: 800;
    margin-bottom: 40px;
}

.ftco-footer-social li a {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ftco-footer-social li a:hover {
    background: var(--accent-red);
    border-color: var(--accent-red);
}

/* Loader Styling */
#ftco-loader .path {
    stroke: var(--accent-red);
}

/* World-Class Footer Masterclass - Onyx Edition */
.footer-onyx {
    background: #050505 !important;
    /* Ultra-Deep Onyx */
    padding-top: 30px;
    /* Further compact height */
    padding-bottom: 15px;
    /* Further compact height */
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    /* Precise framing border */
}

.footer-logo {
    height: 90px;
    /* Increased footer logo size */
    width: auto;
    filter: drop-shadow(0 0 10px rgba(211, 47, 47, 0.2));
}

.footer-desc {
    color: rgba(255, 255, 255, 0.85);
    /* Matching header text color */
    font-size: 0.8rem;
    /* Smaller font for height */
    line-height: 1.5;
}

.footer-heading {
    color: #FFFFFF;
    font-size: 0.9rem;
    /* Smaller heading */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    /* Tighter spacing */
    position: relative;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--accent-red);
}

.footer-links li {
    margin-bottom: 6px;
    /* High-density spacing */
}

.footer-links li a {
    color: rgba(255, 255, 255, 0.85) !important;
    /* Matching header text color */
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links li a:hover {
    color: #FFFFFF !important;
    padding-left: 10px;
}

.icon-accent {
    color: #EC1C24 !important;
    /* Bright Red for max visibility */
    font-size: 1.2rem;
    text-shadow: none;
    /* Remove dark shadow that blurred the icon */
    filter: drop-shadow(0 2px 5px rgba(236, 28, 36, 0.4));
    /* Light glow instead */
    width: 25px;
}

.footer-social-wrap .ftco-footer-social li a {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #FFFFFF !important;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer-social-wrap .ftco-footer-social li a:hover {
    background: var(--accent-red) !important;
    border-color: var(--accent-red) !important;
    transform: translateY(-5px);
}

.border-top-glass {
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.copyright {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .footer-onyx {
        padding-top: 50px;
        text-align: center;
    }

    .footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Founder's Journey Section - Elite Profile */
.founder-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.founder-img-frame {
    display: block;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin: 0 auto 20px auto;
    /* Centered with bottom spacing */
    max-width: fit-content;
}

.founder-img-professional {
    display: block;
    max-width: 350px;
    width: 100%;
    height: auto;
}

.founder-badge {
    display: block;
    border-radius: 4px;
    margin: 0 auto;
    max-width: fit-content;
}

.founder-bio p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.7);
}

.border-left-accent {
    border-left: 4px solid var(--accent-red);
    background: rgba(211, 47, 47, 0.02);
}

.milestone-box p {
    font-style: italic;
    color: var(--deep-black);
}

.inline-block {
    display: inline-block;
}

@media (max-width: 767.98px) {
    .founder-section {
        padding-top: 60px;
        padding-bottom: 60px;
        text-align: center;
    }
}

/* Executive Booking Hub - Corporate Light Dashboard */
.bg-corporate-light {
    background: #FFFFFF !important;
}

.booking-hub-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #FDFDFD;
}

.container-large {
    max-width: 1300px;
}

.premium-card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

/* Corporate Search Bar */
.search-property-1 {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.search-property-1 .form-group {
    border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.search-property-1 .col-lg:last-child .form-group {
    border-right: none !important;
}

.search-property-1 label {
    font-weight: 700;
    color: var(--deep-black);
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

.search-property-1 .form-control {
    border: none !important;
    background: transparent !important;
    padding-left: 0;
    color: var(--text-muted);
}

.search-property-1 .btn-primary {
    border-radius: 0;
}

.form-control-corporate {
    background: #F8F9FA !important;

    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #2D3436 !important;
    border-radius: 6px !important;
    height: 50px !important;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.form-control-corporate:focus {
    background: #FFFFFF !important;
    border-color: var(--accent-red) !important;
    box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.05);
}

.shadow-standard {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Category Grid styling - Light Profile */
.category-card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}

.category-card:hover {
    background: #FFFFFF;
    border-color: var(--accent-red);
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

.category-card .icon-accent {
    font-size: 2rem;
    color: var(--accent-red);
    transition: all 0.3s ease;
}

.category-card .category-title {
    color: var(--deep-black);
    font-weight: 700;
}

.category-card .category-desc {
    color: var(--text-muted);
}

/* --- Mobile Mastery Breakpoints --- */
@media (max-width: 991.98px) {
    .modern-navbar {
        background: rgba(18, 18, 18, 0.98) !important;
        padding: 12px 0 !important;
        position: fixed !important;
        z-index: 9999 !important;
    }

    /* --- Mobile Nav Collapse Fix --- */
    .modern-navbar .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }

    .modern-navbar .navbar-collapse.collapsing {
        display: block !important;
        height: 0;
        overflow: hidden;
        transition: height 0.35s ease;
    }

    .modern-navbar .navbar-collapse.collapse.show {
        display: block !important;
    }

    .modern-navbar .navbar-collapse {
        background: rgba(12, 12, 12, 0.98);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        margin-top: 10px;
        padding: 15px 20px 20px;
        border-radius: 0 0 12px 12px;
    }

    .modern-navbar .navbar-nav {
        flex-direction: column;
    }

    .modern-navbar .navbar-nav .nav-link {
        padding: 14px 5px !important;
        font-size: 0.9rem !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        letter-spacing: 1.5px;
    }

    .modern-navbar .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none;
    }

    /* Hide the underline slide animation on mobile */
    .modern-navbar .navbar-nav .nav-link::after {
        display: none !important;
    }

    .modern-navbar .navbar-cta-box {
        margin-left: 0 !important;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .modern-navbar .btn-luxury-nav {
        display: block;
        text-align: center;
        padding: 14px 25px !important;
        border-radius: 8px;
        font-size: 0.8rem;
    }

    /* Hamburger toggler styling */
    .modern-navbar .navbar-toggler {
        border: none !important;
        outline: none !important;
        padding: 8px 10px;
        z-index: 10000;
    }

    .modern-navbar .navbar-toggler:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .modern-navbar .navbar-toggler .fa-bars {
        font-size: 1.3rem;
    }

    /* Mobile scroll-hide: slide navbar up off-screen */
    .modern-navbar {
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    .modern-navbar.nav-hidden {
        transform: translateY(-100%) !important;
    }

    .brand-logo {
        height: 48px !important;
    }

    .hero-wrap,
    .hero-wrap .slider-text {
        height: auto !important;
        min-height: 100vh;
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .hero-wrap .slider-text h1 {
        font-size: 2.4rem !important;
        /* Mobile headline scale */
        letter-spacing: 2px !important;
    }

    .hero-executive-dashboard {
        position: relative !important;
        bottom: auto !important;
        margin-top: 40px;
        padding: 30px 20px !important;
        backdrop-filter: none;
        background: rgba(18, 18, 18, 0.6);
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .border-left-glass {
        border-left: none !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 20px;
        padding-top: 20px;
        padding-left: 0 !important;
    }

    .stat-item {
        margin-bottom: 25px;
    }

    .stat-number-sm {
        font-size: 1.5rem !important;
    }

    /* Fix Search Bar Collision */
    .ftco-search-modern {
        margin-top: 30px !important;
        /* Added gap to prevent form crashing */
        border-radius: 15px !important;
        padding: 20px !important;
        transform: translateY(0);
        /* Reset transform on mobile */
    }

    /* Section Spacing */
    .ftco-section {
        padding: 4em 0 !important;
    }

    /* Testimonial Mobile Refinement */
    .carousel-testimony .item {
        padding: 10px;
    }

    .testimony-wrap {
        width: 100% !important;
        margin: 0 !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
    }

    .testimony-wrap .text {
        padding: 15px !important;
    }

    .carousel-testimony .owl-stage-outer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* --- Stealth Luxe Modern Booking Engine --- */
.booking-pearl-panel {
    background: linear-gradient(145deg, #ffffff 0%, #f1f5f9 100%) !important;
    border-radius: 36px;
    box-shadow:
        0 40px 100px -20px rgba(0, 0, 0, 0.7),
        0 20px 40px -10px rgba(0, 0, 0, 0.5),
        inset 0 4px 6px rgba(255, 255, 255, 1),
        inset 2px 0 6px rgba(255, 255, 255, 0.8),
        inset -4px -4px 10px rgba(0, 0, 0, 0.08) !important;
    overflow: visible;
    /* Ensure dropdowns are not cut off */
    color: #1C1C1C !important;
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* Modernized "Pill" Tabs navigation */
.booking-tabs-pearl {
    background: transparent !important;
    border-bottom: none;
    padding: 15px 25px;
}

.booking_tabs_pearl {
    border: none !important;
}

.booking-tabs-pearl .nav-link {
    border: none !important;
    outline: none !important;
    /* Force removal of black outline */
    color: #64748B !important;
    font-weight: 800;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 28px !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 40px !important;
    margin-right: 8px;
    position: relative;
    background: transparent !important;
    box-shadow: none !important;
}

.booking-tabs-pearl .nav-link i {
    margin-right: 10px;
    font-size: 0.9rem;
}

.booking-tabs-pearl .nav-link.active,
.booking-tabs-pearl .nav-link.active:focus,
.booking-tabs-pearl .nav-link.active:active {
    background: #EC1C24 !important;
    color: #FFFFFF !important;
    box-shadow: 0 10px 20px rgba(236, 28, 36, 0.25) !important;
    transform: translateY(-2px);
    border: none !important;
    outline: none !important;
    box-shadow: 0 10px 20px rgba(236, 28, 36, 0.25) !important;
}

.booking-tabs-pearl .nav-link:hover:not(.active) {
    background: #FFFFFF !important;
    color: #1C1C1C !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.booking-content-pearl {
    padding: 40px;
    overflow: visible !important;
}

.booking-pearl-panel .tab-content,
.booking-pearl-panel .tab-pane {
    overflow: visible !important;
}

/* Pearl Form Groups */
.form-group-pearl {
    margin-bottom: 0;
}

.form-group-pearl label {
    display: block;
    font-size: 0.68rem;
    color: #94A3B8;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    margin-bottom: 12px;
}

.form-control-pearl {
    background: #F8FAFC !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 12px !important;
    color: #1E293B !important;
    height: 54px !important;
    font-size: 0.95rem !important;
    padding: 0 18px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-control-pearl:focus {
    background: #FFFFFF !important;
    border-color: #EC1C24 !important;
    box-shadow: 0 0 0 4px rgba(236, 28, 36, 0.1) !important;
    transform: translateY(-1px);
}

/* Premium Action Button Modernization */
.btn-pearl-action {
    background-color: #EC1C24 !important;
    background-image: linear-gradient(135deg, #EC1C24 0%, #B71C1C 100%) !important;
    border: none !important;
    outline: none !important;
    color: #FFFFFF !important;
    font-weight: 900 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    padding: 16px 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 20px rgba(236, 28, 36, 0.25) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.btn-pearl-action:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 30px rgba(236, 28, 36, 0.35) !important;
}

/* Trip Type Toggles Modernization */
.trip-type-pearl {
    background: #F1F5F9;
    padding: 6px;
    border-radius: 14px;
    display: inline-flex;
}

.btn-pearl-trip {
    border: none !important;
    background: transparent !important;
    color: #64748B !important;
    font-weight: 800;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 10px 22px !important;
    border-radius: 10px !important;
    transition: all 0.3s ease;
}

.btn-pearl-trip.active {
    background: #FFFFFF !important;
    color: #EC1C24 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
}

.btn-pearl-trip:hover:not(.active) {
    color: #1C1C1C !important;
}

.booking-hub-section {
    position: relative;
    z-index: 50 !important;
    /* Ensure dropdown floats over the following sections */
    background: linear-gradient(135deg, #FFFFFF 0%, #F2F5F8 40%, #D8DEE9 100%) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    /* Subtle finishing line */
}

.trip-type-toggle .btn-trip.active {
    background: #FFFFFF;
    color: var(--deep-black);
}

@media (max-width: 991.98px) {
    .booking-glass-panel {
        background: #121212 !important;
        /* Solid dark for mobile visibility */
        backdrop-filter: none !important;
        border: none !important;
    }

    .booking-content-wrap {
        padding: 25px;
    }

    .booking-tabs .nav-link {
        font-size: 0.55rem;
        padding: 15px 5px !important;
    }
}

/* --- Founder Profile Styling --- */
.founder-profile-img-wrap {
    position: relative;
    padding: 10px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: inline-block;
}

.founder-profile-img {
    border-radius: 80%;
    width: 350px;
    height: 350px;
    object-fit: cover;
    border: 3px solid #f8f9fa;
}

.founder-contact-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: #ffffff;
    border-radius: 30px;
    color: #1c1c1c;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-decoration: none;
}

.founder-contact-badge:hover {
    background: #1c1c1c;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* --- Global Branches Styling --- */
.branch-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.branch-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.branch-card .contact-info p,
.branch-card .contact-info a {
    font-size: 0.95rem;
    line-height: 1.5;
}

/* --- TEMPORARY: Hide Testimonial Client Images --- */
.testimony-wrap .user-img {
    display: none !important;
}

.testimony-wrap .pl-3 {
    padding-left: 0 !important;
}

/* --- Executive Services Grid --- */
.executive-service-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 1;
}

.executive-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #ec1c24;
    /* FLYLONDONAIR Red */
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.35s ease-out;
    z-index: -1;
}

.executive-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(236, 28, 36, 0.1);
}

.executive-service-card:hover::before {
    transform: scaleY(1);
    transform-origin: top;
}

.executive-service-card .icon-badge {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(236, 28, 36, 0.08);
    /* Soft Red Background */
    color: #ec1c24;
    /* Solid Red Icon */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all 0.3s ease;
}

.executive-service-card:hover .icon-badge {
    background: #ec1c24;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(236, 28, 36, 0.4);
}

.executive-service-card h3 {
    font-weight: 700;
    font-size: 1.15rem;
    color: #1c1c1c;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.executive-service-card p {
    color: #64748B;
    /* Slate Gray */
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
}

/* --- Executive Mosaic Social Gallery --- */
.social-mosaic-section {
    padding: 100px 0;
    background: #FFFFFF;
}

.social-hub-header {
    text-align: center;
    margin-bottom: 60px;
}

.social-hub-header .hashtag {
    color: #EC1C24;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.social-icons-hub {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 20px;
}

.social-icons-hub a {
    font-size: 1.5rem;
    color: #1C1C1C;
    transition: all 0.3s ease;
    opacity: 0.6;
}

.social-icons-hub a:hover {
    color: #EC1C24;
    opacity: 1;
    transform: translateY(-3px);
}

.mosaic-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 350px);
    gap: 20px;
}

.mosaic-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    background: #F1F5F9;
    /* Fallback */
}

.mosaic-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Specific Mosaic Sizing */
.item-large {
    grid-column: span 2;
    grid-row: span 2;
}

.item-tall {
    grid-row: span 2;
}

.mosaic-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s ease;
    color: #FFFFFF;
    text-align: center;
    padding: 30px;
}

.mosaic-item:hover .mosaic-overlay {
    opacity: 1;
}

.mosaic-item:hover .mosaic-img {
    transform: scale(1.15);
}

.mosaic-overlay i {
    font-size: 2.2rem;
    margin-bottom: 15px;
    transform: translateY(30px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

.mosaic-overlay p {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transform: translateY(30px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}

.mosaic-item:hover .mosaic-overlay i,
.mosaic-item:hover .mosaic-overlay p {
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .social-mosaic-section {
        padding: 60px 0;
    }

    .mosaic-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 250px);
        gap: 15px;
    }

    .item-large,
    .item-tall {
        grid-column: span 1;
        grid-row: span 1;
    }
}


/* --- Executive Flyer Gallery Section --- */
.event-ledger-section {
    position: relative;
    padding: 100px 0;
    background: #FFFFFF;
    /* Clean white background as requested */
    overflow: hidden;
}

.event-ledger-section .container {
    position: relative;
    z-index: 2;
}

.executive-flyer-card {
    background: #000000;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 40px;
    height: 700px !important;
    width: 100%;
}

.executive-flyer-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 45px 90px rgba(0, 0, 0, 0.25);
}

.flyer-header {
    background: #FFFFFF;
    padding: 12px 10px;
    height: 85px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.flyer-logo {
    height: 45px;
    /* Larger logo on flyers */
    width: auto;
    margin-bottom: 10px;
}

.flyer-top-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 900;
    color: #1C1C1C;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.flyer-img-wrap {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}

.flyer-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s ease;
}

.executive-flyer-card:hover .flyer-img {
    transform: scale(1.1);
}

.flyer-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}

.flyer-footer {
    background: #000000;
    padding: 20px 15px;
    height: 230px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
}

.flyer-route {
    font-family: var(--font-heading);
    height: 3.5em !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
    gap: 15px;
}

.flyer-date {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.flyer-contact {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 0.75rem;
}

.flyer-contact span {
    color: rgba(255, 255, 255, 0.5);
}

.flyer-contact strong {
    color: #FFFFFF;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .executive-flyer-card {
        min-height: 420px;
    }

    .flyer-route {
        font-size: 1.5rem;
    }
}

/* --- Skyline Flight Animation System --- */
.booking-hub-section {
    position: relative;
    background: linear-gradient(to bottom, #0f172a 0%, #020617 70%, #FAFAFA 100%) !important;
    border-bottom: none !important;
}

#executive-services {
    border-top: none !important;
}

.sky-animation-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

/* Moving Clouds */
.floating-cloud {
    position: absolute;
    background: #FFFFFF;
    border-radius: 100px;
    opacity: 0.15;
    /* Reduced opacity for dark background contrast */
    filter: blur(40px);
    transition: all 0.3s ease;
}

.cloud-1 {
    width: 300px;
    height: 100px;
    top: 10%;
    left: -350px;
    animation: cloudFloat 45s linear infinite;
}

.cloud-2 {
    width: 400px;
    height: 120px;
    top: 50%;
    left: -450px;
    animation: cloudFloat 60s linear infinite 5s;
    opacity: 0.2;
}

.cloud-3 {
    width: 250px;
    height: 80px;
    top: 80%;
    left: -300px;
    animation: cloudFloat 35s linear infinite 10s;
}

@keyframes cloudFloat {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(100vw + 600px));
    }
}

/* Executive Flight Paths */
.flight-path-plane {
    position: absolute;
    z-index: 1;
    color: #EC1C24;
    /* Solid Brand Red for high visibility */
    font-size: 3rem;
    /* Larger */
    filter: drop-shadow(0 15px 15px rgba(236, 28, 36, 0.3));
    /* Red glow */
    opacity: 0;
}

/* Multiple planes with varying delays, speeds, and colors */
.flight-1 {
    top: 15%;
    left: -150px;
    animation: flightGlide 22s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.flight-2 {
    top: 55%;
    left: -150px;
    animation: flightGlide 30s cubic-bezier(0.5, 0, 0.3, 1) infinite 7s;
    font-size: 2rem;
    color: #F8FAFC;
    filter: drop-shadow(0 10px 10px rgba(248, 250, 252, 0.2));
}

/* Platinum Silver */
.flight-3 {
    top: 85%;
    left: -150px;
    animation: flightGlide 25s cubic-bezier(0.4, 0, 0.2, 1) infinite 15s;
    font-size: 2.5rem;
    color: #D4AF37;
    filter: drop-shadow(0 10px 10px rgba(212, 175, 55, 0.2));
}

/* Executive Gold */

@keyframes flightGlide {
    0% {
        transform: translateX(0) translateY(0) rotate(15deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    85% {
        opacity: 1;
    }

    100% {
        transform: translateX(calc(100vw + 300px)) translateY(-150px) rotate(15deg);
        opacity: 0;
    }
}

/* Ensure the booking panel sits above the animation */
.booking-hub-section .container {
    position: relative;
    z-index: 5;
}

/* Swup Transition Styles - Modern Page Transitions */
.transition-fade {
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
}

html.is-animating .transition-fade {
    opacity: 0;
    transform: translateY(15px);
}

html.is-leaving .transition-fade {
    opacity: 0;
    transform: translateY(-15px);
}