/* /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;
    height: 700px;
    overflow: hidden;
    background-image: url('/images/main-slider/mainslide.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    isolation: isolate;
}

.gb-static-hero[b-im81pj97bh]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 20% 40%, rgba(3,181,229,.20), transparent 30%),
        linear-gradient(90deg, rgba(0, 23, 38, .08) 0%, rgba(0, 23, 38, .04) 52%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.gb-static-hero-overlay[b-im81pj97bh] {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.gb-static-hero .container[b-im81pj97bh] {
    max-width: 1280px;
}

.gb-static-hero-container[b-im81pj97bh] {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    direction: ltr;
}

.gb-static-hero-card[b-im81pj97bh] {
    width: min(500px, 46vw);
    min-height: 430px;
    padding: 36px 42px;
    border-radius: 26px;
    text-align: center;
    direction: rtl;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 48, 70, 0.44), rgba(3, 181, 229, 0.12));
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), 0 30px 78px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(3px);
}

[dir="ltr"] .gb-static-hero-card[b-im81pj97bh] {
    direction: ltr;
}

.gb-static-hero-badge[b-im81pj97bh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    padding: 9px 22px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(3, 181, 229, 0.85), rgba(12, 128, 159, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.28);
    font-family: STCRegular, Cairo, sans-serif;
    font-weight: 800;
    font-size: 14px;
    box-shadow: 0 10px 24px rgba(3, 181, 229, 0.18);
}

.gb-static-hero-card h1[b-im81pj97bh] {
    color: #ffffff;
    font-family: DINNextBold, Cairo, sans-serif;
    font-size: clamp(2.65rem, 4.2vw, 4.7rem);
    font-weight: 900;
    line-height: 1.18;
    margin: 0 0 18px;
    letter-spacing: -1px;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.gb-static-hero-card p[b-im81pj97bh] {
    color: rgba(255, 255, 255, 0.96);
    font-family: STCRegular, Cairo, sans-serif;
    font-size: clamp(1.2rem, 1.75vw, 1.85rem);
    line-height: 1.8;
    margin: 0;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.gb-static-hero-main-btn[b-im81pj97bh] { margin-top: 30px; }

.gb-primary-btn[b-im81pj97bh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 265px;
    min-height: 58px;
    padding: 15px 32px;
    border-radius: 14px;
    color: #ffffff !important;
    text-decoration: none;
    font-family: DINNextBold, Cairo, sans-serif;
    font-size: clamp(17px, 1.2vw, 22px);
    font-weight: 900;
    background: linear-gradient(90deg, #03b5e5, #0c809f);
    box-shadow: 0 16px 34px rgba(3, 181, 229, 0.30);
    transition: .25s ease;
}

.gb-primary-btn:hover[b-im81pj97bh] {
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(3, 181, 229, 0.40);
}

.gb-static-hero-actions[b-im81pj97bh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.gb-small-btn[b-im81pj97bh] {
    position: relative;
    overflow: hidden;
    min-width: 165px;
    height: 52px;
    padding: 0 22px;
    border: 0;
    border-radius: 7px;
    background: linear-gradient(90deg, #0a8fb1, #14add2);
    color: #ffffff;
    font-family: DINNextBold, Cairo, sans-serif;
    font-weight: 800;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(0, 45, 68, 0.20);
    transition: .25s ease;
}

.gb-small-btn[b-im81pj97bh]::before {
    content: "";
    position: absolute;
    top: 0;
    left: -18px;
    width: 52px;
    height: 100%;
    background: #071a45;
    transform: skewX(-22deg);
    opacity: .95;
}

.gb-small-btn span[b-im81pj97bh] {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.gb-small-btn:hover[b-im81pj97bh] { transform: translateY(-2px); filter: brightness(1.05); }
.gb-play-icon[b-im81pj97bh] { width: 18px; height: 18px; object-fit: contain; }

@media (max-width: 1199.98px) {
    .gb-static-hero-card[b-im81pj97bh] { width: min(720px, 58vw); }
}

@media (max-width: 991.98px) {
    .gb-static-hero[b-im81pj97bh] { height: auto; min-height: 620px; padding: 70px 14px; background-position: center; }
    .gb-static-hero-container[b-im81pj97bh] { height: auto; }
    .gb-static-hero-card[b-im81pj97bh] { width: 100%; min-height: auto; padding: 34px 22px; background: rgba(0, 42, 65, 0.55); }
}

@media (max-width: 575.98px) {
    .gb-static-hero[b-im81pj97bh] { min-height: 560px; padding: 50px 12px; }
    .gb-static-hero-card h1[b-im81pj97bh] { font-size: 2.25rem; }
    .gb-static-hero-card p[b-im81pj97bh] { font-size: 1.18rem; }
    .gb-primary-btn[b-im81pj97bh] { width: 100%; min-width: unset; }
    .gb-static-hero-actions[b-im81pj97bh] { width: 100%; flex-direction: column; }
    .gb-small-btn[b-im81pj97bh] { width: 100%; }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* /Pages/Home/ServicesSection.razor.rz.scp.css */
/* /Pages/Index.razor.rz.scp.css */
body[b-9m6japmenp] {
}
