/* HEADER SABÄ°TLEME VE STÄ°LLERÄ° */
        #header-wrap {
            position: fixed;
            height: auto;
            z-index: 299;
            width: 100%;
            background-color: var(--cnvs-header-bg);
            border-bottom: 1px solid var(--cnvs-header-border-color);
            transition: height 0.2s ease 0s, background-color 0.3s ease 0s;
            backface-visibility: hidden;
        }

        .device-down-md .oc-item { height: 60vh; }

        .footer-bottom-strip {
            background-color: #111;
            color: #ccc;
            text-align: center;
            padding: 10px 0;
            font-size: 13px;
        }

        .footer-bottom-strip a {
            color: #fff;
            font-weight: 600;
            text-decoration: none;
            margin-left: 4px;
        }

        .footer-bottom-strip a:hover { text-decoration: underline; }

        /* ðŸ”¹ Dil switch stilleri (eski link tarzÄ± kalsÄ±n istersen kullanÄ±rsÄ±n) */
        .lang-switch {
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            color: #6b7280;
            text-decoration: none;
            padding: 4px 6px;
            display: inline-block;
        }
        .lang-switch.active { color: #111827; }
        .lang-switch:hover { color: #1d4ed8; }
        .lang-switch-separator { font-size: 13px; color: #9ca3af; padding: 0 2px; }

        #top-bar { border-bottom: 1px solid #e5e7eb; }

        .logo-top { height: 50px; }

        .top-contact-email {
            font-size: 13px;
            color: #4b5563;
            margin: 0 8px;
            white-space: nowrap;
        }

        .top-bar-right { gap: 10px; }

        /* --- MENÃœ HÄ°ZALAMA DÃœZELTMELERÄ° --- */
        .primary-menu .menu-container > .menu-item:first-child > .menu-link {
            padding-left: 0 !important;
        }
        .primary-menu {
            margin-left: 0 !important;
            margin-right: auto;
        }
        .primary-menu .menu-container > .menu-item > .menu-link {
            padding-right: 20px;
        }

        /* --- BOÅžLUK DÃœZELTMESÄ° (SLIDER Ä°LE HEADER ARASI) --- */
        #content, .content-wrap {
            padding-top: 0 !important;
            margin-top: 0 !important;
        }
        section#content .content-wrap {
            padding-top: 10px !important;
        }

        /* âœ… Email + Switch yan yana */
        .top-contact-area{
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .lang-mini-label{
            font-size: 12px;
            font-weight: 600;
            color: #6b7280;
            letter-spacing: .03em;
            margin-left: -2px;
            user-select: none;
        }

        /* âœ… Toggle Switch (Uiverse) - bu HTML yapÄ±sÄ±na uygun hale getirildi */
        .toggle-switch {
            position: relative;
            display: inline-block;
            width: 64px;
            height: 32px;
            cursor: pointer;
            user-select: none;
        }
        .toggle-switch input[type="checkbox"] { display: none; }
        .toggle-switch-background {
            position: absolute;
            inset: 0;
            background-color: #ddd;
            border-radius: 999px;
            box-shadow: inset 0 0 0 2px #ccc;
            transition: background-color 0.25s ease, box-shadow 0.25s ease;
        }
        .toggle-switch-handle {
            position: absolute;
            top: 4px;
            left: 4px;
            width: 24px;
            height: 24px;
            background-color: #fff;
            border-radius: 50%;
            box-shadow: 0 2px 5px rgba(0,0,0,.18);
            transition: transform 0.25s ease;
        }
        .toggle-switch input[type="checkbox"]:checked + .toggle-switch-background {
            background-color: #05c46b;
            box-shadow: inset 0 0 0 2px #04b360;
        }
        .toggle-switch input[type="checkbox"]:checked + .toggle-switch-background .toggle-switch-handle {
            transform: translateX(32px);
        }

        .footer-contact {
            color: #e5e7eb;
            font-size: 0.9rem;
            line-height: 1.6;
        }

        .footer-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 14px;
        }

        .footer-item i {
            font-size: 1.1rem;
            color: #9ca3af;
            margin-top: 3px;
        }

        .footer-item strong {
            display: block;
            font-size: 0.85rem;
            color: #ffffff;
            margin-bottom: 2px;
            letter-spacing: 0.03em;
        }

        .footer-item span {
            color: #d1d5db;
        }

        .footer-item a {
            color: #d1d5db;
            text-decoration: none;
        }

        .footer-item a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

        /* ðŸ”¹ Ortak minimal iletiÅŸim satÄ±rÄ± */
        .inline-contact {
            display: flex;
            align-items: center;
            gap: 14px;
            font-size: 13px;
            color: #d1d5db;
            flex-wrap: wrap;
        }

        .inline-contact-item {
            display: flex;
            align-items: center;
            gap: 6px;
            white-space: nowrap;
        }

        .inline-contact-item i {
            font-size: 14px;
            color: #9ca3af;
        }

        .inline-contact-item a,
        .inline-contact-item span {
            color: inherit;
            text-decoration: none;
        }

        .inline-contact-item a:hover {
            color: #000000;
            text-decoration: underline;
        }

        /* Header iÃ§in biraz daha koyu */
        .top-contact-area .inline-contact {
            color: #4b5563;
        }

        .top-contact-area .inline-contact-item i {
            color: #6b7280;
        }