body {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    width: 100%;
    text-align: justify;
}

.navbar-toggler {
    border-color: #fff !important;
}
.navbar-toggler-icon {
filter: invert(1);
}
.navbar {
    margin: auto;
    background-color: #0000006e !important;
    padding-left: 5%;
    padding-right: 5%;
}

.transparent-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* Ensure it's on top */
}

.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    transition: color 0.3s ease-in-out;
}

.navbar .navbar-nav .nav-link:hover {
    color: #90a6c0 !important;
}

.navbar img {
    scale: 1.9;
}

.lang-btn {
    color: #fff !important;
    background: none;
    border: none;
}

.lang-btn:hover {
    color: #90a6c0 !important;
}

.hero-section h1{
    text-align: start !important;
}

@media (max-width: 576px) {
    .hero-section h1 {
                text-align: center !important;
                transform: unset !important;
                width: 100% !important;
                left: unset !important;
    }
}

/* ===== Footer base ===== */
.site-footer {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 160px 0 0;
    background:
        linear-gradient(180deg, #155772 0%, #3b8f7a 40%, #7cc043 85%);

}

/* soft bands like the screenshot */
.site-footer::before {
    content: "";
    position: absolute;
    inset: -20% -10% 35% -10%;
    background:
        repeating-linear-gradient(-12deg, rgba(255, 255, 255, .08) 0 120px,
            rgba(255, 255, 255, 0) 120px 240px);
    filter: blur(1px);
}

.site-footer::after {
    /* lighter wedge at the very bottom */
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: -18%;
    height: 40%;
    background: rgba(170, 220, 90, .55);
    transform: skewY(-6deg);
}

.sf__container {
    width: 1500px;
    margin-inline: auto;
    position: relative;
    z-index: 1;
}

/* ===== Grid ===== */
.sf__grid {
    display: grid;
    gap: 28px;
    grid-template-columns: 200px 200px 200px 200px 200px;
    align-items: flex-start;
    justify-content: center;
}

.sf__promo img {
    width: 100%;
    display: block;
    border-radius: 22px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .25);
}

/* columns */
.sf__col h4 {
    margin: 6px 0 14px;
    font-weight: 800;
    letter-spacing: .5px;
    font-size: clamp(16px, 1.4vw, 18px);
    opacity: .95;
}

.sf__list,
.sf__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sf__list li {
    opacity: .9;
    margin: 8px 0;
}

[lang="ar"] .sf__list .phone {
    direction: ltr;
    text-align: end;
}

.sf__links li {
    margin: 8px 0;
}

.sf__links a {
    color: #D7DAD7;
    text-decoration: none;
    opacity: .9;
    font-size: 15px;
}

.sf__links a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* social */
.sf__social {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.sf__social a {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .25);
}

.sf__social a:hover {
    background: rgba(255, 255, 255, .25);
}

/* bottom row */
.sf__bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 850px;
    margin-top: 150px;
    padding-top: 1px;
    padding-right: 150px;
    border-top: 1px solid rgba(255, 255, 255, .18);
    background-color: #202021;
}

[lang="en"] .sf__bottom {
    padding-left: 150px;
}

.sf__brand {
    height: 70px;
    width: auto;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .3));
    scale: 1.5;
}

.sf__copy {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    opacity: .9;
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
    .sf__grid {
        grid-template-columns: 200px 1fr 1fr;
    }
}

@media (max-width: 800px) {
    .sf__grid {
        grid-template-columns: 1fr 1fr;
    }

    .sf__promo {
        grid-column: 1 / -1;
        max-width: 360px;
    }
}

@media (max-width: 520px) {
    .sf__grid {
        grid-template-columns: 1fr;
    }

    .sf__container {
        width: 90%;
        text-align: center !important;
    }


    .sf__social {
        justify-content: center;
    }
    .sf__list .phone {
        text-align: center !important;
    }
    .sf__bottom {
        flex-direction: column;
        align-items: center;
        gap: 8px;
            padding-right: 0;
    }

    .footer-column h5 {
        font-size: 22px;
    }

    .footer-links {
        gap: 20px;
    }

    .footer-column ul li a {
        font-size: 18px;
    }

    .footer-bottom p {
        font-size: 18px;
    }

    .footer-logo {
        margin-top: 25px;
    }

    .footer-content {
        align-items: center;
        justify-content: center;
    }

    .footer-logo img {
        max-width: 180px;
    }

}

[lang="ar"] body,
[lang="ar"] .main-text,
[lang="ar"] .footer {
    direction: rtl;
    /* text-align: right; */
}

.error-404 {
    text-align: center;
    padding: 150px 0;
    background-color: #0a2841;
    color: #fff;
}

.error-404 i {
    font-size: 72px;
    margin-bottom: 20px;
}

.error-404 h1 {
    font-size: 48px;
    margin-bottom: 20px;
    
}

.error-404 h2 {
    font-size: 24px;
    margin-bottom: 40px;
}