/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qmqydjfcs1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qmqydjfcs1] {
    flex: 1;
}

.sidebar[b-qmqydjfcs1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qmqydjfcs1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qmqydjfcs1]  a, .top-row[b-qmqydjfcs1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-qmqydjfcs1]  a:hover, .top-row[b-qmqydjfcs1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qmqydjfcs1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-qmqydjfcs1] {
        justify-content: space-between;
    }

    .top-row[b-qmqydjfcs1]  a, .top-row[b-qmqydjfcs1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qmqydjfcs1] {
        flex-direction: row;
    }

    .sidebar[b-qmqydjfcs1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qmqydjfcs1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qmqydjfcs1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qmqydjfcs1], article[b-qmqydjfcs1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-qmqydjfcs1] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-qmqydjfcs1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/ShortComponents/AnnouncementBar.razor.rz.scp.css */
/* === شريط الإعلان === */
.gb-ann-bar[b-028f060cmw] {
    position: sticky;
    top: 0;
    z-index: 1030; /* فوق النافبار */
    width: 100%;
    background: #0062CC;
    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-028f060cmw] {
        transform: translateY(-100%);
        opacity: 0;
    }

/* الرابط داخل الشريط */
.gb-ann-link[b-028f060cmw] {
    display: flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
    color: inherit;
}

/* النص */
.gb-ann-text[b-028f060cmw] {
    font-weight: 600;
}

/* زر الدعوة (CTA) */
.gb-ann-cta[b-028f060cmw] {
    border: 1px solid currentColor;
    border-radius: 999px;
    padding: .15rem .6rem;
    font-size: .85rem;
    margin-inline-start: .5rem;
    white-space: nowrap;
}

/* زر الإغلاق */
.gb-ann-close[b-028f060cmw] {
    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-028f060cmw] {
        opacity: 1;
    }

/* Responsive */
@media (max-width:480px) {
    .gb-ann-bar[b-028f060cmw] {
        flex-direction: column;
        text-align: center;
        padding: .6rem 1rem;
    }

    .gb-ann-text[b-028f060cmw] {
        font-weight: 500;
    }

    .gb-ann-cta[b-028f060cmw] {
        display: inline-block;
        margin-top: .3rem;
    }
}
/* /Components/ShortComponents/ContactForm.razor.rz.scp.css */
/* /Components/ShortComponents/CustomerReviews.razor.rz.scp.css */
.q-reviews-section[b-ubsyoggg65] {
    padding: 90px;
    background: radial-gradient(circle at top right, rgba(21,168,158,.05), transparent 35%), linear-gradient(180deg,#ffffff,#f8fafc);
    overflow: hidden;
    direction: inherit;
}

.q-reviews-header[b-ubsyoggg65] {
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center;
}

.q-reviews-badge[b-ubsyoggg65] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(21,168,158,.08);
    color: #15a89e;
    font-weight: 700;
    margin-bottom: 20px;
}

.q-reviews-header h2[b-ubsyoggg65] {
    font-size: clamp(2rem,5vw,3.2rem);
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 15px;
}

    .q-reviews-header h2 span[b-ubsyoggg65] {
        color: #15a89e;
    }

.q-reviews-header p[b-ubsyoggg65] {
    color: #64748b;
    line-height: 1.9;
    font-size: 1.05rem;
}

.q-reviews-grid[b-ubsyoggg65] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.q-review-card[b-ubsyoggg65] {
    background: #fff;
    border-radius: 20px;
    padding: 22px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 35px rgba(15,23,42,.05);
    transition: all .25s ease;
    position: relative;
}

    .q-review-card:hover[b-ubsyoggg65] {
        transform: translateY(-5px);
        border-color: rgba(21,168,158,.4);
        box-shadow: 0 20px 40px rgba(21,168,158,.12);
    }

.q-review-stars[b-ubsyoggg65] {
    color: #f59e0b;
    font-size: .9rem;
    margin-bottom: 12px;
}

.q-review-content[b-ubsyoggg65] {
    color: #475569;
    line-height: 1.9;
    font-size: .92rem;
    min-height: 75px;
    margin-bottom: 18px;
}

.q-review-user[b-ubsyoggg65] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.q-review-avatar[b-ubsyoggg65] {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg,#15a89e,#022964);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
}

.q-review-user-info[b-ubsyoggg65] {
    text-align: right;
}

    .q-review-user-info h5[b-ubsyoggg65] {
        margin: 0;
        font-size: .95rem;
        font-weight: 700;
        color: #0f172a;
    }

    .q-review-user-info span[b-ubsyoggg65] {
        color: #64748b;
        font-size: .78rem;
    }

