: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
}

html {
    scroll-behavior: initial !important
}

.ftco-footer,
.ftco-section,
.hero-wrap,
.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
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.subheading,
b,
blockquote,
body,
button,
em,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
li,
p,
select,
strong,
td,
textarea,
th {
    font-family: Roboto, sans-serif !important
}

a:not(.fa):not(.fas):not(.far):not(.fab):not([class^=flaticon-]),
span: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-navbar {
    background: 0 0 !important;
    padding: 8px 0;
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.modern-navbar.scrolled {
    background: rgba(5, 5, 5, .95) !important;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    padding: 5px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.modern-navbar.nav-hidden {
    transform: translateY(-100%);
    box-shadow: none
}

.brand-logo {
    height: 120px;
    width: auto;
    transition: all .4s ease
}

.scrolled .brand-logo {
    height: 80px
}

.modern-navbar .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .85) !important;
    font-weight: 500;
    font-size: .85rem;
    padding: 10px 20px !important;
    transition: all .4s ease;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    border: none !important
}

.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 .4s cubic-bezier(.165, .84, .44, 1)
}

.modern-navbar .navbar-nav .nav-link:hover {
    color: #fff !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, .2)
}

.modern-navbar .navbar-nav .nav-item.active .nav-link::after,
.modern-navbar .navbar-nav .nav-link:hover::after {
    transform: scaleX(1)
}

.modern-navbar .navbar-nav .nav-item.active .nav-link {
    color: #fff !important;
    font-weight: 700
}

.btn-luxury-nav {
    background: var(--accent-red);
    color: #fff !important;
    padding: 10px 25px !important;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: 2px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(211, 47, 47, .2);
    transition: all .3s ease
}

.btn-luxury-nav:hover {
    background: #fff;
    color: var(--deep-black) !important;
    transform: translateY(-2px)
}

.hero-wrap {
    position: relative
}

.hero-wrap .overlay {
    background: rgba(0, 0, 0, .85);
    background: linear-gradient(135deg, rgba(0, 0, 0, .95) 0, rgba(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, .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, .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, .9);
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 600px
}

.hero-executive-dashboard {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(18, 18, 18, .35);
    backdrop-filter: blur(45px) saturate(180%);
    -webkit-backdrop-filter: blur(45px) saturate(180%);
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding: 40px 0;
    z-index: 10;
    box-shadow: 0 -20px 60px rgba(0, 0, 0, .3)
}

.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: .8rem !important;
    max-width: 500px
}

.border-left-glass {
    border-left: 1px solid rgba(255, 255, 255, .08);
    padding-left: 20px
}

.stat-number-sm {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 2px
}

.stat-label-xs {
    display: block;
    font-size: .55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, .5);
    font-weight: 700
}

.hero-executive-dashboard .btn-sm {
    padding: 10px 20px !important;
    font-size: .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, .08);
        padding-left: 0;
        padding-top: 25px;
        margin-top: 25px
    }
}

.ftco-search-modern {
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 30px 100px rgba(0, 0, 0, .5);
    padding: 30px;
    margin-top: -80px;
    position: relative;
    z-index: 10
}

.search-property-1-modern {
    background: 0 0 !important
}

.search-property-1-modern .form-group {
    background: 0 0 !important;
    border-right: 1px solid rgba(255, 255, 255, .1) !important
}

.search-property-1-modern label {
    color: rgba(255, 255, 255, .8) !important;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700
}

.search-property-1-modern .form-control {
    background: 0 0 !important;
    color: #fff !important;
    border: none !important;
    font-size: 14px;
    padding-left: 0 !important
}

.search-property-1-modern .form-control::placeholder {
    color: rgba(255, 255, 255, .5) !important
}

.search-property-1-modern .icon {
    color: var(--accent-red) !important;
    font-size: 15px !important
}

.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, .4) !important;
    transition: all .4s cubic-bezier(.175, .885, .32, 1.275) !important
}

.btn-search-platinum:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(211, 47, 47, .6) !important
}

.ftco-search-modern .nav-pills .nav-link {
    background: rgba(255, 255, 255, .05);
    color: #fff !important;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, .1)
}

