.custom-footer {
    background-color: #1f2937;
    /* สีเทาเข้ม Gray-800 */
    color: #f8f9fa;
}

.custom-footer a {
    text-decoration: none;
    color: #9ca3af;
    /* สีเทาอ่อน Gray-400 */
    transition: color 0.15s ease-in-out;
}

.custom-footer a:hover {
    color: #818cf8;
}

.footer-logo {
    color: #818cf8;
    font-weight: 700;
    font-size: 1.5rem;
}

.footer-heading {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.border-top-gray {
    border-top: 1px solid #374151;
}