.q-review-action[b-ubsyoggg65] {
    margin-top: 50px;
    text-align: center;
    padding: 40px;
    border-radius: 28px;
    background: linear-gradient(135deg,#022964,#15a89e);
    color: #fff;
}

    .q-review-action h4[b-ubsyoggg65] {
        font-size: 1.8rem;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .q-review-action p[b-ubsyoggg65] {
        opacity: .95;
        margin-bottom: 25px;
    }

.q-review-btn[b-ubsyoggg65] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #fff;
    color: #022964;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: .25s;
}

    .q-review-btn:hover[b-ubsyoggg65] {
        transform: translateY(-3px);
        color: #15a89e;
    }

@media (max-width: 991px) {

    .q-reviews-grid[b-ubsyoggg65] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .q-reviews-section[b-ubsyoggg65] {
        padding: 70px 0;
    }

    .q-reviews-grid[b-ubsyoggg65] {
        grid-template-columns: 1fr;
    }

    .q-review-card[b-ubsyoggg65] {
        padding: 18px;
    }

    .q-review-action[b-ubsyoggg65] {
        padding: 30px 20px;
    }

        .q-review-action h4[b-ubsyoggg65] {
            font-size: 1.4rem;
        }
}
html[dir="rtl"] .q-reviews-section[b-ubsyoggg65],
[dir="rtl"] .q-reviews-section[b-ubsyoggg65] {
    direction: rtl;
}

html[dir="rtl"] .q-review-card[b-ubsyoggg65],
[dir="rtl"] .q-review-card[b-ubsyoggg65],
html[dir="rtl"] .q-review-user-info[b-ubsyoggg65],
[dir="rtl"] .q-review-user-info[b-ubsyoggg65] {
    text-align: right;
}

html[dir="rtl"] .q-review-user[b-ubsyoggg65],
[dir="rtl"] .q-review-user[b-ubsyoggg65] {
    flex-direction: row;
}

/* LTR */
html[dir="ltr"] .q-reviews-section[b-ubsyoggg65],
[dir="ltr"] .q-reviews-section[b-ubsyoggg65] {
    direction: ltr;
}

html[dir="ltr"] .q-review-card[b-ubsyoggg65],
[dir="ltr"] .q-review-card[b-ubsyoggg65],
html[dir="ltr"] .q-review-user-info[b-ubsyoggg65],
[dir="ltr"] .q-review-user-info[b-ubsyoggg65] {
    text-align: left;
}

html[dir="ltr"] .q-review-user[b-ubsyoggg65],
[dir="ltr"] .q-review-user[b-ubsyoggg65] {
    flex-direction: row;
}

/* لا تستخدم row-reverse هنا */
.q-review-user[b-ubsyoggg65] {
    display: flex;
    align-items: center;
    gap: 12px;
}
/* /Components/ShortComponents/GuideHero.razor.rz.scp.css */
/* =======================================================
   QUANTUM ERP HELP CENTER HERO
======================================================= */

.q-guide-hero[b-4u2fmwa1gp] {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    padding: 70px 90px;
  
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    color: #fff;
    background: radial-gradient(circle at 15% 30%, rgba(21,168,158,.35), transparent 35%), linear-gradient(135deg, #0f6175 0%, #103d73 48%, #0b2447 100%);
}

    /* Grid Background */
    .q-guide-hero[b-4u2fmwa1gp]::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
        background-size: 64px 64px;
    }

.q-guide-content[b-4u2fmwa1gp],
.q-guide-visual[b-4u2fmwa1gp] {
    position: relative;
    z-index: 2;
}

/* =======================================================
   RIGHT SIDE
======================================================= */

.q-guide-content[b-4u2fmwa1gp] {
    max-width: 700px;
    text-align :center ;
}

.q-guide-badge[b-4u2fmwa1gp] {
    display: inline-flex;
    align-items: start;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(8px);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 30px;
}

    .q-guide-badge i[b-4u2fmwa1gp] {
        color: #15a89e;
    }

.q-guide-content h2[b-4u2fmwa1gp] {
    margin: 0;
    font-size: clamp(1rem, 6vw, 2.5rem);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -2px;
    text-align:start;
}

    .q-guide-content h2 span[b-4u2fmwa1gp] {
        color: #15a89e;
    }

.q-guide-content p[b-4u2fmwa1gp] {
    margin-top: 25px;
    max-width: 650px;
    color: rgba(255,255,255,.85);
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 500;
    text-align: start;
}

/* =======================================================
   ACTIONS
======================================================= */

.q-guide-actions[b-4u2fmwa1gp] {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.q-guide-btn[b-4u2fmwa1gp] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 58px;
    padding: 0 30px;
    border-radius: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    background: #15a89e;
    box-shadow: 0 12px 30px rgba(21,168,158,.35), 0 0 30px rgba(21,168,158,.25);
    transition: all .3s ease;
}

    .q-guide-btn:hover[b-4u2fmwa1gp] {
        color: #fff;
        transform: translateY(-4px);
        background: #18beb3;
    }

    .q-guide-btn i[b-4u2fmwa1gp] {
        font-size: 20px;
    }

.q-guide-mini[b-4u2fmwa1gp] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.8);
    font-size: 15px;
    font-weight: 600;
}

    .q-guide-mini i[b-4u2fmwa1gp] {
        color: #15a89e;
        font-size: 24px;
    }

/* =======================================================
   LEFT SIDE VISUAL
======================================================= */

.q-guide-visual[b-4u2fmwa1gp] {
    width: 450px;
    height: 320px;
    position: relative;
    flex-shrink: 0;
}

/* Center Card */