.ftco-search-modern .nav-pills .nav-link.active {
    background: var(--accent-red) !important;
    border-color: var(--accent-red)
}

.services-1 {
    background: var(--primary-bg) !important;
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    padding: 35px;
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .02);
    overflow: hidden
}

.services-1:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-premium);
    border-color: var(--accent-red)
}

.project-wrap {
    background: 0 0 !important;
    border: none;
    padding: 0;
    transition: all .6s cubic-bezier(.165, .84, .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, .15);
    background: #1a1a1a
}

.project-wrap .img {
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover !important;
    background-position: center !important;
    transition: transform 1.5s cubic-bezier(.165, .84, .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;
    background: #fff !important;
    padding: 25px 30px !important;
    position: relative;
    z-index: 5;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    transition: all .4s ease;
    border: 1px solid rgba(0, 0, 0, .05)
}

.tour-item .project-wrap:hover .text {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
    border-color: rgba(236, 28, 36, .1)
}

.project-wrap .text h3 {
    margin-bottom: 10px;
    overflow: visible
}

.project-wrap .text h3 a {
    color: #1c1c1c !important;
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: block
}

.badge-status {
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 8px 18px;
    background: rgba(236, 28, 36, .9);
    color: #fff;
    font-size: .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, .3)
}

.badge-status.nature {
    background: rgba(39, 174, 96, .85)
}

.badge-status.cruise {
    background: rgba(41, 128, 185, .85)
}

.badge-status.attraction {
    background: rgba(142, 68, 173, .85)
}

.project-wrap .text .days {
    display: block;
    color: var(--accent-red);
    font-weight: 700;
    text-transform: uppercase;
    font-size: .65rem;
    letter-spacing: 1px;
    margin-bottom: 5px
}

.tour-item {
    transition: opacity .4s ease, transform .4s cubic-bezier(.165, .84, .44, 1);
    opacity: 1;
    transform: scale(1);
    will-change: transform, opacity
}

.tour-item.filtering-out {
    opacity: 0;
    transform: scale(.9) translateY(20px)
}

.tour-item.tour-hidden {
    display: none !important
}

.tour-item.filtering-in {
    display: block !important;
    opacity: 0;
    transform: scale(.95) translateY(10px)
}

.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, .05);
    border-radius: 50px;
    color: #64748b;
    font-weight: 700;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all .4s ease;
    cursor: pointer
}

.luxury-tab-btn:hover {
    background: #fff;
    color: #1c1c1c;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    transform: translateY(-2px)
}

.luxury-tab-btn.active {
    background: #1c1c1c;
    color: #fff;
    border-color: #1c1c1c;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .15)
}

.sub-tabs-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
    padding: 10px 0 30px
}

.sub-tab-btn {
    padding: 6px 18px;
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 30px;
    color: #64748b;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s ease;
    cursor: pointer
}

.sub-tab-btn:hover {
    background: rgba(0, 0, 0, .03);
    color: #1c1c1c
}

.sub-tab-btn.active {
    background: #fff;
    color: #1c1c1c;
    border-color: #1c1c1c;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.category-container {
    transition: opacity .5s ease, transform .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 {
    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: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 50px;
    font-size: 1rem;
    color: #1a1a1a;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .03);
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    outline: 0
}

.tour-search-field:focus {
    border-color: var(--accent-red);
    box-shadow: 0 15px 40px rgba(211, 47, 47, .1);
    transform: translateY(-2px)
}

.tour-search-field::placeholder {
    color: #999;
    letter-spacing: .5px
}

.custom-autocomplete-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 220px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
    border-bottom: 3px solid rgba(0, 0, 0, .05);
    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, .2);
    padding-bottom: 12px
}

.custom-autocomplete-results.active {
    display: block
}

.autocomplete-item {
    padding: 12px 20px;
    font-size: .85rem;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    transition: all .2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.autocomplete-item:last-child {
    border-bottom: none
}

.autocomplete-item:hover {
    background: #f8f9fa;
    padding-left: 25px;
    color: var(--accent-red)
}

.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)
}

