/* =========================================================
   SEMPATİ İNŞAAT — KURUMSAL HEADER
   Sıcak, güven veren, tadilat/dekorasyon odaklı header katmanı
   ========================================================= */

body.sk-theme-sempati {
    --sp-primary: #1f252b;
    --sp-primary-rgb: 31, 37, 43;
    --sp-action: #ff8f04;
    --sp-action-rgb: 255, 143, 4;
    --sp-warm: #e57900;
    --sp-ink: #1f252b;
    --sp-muted: #5f6b75;
    --sp-surface: #fff7ef;
    --sp-line: #ece4d9;
}

body.sk-theme-sempati .sk-site-header.sk-sempati-header {
    position: relative;
    z-index: 9999;
    width: 100%;
    font-family: "Poppins", sans-serif;
}

body.sk-theme-sempati .sk-site-header.sk-sempati-header.sk-header-sticky {
    position: sticky;
    top: 0;
}

body.sk-theme-sempati .sk-sempati-header .sk-header-topbar {
    display: block !important;
    min-height: 38px;
    background: var(--sp-primary) !important;
    border: 0 !important;
    color: #fff;
}

body.sk-theme-sempati .sk-sempati-header .sk-header-topbar-inner {
    min-height: 38px;
    display: grid;
    grid-template-columns: minmax(220px, auto) 1fr auto;
    align-items: center;
    gap: 24px;
}

body.sk-theme-sempati .sk-sempati-header .sk-header-brandline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.88);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .10em;
    text-transform: uppercase;
    white-space: nowrap;
}

body.sk-theme-sempati .sk-sempati-header .sk-header-brandline span {
    width: 24px;
    height: 2px;
    background: #fff;
    opacity: .86;
}

body.sk-theme-sempati .sk-sempati-header .sk-header-topbar-contact {
    justify-content: flex-end;
    gap: 20px;
    min-width: 0;
}

body.sk-theme-sempati .sk-sempati-header .sk-header-topbar-contact a,
body.sk-theme-sempati .sk-sempati-header .sk-header-topbar-contact span {
    color: rgba(255,255,255,.88) !important;
    font-size: 11px;
    font-weight: 500;
}

body.sk-theme-sempati .sk-sempati-header .sk-header-topbar-contact i {
    margin-right: 7px;
    color: #fff !important;
}

body.sk-theme-sempati .sk-sempati-header .sk-header-topbar-social {
    gap: 6px;
}

body.sk-theme-sempati .sk-sempati-header .sk-header-topbar-social a {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    background: transparent;
    color: #fff !important;
}

body.sk-theme-sempati .sk-sempati-header .sk-header-topbar-social a:hover {
    background: #fff;
    border-color: #fff;
    color: var(--sp-primary) !important;
}

body.sk-theme-sempati .sk-sempati-header .sk-dynamic-header.header-area {
    min-height: 82px;
    padding: 0 !important;
    background: rgba(255,255,255,.98) !important;
    border-bottom: 1px solid var(--sp-line) !important;
    box-shadow: 0 10px 28px rgba(31,37,43,.07) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: min-height .25s ease, box-shadow .25s ease;
}

body.sk-theme-sempati .sk-sempati-header.sk-header-scrolled .sk-dynamic-header.header-area {
    min-height: 72px;
    box-shadow: 0 16px 38px rgba(31,37,43,.12) !important;
}

body.sk-theme-sempati .sk-sempati-header .sk-dynamic-header .header-elements {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 24px;
}

body.sk-theme-sempati .sk-sempati-header.sk-header-scrolled .sk-dynamic-header .header-elements {
    min-height: 72px;
}

body.sk-theme-sempati .sk-sempati-header .sk-dynamic-header .site-logo {
    width: auto !important;
    min-width: 180px !important;
    max-width: 260px;
    padding-right: 25px;
    position: relative;
    flex: 0 0 auto;
}

body.sk-theme-sempati .sk-sempati-header .sk-dynamic-header .site-logo::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 34px;
    transform: translateY(-50%);
    background: var(--sp-line);
}

body.sk-theme-sempati .sk-sempati-header .site-logo a,
body.sk-theme-sempati .sk-sempati-header .mobile-logo a,
body.sk-theme-sempati .sk-dynamic-mobile-sidebar .logo-m a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