.q-guide-main-icon[b-4u2fmwa1gp] {
    position: absolute;
    top: 50%;
    left: 90%;
    width: 160px;
    height: 160px;
    transform: translate(-50%, -50%);
    border-radius: 36px;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(16px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 35px rgba(255,255,255,.25), 0 25px 60px rgba(0,0,0,.25);
}

    .q-guide-main-icon i[b-4u2fmwa1gp] {
        font-size: 72px;
        color: white;
    }

/* Floating Cards */

.q-guide-card[b-4u2fmwa1gp] {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: #1e293b;
    height: 64px;
    min-width: 190px;
    padding: 0 18px;
    border-radius: 18px;
    font-weight: 700;
    box-shadow: 0 15px 45px rgba(0,0,0,.18);
    transition: all .3s ease;
}

    .q-guide-card:hover[b-4u2fmwa1gp] {
        transform: translateY(-5px);
    }

    .q-guide-card i[b-4u2fmwa1gp] {
        font-size: 26px;
        color: #15a89e;
    }

/* Positioning */

.card-1[b-4u2fmwa1gp] {
    top: 0;
    right: 20px;
}

.card-2[b-4u2fmwa1gp] {
    left: 0;
    top: 120px;
}

.card-3[b-4u2fmwa1gp] {
    bottom: 0;
    right: 40px;
}

/* =======================================================
   FLOATING ANIMATION
======================================================= */

.card-1[b-4u2fmwa1gp] {
    animation: float1-b-4u2fmwa1gp 4s ease-in-out infinite;
}

.card-2[b-4u2fmwa1gp] {
    animation: float2-b-4u2fmwa1gp 5s ease-in-out infinite;
}

.card-3[b-4u2fmwa1gp] {
    animation: float3-b-4u2fmwa1gp 4.5s ease-in-out infinite;
}

@keyframes float1-b-4u2fmwa1gp {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes float2-b-4u2fmwa1gp {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

@keyframes float3-b-4u2fmwa1gp {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* =======================================================
   RESPONSIVE
======================================================= */

@media (max-width: 1200px) {

    .q-guide-hero[b-4u2fmwa1gp] {
        padding: 60px 40px;
    }

    .q-guide-visual[b-4u2fmwa1gp] {
        width: 360px;
    }
}

@media (max-width: 992px) {

    .q-guide-hero[b-4u2fmwa1gp] {
        flex-direction: column-reverse;
        text-align: center;
        padding: 60px 25px;
        gap: 50px;
    }

    .q-guide-content[b-4u2fmwa1gp] {
        max-width: 100%;
    }

        .q-guide-content p[b-4u2fmwa1gp] {
            margin-left: auto;
            margin-right: auto;
        }

    .q-guide-actions[b-4u2fmwa1gp] {
        justify-content: center;
    }

    .q-guide-visual[b-4u2fmwa1gp] {
        width: 100%;
        max-width: 420px;
    }
}

@media (max-width: 576px) {

    .q-guide-hero[b-4u2fmwa1gp] {
        min-height: auto;
        padding: 40px 20px;
    }

    .q-guide-content h2[b-4u2fmwa1gp] {
        font-size: 2.7rem;
    }

    .q-guide-content p[b-4u2fmwa1gp] {
        font-size: 1rem;
    }

    .q-guide-main-icon[b-4u2fmwa1gp] {
        width: 120px;
        height: 120px;
    }

        .q-guide-main-icon i[b-4u2fmwa1gp] {
            font-size: 55px;
        }

    .q-guide-card[b-4u2fmwa1gp] {
        min-width: 150px;
        height: 54px;
        font-size: 13px;
    }

        .q-guide-card i[b-4u2fmwa1gp] {
            font-size: 20px;
        }
}
/* /Components/ShortComponents/HeroHeader.razor.rz.scp.css */
.hero-link[b-dj8113t4wy] {
    text-decoration: none;
    display: block;
}

.hero-section[b-dj8113t4wy] {
    background: linear-gradient(135deg, #073570 0%, #2e5c8a 50%, #073570 100%);
    border-radius: 20px;
    padding: 60px 20px;
    margin: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .hero-section:hover[b-dj8113t4wy] {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    }

.hero-content[b-dj8113t4wy] {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 900px;
    direction :rtl;
}

    .hero-content p[b-dj8113t4wy] {
        color: rgba(255, 255, 255, 0.85);
    }
/* /Components/ShortComponents/PaymentMethods.razor.rz.scp.css */
/* /Components/ShortComponents/QuantumHeader.razor.rz.scp.css */
.q-header[b-evkxabe6g9] {
    position: relative;
    z-index: 1000;
    width: 100%;
    direction: inherit;
    font-family: inherit;
}

/* =========================
   Shared Containers
   ========================= */

.q-header-top-inner[b-evkxabe6g9],
.q-header-main-inner[b-evkxabe6g9] {
    width: min(1880px, calc(100% - 32px));
    margin-inline: auto;
}

/* =========================
   Header Top
   ========================= */

.q-header-top[b-evkxabe6g9] {
    padding: 10px 0;
    color: #fff;
    background: linear-gradient(135deg, #15a89e, #00a59e);
}

.q-header-top-inner[b-evkxabe6g9] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
}

.q-contact[b-evkxabe6g9] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
}

    .q-contact a[b-evkxabe6g9] {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        color: #fff;
        text-decoration: none;
        font-size: .95rem;
        font-weight: 600;
        transition: color .25s ease;
    }

        .q-contact a:hover[b-evkxabe6g9] {
            color: #022964;
        }

.q-social[b-evkxabe6g9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .q-social a[b-evkxabe6g9] {
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        border-radius: 50%;
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .12);
        transition: all .25s ease;
    }

        .q-social a:hover[b-evkxabe6g9] {
            color: #fff;
            background: #022964;
            border-color: #022964;
            transform: translateY(-2px);
        }

.q-cert-logos[b-evkxabe6g9] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

    .q-cert-logos img[b-evkxabe6g9] {
        height: 34px;
        width: auto;
        object-fit: contain;
    }

/* =========================
   Header Main
   ========================= */

.q-header-main[b-evkxabe6g9] {
    background: #08285d;
    box-shadow: 0 14px 35px rgba(2, 41, 100, .18);
}

.q-header-main-inner[b-evkxabe6g9] {
    min-height: 176px;
    display: grid;
    grid-template-columns: auto 320px 1fr auto;
    grid-template-areas: "brand actions nav vision";
    align-items: center;
    gap: 28px;
}

.q-brand[b-evkxabe6g9] {
    grid-area: brand;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    text-decoration: none;
    min-width: 360px;
}

    .q-brand img[b-evkxabe6g9] {
        height: 130px;
        width: auto;
        object-fit: contain;
    }

.q-brand-text[b-evkxabe6g9] {
    text-align: center;
}

    .q-brand-text h1[b-evkxabe6g9] {
        margin: 0;
        color: #fff;
        font-size: 2.15rem;
        font-weight: 900;
        line-height: 1.3;
    }

    .q-brand-text p[b-evkxabe6g9] {
        margin: 28px 0 0;
        color: #fff;
        font-size: 1.25rem;
        font-weight: 800;
    }

.q-actions-center[b-evkxabe6g9] {
    grid-area: actions;
    display: grid;
    gap: 18px;
    justify-items: center;
    width: 100%;
}

.q-actions-row[b-evkxabe6g9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    width: 100%;
}

.q-btn[b-evkxabe6g9] {
    min-height: 30px;
    padding: 6px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transition: all .25s ease;
}

.q-btn-primary[b-evkxabe6g9] {
    background: #07b5ad;
    color: #fff;
}

.q-btn-light[b-evkxabe6g9] {
    background: #fff;
    color: #078f89;
}

.q-btn-wide[b-evkxabe6g9] {
    width: 100%;
}

.q-btn:hover[b-evkxabe6g9] {
    transform: translateY(-2px);
}

.q-nav[b-evkxabe6g9] {
    grid-area: nav;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
}

    .q-nav a[b-evkxabe6g9] {
        color: #fff;
        text-decoration: none;
        font-size: .95rem;
        font-weight: 800;
        white-space: nowrap;
        transition: color .25s ease;
    }

        .q-nav a:hover[b-evkxabe6g9] {
            color: #15a89e;
        }

.q-vision[b-evkxabe6g9] {
    grid-area: vision;
}

    .q-vision img[b-evkxabe6g9] {
        height: 90px;
        width: auto;
        object-fit: contain;
    }

.q-menu-btn[b-evkxabe6g9] {
    display: none;
    grid-area: menu;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.7rem;
    border: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, .14);
}

/* =========================
   Tablet
   ========================= */

@media (max-width: 1200px) {
    .q-header-main-inner[b-evkxabe6g9] {
        min-height: auto;
        padding: 14px 0;
        grid-template-columns: 1fr 280px auto;
        grid-template-areas: "brand actions menu";
        gap: 16px;
    }

    .q-nav[b-evkxabe6g9],
    .q-vision[b-evkxabe6g9] {
        display: none;
    }

    .q-brand[b-evkxabe6g9] {
        min-width: auto;
        gap: 14px;
    }

        .q-brand img[b-evkxabe6g9] {
            height: 72px;
        }

    .q-brand-text h1[b-evkxabe6g9] {
        font-size: 1.45rem;
    }

    .q-brand-text p[b-evkxabe6g9] {
        margin-top: 6px;
        font-size: .95rem;
    }

    .q-actions-center[b-evkxabe6g9] {
        gap: 10px;
    }

    .q-actions-row[b-evkxabe6g9] {
        gap: 10px;
    }

    .q-btn[b-evkxabe6g9] {
        min-height: 34px;
        padding: 6px 14px;
        font-size: .82rem;
    }

    .q-menu-btn[b-evkxabe6g9] {
        display: inline-flex;
    }

    .q-nav.open[b-evkxabe6g9] {
        display: grid;
        position: absolute;
        inset-inline: 16px;
        top: calc(100% + 10px);
        z-index: 2000;
        gap: 8px;
        padding: 18px;
        background: #fff;
        border: 1px solid rgba(21, 168, 158, .14);
        border-radius: 24px;
        box-shadow: 0 25px 70px rgba(2, 41, 100, .22);
    }

        .q-nav.open a[b-evkxabe6g9] {
            padding: 12px 14px;
            color: #0f172a;
            border-radius: 14px;
            background: #f8fafc;
        }

            .q-nav.open a:hover[b-evkxabe6g9] {
                color: #15a89e;
                background: rgba(21, 168, 158, .1);
            }
}

/* =========================
   Medium Mobile
   ========================= */

@media (max-width: 992px) {
    .q-header-top-inner[b-evkxabe6g9] {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 12px;
    }

    .q-contact[b-evkxabe6g9],
    .q-social[b-evkxabe6g9],
    .q-cert-logos[b-evkxabe6g9] {
        justify-content: center;
    }
}

/* =========================
   Mobile
   ========================= */

@media (max-width: 768px) {
    .q-header-main-inner[b-evkxabe6g9] {
        width: min(1880px, calc(100% - 20px));
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "brand menu"
            "actions actions";
        gap: 12px;
    }

    .q-brand[b-evkxabe6g9] {
        justify-content: flex-start;
    }

        .q-brand img[b-evkxabe6g9] {
            height: 80px;
        }

    .q-brand-text[b-evkxabe6g9] {
        text-align: center;
    }

        .q-brand-text h1[b-evkxabe6g9] {
            font-size: 1.2rem;
        }

        .q-brand-text p[b-evkxabe6g9] {
            font-size: .82rem;
        }

    .q-actions-center[b-evkxabe6g9] {
        width: min(100%, 320px);
        justify-self: center;
    }

    .q-actions-row[b-evkxabe6g9] {
        gap: 12px;
    }

    .q-contact[b-evkxabe6g9] {
        gap: 12px;
    }

        .q-contact a[b-evkxabe6g9] {
            font-size: .82rem;
        }

    .q-social a[b-evkxabe6g9] {
        width: 30px;
        height: 30px;
    }

    .q-cert-logos img[b-evkxabe6g9] {
        height: 28px;
    }
}

/* =========================
   Small Mobile
   ========================= */

@media (max-width: 480px) {
    .q-header-top[b-evkxabe6g9] {
        display: block;
    }

    .q-brand[b-evkxabe6g9] {
        gap: 10px;
    }

        .q-brand img[b-evkxabe6g9] {
            height: 52px;
        }

    .q-brand-text h1[b-evkxabe6g9] {
        font-size: 1.02rem;
    }

    .q-brand-text p[b-evkxabe6g9] {
        font-size: .72rem;
    }

    .q-actions-center[b-evkxabe6g9] {
        width: 100%;
    }

    .q-btn[b-evkxabe6g9] {
        min-height: 32px;
        padding: 6px 10px;
        font-size: .76rem;
    }

    .q-actions-row[b-evkxabe6g9] {
        gap: 8px;
    }
}
/* /Components/ShortComponents/QuantumSocialHero.razor.rz.scp.css */
.quantum-social-hero[b-tjmju3jbdu] {
    position: relative;
    margin-top:20px;
    display: flex;
    gap: 16px;
    z-index: 10;
}

/* RTL */
html[dir="rtl"] .quantum-social-hero[b-tjmju3jbdu] {
    right: auto;
    left: 60px;
}

.q-social[b-tjmju3jbdu] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 30px;
    background: rgba(1,176,169,0.15);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(1,176,169,0.35);
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(1,176,169,0.15);
    transition: all 0.35s ease;
    animation: quantumFloat-b-tjmju3jbdu 4s ease-in-out infinite;
}

    .q-social i[b-tjmju3jbdu] {
        font-size: 20px;
        color: #01b0a9;
    }

    .q-social span[b-tjmju3jbdu] {
        white-space: nowrap;
    }

    /* Hover */
    .q-social:hover[b-tjmju3jbdu] {
        background: rgba(1,176,169,0.35);
        transform: translateY(-6px) scale(1.04);
        box-shadow: 0 0 35px rgba(1,176,169,0.55);
    }

    /* Stagger animation */
    .q-social:nth-child(1)[b-tjmju3jbdu] {
        animation-delay: 0s;
    }

    .q-social:nth-child(2)[b-tjmju3jbdu] {
        animation-delay: .8s;
    }

    .q-social:nth-child(3)[b-tjmju3jbdu] {
        animation-delay: 1.6s;
    }

@keyframes quantumFloat-b-tjmju3jbdu {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }

}
@media (max-width: 768px) {
    .q-social span[b-tjmju3jbdu] {
        display: none;
    }
}
.quantum-social-hero[b-tjmju3jbdu] {
    opacity: 0;
    animation: fadeInHero-b-tjmju3jbdu 1s ease forwards;
    animation-delay: 2s;
}

@keyframes fadeInHero-b-tjmju3jbdu {
    to {
        opacity: 1;
    }
}
/* /Components/ShortComponents/QuantumSocialOrbit.razor.rz.scp.css */
.quantum-orbit-wrapper[b-4sul7k4sur] {
    position: absolute;
    width: 260px;
    height: 260px;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

/* RTL */
html[dir="rtl"] .quantum-orbit-wrapper[b-4sul7k4sur] {
    right: auto;
    left: 80px;
}

.quantum-center-logo[b-4sul7k4sur] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(1,176,169,0.15);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 40px rgba(1,176,169,0.4);
}

    .quantum-center-logo img[b-4sul7k4sur] {
        width: 50px;
    }

/* Orbit Paths */
.orbit[b-4sul7k4sur] {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateOrbit-b-4sul7k4sur 18s linear infinite;
}

.orbit-2[b-4sul7k4sur] {
    animation-duration: 22s;
}

.orbit-3[b-4sul7k4sur] {
    animation-duration: 26s;
}

/* Stop on hover */
.quantum-orbit-wrapper:hover .orbit[b-4sul7k4sur] {
    animation-play-state: paused;
}

/* Items */
.orbit-item[b-4sul7k4sur] {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: transform .3s ease;
}

    /* Hover zoom */
    .orbit-item:hover[b-4sul7k4sur] {
        transform: translateX(-50%) scale(1.25);
    }

/* Brand colors */
.whatsapp[b-4sul7k4sur] {
    background: #25D366;
}

.instagram[b-4sul7k4sur] {
    background: linear-gradient(45deg,#f58529,#dd2a7b,#8134af);
}

.youtube[b-4sul7k4sur] {
    background: #FF0000;
}

/* Animation */
@keyframes rotateOrbit-b-4sul7k4sur {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 768px) {
    .quantum-orbit-wrapper[b-4sul7k4sur] {
        display: none;
    }
}
/* /Components/ShortComponents/QuantumTrustSection.razor.rz.scp.css */
/* QuantumTrustSection.razor.css */

.q-trust-section[b-g5td4toe2x] {
    background: #f4f7fb;
    padding: 70px 20px;
    text-align: center;
    font-family: inherit;
}

.q-badge[b-g5td4toe2x] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #111827;
    border: 1px solid #dbe6f3;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 22px;
}

.q-check[b-g5td4toe2x] {
    width: 26px;
    height: 22px;
    border-radius: 999px;
    background: #15a89e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.q-trust-section h2[b-g5td4toe2x] {
    margin: 0;
    font-size: clamp(32px, 5vw, 54px);
    font-weight: 900;
    color: #071225;
    line-height: 1.25;
}

    .q-trust-section h2 span[b-g5td4toe2x] {
        color: #15a89e;
    }

.q-subtitle[b-g5td4toe2x] {
    margin: 18px auto 55px;
    color: #667085;
    font-size: clamp(15px, 2vw, 19px);
    max-width: 760px;
    line-height: 1.9;
}

.q-stats-card[b-g5td4toe2x] {
    max-width: 1230px;
    margin: auto;
    background: #ffffff;
    border: 1px solid #e1e8f2;
    border-radius: 24px;
    padding: 32px 28px;
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: center;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.04);
}

.q-stat[b-g5td4toe2x] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .q-stat strong[b-g5td4toe2x] {
        color: #15a89e;
        font-size: clamp(34px, 4vw, 48px);
        font-weight: 900;
        line-height: 1;
    }

    .q-stat span[b-g5td4toe2x] {
        color: #667085;
        font-size: 15px;
        font-weight: 600;
    }

.q-divider[b-g5td4toe2x] {
    width: 1px;
    height: 46px;
    background: #e5eaf1;
}

@media (max-width: 768px) {
    .q-trust-section[b-g5td4toe2x] {
        padding: 45px 14px;
    }

    .q-stats-card[b-g5td4toe2x] {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 28px 20px;
    }

    .q-divider[b-g5td4toe2x] {
        width: 100%;
        height: 1px;
    }
}
/* /Components/ShortComponents/SlideShow.razor.rz.scp.css */
.qm-hero[b-zpe4inx7j2] {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 15% 20%, rgba(21, 168, 158, .22), transparent 28%), radial-gradient(circle at 85% 80%, rgba(0, 98, 204, .22), transparent 30%), linear-gradient(135deg, #072f67, #08285d);
    padding: 18px 16px 22px;
    direction: inherit;
}

    .qm-hero[b-zpe4inx7j2]::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
        background-size: 42px 42px;
        pointer-events: none;
    }