@media (max-width:768px) {
    .sub-tabs-wrapper {
        justify-content: flex-start !important;
        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;
        white-space: nowrap
    }

    .luxury-tabs-nav {
        gap: 10px !important
    }

    .luxury-tab-btn {
        padding: 10px 20px !important;
        font-size: .75rem !important
    }
}

@media (max-width:576px) {
    .tour-item .project-wrap .text {
        margin-top: -35px !important;
        padding: 20px 25px !important;
        width: 92% !important
    }

    .project-wrap .img-container {
        height: 300px !important
    }

    .badge-status {
        top: 15px;
        right: 15px;
        font-size: .6rem;
        padding: 6px 12px
    }
}

.blog-entry.modern-insight {
    background: #fff;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    height: 100%
}

.blog-entry.modern-insight:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(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
}

.blog-entry.modern-insight .heading {
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 20px
}

.blog-entry.modern-insight .heading a {
    color: #1c1c1c !important;
    transition: color .3s ease
}

.blog-entry.modern-insight .heading a:hover {
    color: var(--accent-red) !important
}

.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, .08) !important;
    background: #fff !important;
    color: #64748b !important;
    font-weight: 700;
    transition: all .3s ease
}

.block-27 ul li.active a,
.block-27 ul li.active span {
    background: #1c1c1c !important;
    color: #fff !important;
    border-color: #1c1c1c !important;
    box-shadow: 0 10px 20px rgba(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: .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
}

.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: .4s all ease
}

.btn.btn-primary:hover {
    background: var(--deep-black) !important;
    border-color: var(--deep-black) !important;
    transform: scale(1.05)
}

.ftco-section {
    padding: 8em 0
}

.heading-section .subheading {
    color: var(--accent-red);
    font-size: 1rem;
    font-weight: 700
}

.financial-card {
    background: var(--surface-light);
    border-left: 5px solid var(--accent-red);
    border-radius: 4px;
    transition: .3s all
}

.financial-card h4 {
    color: var(--deep-black) !important;
    font-weight: 900
}

.ftco-footer {
    background: var(--deep-black) !important;
    padding: 8em 0 4em;
    color: rgba(255, 255, 255, .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, .05);
    border: 1px solid rgba(255, 255, 255, .1)
}

.ftco-footer-social li a:hover {
    background: var(--accent-red);
    border-color: var(--accent-red)
}

#ftco-loader .path {
    stroke: var(--accent-red)
}

.footer-onyx {
    background: #050505 !important;
    padding-top: 30px;
    padding-bottom: 15px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .05)
}

.footer-logo {
    height: 90px;
    width: auto;
    filter: drop-shadow(0 0 10px rgba(211, 47, 47, .2))
}

.footer-desc {
    color: rgba(255, 255, 255, .85);
    font-size: .8rem;
    line-height: 1.5
}

.footer-heading {
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    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
}

.footer-links li a {
    color: rgba(255, 255, 255, .85) !important;
    font-size: .9rem;
    transition: all .3s ease;
    display: inline-block
}

.footer-links li a:hover {
    color: #fff !important;
    padding-left: 10px
}

.icon-accent {
    color: #ec1c24 !important;
    font-size: 1.2rem;
    text-shadow: none;
    filter: drop-shadow(0 2px 5px rgba(236, 28, 36, .4));
    width: 25px
}

.footer-social-wrap .ftco-footer-social li a {
    background: rgba(255, 255, 255, .03) !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    color: #fff !important;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .4s cubic-bezier(.165, .84, .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, .06) !important
}

.copyright {
    color: rgba(255, 255, 255, .3);
    font-size: .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-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px
}

.founder-img-frame {
    display: block;
    padding: 15px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 4px;
    margin: 0 auto 20px auto;
    max-width: fit-content
}

.founder-img-professional {
    display: block;
    max-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, .7)
}

.border-left-accent {
    border-left: 4px solid var(--accent-red);
    background: rgba(211, 47, 47, .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
    }
}

.bg-corporate-light {
    background: #fff !important
}

.booking-hub-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #fdfdfd
}

.container-large {
    max-width: 1300px
}

