/*
Theme Name: Bzzix - Educational PowerPoint Library
Theme URI: https://bzzix.com
Description: قالب احترافي لمكتبة عروض الباوربوينت التعليمية
Version: 1.0.6
Author: Bzzix Team
Author URI: https://bzzix.com
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bzzix-theme
Domain Path: /languages
Requires at least: 5.0
Requires PHP: 7.4
Tags: education, presentations, arabic, rtl, responsive, dark
*/

        :root {
            --primary-dark: #0a192f;
            --primary-blue: #112240;
            --accent-blue: #64ffda;
            --text-light: #e6f1ff;
            --gradient-1: linear-gradient(135deg, #0a192f 0%, #112240 50%, #1a3a5f 100%);
            --gradient-2: linear-gradient(135deg, #112240 0%, #1a3a5f 50%, #233d6e 100%);
        }
        
        body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    background-color: var(--primary-dark) !important;
    color: var(--text-light) !important;
    line-height: 1.6 !important;
    overflow-x: hidden !important;
    padding-top: 100px !important;
        
        /* تخصيص Navbar */
        .navbar-custom {
            background: var(--gradient-1) !important;
            padding: 1rem 0 !important;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3) !important;
            transition: all 0.3s ease !important;
        }
        
        .navbar-custom.scrolled {
            padding: 0.5rem 0;
            background: rgba(10, 25, 47, 0.95);
            backdrop-filter: blur(10px);
        }
        
        .navbar-brand {
            font-weight: 700;
            font-size: 1.8rem;
            background: linear-gradient(to right, #64ffda, #4dabf7);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            transition: transform 0.3s ease;
        }
        
        .navbar-brand:hover {
            transform: scale(1.05);
        }
        
        .nav-link {
            color: var(--text-light) !important;
            font-weight: 500 !important;
            margin: 0 0.5rem !important;
            position: relative !important;
            transition: color 0.3s ease !important;
        }
        
        .nav-link:hover {
            color: var(--accent-blue) !important;
        }
        
        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: var(--accent-blue);
            transition: width 0.3s ease;
        }
        
        .nav-link:hover::after {
            width: 100%;
        }
        
        /* أزرار مخصصة */
        .btn-custom-primary {
            background: linear-gradient(135deg, #1a3a5f 0%, #233d6e 100%) !important;
            border: 1px solid rgba(100, 255, 218, 0.3) !important;
            color: var(--accent-blue) !important;
            border-radius: 30px !important;
            padding: 0.6rem 1.8rem !important;
            font-weight: 600 !important;
            transition: all 0.3s ease !important;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
        }
        
        .btn-custom-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(100, 255, 218, 0.3);
            border-color: var(--accent-blue);
            color: white;
        }
        
        .btn-custom-secondary {
            background: transparent !important;
            border: 1px solid rgba(255, 255, 255, 0.3) !important;
            color: white !important;
            border-radius: 30px !important;
            padding: 0.6rem 1.8rem !important;
            font-weight: 600 !important;
            transition: all 0.3s ease !important;
        }
        
        .btn-custom-secondary:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateY(-3px);
            color: var(--accent-blue);
        }
        
        /* User Dropdown Menu */
        .user-dropdown {
            background: var(--primary-blue) !important;
            border: 1px solid rgba(100, 255, 218, 0.2) !important;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
            border-radius: 8px !important;
        }
        
        .user-dropdown .dropdown-item {
            color: var(--text-light) !important;
            transition: all 0.3s ease !important;
        }
        
        .user-dropdown .dropdown-item:hover {
            background: rgba(100, 255, 218, 0.1) !important;
            color: var(--accent-blue) !important;
        }
        
        .user-dropdown .dropdown-divider {
            border-color: rgba(100, 255, 218, 0.2) !important;
        }
        
        /* قسم الهيرو */
        .hero-section {
            background: var(--gradient-2) !important;
            padding: 8rem 0 6rem !important;
            position: relative !important;
            overflow: hidden !important;
        }
        
        .hero-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(100, 255, 218, 0.1) 0%, rgba(100, 255, 218, 0) 70%);
            border-radius: 50%;
            z-index: 0;
        }
        
        .hero-content {
            position: relative;
            z-index: 1;
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            background: linear-gradient(to right, #64ffda, #4dabf7);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .hero-check-icon {
            color: #25D366;
            font-size: 2.8rem;
            border: 3px solid #25D366;
            border-radius: 50%;
            width: 3.2rem;
            height: 3.2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            background: transparent;
        }
        
        .hero-subtitle {
            font-size: 1.2rem;
            color: rgba(230, 241, 255, 0.8);
            margin-bottom: 2rem;
            max-width: 600px;
        }
        
        .hero-description {
            font-size: 1rem;
            color: rgba(230, 241, 255, 0.7);
            margin-bottom: 2rem;
            max-width: 600px;
            line-height: 1.8;
        }
        
        /* قسم لماذا تختار */
        .why-choose-section {
            padding: 1.5rem 0 2rem;
            text-align: center;
        }
        
        .why-choose-header {
            margin-bottom: 2rem;
        }
        
        .why-choose-title {
            font-size: 2.8rem;
            font-weight: 700;
            color: var(--text-light);
            margin-bottom: 1rem;
            background: linear-gradient(to right, #64ffda, #4dabf7);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        .why-choose-subtitle {
            font-size: 1.1rem;
            color: rgba(230, 241, 255, 0.75);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }
        
        /* قسم المميزات */
        .features-section {
            padding: 6rem 0 !important;
            background: var(--gradient-1) !important;
        }
        
        .section-title {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 3rem;
            font-weight: 700;
            position: relative;
            display: inline-block;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(to right, #64ffda, #4dabf7);
            border-radius: 3px;
        }
        
        .feature-card {
            background: rgba(26, 58, 95, 0.5) !important;
            border-radius: 15px !important;
            padding: 2rem !important;
            height: 100% !important;
            transition: all 0.4s ease !important;
            border: 1px solid rgba(100, 255, 218, 0.1) !important;
            backdrop-filter: blur(5px) !important;
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            border-color: rgba(100, 255, 218, 0.3);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }
        
        .feature-icon {
            font-size: 3rem;
            margin-bottom: 1.5rem;
            background: linear-gradient(to right, #64ffda, #4dabf7);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        .feature-title {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            color: var(--accent-blue);
        }
        
        /* الفوتر */
        .footer-custom {
            background: var(--gradient-2) !important;
            padding: 4rem 0 2rem !important;
            position: relative !important;
            overflow: hidden !important;
            margin-top: 50px;
        }
        
        .footer-custom::before {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(77, 171, 247, 0.1) 0%, rgba(77, 171, 247, 0) 70%);
            border-radius: 50%;
            z-index: 0;
        }
        
        .footer-content {
            position: relative;
            z-index: 1;
        }
        
        .footer-logo {
            font-weight: 700;
            font-size: 2rem;
            background: linear-gradient(to right, #64ffda, #4dabf7);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 1rem;
        }
        
        .footer-description {
            color: rgba(230, 241, 255, 0.7);
            margin-bottom: 1.5rem;
            text-align: center;
        }
        
        .footer-heading {
            color: var(--accent-blue);
            margin-bottom: 1.5rem;
            font-size: 1.3rem;
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
        }
        
        .footer-links li {
            margin-bottom: 0.8rem;
        }
        
        .footer-links a {
            color: rgba(230, 241, 255, 0.7);
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .footer-links a:hover {
            color: var(--accent-blue);
            padding-right: 5px;
        }
        
        .copyright {
            text-align: center;
            padding-top: 2rem;
            margin-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: rgba(230, 241, 255, 0.5);
            font-size: 0.9rem;
        }
        
        /* الأنيميشن */
        .animate-on-scroll {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }
        
        .animate-on-scroll.animated {
            opacity: 1;
            transform: translateY(0);
        }
        
        .pulse-animation {
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(100, 255, 218, 0.4); }
            70% { box-shadow: 0 0 0 10px rgba(100, 255, 218, 0); }
            100% { box-shadow: 0 0 0 0 rgba(100, 255, 218, 0); }
        }
        
        /* تأثيرات متقدمة */
        .floating-element {
            animation: floating 6s ease-in-out infinite;
        }
        
        @keyframes floating {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
            100% { transform: translateY(0px); }
        }

        /* ============================================
           قسم التصنيفات
           ============================================ */

        .categories-section {
            padding: 80px 0;
            background: transparent;
        }

        .categories-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .categories-title {
            font-size: 2.5rem;
            font-weight: 700;
            background: linear-gradient(to right, #64ffda, #4dabf7);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 15px;
        }

        .categories-subtitle {
            font-size: 1.1rem;
            color: #e6f1ff;
            opacity: 0.8;
        }

        .category-card {
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, rgba(10, 25, 47, 0.7), rgba(17, 34, 64, 0.7)) !important;
            border: 2px solid rgba(100, 255, 218, 0.2) !important;
            border-radius: 12px !important;
            padding: 30px 20px !important;
            transition: all 0.4s ease !important;
            position: relative;
            overflow: hidden !important;
            backdrop-filter: blur(10px) !important;
            text-decoration: none !important;
            min-height: 350px;
        }

        .category-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(100, 255, 218, 0.2), transparent);
            transition: left 0.5s ease;
        }

        .category-card:hover {
            border-color: var(--accent-blue) !important;
            box-shadow: 0 12px 30px rgba(100, 255, 218, 0.2) !important;
            transform: translateY(-8px) !important;
        }

        .category-card:hover::before {
            left: 100%;
        }

        .category-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 15px;
            position: relative;
            z-index: 1;
            justify-content: center;
            width: 100%;
        }

        .category-icon {
            width: 100px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #64ffda, #4dabf7);
            border-radius: 12px;
            font-size: 3rem;
            color: #0a192f;
            transition: all 0.3s ease;
        }

        .category-card:hover .category-icon {
            transform: scale(1.1) rotate(5deg);
        }

        .category-info {
            flex: 1;
            width: 100%;
        }

        .category-name {
            font-size: 1.3rem;
            font-weight: 600;
            color: var(--accent-blue);
            margin: 0 0 8px 0;
            transition: color 0.3s ease;
        }

        .category-card:hover .category-name {
            color: #e6f1ff;
        }

        .category-count {
            font-size: 0.9rem;
            color: #e6f1ff;
            margin: 0 0 8px 0;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .category-count i {
            color: var(--accent-blue);
        }

        .category-description {
            font-size: 0.85rem;
            color: rgba(230, 241, 255, 0.7);
            margin: 0;
            line-height: 1.4;
        }

        .category-arrow {
            display: none;
        }

        .category-card:hover .category-arrow {
            display: none;
        }
        
        /* تحسينات للهواتف */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .section-title {
                font-size: 2rem;
            }

            .categories-title {
                font-size: 1.8rem;
            }

            .category-icon {
                width: 60px;
                height: 60px;
                font-size: 1.8rem;
            }

            .category-name {
                font-size: 1.1rem;
            }

            .category-content {
                gap: 15px;
            }
            
            .navbar-nav {
                text-align: center;
                padding-top: 1rem;
            }
            
            .btn-custom-primary, .btn-custom-secondary {
                display: block;
                width: 100%;
                margin-bottom: 10px;
            }
        }

        /* ============================================
           قسم المكاتب تناسب من؟
           ============================================ */

        .suitable-for-section {
            padding: 80px 0;
            background: var(--gradient-1);
        }

        .suitable-for-section .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .suitable-for-section .section-header h2 {
            font-size: 2.5rem;
            font-weight: 700;
            background: linear-gradient(to right, #64ffda, #4dabf7);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
        }

        .suitable-content {
            display: flex;
            justify-content: center;
        }

        .suitable-card {
            background: rgba(26, 58, 95, 0.5);
            border: 2px solid rgba(100, 255, 218, 0.2);
            border-radius: 20px;
            padding: 50px 40px;
            display: flex;
            align-items: center;
            gap: 30px;
            backdrop-filter: blur(10px);
            transition: all 0.4s ease;
            max-width: 100%;
        }

        .suitable-card:hover {
            border-color: var(--accent-blue);
            box-shadow: 0 15px 40px rgba(100, 255, 218, 0.15);
            transform: translateY(-5px);
        }

        .card-icon {
            font-size: 4rem;
            color: var(--accent-blue);
            min-width: 100px;
            text-align: center;
        }

        .card-text h3 {
            font-size: 1.8rem;
            color: var(--accent-blue);
            margin-bottom: 10px;
        }

        .card-text p {
            font-size: 1rem;
            color: rgba(230, 241, 255, 0.7);
            margin: 0;
        }

        /* ============================================
           قسم: أنت كمعلم كيف تخدمك ملفاتنا؟
           ============================================ */

        .teacher-benefits-section {
            padding: 80px 0;
            background: transparent;
        }

        .teacher-benefits-section .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .teacher-benefits-section .section-header h2 {
            font-size: 2.5rem;
            font-weight: 700;
            background: linear-gradient(to right, #64ffda, #4dabf7);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
        }

        .benefits-list {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .benefit-item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            padding: 20px;
            background: rgba(26, 58, 95, 0.3);
            border-left: 4px solid var(--accent-blue);
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .benefit-item:hover {
            background: rgba(26, 58, 95, 0.5);
            transform: translateX(10px);
        }

        .benefit-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: var(--accent-blue);
            min-width: 40px;
            margin-top: 3px;
        }

        .benefit-item p {
            font-size: 1rem;
            color: rgba(230, 241, 255, 0.85);
            margin: 0;
            line-height: 1.6;
        }

        /* ============================================
           قسم: كيف استخدم الملفات؟
           ============================================ */

        .how-to-use-section {
            padding: 80px 0;
            background: var(--gradient-1);
        }

        .how-to-use-section .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .how-to-use-section .section-header h2 {
            font-size: 2.5rem;
            font-weight: 700;
            background: linear-gradient(to right, #64ffda, #4dabf7);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
        }

        .how-to-content {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            margin-bottom: 50px;
        }

        .how-to-card {
            background: rgba(26, 58, 95, 0.5);
            border: 2px solid rgba(100, 255, 218, 0.2);
            border-radius: 15px;
            padding: 40px 25px;
            text-align: center;
            flex: 0 1 auto;
            min-width: 200px;
            max-width: 250px;
            transition: all 0.3s ease;
            position: relative;
        }

        .how-to-card:hover {
            border-color: var(--accent-blue);
            box-shadow: 0 10px 30px rgba(100, 255, 218, 0.15);
            transform: translateY(-10px);
        }

        .step-number {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #64ffda, #4dabf7);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--primary-dark);
            margin: 0 auto 20px;
        }

        .how-to-card h3 {
            font-size: 1.3rem;
            color: var(--accent-blue);
            margin-bottom: 10px;
        }

        .how-to-card p {
            font-size: 0.9rem;
            color: rgba(230, 241, 255, 0.7);
            margin: 0;
        }

        .arrow-divider {
            font-size: 1.5rem;
            color: var(--accent-blue);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .how-to-additional {
            background: rgba(26, 58, 95, 0.3);
            border: 2px solid rgba(100, 255, 218, 0.2);
            border-radius: 15px;
            padding: 30px;
        }

        .how-to-additional h4 {
            font-size: 1.2rem;
            color: var(--accent-blue);
            margin-bottom: 20px;
        }

        .how-to-additional ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .how-to-additional li {
            display: flex;
            align-items: center;
            gap: 15px;
            font-size: 1rem;
            color: rgba(230, 241, 255, 0.8);
            margin-bottom: 12px;
        }

        .how-to-additional li:last-child {
            margin-bottom: 0;
        }

        .how-to-additional i {
            font-size: 1.3rem;
            color: var(--accent-blue);
        }

        /* ============================================
           قسم: رابط التلجرام
           ============================================ */

        /* ============================================
           قسم: رابط التلجرام (تصميم محدّث)
           ============================================ */

        .telegram-section {
            padding: 100px 0;
            background: transparent;
        }

        .telegram-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .telegram-title {
            font-size: 2.5rem;
            font-weight: 700;
            background: linear-gradient(to right, #64ffda, #4dabf7);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 15px;
        }

        .telegram-subtitle {
            font-size: 1.1rem;
            color: #e6f1ff;
            opacity: 0.8;
        }

        .telegram-card {
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, rgba(10, 25, 47, 0.7), rgba(17, 34, 64, 0.7)) !important;
            border: 2px solid rgba(0, 136, 204, 0.3) !important;
            border-radius: 12px !important;
            padding: 30px 20px !important;
            transition: all 0.4s ease !important;
            position: relative;
            overflow: hidden !important;
            backdrop-filter: blur(10px) !important;
            text-decoration: none !important;
            min-height: 280px;
        }

        .telegram-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(0, 136, 204, 0.3), transparent);
            transition: left 0.5s ease;
        }

        .telegram-card:hover {
            border-color: #0088cc !important;
            box-shadow: 0 12px 30px rgba(0, 136, 204, 0.3) !important;
            transform: translateY(-8px) !important;
        }

        .telegram-card:hover::before {
            left: 100%;
        }

        .telegram-card-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 15px;
            position: relative;
            z-index: 1;
            justify-content: center;
            width: 100%;
        }

        .telegram-icon {
            width: 100px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #0088cc, #0066aa);
            border-radius: 12px;
            font-size: 3rem;
            color: white;
            transition: all 0.3s ease;
        }

        .telegram-card:hover .telegram-icon {
            transform: scale(1.1) rotate(5deg);
        }

        .telegram-info {
            flex: 1;
            width: 100%;
        }

        .telegram-card-title {
            font-size: 1.3rem;
            font-weight: 600;
            color: #0088cc;
            margin: 0 0 8px 0;
            transition: color 0.3s ease;
        }

        .telegram-card:hover .telegram-card-title {
            color: #e6f1ff;
        }

        .telegram-card-description {
            font-size: 0.85rem;
            color: rgba(230, 241, 255, 0.7);
            margin: 0;
            line-height: 1.4;
        }

        .telegram-arrow {
            display: none;
        }

        .telegram-card:hover .telegram-arrow {
            display: none;
        }

        .telegram-cta {
            text-align: center;
        }

        .btn-telegram-large {
            background: linear-gradient(135deg, #0088cc 0%, #0066aa 100%) !important;
            border: none !important;
            color: white !important;
            border-radius: 50px !important;
            padding: 1.2rem 3.5rem !important;
            font-weight: 600 !important;
            font-size: 1.1rem !important;
            transition: all 0.3s ease !important;
            box-shadow: 0 8px 25px rgba(0, 136, 204, 0.3) !important;
            display: inline-block;
        }

        .btn-telegram-large:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(0, 136, 204, 0.5);
            color: white !important;
        }

        /* ============================================
           تحديث الأيقونات الاجتماعية (التلجرام والواتس)
           ============================================ */

        .social-icons-section {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 50px;
            padding: 40px 0;
            flex-wrap: wrap;
        }

        .social-icon-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
        }

        .social-icon-large {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.1);
            border: 2px solid rgba(100, 255, 218, 0.3);
            border-radius: 50%;
            font-size: 2.5rem;
            color: white;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .social-icon-large:hover {
            transform: scale(1.15) translateY(-5px);
            border-color: currentColor;
            box-shadow: 0 12px 40px rgba(100, 255, 218, 0.4);
        }

        .social-icon-label {
            font-size: 0.95rem;
            color: rgba(230, 241, 255, 0.8);
            margin: 0;
            font-weight: 500;
            text-align: center;
        }

        .social-whatsapp {
            color: #25D366 !important;
        }

        .social-whatsapp:hover {
            background: rgba(37, 211, 102, 0.2) !important;
            box-shadow: 0 12px 40px rgba(37, 211, 102, 0.4) !important;
        }

        .social-telegram,
        .social-telegram-channel {
            color: #0088cc !important;
        }

        .social-telegram:hover,
        .social-telegram-channel:hover {
            background: rgba(0, 136, 204, 0.2) !important;
            box-shadow: 0 12px 40px rgba(0, 136, 204, 0.4) !important;
        }

        /* تحسينات للهواتف */
        @media (max-width: 768px) {
            .social-icons-section {
                gap: 30px;
                padding: 30px 0;
            }

            .social-icon-large {
                width: 70px;
                height: 70px;
                font-size: 2rem;
            }

            .social-icon-label {
                font-size: 0.85rem;
            }

            .suitable-card {
                flex-direction: column;
                text-align: center;
                padding: 30px 20px;
            }

            .card-icon {
                font-size: 3rem;
            }

            .how-to-content {
                flex-direction: column;
                gap: 10px;
            }

            .how-to-card {
                max-width: 100%;
                min-width: unset;
            }

            .arrow-divider {
                transform: rotate(90deg);
                margin: 10px 0;
            }

            .telegram-title {
                font-size: 1.8rem;
            }

            .telegram-subtitle {
                font-size: 1rem;
            }

            .btn-telegram-large {
                padding: 0.8rem 2rem !important;
                font-size: 1rem !important;
            }
        }

        /* ============================================
           صفحة من نحن
           ============================================ */

        .page-hero-section {
            background: var(--gradient-2);
            padding: 100px 0 80px;
            position: relative;
            overflow: hidden;
        }

        .about-hero::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(100, 255, 218, 0.1) 0%, rgba(100, 255, 218, 0) 70%);
            border-radius: 50%;
            z-index: 0;
        }

        .page-hero-content {
            position: relative;
            z-index: 1;
            text-align: center;
        }

        .page-hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 1rem;
            background: linear-gradient(to right, #64ffda, #4dabf7);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .page-hero-subtitle {
            font-size: 1.3rem;
            color: rgba(230, 241, 255, 0.8);
            margin-bottom: 0;
        }

        /* قسم من نحن */
        .about-section {
            padding: 80px 0;
            background: transparent;
        }

        .about-intro {
            background: rgba(26, 58, 95, 0.3);
            border-left: 5px solid var(--accent-blue);
            border-radius: 8px;
            padding: 50px 40px;
            backdrop-filter: blur(5px);
        }

        .section-title-about {
            font-size: 2.5rem;
            font-weight: 700;
            background: linear-gradient(to right, #64ffda, #4dabf7);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 30px;
        }

        .about-intro-text {
            font-size: 1.05rem;
            color: rgba(230, 241, 255, 0.85);
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .about-intro-text:last-child {
            margin-bottom: 0;
        }

        /* قسم الرسالة */
        .about-mission-section {
            padding: 80px 0;
            background: var(--gradient-1);
        }

        .mission-content {
            text-align: center;
        }

        .mission-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .mission-card {
            background: rgba(26, 58, 95, 0.5);
            border: 2px solid rgba(100, 255, 218, 0.2);
            border-radius: 15px;
            padding: 40px 30px;
            text-align: center;
            transition: all 0.3s ease;
            backdrop-filter: blur(5px);
        }

        .mission-card:hover {
            border-color: var(--accent-blue);
            box-shadow: 0 10px 30px rgba(100, 255, 218, 0.15);
            transform: translateY(-5px);
        }

        .mission-icon {
            font-size: 3rem;
            color: var(--accent-blue);
            margin-bottom: 20px;
        }

        .mission-card h3 {
            font-size: 1.3rem;
            color: var(--accent-blue);
            margin-bottom: 15px;
        }

        .mission-card p {
            font-size: 0.95rem;
            color: rgba(230, 241, 255, 0.8);
            line-height: 1.6;
            margin: 0;
        }

        /* قسم الرؤية */
        .about-vision-section {
            padding: 80px 0;
            background: transparent;
        }

        .vision-content {
            background: rgba(26, 58, 95, 0.3);
            border-right: 5px solid var(--accent-blue);
            border-radius: 8px;
            padding: 50px 40px;
            backdrop-filter: blur(5px);
        }

        .vision-text {
            font-size: 1.05rem;
            color: rgba(230, 241, 255, 0.85);
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .vision-text:last-child {
            margin-bottom: 0;
        }

        /* قسم الموثوقية */
        .about-trust-section {
            padding: 80px 0;
            background: var(--gradient-1);
        }

        .trust-content {
            text-align: center;
        }

        .trust-intro {
            font-size: 1.1rem;
            color: rgba(230, 241, 255, 0.85);
            line-height: 1.8;
            margin-bottom: 40px;
        }

        .trust-details {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin: 40px 0;
            background: rgba(26, 58, 95, 0.5);
            border: 2px solid rgba(100, 255, 218, 0.2);
            border-radius: 15px;
            padding: 40px 30px;
        }

        .trust-detail-item h3 {
            font-size: 1.1rem;
            color: var(--accent-blue);
            margin-bottom: 10px;
        }

        .trust-detail-text {
            font-size: 1rem;
            color: rgba(230, 241, 255, 0.8);
            margin: 0;
        }

        .trust-number {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--accent-blue);
        }

        .trust-verify {
            font-size: 0.95rem;
            color: rgba(230, 241, 255, 0.75);
            line-height: 1.7;
            background: rgba(26, 58, 95, 0.3);
            padding: 20px 30px;
            border-radius: 8px;
            margin-bottom: 20px;
        }

        .trust-commitment {
            font-size: 1.05rem;
            color: var(--accent-blue);
            font-weight: 600;
            margin-bottom: 0;
        }

        /* قسم الاتصال */
        .about-contact-section {
            padding: 80px 0;
            background: transparent;
        }

        .contact-content {
            background: rgba(26, 58, 95, 0.3);
            border: 2px solid rgba(100, 255, 218, 0.2);
            border-radius: 15px;
            padding: 60px 40px;
            backdrop-filter: blur(5px);
        }

        .contact-subtitle {
            font-size: 1.1rem;
            color: rgba(230, 241, 255, 0.8);
            margin-bottom: 40px;
        }

        .contact-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn-contact {
            padding: 1rem 2.5rem !important;
            font-weight: 600 !important;
            border-radius: 50px !important;
            font-size: 1rem !important;
            transition: all 0.3s ease !important;
            border: none !important;
            text-decoration: none !important;
            display: inline-flex;
            align-items: center;
        }

        .btn-whatsapp {
            background: linear-gradient(135deg, #25D366 0%, #20c853 100%) !important;
            color: white !important;
            box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3) !important;
        }

        .btn-whatsapp:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(37, 211, 102, 0.5) !important;
            color: white !important;
        }

        .btn-telegram {
            background: linear-gradient(135deg, #0088cc 0%, #0066aa 100%) !important;
            color: white !important;
            box-shadow: 0 8px 25px rgba(0, 136, 204, 0.3) !important;
        }

        .btn-telegram:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(0, 136, 204, 0.5) !important;
            color: white !important;
        }

        /* تحسينات للهواتف */
        @media (max-width: 768px) {
            .page-hero-title {
                font-size: 2.5rem;
            }

            .page-hero-subtitle {
                font-size: 1rem;
            }

            .about-intro,
            .vision-content,
            .contact-content {
                padding: 30px 20px;
            }

            .section-title-about {
                font-size: 1.8rem;
            }

            .about-intro-text,
            .vision-text,
            .trust-intro,
            .trust-verify {
                font-size: 0.95rem;
            }

            .mission-cards {
                gap: 20px;
            }

            .mission-card {
                padding: 30px 20px;
            }

            .trust-details {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 30px 20px;
            }

            .contact-buttons {
                flex-direction: column;
                gap: 15px;
            }

            .btn-contact {
                width: 100%;
                justify-content: center;
            }
        }    }

