
.foot {
    background: #0a0908;
    border-top: 1px solid rgba(245, 158, 11, .15);
    padding: 48px 0 0;
    font-family: 'Tajawal', sans-serif;
    direction: rtl;
    color: #fffbeb
}

.foot .ctn {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 140px
}

.foot-top {
    padding-bottom: 32px
}

.fgrid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px
}

.fbrand p {
    font-size: 12px;
    color: #57534e;
    max-width: 300px;
    margin-top: 12px;
    line-height: 1.8
}

.foot-logo {
    display: inline-block;
    text-decoration: none
}

.fsocial {
    display: flex;
    gap: 10px;
    margin-top: 16px
}

.fsocial a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .06);
    color: #57534e;
    transition: all 200ms ease;
    text-decoration: none
}

.fsocial a:hover {
    background: rgba(251, 191, 36, .12);
    border-color: rgba(251, 191, 36, .2);
    color: #fbbf24;
    transform: translateY(-2px)
}

.fcol h4 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #fffbeb
}

.fcol a {
    display: block;
    font-size: 12px;
    color: #57534e;
    padding: 4px 0;
    transition: all 200ms ease;
    text-decoration: none
}

.fcol a:hover {
    color: #fbbf24;
    padding-right: 4px
}

.fbot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    color: #57534e;
    border-top: 1px solid rgba(245, 158, 11, .15);
    padding: 16px 0
}

.fbot-links {
    display: flex;
    gap: 16px
}

.fbot-links a {
    color: #57534e;
    font-size: 11px;
    transition: color 200ms ease;
    text-decoration: none
}

.fbot-links a:hover {
    color: #fbbf24
}