.premium-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .03)
}

.search-property-1 {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    overflow: hidden
}

.search-property-1 .form-group {
    border-right: 1px solid rgba(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: 0 0 !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, .1) !important;
    color: #2d3436 !important;
    border-radius: 6px !important;
    height: 50px !important;
    font-size: .9rem;
    transition: all .3s ease
}

.form-control-corporate:focus {
    background: #fff !important;
    border-color: var(--accent-red) !important;
    box-shadow: 0 0 0 .2rem rgba(211, 47, 47, .05)
}

.shadow-standard {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.category-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 10px;
    height: 100%;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    cursor: pointer
}

.category-card:hover {
    background: #fff;
    border-color: var(--accent-red);
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, .08)
}

.category-card .icon-accent {
    font-size: 2rem;
    color: var(--accent-red);
    transition: all .3s ease
}

.category-card .category-title {
    color: var(--deep-black);
    font-weight: 700
}

.category-card .category-desc {
    color: var(--text-muted)
}

@media (max-width:991.98px) {
    .modern-navbar {
        background: rgba(18, 18, 18, .98) !important;
        padding: 12px 0 !important;
        position: fixed !important;
        z-index: 9999 !important
    }

    .modern-navbar .navbar-collapse.collapse:not(.show) {
        display: none !important
    }

    .modern-navbar .navbar-collapse.collapsing {
        display: block !important;
        height: 0;
        overflow: hidden;
        transition: height .35s ease
    }

    .modern-navbar .navbar-collapse.collapse.show {
        display: block !important
    }

    .modern-navbar .navbar-collapse {
        background: rgba(12, 12, 12, .98);
        border-top: 1px solid rgba(255, 255, 255, .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: .9rem !important;
        border-bottom: 1px solid rgba(255, 255, 255, .05);
        letter-spacing: 1.5px
    }

    .modern-navbar .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none
    }

    .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, .08)
    }

    .modern-navbar .btn-luxury-nav {
        display: block;
        text-align: center;
        padding: 14px 25px !important;
        border-radius: 8px;
        font-size: .8rem
    }

    .modern-navbar .navbar-toggler {
        border: none !important;
        outline: 0 !important;
        padding: 8px 10px;
        z-index: 10000
    }

    .modern-navbar .navbar-toggler:focus {
        outline: 0 !important;
        box-shadow: none !important
    }

    .modern-navbar .navbar-toggler .fa-bars {
        font-size: 1.3rem
    }

    .modern-navbar {
        transition: transform .35s cubic-bezier(.4, 0, .2, 1) !important
    }

    .modern-navbar.nav-hidden {
        transform: translateY(-100%) !important
    }

    .brand-logo {
        height: 85px !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;
        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, .6);
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, .1)
    }

    .border-left-glass {
        border-left: none !important;
        border-top: 1px solid rgba(255, 255, 255, .1);
        margin-top: 20px;
        padding-top: 20px;
        padding-left: 0 !important
    }

    .stat-item {
        margin-bottom: 25px
    }

    .stat-number-sm {
        font-size: 1.5rem !important
    }

    .ftco-search-modern {
        margin-top: 30px !important;
        border-radius: 15px !important;
        padding: 20px !important;
        transform: translateY(0)
    }

    .ftco-section {
        padding: 4em 0 !important
    }

    .carousel-testimony .item {
        padding: 10px
    }

    .testimony-wrap {
        width: 100% !important;
        margin: 0 !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .05) !important
    }

    .testimony-wrap .text {
        padding: 15px !important
    }

    .carousel-testimony .owl-stage-outer {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.booking-pearl-panel {
    background: linear-gradient(145deg, #fff 0, #f1f5f9 100%) !important;
    border-radius: 36px;
    box-shadow: 0 40px 100px -20px rgba(0, 0, 0, .7), 0 20px 40px -10px rgba(0, 0, 0, .5), inset 0 4px 6px #fff, inset 2px 0 6px rgba(255, 255, 255, .8), inset -4px -4px 10px rgba(0, 0, 0, .08) !important;
    overflow: visible;
    color: #1c1c1c !important;
    border-top: 2px solid #fff;
    border-left: 2px solid rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.booking-tabs-pearl {
    background: 0 0 !important;
    border-bottom: none;
    padding: 15px 25px
}

.booking_tabs_pearl {
    border: none !important
}

.booking-tabs-pearl .nav-link {
    border: none !important;
    outline: 0 !important;
    color: #64748b !important;
    font-weight: 800;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 28px !important;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    border-radius: 40px !important;
    margin-right: 8px;
    position: relative;
    background: 0 0 !important;
    box-shadow: none !important
}

.booking-tabs-pearl .nav-link i {
    margin-right: 10px;
    font-size: .9rem
}

.booking-tabs-pearl .nav-link.active,
.booking-tabs-pearl .nav-link.active:active,
.booking-tabs-pearl .nav-link.active:focus {
    background: #ec1c24 !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(236, 28, 36, .25) !important;
    transform: translateY(-2px);
    border: none !important;
    outline: 0 !important;
    box-shadow: 0 10px 20px rgba(236, 28, 36, .25) !important
}

.booking-tabs-pearl .nav-link:hover:not(.active) {
    background: #fff !important;
    color: #1c1c1c !important;
    box-shadow: 0 4px 10px rgba(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
}

.form-group-pearl {
    margin-bottom: 0
}

.form-group-pearl label {
    display: block;
    font-size: .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: .95rem !important;
    padding: 0 18px !important;
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

.form-control-pearl:focus {
    background: #fff !important;
    border-color: #ec1c24 !important;
    box-shadow: 0 0 0 4px rgba(236, 28, 36, .1) !important;
    transform: translateY(-1px)
}

.btn-pearl-action {
    background-color: #ec1c24 !important;
    background-image: linear-gradient(135deg, #ec1c24 0, #b71c1c 100%) !important;
    border: none !important;
    outline: 0 !important;
    color: #fff !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, .25) !important;
    transition: all .4s cubic-bezier(.175, .885, .32, 1.275) !important
}

.btn-pearl-action:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 30px rgba(236, 28, 36, .35) !important
}

.trip-type-pearl {
    background: #f1f5f9;
    padding: 6px;
    border-radius: 14px;
    display: inline-flex
}

.btn-pearl-trip {
    border: none !important;
    background: 0 0 !important;
    color: #64748b !important;
    font-weight: 800;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 10px 22px !important;
    border-radius: 10px !important;
    transition: all .3s ease
}

.btn-pearl-trip.active {
    background: #fff !important;
    color: #ec1c24 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06) !important
}

.btn-pearl-trip:hover:not(.active) {
    color: #1c1c1c !important
}

.booking-hub-section {
    position: relative;
    z-index: 50 !important;
    background: linear-gradient(135deg, #fff 0, #f2f5f8 40%, #d8dee9 100%) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.trip-type-toggle .btn-trip.active {
    background: #fff;
    color: var(--deep-black)
}

@media (max-width:991.98px) {
    .booking-glass-panel {
        background: #121212 !important;
        backdrop-filter: none !important;
        border: none !important
    }

    .booking-content-wrap {
        padding: 25px
    }

    .booking-tabs .nav-link {
        font-size: .55rem;
        padding: 15px 5px !important
    }
}

.founder-profile-img-wrap {
    position: relative;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    display: inline-block
}

.founder-profile-img {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    object-fit: cover;
    border: 3px solid #f8f9fa
}

.founder-contact-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: #fff;
    border-radius: 30px;
    color: #1c1c1c;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
    transition: all .3s ease;
    text-decoration: none
}

.founder-contact-badge:hover {
    background: #1c1c1c;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1)
}

.branch-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .03);
    transition: all .3s ease
}

.branch-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, .1)
}

.branch-card .contact-info a,
.branch-card .contact-info p {
    font-size: .95rem;
    line-height: 1.5
}

.testimony-wrap .user-img {
    display: none !important
}

.testimony-wrap .pl-3 {
    padding-left: 0 !important
}

.executive-service-card {
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, .04);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: all .35s cubic-bezier(.25, .8, .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;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .35s ease-out;
    z-index: -1
}

.executive-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
    border-color: rgba(236, 28, 36, .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, .08);
    color: #ec1c24;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all .3s ease
}

