
@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/seasons/Fontspring-DEMO-theseasons-reg.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/seasons/Fontspring-DEMO-theseasons-bd.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/seasons/Fontspring-DEMO-theseasons-bdit.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/seasons/Fontspring-DEMO-theseasons-it.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/seasons/Fontspring-DEMO-theseasons-lt.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'The Seasons';
    src: url('../fonts/seasons/Fontspring-DEMO-theseasons-ltit.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/aileron/Aileron-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/aileron/Aileron-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/aileron/Aileron-UltraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/aileron/Aileron-UltraLightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/aileron/Aileron-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/aileron/Aileron-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/aileron/Aileron-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/aileron/Aileron-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/aileron/Aileron-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/aileron/Aileron-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/aileron/Aileron-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/aileron/Aileron-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/aileron/Aileron-Heavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/aileron/Aileron-HeavyItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/aileron/Aileron-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/aileron/Aileron-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: 'The Seasons', 'Aileron', sans-serif;
    position: relative;
    overflow-x: hidden!important;
}

body::before {
    content: '';
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    /* width: 797px; */
    width: 100%;
    height: 600px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #000 100%), url('../img/header-bg.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top center, top center;
    background-size: 100% 100%, 330px 932px;
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
}

.comma-font {
    font-family: 'Playfair Display', sans-serif !important;
}
.font-aileron{
    font-family: 'Aileron', sans-serif !important;
}
.font-seasons{
    font-family: 'The Seasons', sans-serif !important;
}
.chevron {
    position: relative;
    min-height: 100px;
    background-color: #000000;
    padding-bottom: 80px; /* preserves space between hero and next section */
}

.chevron::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px; /* height of chevron graphic area */
    background-image: url('../img/chevron.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    pointer-events: none;
}

/* Standalone chevron section to separate hero and next section */
.chevron-break {
    position: relative;
    height: 70px; /* matches previous padding-bottom spacing */
    background-color: #000000;
}

.chevron-break::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background-image: url('../img/chevron.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    pointer-events: none;
}

.chevron-2 {
    position: relative;
    min-height: 100px;
    background-color: #000000;
    background-image: url('../img/chevron.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 40px;
}

.nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    z-index: 1000;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0;
    transform-origin: left center;
}

.nav-menu.active {
    display: flex;
}

.nav-menu.active~header {
    visibility: hidden;
}

body.menu-open header {
    display: none;
}

.nav-logo-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.chat-logo-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
}

.nav-close {
    position: absolute;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    font-family: 'The Seasons', sans-serif;
    z-index: 1001;
    pointer-events: auto;
    padding-bottom: 40px !important;
}

/* Unified styling for overlay/close icon buttons */

.chat-close {
    position: absolute;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    font-family: 'The Seasons', sans-serif;
    z-index: 1001;
    pointer-events: auto;
    padding-bottom: 40px !important;
}

.nav-links {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    margin-top: 100px;
}

.nav-link {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: white;
    text-decoration: none;
    font-weight: 400;
}

.nav-link:hover {
    opacity: 0.7;
}

.chat-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    z-index: 1000;
    display: none;
    flex-direction: column;
    padding: 0px 24px 24px;
    max-width: 430px;
    margin: 0 auto;
    background-color: black;
    font-family: 'Aileron', sans-serif;
    transform-origin: right center;
}

/* Desktop and Tablet: Full screen black background */
@media screen and (min-width: 768px) {
    .chat-overlay {
        max-width: 100%;
        background-color: #000000;
        padding: 0;
        align-items: center;
        justify-content: flex-start;
    }

    /* Hide background image on desktop/tablet */
    .chat-overlay::before {
        display: none;
    }

    /* Full black background on desktop/tablet */
    .chat-overlay::after {
        background-color: #000000;
    }

    /* Center all direct children while keeping full screen background */
    .chat-overlay > * {
        max-width: 430px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
    }

    /* Ensure logo container is centered */
    .chat-overlay .chat-logo-container {
        max-width: 430px;
        margin: 0 auto;
        padding: 20px 24px 0;
    }

    /* Ensure close button container is centered */
    .chat-overlay > div.w-full {
        max-width: 430px;
        margin: 0 auto;
        padding: 0 24px;
    }
}

