/* ===========================
   Footer Styling
   =========================== */

.site-footer {
    background: #fafafa;
    color: #444;
    font-size: clamp(18px, 2vw, 3em);
    font-family: var(--font-text1, Arial, sans-serif);
}

.footer-title {
    font-size: clamp(22px, 2vw, 3em);
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.footer-description {
    line-height: 1.8;
    color: #555;
}

.footer-logo {
    width: 140px;
    height: auto;
}

.footer-brand-name {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.footer-menu li {
    /* margin-bottom: 10px; */
}

.footer-menu a {
    color: #444;
    text-decoration: none;
    /* padding: 3px 0; */
    display: inline-block;
    transition: color .2s ease, padding-right .2s ease;
    text-decoration: none;
}

.footer-menu a:hover {
    color: #000;
    padding-right: 5px;
}

/* Bottom bar */
.footer-bottom {
    font-size: clamp(14px, 1.4vw, 3em);
}

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

/* Enamad */
.enamad-wrapper {
    display: inline-block;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.enamad-logo {
    width: 120px;
    height: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-logo {
        width: 120px;
    }
}