.executive-service-card:hover .icon-badge {
    background: #ec1c24;
    color: #fff;
    box-shadow: 0 5px 15px rgba(236, 28, 36, .4)
}

.executive-service-card h3 {
    font-weight: 700;
    font-size: 1.15rem;
    color: #1c1c1c;
    margin-top: 1rem;
    margin-bottom: .5rem
}

.executive-service-card p {
    color: #64748b;
    font-size: .9rem;
    line-height: 1.5;
    margin-bottom: 0
}

.social-mosaic-section {
    padding: 100px 0;
    background: #fff
}

.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 .3s ease;
    opacity: .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
}

.mosaic-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.165, .84, .44, 1)
}

.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, .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 .5s ease;
    color: #fff;
    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 .5s cubic-bezier(.175, .885, .32, 1.275) .1s
}

.mosaic-overlay p {
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transform: translateY(30px);
    transition: all .5s cubic-bezier(.175, .885, .32, 1.275) .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
    }
}

.event-ledger-section {
    position: relative;
    padding: 100px 0;
    background: #fff;
    overflow: hidden
}

.event-ledger-section .container {
    position: relative;
    z-index: 2
}

.executive-flyer-card {
    background: #000;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .15);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
    margin-bottom: 40px;
    height: 100%;
    min-height: 550px
}