.qm-hero-sponsor[b-zpe4inx7j2] {
    position: relative;
    z-index: 2;
    width: min(1400px, 100%);
    margin: 0 auto 8px;
    justify-content: flex-start;
}

    .qm-hero-sponsor a[b-zpe4inx7j2] {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #fff;
        text-decoration: none;
        font-family: Segoe, sans-serif;
        font-size: clamp(.75rem, 1.3vw, 1.05rem);
        opacity: .95;
    }

    .qm-hero-sponsor img[b-zpe4inx7j2] {
        height: 28px;
        width: auto;
        object-fit: contain;
    }

.qm-hero-inner[b-zpe4inx7j2] {
    position: relative;
    z-index: 1;
}

.qm-hero-container[b-zpe4inx7j2] {
    width: min(1400px, 100%);
    min-height: 430px;
    margin-inline: auto;
    padding: 34px 30px;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, .9fr);
    align-items: center;
    gap: 36px;
    border-radius: 28px;
    background: rgba(7, 47, 103, .68);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 28px 70px rgba(0,0,0,.18);
    backdrop-filter: blur(10px);
}

.qm-hero-content[b-zpe4inx7j2] {
    text-align: center;
}

.qm-hero-title[b-zpe4inx7j2] {
    margin: 0;
    color: #15a89e;
    font-family: SwissraBold, inherit;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 1.5;
}

