/* =========================================================
   Almarkazeyah Footer — isolated redesign
   ========================================================= */
.footer{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(20,143,217,.14), transparent 28%),
        radial-gradient(circle at 88% 72%, rgba(246,168,0,.08), transparent 24%),
        linear-gradient(135deg,#041a2d 0%,#06253e 48%,#031525 100%);
    color:#d9e8f3;
    padding:58px 24px 18px;
    border-top:1px solid rgba(83,185,255,.22);
    isolation:isolate;
}

.footer::before,
.footer::after{
    content:"";
    position:absolute;
    pointer-events:none;
    z-index:-1;
}

.footer::before{
    width:520px;
    height:520px;
    left:-250px;
    top:-300px;
    border:1px solid rgba(80,184,255,.13);
    border-radius:50%;
    box-shadow:0 0 0 55px rgba(80,184,255,.025),0 0 0 110px rgba(80,184,255,.018);
}

.footer::after{
    inset:auto 0 0;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(246,168,0,.5),rgba(80,184,255,.35),transparent);
}

.footer .container{max-width:1180px;margin:auto}

.footer-grid{
    display:grid;
    grid-template-columns:1.35fr 1fr 1.15fr;
    gap:58px;
    align-items:start;
    position:relative;
    margin-bottom:42px;
}

.footer-grid::after{

    position:absolute;
    right:0;
    left:0;
    bottom:-24px;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.10),rgba(246,168,0,.26),rgba(255,255,255,.10),transparent);
}

.footer-brand{min-width:0}
.footer-logo{
    width:150px;
    height:auto;
    margin:0 0 18px;
    background:transparent !important;
    padding:0 !important;
    border:0;
    filter:drop-shadow(0 10px 24px rgba(0,0,0,.24));
}

.footer-about{
    max-width:360px;
    margin:0;
    color:#a9bfd0;
    font-size:14px;
    line-height:2;
}

.footer-title{
    position:relative;
    margin:2px 0 20px;
    padding-right:13px;
    color:#fff;
    font-size:18px;
    line-height:1.4;
}

.footer-title::before{
    content:"";
    position:absolute;
    right:0;
    top:3px;
    width:3px;
    height:20px;
    border-radius:4px;
    background:linear-gradient(#56b9ff,#f6a800);
}

.footer-phones{
    display:flex;
    align-items:center;
    flex-wrap:nowrap;
    gap:14px;
    white-space:nowrap;
    margin-bottom:13px;
}

.footer-phone,
.footer-email{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#dceaf3;
    transition:.22s ease;
}

.footer-phone:hover,
.footer-email:hover{color:#56b9ff}

.footer-phone svg,
.footer-email svg{
    width:17px;
    height:17px;
    flex:0 0 17px;
    color:#56b9ff;
}

.footer-email{font-size:14px}
.footer-address{margin:14px 0 0;color:#9fb6c8;font-size:14px;line-height:1.9}

.footer-socials{
    display:flex;
    align-items:center;
    gap:9px;
    flex-wrap:wrap;
}

.footer-socials a,
.footer-socials .is-disabled{
    width:39px;
    height:39px;
    display:grid;
    place-items:center;
    border:1px solid rgba(126,201,247,.22);
    border-radius:11px;
    background:rgba(255,255,255,.045);
    color:#eaf5fb;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
    transition:transform .22s ease,background .22s ease,border-color .22s ease,color .22s ease;
}

.footer-socials a:hover{
    transform:translateY(-3px);
    background:linear-gradient(145deg,#0b83c9,#075486);
    border-color:rgba(126,201,247,.65);
    color:#fff;
}

.footer-socials .is-disabled{opacity:.38;cursor:not-allowed}
.footer-socials svg{width:18px;height:18px;fill:currentColor}

.footer-contact-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:18px;
    color:#fff;
    font-weight:700;
    font-size:14px;
    transition:.22s ease;
}
.footer-contact-link:hover{color:#56b9ff}
.footer-contact-link svg{width:17px;height:17px;fill:currentColor}

.copyright{
    max-width:none;
    margin:0;
    padding-top:5px;
    border-top:0;
    color:#ffffff;
    font-size:12px;
    text-align:center;
}

@media(max-width:900px){
    .footer{padding:48px 20px 18px}
    .footer-grid{grid-template-columns:1fr 1fr;gap:34px}
    .footer-brand{grid-column:1/-1;text-align:center}
    .footer-logo{margin:0 auto 16px}
    .footer-about{margin:auto}
}

@media(max-width:600px){
    .footer{padding:42px 18px 18px}
    .footer-grid{grid-template-columns:1fr;gap:30px;text-align:center}
    .footer-brand{grid-column:auto}
    .footer-title{display:inline-block;text-align:right}
    .footer-phones{justify-content:center;gap:12px;white-space:normal}
    .footer-address{margin-top:10px}
    .footer-socials{justify-content:center}
    .footer-contact-link{justify-content:center}
    .footer-grid::after{bottom:-18px}
}

.footer-menu{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;padding:0;border-top:1px solid rgba(255,255,255,.08);margin-top:8px}
.footer-menu a{color:#b9cfde;font-size:13px;font-weight:700;padding:7px 12px;border-radius:8px;transition:.2s ease}
.footer-menu a:hover{color:#fff;background:rgba(255,255,255,.06)}
@media(max-width:700px){.footer-menu{gap:6px}.footer-menu a{font-size:12px;padding:6px 9px}}
