/* _content/NaSherTech/Pages/AdminProjects.razor.rz.scp.css */
.admin-dashboard[b-axoc4p52h1] {
    margin-top: 80px;
    padding: 30px;
    background-color: #111827;
    color: #ffffff;
    border-radius: 12px;
    font-family: 'Cairo', sans-serif;
}

.page-title[b-axoc4p52h1] {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: #00e0ff;
}

.unauthorized-box[b-axoc4p52h1] {
    background-color: #b91c1c;
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}

.project-form[b-axoc4p52h1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    background-color: #1f2937;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.form-group[b-axoc4p52h1] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-axoc4p52h1] {
        font-weight: bold;
        margin-bottom: 6px;
        color: #00e0ff;
    }

    .form-group input[b-axoc4p52h1],
    .form-group select[b-axoc4p52h1] {
        padding: 10px;
        border-radius: 8px;
        border: none;
        background-color: #374151;
        color: #fff;
    }

.submit-button[b-axoc4p52h1] {
    grid-column: span 2;
    padding: 12px;
    font-size: 16px;
    background-color: #10b981;
    border: none;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s;
}

    .submit-button:hover[b-axoc4p52h1] {
        background-color: #059669;
    }

.divider[b-axoc4p52h1] {
    margin: 40px 0 20px;
    border-top: 1px solid #374151;
}

.search-input[b-axoc4p52h1] {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    background-color: #1f2937;
    border: none;
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
}

.sub-title[b-axoc4p52h1] {
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
    color: #00e0ff;
}