.executive-flyer-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 45px 90px rgba(0, 0, 0, .25)
}

.flyer-header {
    background: #fff;
    padding: 25px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.flyer-logo {
    height: 60px;
    width: auto;
    margin-bottom: 10px
}

.flyer-top-label {
    display: block;
    font-size: .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: linear-gradient(to top, rgba(0, 0, 0, .8) 0, transparent 60%)
}

.flyer-footer {
    background: #000;
    padding: 35px 25px;
    text-align: center;
    color: #fff
}

.flyer-route {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.flyer-date {
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block
}

.flyer-contact {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: .75rem
}

.flyer-contact span {
    color: rgba(255, 255, 255, .5)
}

.flyer-contact strong {
    color: #fff;
    font-weight: 700
}

@media (max-width:991.98px) {
    .executive-flyer-card {
        min-height: 500px
    }

    .flyer-route {
        font-size: 1.5rem
    }
}

.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
}

.floating-cloud {
    position: absolute;
    background: #fff;
    border-radius: 100px;
    opacity: .15;
    filter: blur(40px);
    transition: all .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: .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))
    }
}

.flight-path-plane {
    position: absolute;
    z-index: 1;
    color: #ec1c24;
    font-size: 3rem;
    filter: drop-shadow(0 15px 15px rgba(236, 28, 36, .3));
    opacity: 0
}

.flight-1 {
    top: 15%;
    left: -150px;
    animation: flightGlide 22s cubic-bezier(.4, 0, .2, 1) infinite
}

.flight-2 {
    top: 55%;
    left: -150px;
    animation: flightGlide 30s cubic-bezier(.5, 0, .3, 1) infinite 7s;
    font-size: 2rem;
    color: #f8fafc;
    filter: drop-shadow(0 10px 10px rgba(248, 250, 252, .2))
}

.flight-3 {
    top: 85%;
    left: -150px;
    animation: flightGlide 25s cubic-bezier(.4, 0, .2, 1) infinite 15s;
    font-size: 2.5rem;
    color: #d4af37;
    filter: drop-shadow(0 10px 10px rgba(212, 175, 55, .2))
}

@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
    }
}

.booking-hub-section .container {
    position: relative;
    z-index: 5
}

.transition-fade {
    transition: .6s cubic-bezier(.165, .84, .44, 1);
    opacity: 1
}

html.is-animating .transition-fade {
    opacity: 0;
    transform: translateY(15px)
}

html.is-leaving .transition-fade {
    opacity: 0;
    transform: translateY(-15px)
}