body.sk-theme-sempati .sk-sempati-header .site-logo img,
body.sk-theme-sempati .sk-sempati-header .mobile-logo img,
body.sk-theme-sempati .sk-dynamic-mobile-sidebar .logo-m img {
    width: auto !important;
    max-width: 100%;
    max-height: 54px !important;
    object-fit: contain;
}

body.sk-theme-sempati .sk-sempati-header .sk-brand-text,
body.sk-theme-sempati .sk-dynamic-mobile-sidebar .sk-brand-text {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    color: var(--sp-primary) !important;
    white-space: nowrap;
}

body.sk-theme-sempati .sk-sempati-header .sk-brand-text strong,
body.sk-theme-sempati .sk-dynamic-mobile-sidebar .sk-brand-text strong {
    color: var(--sp-primary) !important;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .025em;
}

body.sk-theme-sempati .sk-sempati-header .sk-brand-text em,
body.sk-theme-sempati .sk-dynamic-mobile-sidebar .sk-brand-text em {
    color: var(--sp-warm) !important;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .16em;
}

body.sk-theme-sempati .sk-sempati-header .main-menu-ex {
    margin-left: auto;
    min-width: 0;
}

body.sk-theme-sempati .sk-sempati-header .main-menu-ex > ul {
    display: flex;
    align-items: center;
    gap: 2px !important;
}

body.sk-theme-sempati .sk-sempati-header .main-menu-ex > ul > li {
    padding: 0 11px !important;
}

body.sk-theme-sempati .sk-sempati-header .main-menu-ex > ul > li > a {
    position: relative;
    padding: 31px 0 29px !important;
    color: var(--sp-ink) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .015em !important;
    text-transform: none;
}

body.sk-theme-sempati .sk-sempati-header.sk-header-scrolled .main-menu-ex > ul > li > a {
    padding-top: 26px !important;
    padding-bottom: 25px !important;
}

body.sk-theme-sempati .sk-sempati-header .main-menu-ex > ul > li > a::after {
    content: "";
    position: absolute;
    left: 0 !important;
    right: auto !important;
    bottom: 21px !important;
    width: 0 !important;
    height: 2px !important;
    background: var(--sp-action) !important;
    transition: width .24s ease !important;
}

body.sk-theme-sempati .sk-sempati-header .main-menu-ex > ul > li:hover > a,
body.sk-theme-sempati .sk-sempati-header .main-menu-ex > ul > li.active > a,
body.sk-theme-sempati .sk-sempati-header .main-menu-ex > ul > li.current-menu-item > a {
    color: var(--sp-primary) !important;
}

body.sk-theme-sempati .sk-sempati-header .main-menu-ex > ul > li:hover > a::after,
body.sk-theme-sempati .sk-sempati-header .main-menu-ex > ul > li.active > a::after,
body.sk-theme-sempati .sk-sempati-header .main-menu-ex > ul > li.current-menu-item > a::after {
    width: 24px !important;
}

body.sk-theme-sempati .sk-sempati-header .main-menu-ex ul li ul {
    top: calc(100% - 4px) !important;
    min-width: 235px !important;
    padding: 10px 0 !important;
    border: 1px solid var(--sp-line) !important;
    border-top: 3px solid var(--sp-action) !important;
    border-radius: 0 0 10px 10px !important;
    background: #fff !important;
    box-shadow: 0 24px 55px rgba(31,37,43,.14) !important;
}

body.sk-theme-sempati .sk-sempati-header .main-menu-ex ul li ul li a {
    padding: 11px 20px !important;
    color: #435156 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

body.sk-theme-sempati .sk-sempati-header .main-menu-ex ul li ul li:hover > a {
    padding-left: 25px !important;
    color: var(--sp-primary) !important;
    background: rgba(var(--sp-action-rgb), .07) !important;
}

body.sk-theme-sempati .sk-sempati-header .header2-buttons {
    flex: 0 0 auto;
}

body.sk-theme-sempati .sk-sempati-header .sk-header-action.theme-btn1 {
    min-height: 48px;
    padding: 0 5px 0 20px !important;
    display: inline-flex !important;
    align-items: center;
    gap: 15px;
    border: 1px solid var(--sp-action) !important;
    border-radius: 8px !important;
    background: var(--sp-action) !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(var(--sp-action-rgb), .20) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .045em !important;
    text-transform: uppercase;
}

body.sk-theme-sempati .sk-sempati-header .sk-header-action.theme-btn1 span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: rgba(255,255,255,.14) !important;
    color: #fff !important;
}