.project-cards-grid[b-axoc4p52h1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.project-card[b-axoc4p52h1] {
    background-color: #1f2937;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 10px rgba(0, 224, 255, 0.1);
}

.project-image[b-axoc4p52h1] {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card-body[b-axoc4p52h1] {
    padding: 15px;
}

    .card-body h5[b-axoc4p52h1] {
        color: #00e0ff;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .card-body p[b-axoc4p52h1] {
        margin: 0;
        color: #d1d5db;
        font-size: 14px;
    }

.view-button[b-axoc4p52h1] {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
    background-color: #00e0ff;
    color: #000;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}

    .view-button:hover[b-axoc4p52h1] {
        background-color: #00bcd4;
    }

.card-footer[b-axoc4p52h1] {
    padding: 10px 15px;
    text-align: right;
}

.delete-button[b-axoc4p52h1] {
    background-color: #ef4444;
    border: none;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-weight: bold;
}

    .delete-button:hover[b-axoc4p52h1] {
        background-color: #dc2626;
    }

.no-projects-alert[b-axoc4p52h1] {
    text-align: center;
    padding: 20px;
    color: #f59e0b;
    background-color: #1f2937;
    border-radius: 10px;
    margin-top: 20px;
}
/* _content/NaSherTech/Pages/moneyly/Privacy.razor.rz.scp.css */
:host[b-nbk8edi32n] {
    display: block;
    background: #f7f9fb;
}
.privacy-page[b-nbk8edi32n] {
    padding: 32px 0;
    background: #f7f9fb;
    margin-top: 70px; /* ⬅️ المسافة اللي هتبعد الصفحة عن الهيدر */
}

/* نخلي الصفحة نفسها فاتحة */
.privacy-page[b-nbk8edi32n] {
    padding: 32px 0;
    background: #f7f9fb;
}

    /* صندوق المحتوى الأبيض في النص */
    .privacy-page .container[b-nbk8edi32n] {
        max-width: 900px;
        margin: 0 auto;
        padding: 24px 20px 48px;
        background: #ffffff;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        color: #222 !important; /* نثبت لون النص */
    }

    /* العناوين */
    .privacy-page h1[b-nbk8edi32n],
    .privacy-page h2[b-nbk8edi32n],
    .privacy-page h3[b-nbk8edi32n] {
        color: #0a8f7a;
    }

    .privacy-page h1[b-nbk8edi32n] {
        text-align: center;
        margin-bottom: 24px;
    }

    /* نخلي كل النص واضح */
    .privacy-page p[b-nbk8edi32n],
    .privacy-page li[b-nbk8edi32n],
    .privacy-page a[b-nbk8edi32n],
    .privacy-page span[b-nbk8edi32n] {
        color: #222 !important;
        font-weight: 400;
    }

    /* خط فاصل */
    .privacy-page hr[b-nbk8edi32n] {
        margin: 32px 0;
        border: none;
        border-top: 1px solid #e0e0e0;
    }

    /* سطر اللغة */
    .privacy-page .lang-switch[b-nbk8edi32n] {
        text-align: center;
        margin-bottom: 16px;
        font-size: 14px;
        color: #555 !important;
    }

    /* المسافات بين الأقسام */
    .privacy-page .section[b-nbk8edi32n] {
        margin-bottom: 20px;
    }

        /* البُعد الأفقي للقوائم */
        .privacy-page .section ul[b-nbk8edi32n] {
            padding-inline-start: 22px;
        }

@media (max-width: 600px) {
    .privacy-page .container[b-nbk8edi32n] {
        padding: 20px 14px 32px;
        margin: 0 8px;
    }
}
/* _content/NaSherTech/Pages/OurWorkk/AiBots.razor.rz.scp.css */
.about-section[b-euoxb4uste] {
    background-color: #121212;
    padding: 80px 20px;
    color: #eee;
    text-align: center;
}

    .about-section .section-title[b-euoxb4uste] {
        font-size: 36px;
        margin-bottom: 20px;
        color: #00bcd4;
        font-weight: 600;
    }

.about-text[b-euoxb4uste] {
    font-size: 18px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    color: #ccc;
}
/* _content/NaSherTech/Pages/OurWorkk/DesktopApps.razor.rz.scp.css */
.about-section[b-16l2bn0gq4] {
    background-color: #121212;
    padding: 80px 20px;
    color: #eee;
    text-align: center;
}

    .about-section .section-title[b-16l2bn0gq4] {
        font-size: 36px;
        margin-bottom: 20px;
        color: #00bcd4;
        font-weight: 600;
    }

.about-text[b-16l2bn0gq4] {
    font-size: 18px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    color: #ccc;
}
/* _content/NaSherTech/Pages/OurWorkk/MobileApps.razor.rz.scp.css */
.about-section[b-8mkoy4purw] {
    background-color: #121212;
    padding: 80px 20px;
    color: #eee;
    text-align: center;
}

    .about-section .section-title[b-8mkoy4purw] {
        font-size: 36px;
        margin-bottom: 20px;
        color: #00bcd4;
        font-weight: 600;
    }

.about-text[b-8mkoy4purw] {
    font-size: 18px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    color: #ccc;
}
/* _content/NaSherTech/Pages/OurWorkk/TelegramBots.razor.rz.scp.css */
.about-section[b-051obfgmkb] {
    background-color: #121212;
    padding: 80px 20px;
    color: #eee;
    text-align: center;
}

    .about-section .section-title[b-051obfgmkb] {
        font-size: 36px;
        margin-bottom: 20px;
        color: #00bcd4;
        font-weight: 600;
    }

.about-text[b-051obfgmkb] {
    font-size: 18px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    color: #ccc;
}
/* _content/NaSherTech/Pages/OurWorkk/Websites.razor.rz.scp.css */
.about-section[b-9a65dotyex] {
    background-color: #121212;
    padding: 80px 20px;
    color: #eee;
    text-align: center;
}

    .about-section .section-title[b-9a65dotyex] {
        font-size: 36px;
        margin-bottom: 20px;
        color: #00bcd4;
        font-weight: 600;
    }

.about-text[b-9a65dotyex] {
    font-size: 18px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    color: #ccc;
}
/* _content/NaSherTech/Sections/AboutSection.razor.rz.scp.css */
/* Section container */
.about-section[b-raku6lxrse] {
    background: linear-gradient(to bottom, #0d0d0d, #111);
    padding: 80px 20px;
    text-align: center;
    color: #eee;
    transform: translateY(30px); /* For fade-in effect */
    transition: opacity 0.8s ease, transform 0.8s ease;
}

    /* Make visible when scrolled into view */
    .about-section.visible[b-raku6lxrse] {
        opacity: 1;
        transform: translateY(0);
    }

    /* Title styles */
    .about-section .section-title[b-raku6lxrse] {
        font-size: 2.2rem;
        margin-bottom: 20px;
        color: #05aeca;
        font-weight: 700;
        position: relative;
        display: inline-block;
    }

        .about-section .section-title[b-raku6lxrse]::after {
            content: "";
            display: block;
            width: 60px;
            height: 3px;
            background: #05aeca;
            margin: 10px auto 0;
            border-radius: 2px;
        }

/* Text content */
.about-content[b-raku6lxrse] {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-text[b-raku6lxrse] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ccc;
    margin-bottom: 30px;
    padding: 0 10px;
}

/* Call-to-action button */
.about-btn[b-raku6lxrse] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #05aeca;
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

    .about-btn:hover[b-raku6lxrse] {
        background: #0495a7;
        transform: translateY(-3px);
        text-decoration: none;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    }

/* Icon styles */
.about-section i[b-raku6lxrse] {
    font-size: 1.3rem;
    vertical-align: middle;
}
/* _content/NaSherTech/Sections/ContactSection.razor.rz.scp.css */
.contact-section[b-x2nubrp95a] {
    background-color: #111;
    padding: 80px 20px;
    color: #f5f5f5;
}

    .contact-section .section-title[b-x2nubrp95a] {
        text-align: center;
        font-size: 36px;
        color: #00bcd4;
        margin-bottom: 10px;
    }

    .contact-section .section-subtitle[b-x2nubrp95a] {
        text-align: center;
        font-size: 18px;
        color: #aaa;
        margin-bottom: 40px;
    }

.contact-form[b-x2nubrp95a] {
    max-width: 600px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .contact-form input[b-x2nubrp95a],
    .contact-form textarea[b-x2nubrp95a] {
        padding: 12px;
        border-radius: 8px;
        border: none;
        background-color: #1d1d1d;
        color: #fff;
        font-size: 16px;
    }

        .contact-form input:focus[b-x2nubrp95a],
        .contact-form textarea:focus[b-x2nubrp95a] {
            outline: none;
            border: 1px solid #00bcd4;
            background-color: #2a2a2a;
        }

    .contact-form button[b-x2nubrp95a] {
        padding: 12px;
        background-color: #00bcd4;
        color: white;
        border: none;
        border-radius: 8px;
        font-size: 18px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.15s ease, box-shadow 0.15s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

        .contact-form button:hover[b-x2nubrp95a] {
            background-color: #0097a7;
            box-shadow: 0 8px 18px rgba(0, 188, 212, 0.35);
            transform: translateY(-1px);
        }

        .contact-form button:disabled[b-x2nubrp95a] {
            opacity: 0.7;
            cursor: default;
            box-shadow: none;
            transform: none;
        }

/* سبينر داخل الزر */
.btn-spinner[b-x2nubrp95a] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    animation: spin-b-x2nubrp95a 0.7s linear infinite;
}

/* رسائل النجاح / الخطأ */
.contact-alert[b-x2nubrp95a] {
    max-width: 600px;
    margin: 18px auto 0;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    animation: fadeInUp-b-x2nubrp95a 0.35s ease-out;
}

    .contact-alert i[b-x2nubrp95a] {
        font-size: 18px;
    }

.contact-alert--success[b-x2nubrp95a] {
    background: rgba(22, 163, 74, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.8);
    color: #bbf7d0;
}

    .contact-alert--success i[b-x2nubrp95a] {
        color: #4ade80;
    }

.contact-alert--error[b-x2nubrp95a] {
    background: rgba(185, 28, 28, 0.12);
    border: 1px solid rgba(248, 113, 113, 0.85);
    color: #fecaca;
}

    .contact-alert--error i[b-x2nubrp95a] {
        color: #f97373;
    }

/* أنيميشن للسبينر والرسالة */
@keyframes spin-b-x2nubrp95a {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeInUp-b-x2nubrp95a {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/NaSherTech/Sections/ExperienceSection.razor.rz.scp.css */
.experience-section[b-3e4q1oc83o] {
    background: linear-gradient(to bottom, #0d0d0d, #111);
    padding: 80px 20px;
    color: #fff;
    text-align: center;
}

.experience-section .section-title[b-3e4q1oc83o] {
    font-size: 38px;
    color: #05aeca;
    margin-bottom: 50px;
    font-weight: bold;
    border-bottom: 2px solid #05aeca;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
}

.timeline[b-3e4q1oc83o] {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.timeline[b-3e4q1oc83o]::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #05aeca;
    transform: translateX(-50%);
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.timeline-item[b-3e4q1oc83o] {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.timeline-item:nth-child(even)[b-3e4q1oc83o] {
    justify-content: flex-start;
}

.timeline-item[b-3e4q1oc83o]::after {
    content: '';
    position: absolute;
    --dot-scale: 1;
    --dot-translate-x: -50%;
    --dot-translate-y: -50%;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #05aeca;
    border-radius: 50%;
    border: 2px solid #111;
    z-index: 2;
    box-shadow: 0 0 8px rgba(5, 174, 202, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateX(var(--dot-translate-x)) translateY(var(--dot-translate-y)) scale(var(--dot-scale));
}

.timeline-content[b-3e4q1oc83o] {
    background: linear-gradient(145deg, #1a1a1a, #222);
    border: 1px solid #222;
    padding: 20px 25px;
    border-radius: 15px;
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 1;
    text-align: right;
    box-shadow: 0 4px 15px rgba(5, 174, 202, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-content:hover[b-3e4q1oc83o] {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(5, 174, 202, 0.3);
}

.timeline-item:hover[b-3e4q1oc83o]::after {
    --dot-scale: 1.2;
    box-shadow: 0 0 12px rgba(5, 174, 202, 0.7);
}

.timeline-content h3[b-3e4q1oc83o] {
    margin-bottom: 10px;
    color: #05aeca;
    font-size: 20px;
    font-weight: 600;
}

.timeline-content p[b-3e4q1oc83o] {
    margin: 0;
    color: #ccc;
    line-height: 1.6;
    font-size: 15px;
}

@media (max-width: 768px) {
    .timeline[b-3e4q1oc83o]::before {
        left: 10px;
    }

    .timeline-item[b-3e4q1oc83o],
    .timeline-item:nth-child(even)[b-3e4q1oc83o] {
        justify-content: flex-start;
    }

    .timeline-item[b-3e4q1oc83o]::after {
        left: 0;
        --dot-translate-x: 0;
    }

    .timeline-content[b-3e4q1oc83o] {
        max-width: 100%;
        margin-left: 30px;
        text-align: right;
    }
}
/* _content/NaSherTech/Sections/FooterSection.razor.rz.scp.css */
/* ===== Footer full-bleed بدون سكرول أفقي ===== */
.site-footer[b-5atac55g9m] {
    /* خلفية ممتدة */
    background: radial-gradient(1200px 400px at 50% 0%, #0d1a24 0%, #0b0f14 55%, #070a0f 100%);
    border-top: 1px solid #17202b;
    /* تمدّ للخارج لحد حافة الشاشة بدون ما تزود عرض العنصر */
    margin-inline: calc(50% - 50vw);
    /* مفيش width:100vw هنا */
}

.footer-wrap[b-5atac55g9m] {
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(18px, 2.5vw, 28px) 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px 20px;
    flex-wrap: wrap;
    direction: rtl;
}

/* باقي التنسيق كما هو عندك (brand/social ...). لا تغيّرهم */


/* يمين: الشعار وحقوق النشر */
.brand[b-5atac55g9m] {
    font-weight: 800;
    letter-spacing: .3px;
    color: #e6f7ff;
    text-decoration: none;
    display: inline-block;
    margin-inline-end: 10px;
}

    .brand span[b-5atac55g9m] {
        color: #31d7ff;
    }

.copy[b-5atac55g9m] {
    margin: 0;
    font-size: .9rem;
    color: #9fb2c6;
}

/* يسار: أيقونات سوشيال */
.social a[b-5atac55g9m] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-inline: 3px;
    border-radius: 50%;
    background: #0f1722;
    border: 1px solid #1f2a3a;
    box-shadow: 0 0 0 0 rgba(49,215,255,0);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

    .social a:hover[b-5atac55g9m] {
        transform: translateY(-2px);
        border-color: #31d7ff;
        box-shadow: 0 6px 18px rgba(49,215,255,.25), 0 0 18px rgba(49,215,255,.12) inset;
    }

.social svg[b-5atac55g9m] {
    width: 20px;
    height: 20px;
    fill: #a8c3d9;
    transition: fill .18s ease;
}

.social a:hover svg[b-5atac55g9m] {
    fill: #3bd1ff;
}

/* موبايل */
@media (max-width: 640px) {
    .footer-wrap[b-5atac55g9m] {
        text-align: center;
        justify-content: center;
    }

    .copy[b-5atac55g9m] {
        width: 100%;
        order: 3;
        margin-top: 6px;
    }
}
/* _content/NaSherTech/Sections/HeroSection.razor.rz.scp.css */
.hero-section[b-ljysk1lmdh] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #1c1c1c, #111);
    padding: 80px 20px;
    border-bottom: 1px solid #333;
}

.hero-content[b-ljysk1lmdh] {
    flex: 1;
    min-width: 300px;
    padding-right: 40px;
}

    .hero-content h1[b-ljysk1lmdh] {
        font-size: 48px;
        line-height: 1.3;
        color: #fff;
    }

    .hero-content .welcome[b-ljysk1lmdh] {
        font-weight: 300;
        color: #ccc;
    }

    .hero-content .brand[b-ljysk1lmdh] {
        color: #00bcd4;
        font-weight: 700;
    }

.subtitle[b-ljysk1lmdh] {
    font-size: 18px;
    color: #bbb;
    margin-top: 15px;
    margin-bottom: 30px;
}

.cta-button[b-ljysk1lmdh] {
    display: inline-block;
    background-color: #00bcd4;
    color: #000;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

    .cta-button:hover[b-ljysk1lmdh] {
        background-color: #0097a7;
        color: #fff;
    }

.hero-image[b-ljysk1lmdh] {
    flex: 1;
    min-width: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .hero-image img[b-ljysk1lmdh] {
        width: 250px;
        height: 250px;
        object-fit: cover;
        border-radius: 50%;
        border: 4px solid #00bcd4;
        box-shadow: 0 0 40px rgba(0, 188, 212, 0.3);
        transition: transform 0.3s ease;
    }

        .hero-image img:hover[b-ljysk1lmdh] {
            transform: scale(1.05);
        }


.circle-slider[b-ljysk1lmdh] {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #00bcd4;
    box-shadow: 0 0 40px rgba(0, 188, 212, 0.3);
}

    .circle-slider img[b-ljysk1lmdh] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 1s ease;
        border-radius: 50%;
    }

        .circle-slider img.active[b-ljysk1lmdh] {
            opacity: 1;
        }
/* _content/NaSherTech/Sections/PortfolioSection.razor.rz.scp.css */
.portfolio-section[b-tfszfpca3t] {
    background-color: #121212;
    padding: 80px 20px;
    text-align: center;
}

.section-title[b-tfszfpca3t] {
    font-size: 36px;
    color: #00bcd4;
    margin-bottom: 50px;
}

.portfolio-grid[b-tfszfpca3t] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

.portfolio-card[b-tfszfpca3t] {
    background-color: #1f1f1f;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 188, 212, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .portfolio-card:hover[b-tfszfpca3t] {
        transform: translateY(-8px);
        box-shadow: 0 0 15px rgba(0, 188, 212, 0.3);
    }

    .portfolio-card img[b-tfszfpca3t] {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

.portfolio-card-body[b-tfszfpca3t] {
    padding: 20px;
}

    .portfolio-card-body h3[b-tfszfpca3t] {
        font-size: 22px;
        color: #00bcd4;
        margin-bottom: 10px;
    }

    .portfolio-card-body p[b-tfszfpca3t] {
        color: #ccc;
        font-size: 15px;
        min-height: 50px;
    }

.portfolio-link[b-tfszfpca3t] {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 16px;
    background-color: #00bcd4;
    color: #121212;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .portfolio-link:hover[b-tfszfpca3t] {
        background-color: #00acc1;
    }

.view-all-wrapper[b-tfszfpca3t] {
    margin-top: 40px;
}

.view-all-button[b-tfszfpca3t] {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #00bcd4;
    color: #00bcd4;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .view-all-button:hover[b-tfszfpca3t] {
        background-color: #00bcd4;
        color: #121212;
    }

/* Responsive improvement for mobile */
@media (max-width: 600px) {
    .portfolio-card-body p[b-tfszfpca3t] {
        font-size: 14px;
    }

    .portfolio-card img[b-tfszfpca3t] {
        height: 160px;
    }
}
/* _content/NaSherTech/Sections/SkillsSection.razor.rz.scp.css */
body[b-wq13p3qvgr] {
    background: linear-gradient(to bottom, #0d0d0d, #111);
    color: #e0e0e0;
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
}

/* Section */
.skills-section[b-wq13p3qvgr] {
    text-align: center;
    padding: 60px 20px;
}

.section-title[b-wq13p3qvgr] {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #05aeca;
}

.skills-description[b-wq13p3qvgr] {
    max-width: 600px;
    margin: 0 auto 40px;
    color: #ccc;
    font-size: 1.1rem;
}

/* Grid Layout */
.skills-grid[b-wq13p3qvgr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

/* Skill Cards */
.skill-card[b-wq13p3qvgr] {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.skill-card:hover[b-wq13p3qvgr] {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.6);
    border-color: #05aeca;
}

/* Icons */
.skill-card i[b-wq13p3qvgr] {
    font-size: 2rem;
    color: #05aeca;
    margin-bottom: 10px;
    display: block;
}

/* Text */
.skill-card h3[b-wq13p3qvgr] {
    margin: 10px 0 5px;
    font-size: 1.2rem;
    color: #fff;
}

.skill-card p[b-wq13p3qvgr] {
    color: #aaa;
    font-size: 0.95rem;
    line-height: 1.5;
}
/* _content/NaSherTech/Sections/TestimonialSection.razor.rz.scp.css */
.testimonial-section[b-yyz2sn23ku] {
    background-color: #101010;
    padding: 80px 20px;
}

    .testimonial-section .section-title[b-yyz2sn23ku] {
        text-align: center;
        font-size: 36px;
        color: #00bcd4;
        margin-bottom: 50px;
    }

.testimonial-grid[b-yyz2sn23ku] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: auto;
}

.testimonial-card[b-yyz2sn23ku] {
    background-color: #1c1c1c;
    padding: 30px 25px 20px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 188, 212, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 6px solid #00bcd4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .testimonial-card:hover[b-yyz2sn23ku] {
        transform: translateY(-5px);
        box-shadow: 0 0 20px rgba(0, 188, 212, 0.3);
    }

.quote-icon[b-yyz2sn23ku] {
    font-size: 40px;
    color: #00bcd4;
    margin-bottom: 10px;
    line-height: 1;
}

.testimonial-card blockquote[b-yyz2sn23ku] {
    font-style: italic;
    color: #e0e0e0;
    margin: 0 0 20px;
    text-align: center;
    line-height: 1.6;
}

.client-footer[b-yyz2sn23ku] {
    border-top: 1px solid #333;
    padding-top: 10px;
    text-align: center;
}

.client-name[b-yyz2sn23ku] {
    font-weight: bold;
    color: #00bcd4;
    margin: 0;
}
/* _content/NaSherTech/Shared/LangSwitch.razor.rz.scp.css */
.lang-switch-wrapper[b-s5l1vtlvtu] {
    display: flex;
    align-items: center;
}

/* ✅ تصميم متناسق مع أزرار القائمة */
.language-switch[b-s5l1vtlvtu] {
    background-color: transparent;
    color: #f0f0f0;
    font-weight: 500;
    border: 1px solid #333;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 0.95rem;
    outline: none;
    cursor: pointer;
    appearance: none; /* يخفي شكل السهم الافتراضي */
    transition: all 0.3s ease;
    direction: ltr;
}

/* ✅ سهم أنيق باستخدام background image */
.language-switch[b-s5l1vtlvtu] {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23f0f0f0' d='M0 0l5 6 5-6H0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 6px;
    padding-right: 28px; /* مساحة للسهم */
}

    .language-switch:hover[b-s5l1vtlvtu] {
        border-color: #00bcd4;
        color: #00bcd4;
    }

    /* ✅ خيارات القائمة عند الفتح */
    .language-switch option[b-s5l1vtlvtu] {
        background-color: #111;
        color: #fff;
    }

/* ✅ تصميم متجاوب */
@media (max-width: 768px) {
    .language-switch[b-s5l1vtlvtu] {
        font-size: 0.9rem;
        padding: 5px 10px;
    }
}
/* _content/NaSherTech/Shared/MainLayout.razor.rz.scp.css */
body[b-24j21a9w3g] {
}
/* _content/NaSherTech/Shared/NavMenu.razor.rz.scp.css */
/* الحاوية العامة */
.header[b-w0ohucuk5j] {
    background-color: #111;
    padding: 15px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}


/* محتوى الهيدر يكون في وسط الشاشة ولكن العناصر داخله موزعة يمين ويسار */
.header-container[b-w0ohucuk5j] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
}

/* اللوجو */
.logo[b-w0ohucuk5j] {
    font-size: 1.6rem;
    font-weight: bold;
    color: #00bcd4;
}

    .logo span[b-w0ohucuk5j] {
        color: #ffffff;
    }

/* روابط التنقل */
.nav-links[b-w0ohucuk5j] {
    display: flex;
    gap: 25px;
}

    .nav-links a[b-w0ohucuk5j] {
        text-decoration: none;
        color: #f0f0f0;
        font-weight: 500;
        transition: color 0.3s ease;
    }

        .nav-links a:hover[b-w0ohucuk5j] {
            color: #00bcd4;
        }

/* زر القائمة في الموبايل */
.menu-toggle[b-w0ohucuk5j] {
    display: none;
    font-size: 1.8rem;
    color: #00bcd4;
    background: none;
    border: none;
    cursor: pointer;
}

/* responsive */
@media (max-width: 768px) {
    .menu-toggle[b-w0ohucuk5j] {
        display: block;
    }

    .nav-links[b-w0ohucuk5j] {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #111;
        width: 100%;
        border-radius: 0 0 10px 10px;
        padding: 10px 0;
        z-index: 999;
    }

        .nav-links.show[b-w0ohucuk5j] {
            display: flex;
        }

        .nav-links a[b-w0ohucuk5j] {
            padding: 12px 20px;
            border-bottom: 1px solid #333;
            width: 100%;
        }
}
