/* ================= FOOTER GENEL ================= */

.site-footer {
    background-color: #0b1d2d;          /* Navbar ile aynı zemin */
    color: #d6dde5;
    margin-top: 0px;
}

/* Navbar ile aynı genişlik */
.site-footer .container {
    max-width: 1180px;
}

/* Üst vurgu çizgisi */
.footer-top-line {
    height: 4px;
    background-color: #0A4F74;
    box-shadow: 0 -5px 8px rgba(10,79,116,0.35);
}

/* İçerik alanı */
.footer-content {
    padding: 36px 12px 2px 12px;
}

/* ===== İLETİŞİM BLOĞU ===== */

.footer-contact {
    margin-top: 10px;
}

.contact-row {
    margin-bottom: 10px;
}

.contact-label {
    display: block;
    font-size: 13px;
    color: #4da3ff;          /* Alfamobil vurgu */
    font-weight: 600;
    margin-bottom: 2px;
}

.contact-value {
    display: block;
    font-size: 14px;
    color: #d6dde5;
    line-height: 1.6;
}


/* ================= BAŞLIKLAR ================= */

.footer-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
    letter-spacing: 0.4px;
}

/* ================= METİN ================= */

.footer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #d6dde5;
}

.footer-text,
.footer-links {
    text-align: left;
}

/* ================= LINKLER ================= */

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 6px;
}

.footer-links a {
    font-size: 14px;
    color: #d6dde5;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-links a:hover {
    color: #4da3ff;
    padding-left: 4px;
}

/* ================= SOSYAL MEDYA ================= */

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 0px;
    padding-top: 1px;
    justify-content: flex-start;
}


/* İkon kutusu */
.footer-social a {
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: transform 0.25s ease;
}

/* SVG boyutu */
.footer-social svg {
    width: 21px;
    height: 21px;
}

/* Orijinal marka renkleri */
.footer-social a[aria-label="Linkedin"] svg { color: #0A66C2; }
.footer-social a[aria-label="Instagram"] svg { color: #E4405F; }
.footer-social a[aria-label="Facebook"] svg { color: #1877F2; }
.footer-social a[aria-label="Youtube"] svg { color: #FF0000; }

/* Hover’da Alfamobil mavisi */
.footer-social a:hover svg {
    color: #4da3ff;
}

.footer-social a:hover {
    transform: translateY(-2px);
}

/* İletişim başlıklarının altı çizili */
.contact-label {
    display: inline-block;
    position: relative;
    color: #4da3ff;          /* mevcut vurgu rengi */
    font-weight: 600;
    margin-bottom: 4px;
}

/* İnce ve zarif çizgi */
.contact-label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: rgba(77,163,255,0.6);
}
.contact-value a {
    color: #d6dde5;          /* normal metin rengi */
    text-decoration: none;
    transition: color .2s;
}

.contact-value a:hover {
    color: #4da3ff;          /* alfamobil mavi */
    text-decoration: underline;
}

/* SITE HARİTASI BAŞLIĞINI DİĞER KURALLARDAN AYIR */
h6.footer-title.footer-sitemap a {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Footer-links kuralını ezmesin diye */
.footer-links .footer-sitemap a {
    color: #ffffff !important;
}

.site-footer h6.footer-title.footer-sitemap a {
    all: unset;
    color: #ffffff !important;
    cursor: pointer;
    font-weight: 600;
}

.footer-bottom {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 12.5px;        /* bir tık küçüldü */
    letter-spacing: 0.2px;    /* daha rafine görünüm */
    opacity: 0.85;            /* çok bağırmaması için */
    padding: 4px 0 6px 0;
    margin-top: -14px;
}