body.sk-theme-sempati .sk-sempati-header .sk-header-action.theme-btn1:hover {
    transform: translateY(-2px);
    border-color: var(--sp-primary) !important;
    background: var(--sp-primary) !important;
    color: #fff !important;
}

body.sk-theme-sempati .sk-sempati-header .sk-dynamic-mobile-header.mobile-header {
    min-height: 70px;
    background: #fff !important;
    border-bottom: 1px solid var(--sp-line) !important;
    box-shadow: 0 8px 24px rgba(25,45,52,.08) !important;
}

body.sk-theme-sempati .sk-sempati-header .mobile-header-elements {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.sk-theme-sempati .sk-sempati-header .mobile-logo {
    width: auto !important;
    max-width: calc(100% - 70px);
}

body.sk-theme-sempati .sk-sempati-header .mobile-logo .sk-brand-text strong {
    font-size: 19px;
}

body.sk-theme-sempati .sk-sempati-header .mobile-nav-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--sp-line);
    border-radius: 8px;
    background: var(--sp-surface);
    color: var(--sp-primary) !important;
    font-size: 20px;
}

body.sk-theme-sempati .sk-dynamic-mobile-sidebar.mobile-sidebar {
    background: #fff !important;
    color: var(--sp-ink);
}

body.sk-theme-sempati .sk-dynamic-mobile-sidebar .menu-close {
    border-color: var(--sp-line) !important;
    background: var(--sp-surface) !important;
    color: var(--sp-primary) !important;
}

body.sk-theme-sempati .sk-dynamic-mobile-sidebar .mobile-nav > ul > li > a,
body.sk-theme-sempati .sk-dynamic-mobile-sidebar .mobile-nav ul li a {
    color: var(--sp-ink) !important;
}

body.sk-theme-sempati .sk-dynamic-mobile-sidebar .mobile-nav ul li a:hover {
    color: var(--sp-primary) !important;
}

body.sk-theme-sempati .sk-dynamic-mobile-sidebar .mobile-button .theme-btn1 {
    border-radius: 8px !important;
    background: var(--sp-action) !important;
    color: #fff !important;
}

body.sk-theme-sempati .sk-dynamic-mobile-sidebar .single-footer-items h3,
body.sk-theme-sempati .sk-dynamic-mobile-sidebar .contact-box a,
body.sk-theme-sempati .sk-dynamic-mobile-sidebar .contact-box p {
    color: var(--sp-ink) !important;
}

body.sk-theme-sempati .sk-dynamic-mobile-sidebar .contact-box .icon {
    background: rgba(var(--sp-action-rgb), .10) !important;
    color: var(--sp-action) !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
    body.sk-theme-sempati .sk-sempati-header .sk-dynamic-header .header-elements {
        gap: 14px;
    }
    body.sk-theme-sempati .sk-sempati-header .sk-dynamic-header .site-logo {
        min-width: 155px !important;
        padding-right: 16px;
    }
    body.sk-theme-sempati .sk-sempati-header .sk-brand-text strong {
        font-size: 18px;
    }
    body.sk-theme-sempati .sk-sempati-header .sk-brand-text em {
        font-size: 8px;
    }
    body.sk-theme-sempati .sk-sempati-header .main-menu-ex > ul > li {
        padding: 0 7px !important;
    }
    body.sk-theme-sempati .sk-sempati-header .main-menu-ex > ul > li > a {
        font-size: 11px !important;
    }
    body.sk-theme-sempati .sk-sempati-header .sk-header-action.theme-btn1 {
        padding-left: 15px !important;
        gap: 10px;
    }
}

@media (max-width: 991px) {
    body.sk-theme-sempati .sk-sempati-header .sk-header-topbar {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.sk-theme-sempati .sk-site-header,
    body.sk-theme-sempati .sk-site-header * {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: .01ms !important;
    }
}