/* HEADER TOP FIX */
.header-top .row {
    display: flex;
    align-items: center;
}

/* Sağ alan */
.header-top-right-part {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Sosyal medya */
.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-links .title {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    white-space: nowrap;
}

.social-links li {
    display: flex;
    align-items: center;
}

/* Icon */
.social-h {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ee9d55;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    transition: all .2s ease;
}

.social-h:hover {
	color: #020b1c;
	background-color: #142536;
	border: 2px solid #142536;
	box-shadow: 0 0 15px #00c6ff, 0 0 30px #c1891d;
	transform: translateY(-2px);
}
/* === FORCE HEADER TOP ALIGN FIX === */
.header-top,
.header-top * {
    box-sizing: border-box;
}

.header-top .container,
.header-top .row {
    display: flex !important;
    align-items: center !important;
    height: 100%;
}

.header-top .row {
    justify-content: space-between;
}

/* Sağ üst alan */
.header-top-right-part {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    height: 100%;
}

/* Sosyal medya listesi */
.header-top-right-part ul.social-links {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Liste elemanları */
.header-top-right-part ul.social-links li {
    display: flex !important;
    align-items: center !important;
    float: none !important;
    line-height: normal !important;
}

.header-top-right-part ul.social-links li.title {
  margin-right: 10px;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 500;
  font-family: Muli;
}

/* Icon */
.header-top-right-part .social-h {
    width: 32px;
    height: 32px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
 