.chat-overlay::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none; /* Chrome/Safari */
}

.chat-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60%;
    /* Top image with a bottom fade-to-black gradient to hide the edge */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #000 100%), url('../img/chat.png');
    background-size: 100% 100%, cover;
    background-position: top center, top center;
    background-repeat: no-repeat, no-repeat;
    z-index: -2;
}

.chat-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: -1;
}

.chat-overlay.active {
    display: flex;
}

body.chat-open header {
    display: none;
}

.chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.chat-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.chat-textarea {
    width: 100%;
    background: black;
    border: 1px solid #434343;
    padding: 16px;
    color: #212121;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Aileron', sans-serif;
    outline: none;
    transition: border-color 0.3s;
    min-height: 200px;
    resize: vertical;
    border-radius: 3px;
}

.chat-textarea::placeholder {
    color: #535353;
    font-size: 16px;
}

.chat-textarea:focus {
    border-color: #535353;
}

.chat-input {
    width: 100%;
    background: black;
    border: 1px solid #434343;
    padding: 12px 16px;
    color: white;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Aileron', sans-serif;
    outline: none;
    transition: border-color 0.3s;
    border-radius: 3px;
}

.chat-input::placeholder {
    color: #535353;
    font-size: 16px;
}

.chat-input:focus {
    border-color: #535353;
}

.chat-submit {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Aileron', sans-serif;
    cursor: pointer;
    padding: 0;
    width: 100%;
    justify-content: flex-end;
}

.chat-submit-arrow {
    flex: 1;
    height: 1px;
    background: #535353 !important;
    margin-left: 1rem;
    margin-right: 0.5rem;
    position: relative;
}

.chat-submit-arrow::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid #535353 !important;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.chat-message {
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Aileron', sans-serif;
}

.chat-message.success {
    background-color: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.5);
    color: #4ade80;
}

.chat-message.error {
    background-color: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.5);
    color: #f87171;
}
.service-arrow {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-left: 1rem;
    margin-right: 0.5rem;
    position: relative;
}
.service-arrow::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid rgba(255, 255, 255, 0.2);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
@media screen and (min-width: 768px) {
    .service-arrow {
        flex: none;
        width: 100px;
    }
    .nav-links {
        margin-top: 0;
    }

}
.service-description {
    color: #9CA3AF;
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: 300;
    margin-top: 0.5rem;
}

.advantage-text {
    font-size: 1.75rem;
    line-height: 1.3;
    display: inline-block;
    vertical-align: top;
    padding-top: 0.5rem;
    font-weight: 400;
    font-style: light italic;
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.01em;
}

.services-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(176px, 176px));
    gap: 1rem;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .services-list {
        grid-template-columns: repeat(3, minmax(176px, 176px));
        gap: 1rem;
        max-width: 100%;
    }
}

.service-item {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 176px;
    height: 176px;
    background-color: #0B0B0B;
    border-radius: 3px;
}

#hotels {
    background-image: url('../img/building-hotels.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align:center;
}

#lifestyle-wellness {
    background-image: url('../img/villas_chalets.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#tickets {
    background-image: url('../img/tickets.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#private-aviation {
    background-image: url('../img/private_aviation.png');
}

#yachts-jets {
    background-image: url('../img/yacht-chartering.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#staffing-solutions {
    background-image: url('../img/staffing_solutions.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#investments {
    background-image: url('../img/investments.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#event-management {
    background-image: url('../img/event_management.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#restaurants-bars {
    background-image: url('../img/restaurants_bars.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#transport {
    background-image: url('../img/transport.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#wellness-body-mind {
    background-image: url('../img/wellness_body_mind.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#personal-shopping {
    background-image: url('../img/personal_shopping.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-title {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.service-title-text {
    font-weight: 700;
    font-size: 1.125rem;
    white-space: nowrap;
}

.service-arrow {
    flex: 1;
    height: 1px;
    background: #4B5563;
    margin-left: 1rem;
    margin-right: 0.5rem;
    position: relative;
}

.service-arrow::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid #4B5563;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.service-arrow.sm{
    flex: none;
    width: 100px;
    text-align: right;
}
