/* *****************************************************

    ** Nixcon Custom Stylesheet **
    base.min.css + base-white.min.css sonrasında yüklenir → override

***************************************************** */

/* ============================================================
   FOOTER — Nixcon marka renkleri ile koyu/markalı tema
   Palet: #006687 (deep teal), #043d5f (darker), #00a3c6 (cyan)
   ============================================================ */
footer {
    background: linear-gradient(180deg, #043d5f 0%, #022a45 100%);
    color: #d4e8f0;
    margin-top: 50px;
    border-top: 3px solid #00a3c6;
    font-family: inherit;
}

footer #top {
    padding: 50px 0 30px;
}

footer #top h2 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 18px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

footer #top p {
    color: #a8c2d0;
    font-size: 13px;
    line-height: 1.55;
    margin: 8px 0 16px;
}

footer #top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer #top ul li {
    margin-bottom: 8px;
    line-height: 1.5;
}

footer #top a,
footer #top ul li a {
    color: #b8d4e0;
    text-decoration: none;
    font-size: 13.5px;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
}

footer #top a:hover,
footer #top ul li a:hover {
    color: #00a3c6;
    text-decoration: none;
    padding-left: 3px;
}

footer #top .menu {
    margin-bottom: 25px;
}

footer #top img {
    max-height: 50px;
    margin-bottom: 12px;
    filter: brightness(1.05);
}

/* İletişim kutusu (sol kolon) */
footer .contactBox {
    margin-top: 16px;
}

footer .contactBox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .contactBox ul li {
    margin-bottom: 14px;
}

footer .contactBox .box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

footer .contactBox .icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: rgba(0, 163, 198, 0.15);
    border: 1px solid rgba(0, 163, 198, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00a3c6;
    flex-shrink: 0;
    font-size: 14px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

footer .contactBox ul li:hover .icon {
    background: rgba(0, 163, 198, 0.3);
    border-color: #00a3c6;
}

footer .contactBox .text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 2px;
}

footer .contactBox .text span,
footer .contactBox .text span a {
    font-size: 13px;
    color: #b8d4e0;
    line-height: 1.5;
}

footer .contactBox .text span a:hover {
    color: #00a3c6;
}

/* Alt blok: copyright + designed by */
footer #bottom {
    background: rgba(0, 0, 0, 0.28);
    padding: 16px 0;
    font-size: 12.5px;
    color: #8aabbb;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 20px;
}

footer #bottom a {
    color: #b8d4e0;
    text-decoration: none;
}

footer #bottom a:hover {
    color: #00a3c6;
    text-decoration: none;
}

footer #bottom .text-right {
    text-align: right;
}

/* Mobil */
@media (max-width: 991px) {
    footer #top {
        padding: 35px 0 15px;
    }
    footer #top .col-md-3,
    footer #top .col-md-9,
    footer #top .col-md-4 {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    footer #top {
        padding: 30px 15px 10px;
    }
    footer #top h2 {
        font-size: 13px;
        margin-bottom: 14px;
    }
    footer #top .menu {
        margin-bottom: 22px;
    }
    footer #bottom {
        text-align: center;
        padding: 14px 15px;
    }
    footer #bottom .col-md-8,
    footer #bottom .col-md-4 {
        text-align: center;
    }
    footer #bottom .text-right {
        text-align: center !important;
        margin-top: 8px;
    }
    footer .contactBox .box {
        gap: 10px;
    }
}

/* Light tema (base-white cookie) aktifken bile footer koyu kalır — marka kimliği */
body footer {
    background: linear-gradient(180deg, #043d5f 0%, #022a45 100%) !important;
    color: #d4e8f0 !important;
}
