/**
 * 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);
}