.premium-service-hub {
    background: #111;
    padding: 0;
    border-bottom: 2px solid var(--accent-red);
    position: relative;
    z-index: 50;
    box-shadow: 0 15px 45px rgba(0, 0, 0, .4)
}

.service-hub-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none
}

.service-hub-container::-webkit-scrollbar {
    display: none
}

.service-hub-item {
    flex: 1;
    text-align: center;
    padding: 22px 15px;
    color: rgba(255, 255, 255, .8) !important;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-left: 1px solid rgba(255, 255, 255, .05);
    white-space: nowrap
}

.service-hub-item:first-child {
    border-left: none
}

.service-hub-item i {
    font-size: 1.4rem;
    color: #fff;
    transition: all .4s ease;
    opacity: .7
}

.service-hub-item:hover {
    background: var(--accent-red);
    color: #fff !important;
    text-decoration: none !important
}

.service-hub-item:hover i {
    transform: translateY(-3px);
    opacity: 1;
    color: #fff
}

.service-hub-item.highlight-gate {
    background: rgba(255, 255, 255, .1);
    position: relative
}

.service-hub-item.highlight-gate::after {
    content: 'EXCLUSIVE';
    position: absolute;
    top: 5px;
    font-size: 8px;
    background: var(--accent-red);
    padding: 2px 6px;
    border-radius: 2px;
    color: #fff
}

.service-hub-item.highlight-gate:hover {
    background: var(--accent-red)
}

@media (max-width:991px) {
    .premium-service-hub {
        border-bottom: 2px solid var(--accent-red)
    }

    .service-hub-item {
        padding: 18px 25px;
        flex: 0 0 auto
    }
}

.category-mosaic {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    grid-auto-flow: dense;
    margin-bottom: 50px
}

.mosaic-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 350px;
    cursor: pointer;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1)
}

.mosaic-item.large-v {
    grid-row: span 2;
    height: 720px
}

.mosaic-item.large-h {
    grid-column: span 2
}

.mosaic-item .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 1.2s cubic-bezier(.165, .84, .44, 1);
    z-index: 1
}

.mosaic-item:hover .img-bg {
    transform: scale(1.08)
}

.mosaic-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    transition: all .5s ease
}

.mosaic-item:hover::after {
    background: linear-gradient(to top, rgba(0, 0, 0, .95) 0, rgba(0, 0, 0, .6) 100%)
}

.mosaic-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 3;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%
}

.mosaic-content h3 {
    color: #fff;
    font-weight: 900;
    font-size: 1.8rem;
    margin-bottom: 5px;
    transition: transform .5s ease
}

.mosaic-item.large-h .mosaic-content h3,
.mosaic-item.large-v .mosaic-content h3 {
    font-size: 2.2rem
}

.mosaic-content .badge-top {
    align-self: flex-start;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 6px 15px;
    border-radius: 30px;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: auto
}

.mosaic-reveal {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transform: translateY(20px)
}

.mosaic-item:hover .mosaic-reveal {
    max-height: 150px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 15px
}

.mosaic-reveal p {
    color: rgba(255, 255, 255, .8);
    font-size: .95rem;
    line-height: 1.6;
    margin-bottom: 15px
}

.mosaic-reveal .btn-discover {
    display: inline-block;
    color: var(--accent-red);
    font-weight: 800;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 2px;
    text-decoration: none;
    background: 0 0;
    border: 1px solid var(--accent-red);
    padding: 8px 20px;
    border-radius: 4px;
    transition: all .3s ease
}

.mosaic-item:hover .btn-discover:hover {
    background: var(--accent-red);
    color: #fff
}

@media (max-width:991px) {
    .category-mosaic {
        grid-template-columns: repeat(2, 1fr)
    }

    .mosaic-item.large-h {
        grid-column: span 2
    }
}

@media (max-width:767px) {
    .category-mosaic {
        grid-template-columns: 1fr
    }

    .mosaic-item,
    .mosaic-item.large-h,
    .mosaic-item.large-v {
        grid-column: span 1;
        grid-row: span 1;
        height: 300px
    }

    .mosaic-reveal {
        max-height: 150px;
        opacity: 1;
        transform: none
    }
}