/* Sinosan yeni marka logosu (logo22.png) */

/* —— Beyaz header, siyah metin —— */
.header-layout2 {
    box-shadow: 0 2px 18px rgba(24, 26, 41, 0.08);
}

.header-layout2 .header-top,
.header-layout2 .menu-area,
.header-layout2 .sticky-wrapper,
.header-layout2 .sticky-wrapper.sticky {
    background: #ffffff !important;
}

.header-layout2 .header-top {
    width: 100%;
    padding-left: 0 !important;
    --body-color: #181a29;
    border-bottom: 1px solid #ebebeb;
}

/* Üst bar ve menü — aynı container genişliği, yan hizalama */
.header-layout2 .header-container.th-container3 {
    width: 100%;
    max-width: calc(var(--main-container, 1220px) + var(--container-gutters, 24px));
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--container-gutters, 24px) / 2);
    padding-right: calc(var(--container-gutters, 24px) / 2);
}

.header-layout2 .menu-area {
    width: 100%;
}

.header-layout2 .menu-area:after,
.header-layout2 .sticky-wrapper.sticky .menu-area:after {
    display: none !important;
}

.header-layout2 .header-links li,
.header-layout2 .header-links li > i,
.header-layout2 .header-links a,
.header-layout2 .header-links span,
.header-layout2 .header-social .social-title,
.header-layout2 .header-social a,
.header-layout2 .header-social a i {
    color: #181a29 !important;
}

.header-layout2 .header-links li:not(:last-child):before {
    background-color: #d5d5d5;
}

.header-layout2 .header-links a:hover,
.header-layout2 .header-social a:hover,
.header-layout2 .header-social a:hover i {
    color: var(--theme-color2, #ff5e14) !important;
}

.header-layout2 .main-menu > ul > li > a {
    color: #181a29 !important;
    font-weight: 600;
}

.header-layout2 .main-menu > ul > li > a:hover {
    color: var(--theme-color2, #ff5e14) !important;
}

.header-layout2 .main-menu {
    margin-left: 0;
}

@media (min-width: 992px) {
    .header-layout2 .main-menu {
        margin-left: 20px;
    }
}

.header-layout2 .menu-area .th-menu-toggle {
    background-color: #f3f3f3;
    color: #181a29;
}

.header-layout2 .menu-area .th-menu-toggle:hover {
    background-color: var(--theme-color2, #ff5e14);
    color: #ffffff;
}

.header-layout2 .logo-bg {
    display: none !important;
}

.header-layout2 .header-logo {
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-layout2 .header-logo a {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.header-layout2 .brand-logo,
.about-logo .brand-logo {
    display: block;
    width: auto;
    height: auto;
    max-height: 76px;
    max-width: 168px;
    object-fit: contain;
}

/* Masaüstü — daha büyük logo */
@media (min-width: 992px) {
    .header-layout2 .header-logo {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .header-layout2 .brand-logo {
        max-height: 108px;
        max-width: 235px;
    }

    .header-layout2 .sticky-wrapper.sticky .brand-logo {
        max-height: 92px;
        max-width: 205px;
    }
}

@media (min-width: 1200px) {
    .header-layout2 .brand-logo {
        max-height: 118px;
        max-width: 255px;
    }

    .header-layout2 .sticky-wrapper.sticky .brand-logo {
        max-height: 100px;
        max-width: 220px;
    }
}

@media (min-width: 1400px) {
    .header-layout2 .brand-logo {
        max-height: 132px;
        max-width: 285px;
    }

    .header-layout2 .sticky-wrapper.sticky .brand-logo {
        max-height: 112px;
        max-width: 245px;
    }
}

.header-layout2 .sticky-wrapper.sticky .header-logo {
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (max-width: 1299px) {
    .header-layout2 .header-logo {
        padding: 12px 0;
    }

    .header-layout2 .brand-logo {
        max-height: 62px;
        max-width: 140px;
    }
}

@media (max-width: 991px) {
    .header-layout2 .header-logo img,
    .header-layout2 .brand-logo {
        max-height: 54px;
        max-width: 120px;
    }
}

@media (max-width: 575px) {
    .header-layout2 .brand-logo {
        max-height: 48px;
        max-width: 108px;
    }
}

.th-menu-wrapper .mobile-logo {
    background-color: #fff;
    padding-top: 28px;
    padding-bottom: 24px;
}

.th-menu-wrapper .mobile-logo .brand-logo {
    max-height: 110px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (min-width: 992px) {
    .about-logo .brand-logo {
        max-height: 120px;
        max-width: 260px;
    }
}

.about-logo .brand-logo {
    max-height: 96px;
    max-width: 200px;
}
