.footer-custom {
    background-color: #F8FAFC;
    color: var(--argede-primary-blue);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.footer-custom .footer-heading {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #14487C;
}

.footer-custom .list-unstyled li {
    margin-bottom: 0.75rem;
    /* Liste elemanları arasına boşluk */
}

.footer-custom .list-unstyled a {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #868D9D !important;
    transform-origin: .3s;
}

.footer-custom .list-unstyled a:hover {
    transform-origin: .3s;
    color: #14487C !important;
}


/* Çözümler bölümündeki kalın başlıklar için */

.footer-custom .list-unstyled a.fw-bold {
    color: var(--argede-primary-blue);
}

.footer-custom .social-icons a {
    font-size: 1.3rem;
    margin-right: 1rem;
    color: var(--argede-primary-blue);
    transition: opacity 0.3s ease;
}

.footer-custom .social-icons a:hover {
    opacity: 0.7;
}

.footer-custom .support-number {
    font-size: 1.75rem;
    font-weight: 500;
    color: var(--argede-primary-blue);
}

.footer-custom .footer-logo {
    max-width: 160px;
    /* Logonun çok büyümesini engeller */
}

.footer-custom .copyright {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #646464;
}

.footer-title {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #14487C;
}

.footer-sayfa {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #868D9D;
}

.footer-sag {
    flex-wrap: wrap;
    row-gap: 3rem;
    display: flex;
    justify-content: space-between;
}

.icerik-sayfalari {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer-icerik.iot {
    margin-top: 35px;
}

footer {
    padding-top: 100px;
}

.footer-heading {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #14487C;
}

.support-number {
    font-family: Inter;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #14487C !important;
    margin-top: 13px;
}

.footer-detay {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #646464;
}

.text-reset i {
    color: #14487C;
}

.footer-sayfa:hover {
    color: #14487C;
}

.footer-sayfa a {
    color: #868D9D;
}

.footer-kirilim {
    margin-bottom: 40px;
}

@media only screen and (max-width: 390px) {
    .footer-sag {
        flex-direction: column;
    }
    .footer-kirilim {
        margin-bottom: 25px;
    }
}