/* -------------------------------------------------------------------------- */


/* Header üst şerit + top-header (premium)                                     */


/* Site menüsü (navbar-area) bu dosyada değiştirilmez.                         */


/* -------------------------------------------------------------------------- */

.header-utility-bar {
    --hdr-green: #098245;
    --hdr-navy: #002e5b;
    --hdr-gray: #5c636a;
    --hdr-gray-deep: #4a5056;
    position: relative;
    z-index: 3;
    background: linear-gradient(180deg, #6a7178 0%, #5c636a 100%);
    border-bottom: 1px solid #4e555c;
    color: #edf0f2;
    font-size: 12px;
    line-height: 1.35;
}

.header-utility-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px 20px;
    min-height: 38px;
    padding: 6px 0;
    flex-wrap: wrap;
}

.header-utility-contact,
.header-utility-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-utility-social {
    gap: 6px;
}

.header-utility-contact li,
.header-utility-social li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-utility-contact li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #edf0f2 !important;
    text-decoration: none !important;
    transition: color .15s ease;
}

.header-utility-contact li a:hover {
    color: #ffffff !important;
}

.header-utility-contact .hdr-util-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    flex-shrink: 0;
}

.header-utility-contact .hdr-util-ico i,
.header-utility-contact .hdr-util-ico .fas,
.header-utility-contact .hdr-util-ico .fa {
    color: #f1f3f5 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    width: auto;
    height: auto;
}

.header-utility-contact li a:hover .hdr-util-ico {
    background: rgba(255, 255, 255, 0.2);
}

.header-utility-contact li a:hover .hdr-util-ico i {
    color: #fff;
}

.header-utility-contact li span:not(.hdr-util-ico) {
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-utility-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #edf0f2 !important;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    text-decoration: none !important;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.header-utility-social li a:hover {
    color: #fff !important;
    background: #7a828a;
    border-color: #8b939b;
}

.header-utility-social li i {
    font-size: 11px;
}


/* ——— Top header ——— */

.header-area.header-style-three .top-header {
    position: relative;
    z-index: 2;
    padding: 14px 0;
    background: #fff;
    text-align: left !important;
}

.header-area.header-style-three .top-header-logo {
    display: block !important;
    text-align: left;
}

.header-area.header-style-three .top-header-logo img {
    max-height: 100px;
    width: auto;
}

.header-area.header-style-three .top-header-right-side {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px 14px;
    text-align: right !important;
    margin-top: 0 !important;
}

.header-area.header-style-three .top-header-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
}


/* Eski ul li kurallarını etkisizleştir */

.header-area.header-style-three .top-header-right-side ul,
.header-area.header-style-three .top-header-right-side ul li {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 0 !important;
    list-style: none;
}

.header-area.header-style-three .top-header-right-side ul li:last-child {
    display: block !important;
}


/* Aksiyon butonları */

.hdr-action-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    padding: 0 14px !important;
    width: auto !important;
    border-radius: 8px;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1 !important;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    white-space: nowrap;
    border: 0;
    box-shadow: 0 4px 14px rgba(246, 97, 10, 0.28);
    background: linear-gradient(135deg, #f7a33a 0%, #f05608 100%);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.hdr-action-btn i {
    font-size: 18px;
    line-height: 1;
    opacity: 0.95;
}

.hdr-action-btn:hover,
.hdr-action-btn:focus {
    color: #fff !important;
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(246, 97, 10, 0.36);
    text-decoration: none !important;
}


/* Cep telefonu kartı — flex, absolute yok */

.top-header-mobile-card {
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 8px 16px 8px 8px;
    border-radius: 999px;
    background: #f4f7f5;
    border: 1px solid #e2ebe5;
    text-decoration: none !important;
    box-shadow: 0 2px 10px rgba(0, 46, 91, 0.06);
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.top-header-mobile-card:hover,
.top-header-mobile-card:focus {
    background: #eef6f1;
    border-color: #b9d8c5;
    box-shadow: 0 4px 16px rgba(9, 130, 69, 0.12);
    text-decoration: none !important;
}

.top-header-mobile-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(145deg, #0ca456 0%, #08753c 100%);
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(9, 130, 69, 0.3);
}

.top-header-mobile-card__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    line-height: 1.15;
    text-align: left;
}

.top-header-mobile-card__label {
    font-size: 11px;
    font-weight: 500;
    color: #6b7785;
    letter-spacing: 0.02em;
}

.top-header-mobile-card__number {
    font-size: 15px;
    font-weight: 700;
    color: #002e5b;
    letter-spacing: -0.02em;
}

.top-header-mobile-card:hover .top-header-mobile-card__number {
    color: #098245;
}


/* Beyaz arka plan bandı utility bar’ı kaplamasın */

.header-area.header-style-three::before {
    top: -8px;
    height: calc(100% - 38px);
    background-color: #fff;
}

@media (max-width: 1199px) {
    .hdr-action-btn {
        padding: 0 11px !important;
        font-size: 11px !important;
        height: 38px;
    }
    .top-header-mobile-card__number {
        font-size: 14px;
    }
    .header-utility-contact li span:not(.hdr-util-ico) {
        max-width: 200px;
    }
}

@media (max-width: 991px) {
    .header-utility-inner {
        justify-content: center;
    }
    .header-area.header-style-three .top-header {
        text-align: center !important;
    }
    .header-area.header-style-three .top-header-logo {
        text-align: center;
        margin-bottom: 12px;
        display: none !important;
    }
    .header-area.header-style-three .top-header-logo img {
        max-height: 56px;
    }
    .header-area.header-style-three .top-header-right-side {
        justify-content: center !important;
    }
}

@media (max-width: 767px) {
    .header-utility-contact li.hdr-util-address,
    .header-utility-social {
        display: none;
    }
    .header-utility-inner {
        justify-content: center;
        gap: 8px;
    }
    .hdr-action-btn {
        width: 38px !important;
        min-width: 38px;
        height: 38px;
        padding: 0 !important;
    }
    .hdr-action-btn span {
        display: none;
    }
    .top-header-mobile-card {
        padding-right: 14px;
    }
    .top-header-mobile-card__number {
        font-size: 13px;
    }
}