/* /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/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/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);
    }
}