/* ===== Testimonials Page Styles ===== */

.testimonials-hero {
    background: linear-gradient(135deg, var(--primary-dark) 0%, #162b45 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.testimonials-hero::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(100, 255, 218, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    top: -100px;
    right: -50px;
}

.testimonials-hero::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(37, 211, 102, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -50px;
    left: 10%;
}

/* قسم الإحصائيات */
.testimonials-stats-section {
    padding: 80px 0;
    background: rgba(26, 58, 95, 0.3);
    border-top: 2px solid rgba(100, 255, 218, 0.1);
    border-bottom: 2px solid rgba(100, 255, 218, 0.1);
}

.stat-card {
    padding: 40px 30px;
    background: rgba(10, 25, 47, 0.5);
    border: 2px solid rgba(100, 255, 218, 0.2);
    border-radius: 15px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.stat-card:hover {
    border-color: var(--accent-blue);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(100, 255, 218, 0.15);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--accent-blue) 0%, #64ffda 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1.1rem;
    color: rgba(230, 241, 255, 0.7);
    margin: 0;
    font-weight: 500;
}

/* قسم التقييمات */
.testimonials-section {
    padding: 100px 0;
    background: var(--primary-dark);
}

.testimonials-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title-testimonials {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-light);
    margin: 0 0 20px 0;
    background: linear-gradient(135deg, var(--text-light) 0%, var(--accent-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.testimonial-card {
    background: linear-gradient(135deg, rgba(26, 58, 95, 0.7) 0%, rgba(10, 25, 47, 0.8) 100%);
    border: 2px solid rgba(100, 255, 218, 0.15);
    border-radius: 15px;
    padding: 35px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #25D366 0%, var(--accent-blue) 100%);
}

.testimonial-card:hover {
    border-color: rgba(100, 255, 218, 0.4);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(100, 255, 218, 0.1);
}

.testimonial-header {
    margin-bottom: 20px;
}

.testimonial-stars {
    display: flex;
    gap: 5px;
    font-size: 1.1rem;
    color: #ffc107;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(230, 241, 255, 0.85);
    margin: 20px 0;
    font-weight: 400;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(100, 255, 218, 0.1);
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--accent-blue);
    margin: 0 0 5px 0;
}

.author-school {
    font-size: 0.9rem;
    color: rgba(230, 241, 255, 0.6);
    margin: 0;
}

/* قسم CTA */
.testimonials-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.1) 0%, rgba(0, 136, 204, 0.05) 100%);
    border-top: 2px solid rgba(100, 255, 218, 0.1);
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--text-light) 0%, var(--accent-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-content p {
    font-size: 1.1rem;
    color: rgba(230, 241, 255, 0.8);
    margin-bottom: 40px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta {
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-cta.btn-primary {
    background: linear-gradient(135deg, var(--accent-blue) 0%, #4dabf7 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(100, 255, 218, 0.2);
}

.btn-cta.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(100, 255, 218, 0.3);
    color: white;
}

.btn-cta.btn-secondary {
    background: linear-gradient(135deg, #25D366 0%, #20c853 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.2);
}

.btn-cta.btn-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.3);
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .section-title-testimonials {
        font-size: 2rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testimonial-card {
        padding: 25px;
    }

    .cta-content h2 {
        font-size: 1.8rem;
    }

    .cta-content p {
        font-size: 1rem;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn-cta {
        width: 100%;
        justify-content: center;
    }
}