/* الأساسيات */
        :root {
            --primary: #0d3b66; /* أزرق داكن غامق */
            --secondary: #1d6fa5; /* أزرق متوسط غني */
            --accent: #f4d35e; /* ذهبي دافئ */
            --accent-light: #fae588; /* ذهبي فاتح */
            --light: #f8f9fa; /* فاتح جداً */
            --dark: #0a2a4a; /* أزرق داكن جداً */
            --text: #2d3748; /* لون النصوص */
            --white: #ffffff;
            --gray: #e9ecef;
            --success: #38b2ac; /* لون النجاح */
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Almarai', sans-serif;
        }
        
        body {
            background-color: var(--light);
            color: var(--text);
            line-height: 1.7;
            font-weight: 400;
        }
        
        h1, h2, h3, h4, h5, h6 {
            font-weight: 700;
            line-height: 1.3;
        }
        
        .container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        /* الشريط العلوي */
        .top-bar {
            background: linear-gradient(135deg, var(--primary), var(--dark));
            color: var(--white);
            padding: 12px 0;
            font-size: 0.9rem;
        }
        
        .top-bar-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .social-icons a {
            color: var(--white);
            margin-left: 15px;
            font-size: 1.1rem;
            transition: all 0.3s;
        }
        
        .social-icons a:hover {
            color: var(--accent);
            transform: translateY(-2px);
        }
        .header-scrolled {
            padding: 5px 0;
            transition: all 0.2s ease;
        }
        
        .logo-scrolled
        {
            
            margin-top:-10px !important
            }

        .logo-scrolled  img {
            width: 180px;
            height: 80px;
            font-size: 1.1rem;
            transition: all 0.2s ease;
        }

        
        
        /* الهيدر */
        header {
            background-color: var(--white);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        
        .header-content {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 5px 5px;
        }
        
        .logo {
            display: flex;
            align-items: center;            
            margin-top:-43px
        }
        
        .logo-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent);
            font-weight: 800;
            font-size: 1.5rem;
            border-radius: 12px;
            margin-left: 15px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }
        
        .logo-text {
            display: flex;
            flex-direction: column;
        }
        
        .logo-text h1 {
            font-size: 1.6rem;
            color: var(--primary);
            margin-bottom: 5px;
        }
        
        .logo-text p {
            font-size: 0.9rem;
            color: var(--secondary);
        }
        
        /* القائمة الرئيسية متعددة المستويات */
        .main-nav {
            position: relative;
            padding-right: 20px;
        }
        
        .nav-menu {
            display: flex;
            list-style: none;
        }
        
        .nav-menu > li {
            position: relative;
            margin: 0 5px;
        }
        
        .nav-menu > li > a {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: var(--text);
            font-weight: 600;
            padding: 12px 20px;
            border-radius: 8px;
            transition: all 0.3s;
            position: relative;
        }
        
        .nav-menu > li > a:hover,
        .nav-menu > li > a.active {
            background-color: var(--primary);
            color: var(--white);
        }
        
        .nav-menu > li > a::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0;
            height: 3px;
            background-color: var(--accent);
            transition: width 0.3s;
        }
        
        .nav-menu > li > a:hover::after,
        .nav-menu > li > a.active::after {
            width: 100%;
        }
        
        .nav-menu > li.has-dropdown > a::before {
            content: '\f107';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            margin-right: 8px;
            transition: transform 0.3s;
             margin-left: 8px;
        }
        
        .nav-menu > li.has-dropdown:hover > a::before {
            transform: rotate(180deg);
        }
        
        /* القوائم المنسدلة */
        .dropdown-menu {
            position: absolute;
            top: 100%;
            right: 0;
            width: 250px;
            background-color: var(--white);
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s;
            z-index: 100;
            padding: 10px 0;
        }
        
        .nav-menu > li:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .dropdown-menu li {
            position: relative;
        }
        
        .dropdown-menu li a {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: var(--text);
            padding: 12px 20px;
            transition: all 0.3s;
            border-right: 3px solid transparent;
        }
        
        .dropdown-menu li a:hover {
            background-color: var(--light);
            color: var(--primary);
            border-right-color: var(--accent);
        }
        
        .dropdown-menu li a i {
            margin-left: 10px;
            width: 20px;
            text-align: center;
        }
        
        /* القوائم المنسدلة من المستوى الثاني */
        .dropdown-menu .has-submenu > a::after {
            content: '\f105';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            margin-right: auto;
        }
        
        .submenu {
            position: absolute;
            top: 0;
            right: 100%;
            width: 250px;
            background-color: var(--white);
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            opacity: 0;
            visibility: hidden;
            transform: translateX(10px);
            transition: all 0.3s;
            padding: 10px 0;
        }
        
        .dropdown-menu .has-submenu:hover .submenu {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
        }
        
        /* قائمة الهاتف المحمول */
        .mobile-menu-btn {
            display: none;
            flex-direction: column;
            justify-content: space-between;
            width: 30px;
            height: 21px;
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 0;
        }
        
        .mobile-menu-btn span {
            display: block;
            height: 3px;
            width: 100%;
            background-color: var(--primary);
            border-radius: 3px;
            transition: all 0.3s;
        }
        
        .mobile-menu-btn.active span:nth-child(1) {
            transform: translateY(9px) rotate(45deg);
        }
        
        .mobile-menu-btn.active span:nth-child(2) {
            opacity: 0;
        }
        
        .mobile-menu-btn.active span:nth-child(3) {
            transform: translateY(-9px) rotate(-45deg);
        }
        
        .mobile-menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 85%;
            max-width: 350px;
            height: 100vh;
            background-color: var(--white);
            box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
            transition: right 0.3s ease;
            z-index: 999;
            padding: 80px 20px 20px;
            overflow-y: auto;
        }
        
        .mobile-menu.active {
            right: 0;
        }
        
        .mobile-menu ul {
            list-style: none;
        }
        
        .mobile-menu > ul > li {
            margin-bottom: 5px;
            border-bottom: 1px solid var(--gray);
        }
        
        .mobile-menu > ul > li:last-child {
            border-bottom: none;
        }
        
        .mobile-menu li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px;
            text-decoration: none;
            color: var(--text);
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .mobile-menu li a:hover,
        .mobile-menu li a.active {
            background-color: var(--primary);
            color: var(--white);
            border-radius: 8px;
        }
        
        .mobile-menu .dropdown-toggle {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--light);
            border-radius: 5px;
            transition: all 0.3s;
        }
        
        .mobile-menu .dropdown-toggle.active {
            background: var(--primary);
            color: var(--white);
            transform: rotate(180deg);
        }
        
        .mobile-menu .submenu {
            position: static;
            width: 100%;
            box-shadow: none;
            background: var(--light);
            border-radius: 8px;
            margin: 5px 0;
            padding: 0;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }
        
        .mobile-menu .submenu.active {
            max-height: 500px;
            padding: 10px 0;
        }
        
        .mobile-menu .submenu li a {
            padding: 12px 20px;
            font-weight: 500;
            font-size: 0.95rem;
        }
        
        .mobile-menu-overlay {
            position: fixed;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 998;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s;
        }
        
        .mobile-menu-overlay.active {
            opacity: 1;
            visibility: visible;
        }
        
        /* السلايدر الرئيسي */
        .main-slider {
            position: relative;
            height: 400px;
            overflow: hidden;
        }
        
        .slider-container {
            position: relative;
            height: 100%;
        }
        
        .slide {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease;
            background-size: cover;
            background-position: center;
        }
        
        .slide.active {
            opacity: 1;
        }
        
        .slide-content {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            background: rgba(66, 115, 194, 0.6);
        }
        
        .slide-text {
            max-width: 600px;
            color: var(--white);
            padding: 0 50px;
        }
        
        .slide-text h2 {
            font-size: 2.8rem;
            margin-bottom: 20px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }
        
        .slide-text p {
            font-size: 1.3rem;
            margin-bottom: 30px;
            line-height: 1.6;
        }
        
        .slider-controls {
            position: absolute;
            bottom: 30px;
            right: 50%;
            transform: translateX(50%);
            display: flex;
            gap: 10px;
        }
        
        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .slider-dot.active {
            background-color: var(--accent);
            transform: scale(1.2);
        }
        
        .slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(255, 255, 255, 0.2);
            color: var(--white);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s;
            z-index: 10;
        }
        
        .slider-nav:hover {
            background-color: var(--accent);
            color: var(--primary);
        }
        
        .slider-prev {
            right: 30px;
        }
        
        .slider-next {
            left: 30px;
        }
        
        .btn {
            display: inline-block;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: var(--primary);
            padding: 14px 35px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            transition: all 0.3s;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(244, 211, 94, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(244, 211, 94, 0.4);
        }
        
        .btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
            transform: translateX(-100%);
            transition: transform 0.5s;
        }
        
        .btn:hover::after {
            transform: translateX(100%);
        }
        
        .btn-secondary {
            background: transparent;
            color: var(--white);
            border: 2px solid var(--accent);
            box-shadow: none;
        }
        
        .btn-secondary:hover {
            background: var(--accent);
            color: var(--primary);
        }
        
      
        
        .About-section-title {
            text-align: right;
            margin-bottom: 0px;
        }
        
        .About-section-title h2 {
            font-size: 2.2rem;
            color: var(--primary);
            position: relative;
            display: inline-block;
            padding-bottom: 15px;
        }
        
        .About-section-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 50%;
            transform: translateX(50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(to left, var(--accent), var(--secondary));
            border-radius: 2px;
        }
        
        
        /* الأقسام */
        section {
            padding: 60px 0;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-title h2 {
            font-size: 2.2rem;
            color: var(--primary);
            position: relative;
            display: inline-block;
            padding-bottom: 15px;
        }
        
        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 50%;
            transform: translateX(50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(to left, var(--accent), var(--secondary));
            border-radius: 2px;
        }
        
         /* الرؤية والرسالة والأهداف */
         
         about-intro1 {
            gap: 50px;
            align-items: center;
            margin-bottom: 80px;
            border-radius: 12px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            padding: 40px;
        }
        .vision-mission {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .vision-box, .mission-box, .goals-box {
            flex: 1;
            min-width: 300px;
            background-color: var(--white);
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s;
        }
        
        .vision-box:hover, .mission-box:hover, .goals-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
        }
        
        .vision-box {
            border-top: 5px solid var(--primary);
        }
        
        .mission-box {
            border-top: 5px solid var(--secondary);
        }
        
        .goals-box {
            border-top: 5px solid var(--accent);
        }
        
        .vision-box h3, .mission-box h3, .goals-box h3 {
            font-size: 1.5rem;
            margin-bottom: 20px;
            color: var(--primary);
            display: flex;
            align-items: center;
        }
        
        .vision-box h3 i, .mission-box h3 i, .goals-box h3 i {
            margin-left: 10px;
            color: var(--accent);
        }
        
        .vision-box p, .mission-box p {
            color: var(--text);
            line-height: 1.8;
            text-align: justify;
        }
        
        .goals-box ul {
            list-style: none;
            padding-right: 0;
        }
        
        .goals-box li {
            margin-bottom: 15px;
            padding-right: 25px;
            position: relative;
            line-height: 1.6;
        }
        
        .goals-box li::before {
            content: '\f058';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            right: 0;
            top: 0;
            color: var(--accent);
        }
        
           /* الأخبار المصغرة */
        .mini-news {
            flex: 1;
            min-width: 300px;
        }
        
        .mini-news h3 {
            font-size: 1.5rem;
            color: var(--primary);
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 2px solid var(--accent);
        }
        
        .mini-news-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .mini-news-item {
            display: flex;
            gap: 15px;
            padding: 15px;
            background-color: var(--white);
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            transition: all 0.3s;
        }
        
        .mini-news-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
        }
        
        .mini-news-img {
            width: 80px;
            height: 80px;
            border-radius: 8px;
            overflow: hidden;
            flex-shrink: 0;
        }
        
        .mini-news-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .mini-news-content {
            flex: 1;
        }
        
        .mini-news-content h4 {
            font-size: 1rem;
            margin-bottom: 8px;
            color: var(--primary);
        }
        
        .mini-news-content p {
            font-size: 0.85rem;
            color: var(--text);
            margin-bottom: 10px;
            line-height: 1.5;
        }
        
        .mini-news-date {
            font-size: 0.8rem;
            color: var(--secondary);
            display: flex;
            align-items: center;
        }
        
        .mini-news-date i {
            margin-left: 5px;
        }
       
         /* الأخبار */
        .news-container1 {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
            gap: 35px;
        }
        
        .news-card1 {
            background-color: var(--white);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s;
            position: relative;
        }
        
        .news-card:hover1 {
            transform: translateY(-12px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        }
        
        .news-img1 {
            height: 220px;
            overflow: hidden;
            position: relative;
        }
        
        .news-img1 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s;
        }
        
        .news-card1:hover .news-img1 img {
            transform: scale(1.1);
        }
        
        .news-date1 {
            position: absolute;
            top: 15px;
            right: 15px;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: var(--primary);
            padding: 8px 15px;
            border-radius: 30px;
            font-size: 0.85rem;
            font-weight: 700;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }
        
        .news-content1 {
            padding: 25px;
        }
        
        .news-content1 h3 {
            margin-bottom: 12px;
            color: var(--primary);
            font-size: 1.3rem;
        }
        
        .news-content1 p {
            color: var(--text);
            margin-bottom: 20px;
            font-size: 0.95rem;
        }
        
        .read-more1 {
            color: var(--secondary);
            text-decoration: none;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s;
        }
        
        .read-more1 i {
            margin-right: 8px;
            transition: transform 0.3s;
        }
        
        .read-more1:hover {
            color: var(--accent);
        }
        
        .read-more1:hover i {
            transform: translateX(-5px);
        }
        
        /* عن الجمعية */
        .about {
            background-color: var(--gray);
        }
        
        .about-content {
            display: flex;
            align-items: center;
            gap: 30px;
            align-items: center;
            margin-bottom: 40px;
            border-radius: 12px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            padding: 30px;
        }
        
        .about-text {
            flex: 2;
        }
        
        .about-text p {
            margin-bottom: 25px;
            text-align: justify;
        }
        
        .about-img {
            flex: 1;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        }
        
        .about-img img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* سلايدر أعضاء مجلس الإدارة */
        .members-slider-container {
            position: relative;
            overflow: hidden;
            padding: 20px 0;
        }
        
        .members-slider {
            display: flex;
            transition: transform 0.5s ease;
        }
        .members-slider-nav {
    display: none;
}
        
        .member-card {
            flex: 0 0 calc(25% - 30px);
            margin: 0 15px;
            background-color: var(--white);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.4s;
            position: relative;
        }
        
        .member-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        }
        
        .member-img {
            height: 280px;
            overflow: hidden;
            position: relative;
        }
        
        .member-img::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 40%;
            background: linear-gradient(transparent, rgba(13, 59, 102, 0.7));
        }
        
        .member-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .member-info {
            padding: 25px 20px;
        }
        
        .member-info h3 {
            color: var(--primary);
            margin-bottom: 8px;
            font-size: 1.2rem;
        }
        
        .member-info p {
            color: var(--secondary);
            font-size: 0.9rem;
            font-weight: 600;
        }
        
        .members-slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: var(--primary);
            color: var(--white);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s;
            z-index: 10;
            border: none;
            font-size: 1.2rem;
        }
        
        .members-slider-nav:hover {
            background-color: var(--accent);
            color: var(--primary);
        }
        
        .members-slider-prev {
            right: 0px;
        }
        
        .members-slider-next {
            left: 0px;
        }
        
        .members-slider-dots {
            display: flex;
            justify-content: center;
            margin-top: 30px;
            gap: 10px;
        }
        
        .members-slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: var(--gray);
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .members-slider-dot.active {
            background-color: var(--primary);
            transform: scale(1.2);
        }
        
        
        /* دعوة للعضوية */
        .membership {
            background: linear-gradient(135deg, var(--primary), var(--dark));
            color: var(--white);
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .membership::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Z" fill="rgba(244,211,94,0.05)"/></svg>');
            background-size: cover;
        }
        
        .membership .section-title h2 {
            color: var(--white);
        }
        
        .membership .section-title h2::after {
            background: linear-gradient(to left, var(--accent), var(--white));
        }
        
        .membership p {
            max-width: 750px;
            margin: 0 auto 40px;
            font-size: 1.15rem;
        }
        
        .benefits {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 35px;
            margin-bottom: 50px;
        }
        
        .benefit {
            background-color: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 30px 20px;
            border-radius: 12px;
            transition: all 0.4s;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .benefit:hover {
            transform: translateY(-10px);
            background-color: rgba(255, 255, 255, 0.15);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }
        
        .benefit i {
            font-size: 2.8rem;
            margin-bottom: 20px;
            color: var(--accent);
        }
        
        .benefit h3 {
            margin-bottom: 15px;
            font-size: 1.3rem;
        }
        
        .benefit p {
            font-size: 0.95rem;
            margin: 0;
        }
        
        /* الفوتر */
        footer {
            background-color: var(--dark);
            color: var(--white);
            padding: 70px 0 0;
        }
        
        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 45px;
            margin-bottom: 50px;
        }
        
        .footer-column h3 {
            font-size: 1.4rem;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 12px;
        }
        
        .footer-column h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 60px;
            height: 3px;
            background: linear-gradient(to left, var(--accent), var(--secondary));
            border-radius: 2px;
        }
        
        .footer-column p {
            margin-bottom: 20px;
            font-size: 0.95rem;
            opacity: 0.9;
        }
        
        .footer-links {
            list-style: none;
        }
        
        .footer-links li {
            margin-bottom: 12px;
        }
        
        .footer-links a {
            color: var(--light);
            text-decoration: none;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            opacity: 0.9;
        }
        
        .footer-links a i {
            margin-left: 10px;
            transition: transform 0.3s;
        }
        
        .footer-links a:hover {
            color: var(--accent);
            opacity: 1;
        }
        
        .footer-links a:hover i {
            transform: translateX(-5px);
        }
        
        .contact-info1 {
            list-style: none;
        }
        
        .contact-info li {
            margin-bottom: 18px;
            display: flex;
            align-items: flex-start;
        }
        
        .contact-info i {
            margin-left: 12px;
            color: var(--accent);
            margin-top: 5px;
            font-size: 1.1rem;
        }
        .contact-info1 i {
            color: var(--accent);
            font-size: 1.1rem;
        }
        .contact-info-footer {
            list-style: none;
        }
        
        .contact-info-footer li {
            margin-bottom: 18px;
            display: flex;
            align-items: flex-start;
        }
        
        .contact-info-footer i {
            margin-left: 12px;
            color: var(--accent);
            margin-top: 5px;
            font-size: 1.1rem;
        }
        
        .copyright {
            background-color: rgba(0, 0, 0, 0.25);
            padding: 25px 0;
            text-align: center;
            font-size: 0.9rem;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        /* التجاوبية */
        @media (max-width: 1200px) {
            .nav-menu > li > a {
                padding: 12px 15px;
                font-size: 0.95rem;
            }
        }
        
        @media (max-width: 992px) {
            .about-content {
                flex-direction: column;
            }
            
            .about-img {
                order: -1;
            }
            
            .main-slider {
                height: 500px;
            }
            
            .slide-text h2 {
                font-size: 2.2rem;
            }
            
            .slide-text p {
                font-size: 1.1rem;
            }
            
            /* إخفاء القائمة العادية وإظهار زر القائمة للموبايل */
            .main-nav {
                display: none;
            }
            
            .mobile-menu-btn {
                display: flex;
            }
        }
        
        @media (max-width: 768px) {
            .header-content {
                flex-direction: column;
                text-align: center;
            }
            
            .logo {
                margin-bottom: 20px;
            }
            
            .main-slider {
                height: 400px;
            }
            
            .slide-text {
                padding: 0 20px;
            }
            
            .slide-text h2 {
                font-size: 1.8rem;
            }
            
            .slide-text p {
                font-size: 1rem;
            }
            
            .slider-nav {
                width: 40px;
                height: 40px;
            }
            
            .slider-prev {
                right: 15px;
            }
            
            .slider-next {
                left: 15px;
            }
            
            .section-title h2 {
                font-size: 1.9rem;
            }
        }
        
        @media (min-width: 993px) {
            .mobile-menu-btn {
                display: none;
            }
            
            .mobile-menu {
                display: none;
            }
        }
         /* رأس الصفحة */
        .page-header {
            background: linear-gradient(rgba(13, 59, 102, 0.85), rgba(10, 42, 74, 0.9)), url('https://images.unsplash.com/photo-1523240795612-9a054b0db644?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            color: var(--white);
            padding: 70px 0;
            text-align: center;
        }
        
        .page-header h1 {
            font-size: 2.8rem;
            margin-bottom: 15px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }
        
        .breadcrumb {
            display: flex;
            justify-content: center;
            list-style: none;
        }
        
        .breadcrumb li {
            margin: 0 5px;
        }
        
        .breadcrumb li a {
            color: var(--light);
            text-decoration: none;
        }
        
        .breadcrumb li:not(:last-child)::after {
            content: '/';
            margin-right: 10px;
            color: var(--light);
        } صفحة عن اcontact-page {
            padding: 80px 0;
        }
        
        .contact-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            margin-bottom: 60px;
        }
        
      .contact-info {
            background-color: var(--white);
            border-radius: 12px;
            padding: 40px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
        }
        
        .contact-info h2 {
            color: var(--primary);
            margin-bottom: 30px;
            font-size: 1.8rem;
            position: relative;
            padding-bottom: 15px;
        }
        
        .contact-info h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 60px;
            height: 3px;
            background: linear-gradient(to left, var(--accent), var(--secondary));
            border-radius: 2px;
        }
        
        .contact-details {
            list-style: none;
            margin-bottom: 30px;
        }
        
        .contact-details li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid var(--gray);
        }
        
        .contact-details li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        
        .contact-icon {
            width: 50px;
       d     height: 50px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 1.2rem;
            margin-left: 20px;
            flex-shrink: 0;
        }
        
        .contact-text h3 ottom: 5px: var(--primary);
             
        
        .contact-text h3 {
            color: var(--primary);
   color: var(--primary);
   primary);
                 mmargin-botttom: 5px;
            color: var(--primary);
            margin-bottom: 5px;
            font-size: 1.2rem;
        }
        
        .contact-text p {
            color: var(--text);
            margin-bottom: 0;
        }
        
        .social-contact {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }
        
        .social-contact a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            background-color: var(--light);
            color: var(--primary);
            border-radius: 50%;
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .social-contact a:hover {
            background-color: var(--primary);
            color: var(--white);
            transform: translateY(-3px);
        }
          /* أنواع العضوية */
        .membership-types {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }
        
        .membership-card {
            background-color: var(--white);
            border-radius: 12px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s;
            position: relative;
            overflow: hidden;
            border: 2px solid transparent;
        }
        
        .membership-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
            border-color: var(--accent);
        }
        
        .membership-card.popular {
            border-color: var(--accent);
            transform: scale(1.05);
        }
        
        .membership-card.popular::before {
            content: 'الأكثر طلباً';
            position: absolute;
            top: 20px;
            left: -30px;
            background: var(--accent);
            color: var(--primary);
            padding: 5px 40px;
            font-weight: 700;
            transform: rotate(-45deg);
            font-size: 0.8rem;
        }
        
        .membership-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            color: var(--white);
            font-size: 2rem;
        }
        
        .membership-card h3 {
            color: var(--primary);
            margin-bottom: 15px;
            font-size: 1.5rem;
        }
        
        .membership-price {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--primary);
            margin-bottom: 20px;
        }
        
        .membership-period {
            color: var(--text);
            font-size: 1rem;
            margin-bottom: 25px;
        }
        
        .membership-features {
            list-style: none;
            text-align: right;
            margin-bottom: 30px;
        }
        
        .membership-features li {
            margin-bottom: 12px;
            padding-right: 25px;
            position: relative;
        }
        
        .membership-features li::before {
            content: '\f00c';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: var(--success);
            position: absolute;
            right: 0;
        }
        
        .membership-features li.disabled {
            color: #999;
        }
        
        .membership-features li.disabled::before {
            content: '\f00d';
            color: #ccc;
        }
         /* نموذج طلب العضوية */
        .membership-form-section {
            background-color: var(--white);
            border-radius: 12px;
            padding: 50px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            margin-bottom: 60px;
        }
        
        .form-header {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .form-header h2 {
            color: var(--primary);
            margin-bottom: 10px;
            font-size: 1.8rem;
        }
        
        .form-header p {
            color: var(--text);
            max-width: 600px;
            margin: 0 auto;
        }
        
        .membership-form {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .form-section {
            margin-bottom: 40px;
            padding-bottom: 30px;
            border-bottom: 1px solid var(--gray);
        }
        
        .form-section:last-child {
            border-bottom: none;
        }
        
        .form-section-title {
            color: var(--primary);
            margin-bottom: 25px;
            font-size: 1.4rem;
            display: flex;
            align-items: center;
        }
        
        .form-section-title i {
            margin-left: 10px;
            color: var(--accent);
        }
        
        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }
        
        .form-group {
            margin-bottom: 25px;
        }
        
        .form-group.full-width {
            grid-column: 1 / -1;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: var(--primary);
        }
        
        .form-group label.required::after {
            content: ' *';
            color: #e53e3e;
        }
        
        .form-control {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 1rem;
            transition: all 0.3s;
            background-color: var(--light);
        }
        
        .form-control:focus {
            border-color: var(--accent);
            outline: none;
            box-shadow: 0 0 0 3px rgba(244, 211, 94, 0.2);
        }
        
        select.form-control {
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%230d3b66' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: left 15px center;
            padding-left: 40px;
        }
        
        textarea.form-control {
            min-height: 120px;
            resize: vertical;
        }
        
        .file-upload {
            position: relative;
            overflow: hidden;
            display: inline-block;
            width: 100%;
        }
        
        .file-upload-btn {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: var(--white);
            padding: 12px 25px;
            border-radius: 8px;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s;
        }
        
        .file-upload-btn:hover {
            background: linear-gradient(135deg, var(--secondary), var(--primary));
        }
        
        .file-upload-btn i {
            margin-left: 8px;
        }
        
        .file-upload input[type="file"] {
            position: absolute;
            top: 0;
            right: 0;
            min-width: 100%;
            min-height: 100%;
            opacity: 0;
            cursor: pointer;
        }
        
        .file-name {
            margin-top: 8px;
            font-size: 0.9rem;
            color: var(--text);
        }
        
        .checkbox-group {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }
        
        .checkbox-group input {
            margin-left: 10px;
            margin-top: 5px;
        }
        
        .checkbox-group label {
            margin-bottom: 0;
            font-weight: normal;
        }
        
        .checkbox-group label a {
            color: var(--secondary);
            text-decoration: none;
        }
        
        .checkbox-group label a:hover {
            text-decoration: underline;
        }
        
        .btn {
            display: inline-block;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: var(--primary);
            padding: 14px 35px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            transition: all 0.3s;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(244, 211, 94, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(244, 211, 94, 0.4);
        }
        
        .btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
            transform: translateX(-100%);
            transition: transform 0.5s;
        }
        
        .btn:hover::after {
            transform: translateX(100%);
        }
        
        .btn-large {
            padding: 16px 45px;
            font-size: 1.1rem;
        }
        
        .btn-full {
            width: 100%;
            text-align: center;
        }
        
        .form-actions {
            text-align: center;
            margin-top: 40px;
        }
        
        /* مزايا العضوية */
        .benefits-section {
            background: linear-gradient(135deg, var(--primary), var(--dark));
            color: var(--white);
            padding: 80px 0;
            text-align: center;
        }
        
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }
        
        .benefit-item {
            padding: 30px 20px;
        }
        
        .benefit-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            color: var(--accent);
        }
        
        .benefit-item h3 {
            margin-bottom: 15px;
            font-size: 1.3rem;
        }
        
        .benefit-item p {
            opacity: 0.9;
            line-height: 1.6;
        }
        
        /* نموذج الاتصال */
        .contact-form {
            background-color: var(--white);
            border-radius: 12px;
            padding: 40px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
        }
        
        .contact-form h2 {
            color: var(--primary);
            margin-bottom: 30px;
            font-size: 1.8rem;
            position: relative;
            padding-bottom: 15px;
        }
        
        .contact-form h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 60px;
            height: 3px;
            background: linear-gradient(to left, var(--accent), var(--secondary));
            border-radius: 2px;
        }
        
        .form-group {
            margin-bottom: 10px;
        }
        
        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: var(--primary);
        }
        
        .form-control {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 1rem;
            transition: all 0.3s;
            background-color: var(--light);
        }
        
        .form-control:focus {
            border-color: var(--accent);
            outline: none;
            box-shadow: 0 0 0 3px rgba(244, 211, 94, 0.2);
        }
        
        textarea.form-control {
            min-height: 150px;
            resize: vertical;
        }
        
        .btn {
            display: inline-block;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: var(--primary);
            padding: 14px 35px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            transition: all 0.3s;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(244, 211, 94, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(244, 211, 94, 0.4);
        }
        
        .btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
            transform: translateX(-100%);
            transition: transform 0.5s;
        }
        
        .btn:hover::after {
            transform: translateX(100%);
        }
        
        /* الخريطة */
        .map-section {
            margin-bottom: 60px;
        }
        
        .map-container {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            height: 400px;
        }
        
        .map-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
        
        /* أوقات العمل */
        .working-hours {
            background-color: var(--white);
            border-radius: 12px;
            padding: 40px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            text-align: center;
        }
        
        .working-hours h2 {
            color: var(--primary);
            margin-bottom: 30px;
            font-size: 1.8rem;
            position: relative;
            padding-bottom: 15px;
        }
        
        .working-hours h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 50%;
            transform: translateX(50%);
            width: 60px;
            height: 3px;
            background: linear-gradient(to left, var(--accent), var(--secondary));
            border-radius: 2px;
        }
        
        .hours-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            list-style: none;
        }
        
        .hours-list li {
            background-color: var(--light);
            padding: 20px;
            border-radius: 8px;
            border-right: 4px solid var(--accent);
        }
        
        .hours-list li strong {
            display: block;
            color: var(--primary);
            margin-bottom: 8px;
            font-size: 1.1rem;
        }
        
        /* محتوى صفحة عن اا
        
        /* محتوى صفحة عن الجمعية */
        .about-page {
            padding: t0px 0;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-title h2 {
            font-size: 2.2rem;
            color: var(--primary);
            position: relative;
            display: inline-block;
            padding-bottom: 15px;
        }
        
        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 50%;
            transform: translateX(50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(to left, var(--accent), var(--secondary));
            border-radius: 2px;
        }
        
         /* نبذة عن الجمعية */
        .Activites-intro {
           
            align-items: center;
            margin-bottom: 80px;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
            padding: 40px;
        }
        
        /* نبذة عن الجمعية */
        .about-intro {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
            margin-bottom: 80px;
            border-radius: 12px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            padding: 40px;
        }
        
        .about-text {
            padding-left: 20px;
                text-align: justify;
        }
        
        .about-text h2 {
            color: var(--primary);
            margin-bottom: 20px;
            font-size: 1.8rem;
        }
        
        .about-text p {
            margin-bottom: 20px;
            text-align: justify;
        }
        
        .about-img {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        }
        
        .about-img img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* الرؤية والرسالة والأهداف */
        .vision-mission-goals {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 80px;
        }
        
        .vision-card, .mission-card, .goals-card {
            background-color: var(--white);
            border-radius: 12px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s;
            position: relative;
            overflow: hidden;
        }
        
        .vision-card:hover, .mission-card:hover, .goals-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        }
        
        .vision-card::before, .mission-card::before, .goals-card::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(to left, var(--accent), var(--secondary));
        }
        
        .card-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            color: var(--white);
            font-size: 2rem;
        }
        
        .vision-card h3, .mission-card h3, .goals-card h3 {
            color: var(--primary);
            margin-bottom: 20px;
            font-size: 1.5rem;
        }
        
        .vision-card p, .mission-card p {
            color: var(--text);
            line-height: 1.8;
        }
        
        .goals-list {
            list-style: none;
            text-align: right;
        }
        
        .goals-list li {
            margin-bottom: 15px;
            padding-right: 30px;
            position: relative;
        }
        
        .goals-list li::before {
            content: '\f058';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: var(--accent);
            position: absolute;
            right: 0;
        }
        
        /* إحصائيات الجمعية */
        .stats-section {
            background: linear-gradient(135deg, var(--primary), var(--dark));
            color: var(--white);
            padding: 80px 0;
            text-align: center;
            margin-bottom: 80px;
        }
        
        .stats-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
        }
        
        .stat-item {
            padding: 30px 20px;
        }
        
        .stat-number {
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 10px;
            color: var(--accent);
        }
        
        .stat-text {
            font-size: 1.2rem;
        }
        
        /* القيم والمبادئ */
        .values-section {
            margin-bottom: 80px;
        }
        
        .values-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }
        
        .value-item {
            background-color: var(--white);
            border-radius: 12px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s;
            border-top: 4px solid var(--accent);
        }
        
        .value-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
        }
        
        .value-icon {
            font-size: 2.5rem;
            color: var(--primary);
            margin-bottom: 20px;
        }
        
        .value-item h3 {
            color: var(--primary);
            margin-bottom: 15px;
            font-size: 1.3rem;
        }
        
        .value-item p {
            color: var(--text);
            line-height: 1.6;
        }
        
        /* الأقسام */
        .btn {
            display: inline-block;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: var(--primary);
            padding: 14px 35px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            transition: all 0.3s;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(244, 211, 94, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(244, 211, 94, 0.4);
        }
        
        .btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
            transform: translateX(-100%);
            transition: transform 0.5s;
        }
        
        .btn:hover::after {
            transform: translateX(100%);
        }
        /* محتوى رئيس الجمعية */
        .president-section {
            background-color: var(--white);
            border-radius: 12px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            margin-bottom: 60px;
        }
        
        .president-header {
            background: linear-gradient(135deg, var(--primary), var(--dark));
            color: var(--white);
            padding: 50px 0;
            text-align: center;
        }
        
        .president-header h1 {
            font-size: 2.5rem;
            margin-bottom: 15px;
        }
        
        .president-header p {
            font-size: 1.3rem;
            opacity: 0.9;
        }
        
        .president-content {
            display: flex;
            padding: 50px;
            gap: 50px;
        }
        
        .president-image {
            flex: 1;
            max-width: 400px;
        }
        
        .president-image img {
            width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }
        
        .president-info {
            flex: 2;
        }
        
        .president-bio h2 {
            color: var(--primary);
            margin-bottom: 25px;
            font-size: 1.8rem;
            position: relative;
            padding-bottom: 15px;
        }
        
        .president-bio h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 80px;
            height: 4px;
            background: linear-gradient(to left, var(--accent), var(--secondary));
            border-radius: 2px;
        }
        
        .president-bio p {
            margin-bottom: 20px;
            text-align: justify;
            line-height: 1.8;
        }
        
        .president-details {
            margin-top: 40px;
        }
        
        .detail-item {
            display: flex;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--gray);
        }
        
        .detail-item:last-child {
            border-bottom: none;
        }
        
        .detail-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 20px;
            color: var(--primary);
            font-size: 1.5rem;
            flex-shrink: 0;
        }
        
        .detail-content h3 {
            color: var(--primary);
            margin-bottom: 8px;
            font-size: 1.3rem;
        }
        
        .detail-content p {
            color: var(--text);
            margin: 0;
        }
        
        .president-message {
            background-color: var(--gray);
            padding: 60px 0;
        }
        
        .message-content {
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
        }
        
        .message-content h2 {
            color: var(--primary);
            margin-bottom: 30px;
            font-size: 2rem;
        }
        
        .message-content p {
            font-size: 1.2rem;
            line-height: 1.8;
            margin-bottom: 30px;
            text-align: justify;
        }
        
        .signature {
            text-align: left;
            margin-top: 40px;
        }
        
        .signature h3 {
            color: var(--primary);
            margin-bottom: 5px;
        }
        
        .signature p {
            color: var(--secondary);
            margin: 0;
            text-align: left;
        }
        
        .btn {
            display: inline-block;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: var(--primary);
            padding: 14px 35px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            transition: all 0.3s;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(244, 211, 94, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(244, 211, 94, 0.4);
        }
        
        .btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
            transform: translateX(-100%);
            transition: transform 0.5s;
        }
        
        .btn:hover::after {
            transform: translateX(100%);
        }
        
        .btn-secondary {
            background: transparent;
            color: var(--white);
            border: 2px solid var(--accent);
            box-shadow: none;
        }
        
        .btn-secondary:hover {
            background: var(--accent);
            color: var(--primary);
        }
        
          /* زر العودة للأعلى */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            left: 30px;
            width: 50px;
            height: 50px;
            background: var(--primary);
            color: var(--white);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s;
            z-index: 99;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            opacity: 0;
            visibility: hidden;
        }
        
        .back-to-top.active {
            opacity: 1;
            visibility: visible;
        }
        
        .back-to-top:hover {
            background: var(--secondary);
            transform: translateY(-5px);
        }
        
        /* الأقسام */
        section {
            padding: 30px 0;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-title h2 {
            font-size: 2.2rem;
            color: var(--primary);
            position: relative;
            display: inline-block;
            padding-bottom: 15px;
        }
        
        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 50%;
            transform: translateX(50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(to left, var(--accent), var(--secondary));
            border-radius: 2px;
        }

        
        /* مجلس الإدارة */
        .board-members {
            padding: 70px 0;
        }
        
        .board-intro {
            background-color: var(--white);
            border-radius: 12px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            padding: 40px;
            margin-bottom: 50px;
            text-align: center;
        }
        
        .board-intro p {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 0;
        }
        
        /* أعضاء مجلس الإدارة */
        .members-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 10px;
        }
        
        .member-card {
            background-color: var(--white);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.4s;
            position: relative;
        }
        
        .member-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        }
        
        .member-img {
            height: 220px;
            overflow: hidden;
            position: relative;
        }
        
        .member-img::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 40%;
            background: linear-gradient(transparent, rgba(13, 59, 102, 0.7));
        }
        
        .member-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .member-info {
            padding: 20px 15px;
        }
        
        .member-info h3 {
            color: var(--primary);
            margin-bottom: 8px;
            font-size: 1.0rem;
        }
        
        .member-info .position {
            color: var(--secondary);
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .member-info .description {
            color: var(--text);
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        
        .member-contact {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
        }
        
        .contact-icon1 {
            width: 40px;
            height: 40px;
            background-color: var(--light);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            transition: all 0.3s;
        }
        
        .contact-icon:hover {
            background-color: var(--primary);
            color: var(--white);
            transform: translateY(-3px);
        }
        
        /* لجان المجلس */
        .committees {
            background-color: var(--gray);
            padding: 70px 0;
        }
        
        .committees-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 35px;
        }
        
        .committee-card {
            background-color: var(--white);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s;
        }
        
        .committee-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        }
        
        .committee-header {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: var(--white);
            padding: 25px;
            text-align: center;
        }
        
        .committee-header h3 {
            font-size: 1.4rem;
            margin-bottom: 10px;
        }
        
        .committee-header p {
            opacity: 0.9;
            font-size: 0.95rem;
        }
        
        .committee-members {
            padding: 25px;
        }
        
        .committee-members ul {
            list-style: none;
        }
        
        .committee-members li {
            padding: 12px 0;
            border-bottom: 1px solid var(--gray);
            display: flex;
            align-items: center;
        }
        
        .committee-members li:last-child {
            border-bottom: none;
        }
        
        .member-role {
            background-color: var(--accent);
            color: var(--primary);
            padding: 5px 12px;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 700;
            margin-left: 15px;
            flex-shrink: 0;
        }
         /* صفحة الأخبار */
       
        
        /* تصفية الأخبار */
        .news-filter {
            background-color: var(--white);
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            margin-bottom: 50px;
        }
        
        .filter-title {
            font-size: 1.3rem;
            color: var(--primary);
            margin-bottom: 20px;
            display: flex;
            align-items: center;
        }
        
        .filter-title i {
            margin-left: 10px;
            color: var(--accent);
        }
        
        .filter-options {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
        }
        
        .filter-btn {
            background-color: var(--light);
            color: var(--text);
            border: none;
            padding: 10px 20px;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s;
            font-weight: 600;
        }
        
        .filter-btn.active,
        .filter-btn:hover {
            background-color: var(--primary);
            color: var(--white);
        }
        
        /* شبكة الأخبار */
        .news-grid1 {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 35px;
            margin-bottom: 50px;
        }
        
        .news-card1 {
            background-color: var(--white);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s;
            position: relative;
        }
        
        .news-card1:hover {
            transform: translateY(-12px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        }
        
        .news-img {
            height: 220px;
            overflow: hidden;
            position: relative;
        }
        
        .news-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s;
        }
        
        .news-card:hover .news-img img {
            transform: scale(1.1);
        }
        
        .news-date {
            position: absolute;
            top: 15px;
            right: 15px;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: var(--primary);
            padding: 8px 15px;
            border-radius: 30px;
            font-size: 0.85rem;
            font-weight: 700;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }
        
        .news-category {
            position: absolute;
            top: 15px;
            left: 15px;
            background: var(--primary);
            color: var(--white);
            padding: 6px 12px;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 700;
        }
        
        .news-content {
            padding: 25px;
        }
        
        .news-content h3 {
            margin-bottom: 12px;
            color: var(--primary);
            font-size: 1.3rem;
            line-height: 1.4;
        }
        
        .news-content p {
            color: var(--text);
            margin-bottom: 20px;
            font-size: 0.95rem;
            line-height: 1.6;
        }
        
        .news-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 20px;
            padding-top: 15px;
            border-top: 1px solid var(--gray);
            font-size: 0.85rem;
            color: var(--secondary);
        }
        
        .read-more {
            color: var(--secondary);
            text-decoration: none;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s;
        }
        
        .read-more i {
            margin-right: 8px;
            transition: transform 0.3s;
        }
        
        .read-more:hover {
            color: var(--accent);
        }
        
        .read-more:hover i {
            transform: translateX(-5px);
        }
        
        /* ترقيم الصفحات */
        .pagination {
            display: flex;
            justify-content: center;
            list-style: none;
            margin-top: 50px;
        }
        
        .pagination li {
            margin: 0 5px;
        }
        
        .pagination a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            background-color: var(--white);
            color: var(--text);
            text-decoration: none;
            border-radius: 8px;
            transition: all 0.3s;
            font-weight: 600;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        }
        
        .pagination a.active,
        .pagination a:hover {
            background-color: var(--primary);
            color: var(--white);
        }
        
        /* أخبار عاجلة */
        .breaking-news {
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: var(--primary);
            padding: 10px 0;
            overflow: hidden;
            position: relative;
        }
        
        .breaking-news::before {
            content: 'جديد الجمعية';
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            background: var(--primary);
            color: var(--white);
            padding: 0 20px;
            display: flex;
            align-items: center;
            font-weight: 700;
            z-index: 2;
        }
        
        .breaking-news-content {
            padding-right: 80px;
            white-space: nowrap;
            overflow: hidden;
            position: relative;
        }
        
        .breaking-news-text {
            display: inline-block;
            padding-right: 50px;
            animation: scrollText 20s linear infinite;
        }
         .breaking-news-text a{
            display: inline-block;
            padding-right: 50px;
            animation: scrollText 20s linear infinite;
            text-decoration:none;
        }
         .breaking-news-text a:hover {
            display: inline-block;
            padding-right: 50px;
            animation: scrollText 20s linear infinite;
            text-decoration:underline
        }
        
        @keyframes scrollText {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-100%);
            }
        }
        
        /* أخبار مميزة */
        .featured-news {
            margin-bottom: 70px;
        }
        
        .featured-card {
            background-color: var(--white);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
            display: flex;
            transition: all 0.4s;
        }
        
        .featured-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }
        
        .featured-img {
            flex: 1;
            min-height: 350px;
            overflow: hidden;
        }
        
        .featured-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s;
        }
        
        .featured-card:hover .featured-img img {
            transform: scale(1.05);
        }
        
        .featured-content {
            flex: 1;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .featured-content h2 {
            font-size: 1.8rem;
            color: var(--primary);
            margin-bottom: 20px;
            line-height: 1.4;
        }
        
        .featured-content p {
            margin-bottom: 25px;
            line-height: 1.7;
        }
        
        /* الفعاليات القادمة */
        .upcoming-events {
            background-color: var(--gray);
            padding: 70px 0;
        }
        
        .events-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .event-card {
            background-color: var(--white);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s;
        }
        
        .event-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        }
        
        .event-date {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: var(--white);
            padding: 20px;
            text-align: center;
        }
        
        .event-day {
            font-size: 2.5rem;
            font-weight: 800;
            line-height: 1;
        }
        
        .event-month {
            font-size: 1.2rem;
            margin-top: 5px;
        }
        
        .event-content {
            padding: 25px;
        }
        
        .event-content h3 {
            color: var(--primary);
            margin-bottom: 15px;
            font-size: 1.3rem;
        }
        
        .event-content p {
            margin-bottom: 20px;
            color: var(--text);
        }
        
        .event-meta {
            display: flex;
            align-items: center;
            color: var(--secondary);
            font-size: 0.9rem;
        }
        
        .event-meta i {
            margin-left: 8px;
        }
        
        
        
        /* تفاصيل الخبر */
        .news-detail {
            padding: 30px 0;
        }
        
        .news-detail-container {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 50px;
        }
        
        .news-main-content {
            background-color: var(--white);
            border-radius: 12px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }
        
        .news-header {
            padding: 40px 40px 20px;
        }
        
        .news-meta1 {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }
        
        .news-date1,  .news-author, .news-views {
            display: flex;
            align-items: center;
            margin-left: 25px;
            color: var(--secondary);
            font-size: 0.95rem;
        }
        .news-author a{  display: flex;
            align-items: center;
            margin-left: 25px;
            color: var(--secondary);
            font-size: 0.95rem;}
            .news-author a:hover 
            {
            display: flex;
            align-items: center;
            margin-left: 25px;
            color: var(--secondary);
            font-size: 0.95rem;
            text-decoration:underline !important
            }
        
        .news-date1 i, .news-category i, .news-author i, .news-views i {
            margin-left: 8px;
            color: var(--accent);
        }
        
        .news-title {
            font-size: 1.50rem;
            color: var(--primary);
            margin-bottom: 25px;
            line-height: 1.4;
        }
        
        .news-image {
            width: 100%;
            height: 450px;
            overflow: hidden;
        }
        
        .news-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .news-content {
            padding: 20px;
        }
        
        .news-content p {
            margin-bottom: 25px;
            font-size: 1.1rem;
            line-height: 1.8;
            text-align: justify;
        }
        
        .news-content h2 {
            font-size: 1.8rem;
            color: var(--primary);
            margin: 40px 0 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--accent);
        }
        
        .news-content h3 a{
            font-size: 1.2rem;
            color: var(--secondary);
            margin: 30px 0 15px;
            text-decoration:none;
        }
         .news-content h3 a:hover{
            font-size: 1.2rem;
            color: var(--secondary);
            margin: 30px 0 15px;
            text-decoration:underline;
        }
        
        .news-content ul, .news-content ol {
            margin: 20px 0;
            padding-right: 30px;
        }
        
        .news-content li {
            margin-bottom: 10px;
            line-height: 1.7;
        }
        
        .news-content blockquote {
            background: linear-gradient(135deg, var(--light), var(--gray));
            border-right: 5px solid var(--accent);
            padding: 25px;
            margin: 30px 0;
            border-radius: 8px;
            font-style: italic;
            position: relative;
        }
        
        .news-content blockquote::before {
            content: '\f10d';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 1.5rem;
            color: var(--accent);
        }
        
        .news-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 30px 0;
            padding: 20px 0;
            border-top: 1px solid var(--gray);
            border-bottom: 1px solid var(--gray);
        }
        
        .tag {
            background-color: var(--light);
            color: var(--primary);
            padding: 8px 15px;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .tag:hover {
            background-color: var(--primary);
            color: var(--white);
        }
        
        .news-share {
            display: flex;
            align-items: center;
            margin-top: 30px;
        }
        
        .share-label {
            margin-left: 15px;
            font-weight: 600;
            color: var(--primary);
        }
        
        .share-buttons {
            display: flex;
            gap: 10px;
        }
        
        .share-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            transition: all 0.3s;
        }
        
        .share-btn.facebook {
            background-color: #3b5998;
        }
        
        .share-btn.twitter {
            background-color: #1da1f2;
        }
        
        .share-btn.linkedin {
            background-color: #0077b5;
        }
        
        .share-btn.whatsapp {
            background-color: #25d366;
        }
        
        .share-btn:hover {
            transform: translateY(-3px);
        }
        
        /* الشريط الجانبي */
        .sidebar {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        
        .sidebar-widget {
            background-color: var(--white);
            border-radius: 12px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            padding: 30px;
        }
        
        .widget-title {
            font-size: 1.4rem;
            color: var(--primary);
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 2px solid var(--accent);
            position: relative;
        }
        
        .widget-title::after {
            content: '';
            position: absolute;
            bottom: -2px;
            right: 0;
            width: 60px;
            height: 2px;
            background: linear-gradient(to left, var(--accent), var(--secondary));
        }
        
        .related-news {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .related-item {
            display: flex;
            gap: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid var(--gray);
        }
        
        .related-item:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }
        
        .related-img {
            width: 80px;
            height: 80px;
            border-radius: 8px;
            overflow: hidden;
            flex-shrink: 0;
        }
        
        .related-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .related-content {
            flex: 1;
        }
        
        .related-content h4 {
            font-size: 1rem;
            margin-bottom: 8px;
            line-height: 1.4;
        }
        
        .related-content h4 a {
            color: var(--primary);
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .related-content h4 a:hover {
            color: var(--secondary);
        }
        
        .related-date {
            font-size: 0.85rem;
            color: var(--secondary);
        }
        
        .categories-list {
            list-style: none;
        }
        
        .categories-list li {
            margin-bottom: 12px;
            padding-bottom: 12px;
            border-bottom: 1px solid var(--gray);
        }
        
        .categories-list li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        
        .categories-list a {
            display: flex;
            justify-content: space-between;
            color: var(--text);
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .categories-list a:hover {
            color: var(--primary);
        }
        
        .categories-list span {
            background-color: var(--light);
            color: var(--primary);
            padding: 3px 10px;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        
        /* أخبار ذات صلة */
        .related-news-section {
            background-color: var(--gray);
            padding: 70px 0;
        }
        
        .news-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .news-card {
            background-color: var(--white);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s;
        }
        
        .news-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        }
        
        .news-card-img {
            height: 200px;
            overflow: hidden;
        }
        
        .news-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s;
        }
        
        .news-card:hover .news-card-img img {
            transform: scale(1.1);
        }
        
        .news-card-content {
            padding: 25px;
        }
        
        .news-card-content h3 {
            margin-bottom: 12px;
            color: var(--primary);
            font-size: 1.2rem;
            line-height: 1.4;
        }
        
        .news-card-content p {
            color: var(--text);
            margin-bottom: 20px;
            font-size: 0.95rem;
            line-height: 1.6;
        }
        
        .news-card-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 20px;
            padding-top: 15px;
            border-top: 1px solid var(--gray);
            font-size: 0.85rem;
            color: var(--secondary);
        }
        
        .read-more {
            color: var(--secondary);
            text-decoration: none;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s;
        }
        
        .read-more i {
            margin-right: 8px;
            transition: transform 0.3s;
        }
        
        .read-more:hover {
            color: var(--accent);
        }
        
        .read-more:hover i {
            transform: translateX(-5px);
        }
         /* محتوى صفحة الألبومات */
        .albums-page {
            padding: 80px 0;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-title h2 {
            font-size: 2.2rem;
            color: var(--primary);
            position: relative;
            display: inline-block;
            padding-bottom: 15px;
        }
        
        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 50%;
            transform: translateX(50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(to left, var(--accent), var(--secondary));
            border-radius: 2px;
        }
        
        /* تصفية الألبومات */
        .albums-filter {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 50px;
        }
        
        .filter-btn {
            background-color: var(--white);
            border: 2px solid var(--gray);
            color: var(--text);
            padding: 10px 25px;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s;
            font-weight: 600;
        }
        
        .filter-btn:hover,
        .filter-btn.active {
            background-color: var(--primary);
            color: var(--white);
            border-color: var(--primary);
        }
        
        /* شبكة الألبومات */
        .albums-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }
        
        .album-card {
            background-color: var(--white);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s;
            position: relative;
        }
        
        .album-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        }
        
        .album-cover {
            position: relative;
            height: 250px;
            overflow: hidden;
        }
        
        .album-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .album-card:hover .album-cover img {
            transform: scale(1.1);
        }
        
        .album-overlay {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(transparent, rgba(13, 59, 102, 0.8));
            display: flex;
            align-items: flex-end;
            padding: 20px;
            opacity: 0;
            transition: opacity 0.3s;
        }
        
        .album-card:hover .album-overlay {
            opacity: 1;
        }
        
        .album-stats {
            display: flex;
            gap: 15px;
            color: var(--white);
        }
        
        .album-stat {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 0.9rem;
        }
        
        .album-content {
            padding: 25px;
        }
        
        .album-date {
            color: var(--secondary);
            font-size: 0.9rem;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .album-content h3 {
            color: var(--primary);
            margin-bottom: 15px;
            font-size: 1.3rem;
            line-height: 1.4;
        }
        
        .album-content p {
            color: var(--text);
            margin-bottom: 20px;
            font-size: 0.95rem;
            line-height: 1.6;
        }
        
        .album-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 20px;
        }
        
        .album-tag {
            background-color: var(--light);
            color: var(--primary);
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        
        .btn {
            display: inline-block;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: var(--primary);
            padding: 10px 25px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            transition: all 0.3s;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(244, 211, 94, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(244, 211, 94, 0.4);
        }
        
        .btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
            transform: translateX(-100%);
            transition: transform 0.5s;
        }
        
        .btn:hover::after {
            transform: translateX(100%);
        }
        
        .btn-outline {
            background: transparent;
            border: 2px solid var(--accent);
            color: var(--primary);
            box-shadow: none;
        }
        
        .btn-outline:hover {
            background: var(--accent);
        }
        
        /* معرض الصور */
        .gallery-section {
            background: linear-gradient(135deg, var(--primary), var(--dark));
            color: var(--white);
            padding: 80px 0;
            text-align: center;
        }
        
        .gallery-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
            margin-top: 40px;
        }
        
        .gallery-item {
            position: relative;
            height: 200px;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .gallery-item:hover {
            transform: scale(1.05);
        }
        
        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .gallery-overlay {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: rgba(13, 59, 102, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s;
        }
        
        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }
        
        .gallery-overlay i {
            font-size: 2rem;
            color: var(--accent);
        }
        
        /* ألبومات مميزة */
        .featured-albums {
            margin-bottom: 80px;
        }
        
        .featured-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .featured-album {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            height: 400px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }
        
        .featured-album img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .featured-content {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            padding: 30px;
            background: linear-gradient(transparent, rgba(13, 59, 102, 0.9));
            color: var(--white);
        }
        
        .featured-badge {
            position: absolute;
            top: 20px;
            left: 20px;
            background: var(--accent);
            color: var(--primary);
            padding: 8px 15px;
            border-radius: 20px;
            font-weight: 700;
            font-size: 0.9rem;
        }
        
        .featured-content h3 {
            font-size: 1.5rem;
            margin-bottom: 10px;
        }
        
        .featured-content p {
            opacity: 0.9;
            margin-bottom: 15px;
        }