@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;
}

.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;
}

.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;
    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;
}
.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;
}

.service-item {
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.service-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.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;
}