/**
 * Analitikform marka rengi ve logo boyutları.
 */
:root {
    --primary-color-1: #016769;
    --primary-color-2: #016769;
    --brand-primary: #016769;
    --brand-primary-dark: #014d4f;
    --brand-primary-light: #e6f3f3;
}

.header__area-menubar-left-logo img,
.header__area.two .header__area-menubar-left-logo img,
.responsive__menu .logo-wrapper img,
.header__area-menubar-right-sidebar-popup-logo img {
    max-height: 54px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.loader-container {
    border-top-color: var(--brand-primary) !important;
}

.subtitle-one,
.subtitle-three {
    background: var(--brand-primary-light) !important;
}

.subtitle-two {
    background: var(--brand-primary-light) !important;
    color: var(--brand-primary) !important;
}

.subtitle-two::before {
    background-color: var(--brand-primary) !important;
}

.scroll-up.style-two svg path {
    stroke: var(--brand-primary);
}

.project__two-single-card-link {
    display: block;
    height: 100%;
    position: relative;
    color: inherit;
    text-decoration: none;
}

.project__two-single-card-link:hover {
    color: inherit;
}

/* Yan menü (sidebar) — beyaz arka plan */
.header__area-menubar-right-sidebar-popup {
    background: #fff !important;
}

.header__area-menubar-right-sidebar-popup p,
.header__area-menubar-right-sidebar-popup-contact-item-content span {
    color: #5f6368;
}

.header__area-menubar-right-sidebar-popup-contact h4 {
    color: #1a1a1a;
}

.header__area-menubar-right-sidebar-popup-contact-item-content h6,
.header__area-menubar-right-sidebar-popup-contact-item-content h6 a {
    color: #1a1a1a;
}

.header__area-menubar-right-sidebar-popup-contact-item-content h6 a:hover {
    color: var(--brand-primary);
}

.header__area-menubar-right-sidebar-popup-contact {
    border-color: #e8e8e8;
}

.header__area-menubar-right-sidebar-popup-social ul li a i {
    color: #fff;
    background: var(--brand-primary);
    border-color: var(--brand-primary);
}

.header__area-menubar-right-sidebar-popup-social ul li a i:hover {
    background: var(--brand-primary-dark);
    border-color: var(--brand-primary-dark);
}

/* İç sayfalar: top bar ve header tam genişlik, logo/menü container içinde */
.header__area.inner {
    padding-left: 0;
    padding-right: 0;
}

.header__area.inner .header__top-bar {
    background: var(--color-1);
    width: 100%;
}

.header__area.inner .top__bar-wrapper {
    background: transparent;
    padding: 8px 0;
}

.header__area.inner .top__bar-left {
    flex-wrap: nowrap;
    gap: 0 12px;
}

.header__area.inner .top__bar-left a {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    margin-right: 0;
    white-space: nowrap;
}

.header__area.inner .top__bar-left a i {
    font-size: 10px;
    margin-right: 4px;
}

.header__area.inner .top__bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0;
    line-height: 1;
}

.header__area.inner .top__bar-right > a {
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
}

.header__area.inner .top__bar-right > a:last-of-type {
    margin-right: 0;
}

.header__area.inner .top__bar-right .lang-switch {
    margin-left: 12px;
}

.header__area.inner .top__bar-right .lang-switch a {
    font-size: 11px;
    font-weight: 400;
    color: var(--white);
    opacity: 0.85;
    padding: 0.2rem 0.4rem;
}

.header__area.inner .top__bar-right .lang-switch a.active {
    opacity: 1;
    background: rgba(255, 255, 255, 0.15);
}

.header__area.inner .top__bar-right .lang-switch .text-muted {
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 11px;
}

@media (min-width: 992px) {
    .header__area.inner .top__bar-right {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .header__area.inner .top__bar-left {
        justify-content: center;
        margin-bottom: 6px;
    }

    .header__area.inner .top__bar-right {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .header__area.inner .top__bar-left {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 4px;
    }

    .header__area.inner .top__bar-left a {
        font-size: 10px;
    }
}

.header__area.inner .header__main-bar {
    background: var(--white);
    width: 100%;
}

.header__area.inner .header__area-menubar {
    background: transparent;
    border-radius: 0;
}

.header__area.inner .header__sticky.header__sticky-sticky-menu {
    background: var(--white);
}

.header__area.inner .header__sticky.header__sticky-sticky-menu .header__main-bar {
    background: transparent;
}

/* Anasayfa: dil seçici ↔ Teklif Al boşluğu, kompakt buton */
.header__area.two .header__area-menubar-right-box .lang-switch {
    margin-left: 0;
    margin-right: 1.25rem;
}

.header__area.two .header__area-menubar-right-box .btn-two {
    padding: 11px 22px;
    font-size: 13px;
    line-height: 1.35;
}

/* İç sayfalar: menü çubuğundaki Teklif Al */
.header__area.inner .header__area-menubar-right-box .btn-one {
    padding: 11px 22px;
    font-size: 13px;
    line-height: 1.35;
}

/* Form spam koruması — matematik captcha */
.form-antispam-captcha__label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-1, #1a1a1a);
}

.form-antispam-captcha__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.form-antispam-captcha__question {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.5rem;
    padding: 0.55rem 0.85rem;
    border-radius: 8px;
    background: var(--brand-primary-light, #e6f3f3);
    color: var(--brand-primary, #016769);
    font-weight: 700;
    font-size: 1.05rem;
}

.form-antispam-captcha__input {
    width: 7rem;
    max-width: 100%;
    padding: 0.55rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
}

.form-antispam-turnstile {
    min-height: 65px;
}
