/* /Components/AnnouncementBar.razor.rz.scp.css */
/* === شريط الإعلان === */
.gb-ann-bar[b-qliyfvow9p] {
    position: sticky;
    top: 0;
    z-index: 1030; /* فوق النافبار */
    width: 100%;
    background: var(--gb-bg, #01b0a9);
    color: var(--gb-fg, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .55rem 2.5rem .55rem .75rem; /* padding إضافي بسبب زر الإغلاق */
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    font-size: .95rem;
    line-height: 1.4;
    gap: .75rem;
    transition: transform .3s ease, opacity .3s ease;
}

    /* عند الإخفاء */
    .gb-ann-bar.hide[b-qliyfvow9p] {
        transform: translateY(-100%);
        opacity: 0;
    }

/* الرابط داخل الشريط */
.gb-ann-link[b-qliyfvow9p] {
    display: flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
    color: inherit;
}

/* النص */
.gb-ann-text[b-qliyfvow9p] {
    font-weight: 600;
}

/* زر الدعوة (CTA) */
.gb-ann-cta[b-qliyfvow9p] {
    border: 1px solid currentColor;
    border-radius: 999px;
    padding: .15rem .6rem;
    font-size: .85rem;
    margin-inline-start: .5rem;
    white-space: nowrap;
}

/* زر الإغلاق */
.gb-ann-close[b-qliyfvow9p] {
    position: absolute;
    inset-inline-start: .5rem; /* في RTL يظهر يسار */
    background: transparent;
    border: none;
    color: inherit;
    font-size: 1.25rem;
    cursor: pointer;
    line-height: 1;
    opacity: .9;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .gb-ann-close:hover[b-qliyfvow9p] {
        opacity: 1;
    }

/* Responsive */
@media (max-width:480px) {
    .gb-ann-bar[b-qliyfvow9p] {
        flex-direction: column;
        text-align: center;
        padding: .6rem 1rem;
    }

    .gb-ann-text[b-qliyfvow9p] {
        font-weight: 500;
    }

    .gb-ann-cta[b-qliyfvow9p] {
        display: inline-block;
        margin-top: .3rem;
    }
}
/* /Components/SlideShow.razor.rz.scp.css */
.gb-static-hero[b-im81pj97bh] {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 700;
    overflow: hidden;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #00192b;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* /Pages/Home/ServicesSection.razor.rz.scp.css */
/* /Pages/Index.razor.rz.scp.css */
body[b-9m6japmenp] {
}
