.header-area {
    position: relative;
    z-index: 40;
}

.header-area-content {
    position: relative;
    gap: 24px;
    min-height: 64px;
}
.header-left {
    flex: 0 0 auto;
    min-width: 280px;
}

.header-left .site-brand img {
    height: 60px;
    width: auto;
    max-width: 100%;
}

.header-center {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 0;
}

.main-menu > ul {
    gap: 32px;
}

.main-menu > ul > li > a {
    font-size: 16px;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    min-width: 0;
    margin-top: 0;
}

.header-actions {
    gap: 12px;
}

.header-actions .btn {
    min-width: 100px;
}

.lang-dropdown {
    flex-shrink: 0;
}

.header-mobile-toggle {
    display: none;
    flex-shrink: 0;
}

@media (max-width: 1199.98px) {
    .header-area {
        padding: 18px 0;
    }

    .header-left .site-brand img {
        height: 56px;
    }

    .main-menu > ul {
        gap: 22px;
    }

    .main-menu > ul > li > a {
        font-size: 16px;
    }

    .header-actions .btn {
        padding: 8px 14px;
        font-size: 15px;
        min-width: 96px;
    }
}

@media (max-width: 992px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
                overflow-y: hidden;
    }

    #smooth-wrapper,
    #smooth-content {
        overflow-x: hidden;
    }

    .header-area {
        padding: 14px 0;
    }

    .header-area-content {
        gap: 10px;
        min-height: 56px;
    }

    .header-left .site-brand img {
        height: 50px;
    }

    .header-left {
        min-width: auto;
    }

    .header-center {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 60;
        padding: 12px 14px 16px;
        background: #ffffff;
        border-top: 1px solid rgba(63, 67, 75, 0.08);
        border-radius: 0 0 14px 14px;
        box-shadow: 0 12px 26px rgba(16, 24, 40, 0.12);
    }
    .integration-area::before {
        content: "";
        position: absolute;
        pointer-events: none;
        background-image: url(../images/noktalar.png);
        background-size: contain;
        opacity: 0.6;
        height: 150%;
        bottom: 0;
        background-position: bottom;
        width: 100%;
        z-index: -1;
        background-repeat: no-repeat;
    }
    .integration-directory-shell::before {
        width: 170px;
        height: 185px;
        top: -94px;
        left: -84px;
        background: rgb(193 255 21);
        z-index: 0;
    }
    .banner-area-content {
        margin-top: 0px;
    }
    section.cta-speech-area.cta-speech-area-detail {
        padding: 80px 0px 80px;
    }   
    .header-area.is-menu-open .header-center {
        display: block;
    }

    .main-menu > ul {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .main-menu > ul > li > a {
        width: 100%;
        justify-content: space-between;
        padding: 12px 6px;
        font-size: 16px;
        border-bottom: 1px solid rgba(63, 67, 75, 0.08);
    }

    .main-menu > ul > li:last-child > a {
        border-bottom: 0;
    }

    .main-menu .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        min-width: 100%;
        margin: 0;
        padding: 4px 0 10px 14px;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        display: none;
    }

    .main-menu .has-submenu.is-open > .submenu {
        display: block;
    }

    .main-menu .submenu li a {
        padding: 8px 6px;
        border-radius: 8px;
        font-size: 15px;
    }

    .main-menu .has-submenu:hover > .submenu,
    .main-menu .has-submenu:focus-within > .submenu {
        transform: none;
    }

    .header-right {
        margin-left: auto;
    }

    .header-actions {
        gap: 8px;
    }

    .btn-reserve,
    .lang-dropdown {
        display: none;
    }

    .header-actions .btn {
        height: 38px;
        padding: 0 12px;
        min-width: auto;
        font-size: 14px;
        border-radius: 10px;
    }

    .header-mobile-toggle {
        display: inline-flex;
    }

    .header-mobile-toggle a {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(63, 67, 75, 0.07);
        transition: all 0.2s ease;
    }

    .header-mobile-toggle img {
        width: 18px;
        height: 18px;
        display: block;
    }

    .header-area.is-menu-open .header-mobile-toggle a {
        background: rgba(37, 140, 255, 0.14);
    }
}

@media (max-width: 576px) {
    .header-area {
        padding: 12px 0;
    }

    .header-left .site-brand img {
        height: 44px;
    }

    .header-actions .btn {
        height: 34px;
        padding: 0 10px;
        font-size: 13px;
        border-radius: 9px;
    }

    .header-mobile-toggle a {
        width: 34px;
        height: 34px;
        border-radius: 9px;
    }

    .header-mobile-toggle img {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 420px) {
    .header-actions .btn-contact {
        display: none;
    }
}
