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

.hd-footer {
    background: #172554;
    padding: 75px 0 25px;
    color: #ffffff;
}


/* برند */

.hd-footer-logo {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 25px;

    text-decoration: none !important;
}


.hd-footer-logo img {
    width: 42px;
    height: 42px;

    object-fit: contain;

    filter: brightness(0) invert(1);
}


.hd-footer-logo span {
    color: #ffffff;

    font-size: 20px;

    font-weight: 700;
}


.hd-footer-brand p {
    max-width: 500px;

    color: rgba(255,255,255,.65);

    font-size: 14px;

    line-height: 2.1;

    margin-bottom: 10px;
}


/* لینک‌ها */

.hd-footer-links h4 {
    color: #ffffff;

    font-size: 16px;

    font-weight: 700;

    margin-bottom: 22px;
}


.hd-footer-links ul {
    list-style: none;

    padding: 0;
    margin: 0;
}


.hd-footer-links li {
    margin-bottom: 13px;
}


.hd-footer-links a {
    color: rgba(255,255,255,.65) !important;

    text-decoration: none !important;

    font-size: 14px;

    transition: .2s;
}


.hd-footer-links a:hover {
    color: #ffffff !important;

    padding-right: 5px;
}


/* خط جداکننده */

.hd-footer-divider {
    height: 1px;

    background: rgba(255,255,255,.12);

    margin: 55px 0 25px;
}


/* پایین فوتر */

.hd-footer-bottom {
    display: flex;

    align-items: center;

    justify-content: space-between;
}


.hd-footer-bottom p {
    margin: 0;

    color: rgba(255,255,255,.55);

    font-size: 13px;
}


.hd-footer-bottom p a {
    color: #ffffff !important;

    text-decoration: none;
}