.qm-hero-heading[b-zpe4inx7j2] {
    margin: 34px 0;
    color: #fff;
    font-family: DINNextBold, inherit;
    font-size: clamp(2.2rem, 5vw, 3.3rem);
    font-weight: 900;
    line-height: 1.4;
}

    .qm-hero-heading span[b-zpe4inx7j2] {
        color: #15a89e;
        font-family: DINNextMedium, inherit;
        font-size: clamp(1.8rem, 4vw, 2.5rem);
        font-weight: 500;
    }

.qm-hero-description[b-zpe4inx7j2] {
    max-width: 900px;
    margin: 0 auto;
    color: rgba(255,255,255,.95);
    font-family: Segoe, inherit;
    font-size: clamp(.95rem, 2vw, 1.2rem);
    line-height: 2;
}

.qm-hero-image[b-zpe4inx7j2] {
    text-align: center;
}

    .qm-hero-image img[b-zpe4inx7j2] {
        width: min(100%, 420px);
        max-height: 390px;
        object-fit: contain;
        filter: drop-shadow(0 28px 35px rgba(0,0,0,.22));
    }

.qm-hero-footer[b-zpe4inx7j2] {
    position: relative;
    z-index: 2;
    width: min(1400px, 100%);
    margin: 16px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.qm-hero-buttons[b-zpe4inx7j2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.qm-toggle-btn[b-zpe4inx7j2] {
    min-height: 42px;
    padding: 10px 22px;
    border: 0;
    border-radius: 999px;
    background: #15a89e;
    color: #fff;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: .25s ease;
}

    .qm-toggle-btn:hover[b-zpe4inx7j2] {
        background: #0f928a;
        transform: translateY(-2px);
    }

.qm-hero-controls[b-zpe4inx7j2] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .qm-hero-controls button[b-zpe4inx7j2] {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 14px;
        background: #200769;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.qm-hero-indicators[b-zpe4inx7j2] {
    bottom: 8px;
    margin-bottom: 0;
}

    .qm-hero-indicators [data-bs-target][b-zpe4inx7j2] {
        width: 9px;
        height: 9px;
        border-radius: 50%;
    }

/* Tablet */
@media (max-width: 992px) {
    .qm-hero-container[b-zpe4inx7j2] {
        min-height: auto;
        grid-template-columns: 1fr;
        padding: 28px 22px;
        gap: 24px;
    }

    .qm-hero-image[b-zpe4inx7j2] {
        order: -1;
    }

        .qm-hero-image img[b-zpe4inx7j2] {
            max-height: 300px;
        }

    .qm-hero-heading[b-zpe4inx7j2] {
        margin: 22px 0;
    }

    .qm-hero-footer[b-zpe4inx7j2] {
        flex-direction: column;
        justify-content: center;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .qm-hero[b-zpe4inx7j2] {
        padding: 14px 10px 24px;
    }

    .qm-hero-container[b-zpe4inx7j2] {
        padding: 22px 14px;
        border-radius: 20px;
    }

    .qm-hero-title[b-zpe4inx7j2] {
        font-size: 1.45rem;
    }

    .qm-hero-heading[b-zpe4inx7j2] {
        font-size: 1.8rem;
    }

        .qm-hero-heading span[b-zpe4inx7j2] {
            display: block;
            margin-top: 8px;
            font-size: 1.35rem;
        }

    .qm-hero-description[b-zpe4inx7j2] {
        font-size: .9rem;
        line-height: 1.9;
    }

    .qm-hero-image img[b-zpe4inx7j2] {
        max-height: 230px;
    }

    .qm-toggle-btn[b-zpe4inx7j2] {
        width: 100%;
        justify-content: center;
    }

    .qm-hero-buttons[b-zpe4inx7j2] {
        width: 100%;
    }

    .qm-hero-controls[b-zpe4inx7j2] {
        margin-bottom: 18px;
    }
}
/* /Components/ShortComponents/SocialFloating.razor.rz.scp.css */
.social-float[b-p7k6je0iux] {
    position: fixed;
    right: 20px;
    top: 40%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* RTL support */
html[dir="rtl"] .social-float[b-p7k6je0iux] {
    right: auto;
    left: 20px;
}

.social[b-p7k6je0iux] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    animation: floatPulse-b-p7k6je0iux 2.5s infinite;
    transition: all 0.3s ease;
}

    .social:hover[b-p7k6je0iux] {
        transform: scale(1.15);
        animation-play-state: paused;
    }

/* Brand Colors */
.whatsapp[b-p7k6je0iux] {
    background-color: #25D366;
}

.twitter[b-p7k6je0iux] {
    background-color: #000000;
}

.instagram[b-p7k6je0iux] {
    background: linear-gradient(45deg,#f58529,#dd2a7b,#8134af);
}

.youtube[b-p7k6je0iux] {
    background-color: #FF0000;
}

@keyframes floatPulse-b-p7k6je0iux {
    0% {
        transform: translateY(0);
        box-shadow: 0 0 0 0 rgba(0,0,0,.2);
    }

    50% {
        transform: translateY(-6px);
        box-shadow: 0 0 0 12px rgba(0,0,0,0);
    }

    100% {
        transform: translateY(0);
    }
}
/* /Components/ShortComponents/TrustedCompanies.razor.rz.scp.css */
.trusted-companies-section[b-splef1mx9g] {
    padding: 90px 0;
    background: #fff;
    overflow: hidden;
}

.section-header[b-splef1mx9g] {
    text-align: center;
    margin-bottom: 50px;
}

.section-badge[b-splef1mx9g] {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(21, 168, 158, .08);
    color: #15a89e;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-header h2[b-splef1mx9g] {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800;
    margin-bottom: 15px;
    color: #0f172a;
}

    .section-header h2 span[b-splef1mx9g] {
        color: #15a89e;
    }

.section-header p[b-splef1mx9g] {
    color: #64748b;
    font-size: 1.05rem;
    max-width: 700px;
    margin: auto;
}

.logo-slider[b-splef1mx9g] {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .logo-slider[b-splef1mx9g]::before,
    .logo-slider[b-splef1mx9g]::after {
        content: "";
        position: absolute;
        top: 0;
        width: 150px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    .logo-slider[b-splef1mx9g]::before {
        right: 0;
        background: linear-gradient(to left, #fff 0%, transparent 100%);
    }

    .logo-slider[b-splef1mx9g]::after {
        left: 0;
        background: linear-gradient(to right, #fff 0%, transparent 100%);
    }

.logo-track[b-splef1mx9g] {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    animation: scrollLogos-b-splef1mx9g 50s linear infinite;
}

    .logo-track:hover[b-splef1mx9g] {
        animation-play-state: paused;
    }

/* حاوية الشعار */
.logo-item[b-splef1mx9g] {
    width: 140px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    /* الشعار */
    .logo-item img[b-splef1mx9g] {
        max-width: 140px;
        max-height: 80px;
        width: auto;
        height: auto;
        object-fit: contain;
        filter: grayscale(100%);
        opacity: .65;
        transition: all .3s ease;
    }

        .logo-item img:hover[b-splef1mx9g] {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.08);
        }

@keyframes scrollLogos-b-splef1mx9g {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(50%);
    }
}

@media (max-width: 768px) {

    .trusted-companies-section[b-splef1mx9g] {
        padding: 60px 0;
    }

    .logo-track[b-splef1mx9g] {
        gap: 35px;
    }

    .logo-item[b-splef1mx9g] {
        width: 100px;
        height: 60px;
    }

        .logo-item img[b-splef1mx9g] {
            max-width: 100px;
            max-height: 60px;
        }

    .logo-slider[b-splef1mx9g]::before,
    .logo-slider[b-splef1mx9g]::after {
        width: 60px;
    }
}
/* /Components/ShortComponents/VisitorGallery.razor.rz.scp.css */
.fab-gallery[b-astaev1r5v] {
    position: fixed;
    bottom: 65px;
    left: 25px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg,#01b0a9,#007bff);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    cursor: pointer;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
    transition: .3s;
    z-index: 1000;
}

    .fab-gallery:hover[b-astaev1r5v] {
        transform: scale(1.1);
    }

/* OVERLAY */
.gallery-overlay[b-astaev1r5v] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.92);
    backdrop-filter: blur(10px);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* VIEWER */
.gallery-viewer[b-astaev1r5v] {
    position: relative;
    width: 100%;
    max-width: 900px;
    padding: 20px;
}

/* IMAGE */
.image-container[b-astaev1r5v] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-image[b-astaev1r5v] {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
    object-fit: contain;
}

/* CLOSE */
.close-btn[b-astaev1r5v] {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: white;
    font-size: 18px;
    cursor: pointer;
}

/* NAV BUTTONS */
.nav-btn[b-astaev1r5v] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.9);
    font-size: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

    .nav-btn.left[b-astaev1r5v] {
        left: -20px;
    }

    .nav-btn.right[b-astaev1r5v] {
        right: -20px;
    }

/* COUNTER */
.counter[b-astaev1r5v] {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,.5);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
}
/* /Components/ShortComponents/WhyQuantum.razor.rz.scp.css */
.service-title[b-qs0ahpywr4] {
    font-size: 28px;
    font-weight: 800;
    color: #022964;
    margin-bottom: 15px;
}

.service-text[b-qs0ahpywr4] {
    font-size: 16px;
    line-height: 1.9;
    color: #6b7280;
    max-width: 320px;
    margin: 0 auto;
}

.service-icon img[b-qs0ahpywr4] {
    max-height: 140px;
    transition: .3s;
}

.inner-box:hover .service-icon img[b-qs0ahpywr4] {
    transform: translateY(-8px) scale(1.05);
}

.service-number[b-qs0ahpywr4] {
    width: 55px;
    height: 55px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #15a89e;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-box[b-qs0ahpywr4] {
    background: #fff;
    border-radius: 24px;
    padding: 40px 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: .35s;
    height: 100%;
}

    .inner-box:hover[b-qs0ahpywr4] {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(21,168,158,.18);
    }
