@font-face {
    font-family: "Al Jazeera Arabic";
    src: url("../fonts/Al-Jazeera-Arabic-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    direction: rtl;
    color: #17212b;
    background: #f6f8fb;
    font-family: "Al Jazeera Arabic", Tahoma, Arial, sans-serif;
    line-height: 1.8;
}

a {
    color: inherit;
}

.site-shell {
    min-height: 100vh;
    overflow: hidden;
}

.site-topbar {
    background: #101820;
    color: #fff;
    font-size: 14px;
}

.site-topbar__inner,
.site-nav__inner,
.home-section__inner,
.site-footer__inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.site-topbar__inner {
    display: flex;
    justify-content: flex-start;
    gap: 18px;
    padding: 8px 0;
}

.site-topbar a {
    color: #fff;
    text-decoration: none;
    direction: ltr;
}

.top-contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 2px 0;
}

.top-contact i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #101820;
    background: #e5b451;
    font-size: 14px;
}

.top-contact--whatsapp i {
    color: #fff;
    background: #1fbf67;
}

.site-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 30px rgba(12, 24, 38, .08);
    backdrop-filter: blur(10px);
}

.site-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 12px 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #17212b;
    text-decoration: none;
    font-weight: 700;
}

.brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.site-nav__links {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav__links a {
    color: #263443;
    text-decoration: none;
    font-weight: 700;
}

.site-hero {
    min-height: calc(100vh - 112px);
    display: flex;
    align-items: center;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(11, 21, 32, .86), rgba(11, 21, 32, .58)),
        url("../img/Main7.jpg") center/cover no-repeat;
}

.site-hero__inner {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: 78px 0 96px;
}

.site-hero h1 {
    max-width: 760px;
    margin: 0 0 18px;
    font-size: clamp(34px, 6vw, 64px);
    line-height: 1.22;
    font-weight: 800;
    letter-spacing: 0;
}

.site-hero p {
    max-width: 650px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, .9);
    font-size: 19px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-main,
.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 800;
}

.btn-main {
    color: #101820;
    background: #e5b451;
}

.btn-ghost {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
}

.home-section {
    padding: 68px 0;
}

.home-section--white {
    background: #fff;
}

.section-heading {
    margin-bottom: 28px;
}

.section-heading h2 {
    margin: 0 0 8px;
    font-size: 30px;
    font-weight: 800;
}

.section-heading p {
    margin: 0;
    color: #607080;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.service-card,
.news-item {
    background: #fff;
    border: 1px solid #e4e9ef;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(24, 37, 51, .06);
}

.service-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 8px;
    color: #101820;
    background: #f1c761;
    font-size: 20px;
}

.service-card h3,
.news-item h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 800;
}

.service-card p,
.news-item p {
    margin: 0;
    color: #637386;
}

.guide-band {
    background: #101820;
    color: #fff;
}

.guide-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: 36px;
    align-items: center;
}

.guide-list {
    margin: 18px 0 0;
    padding: 0 22px 0 0;
}

.guide-list li {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .9);
}

.guide-image {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.news-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-date {
    color: #a0711e;
    font-weight: 800;
    direction: ltr;
}

.site-footer {
    background: #0c131a;
    color: #dce4ec;
    text-align: center;
    padding: 22px 0;
}

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 40;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #fff;
    background: #1fbf67;
    box-shadow: 0 16px 38px rgba(31, 191, 103, .34);
    text-decoration: none;
    font-size: 30px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(31, 191, 103, .42);
    text-decoration: none;
}

@media (max-width: 900px) {
    .site-nav__inner,
    .site-topbar__inner {
        flex-direction: column;
        align-items: stretch;
    }

    .site-nav__links,
    .site-topbar__inner {
        justify-content: center;
        text-align: center;
    }

    .top-contact {
        justify-content: center;
    }

    .service-grid,
    .news-list,
    .guide-layout {
        grid-template-columns: 1fr;
    }

    .site-hero {
        min-height: 640px;
    }
}

@media (max-width: 560px) {
    .site-nav__links,
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .brand {
        justify-content: center;
    }

    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
        width: 52px;
        height: 52px;
        font-size: 27px;
    }
}
