.elementor-1172 .elementor-element.elementor-element-68747352{--display:flex;--min-height:30px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1172 .elementor-element.elementor-element-2fe7f9f6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1172 .elementor-element.elementor-element-89721bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1172 .elementor-element.elementor-element-dc1f70d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-1172{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* استایل‌های بخش اخبار آموزشی */
      .educational-news-section {
        padding: 80px 0;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        font-family: "Vazirmatn", sans-serif;
        min-height: 100vh;
      }

      .educational-news-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 20px;
      }

      /* هدر بخش */
      .section-header {
        text-align: center;
        margin-bottom: 3rem;
        color: white;
      }

      .section-header h2 {
        font-size: 2.8rem;
        margin-bottom: 1rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        font-weight: 700;
      }

      .section-header p {
        font-size: 1.2rem;
        opacity: 0.9;
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.6;
      }

      /* فیلترهای پیشرفته */
      .advanced-filters {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
        margin-bottom: 2rem;
        background: rgba(255, 255, 255, 0.95);
        padding: 2rem;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
      }

      .filter-group {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
      }

      .filter-group label {
        font-weight: 600;
        color: #374151;
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
      }

      .filter-select {
        padding: 0.8rem 1rem;
        border: 2px solid #e5e7eb;
        border-radius: 12px;
        background: white;
        color: #374151;
        font-size: 0.9rem;
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .filter-select:focus {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
      }

      /* جستجوی پیشرفته */
      .advanced-search {
        background: rgba(255, 255, 255, 0.95);
        padding: 2rem;
        border-radius: 20px;
        margin-bottom: 2rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
      }

      .search-container {
        display: flex;
        gap: 1rem;
        margin-bottom: 1.5rem;
      }

      .search-input {
        flex: 1;
        padding: 1rem 1.5rem;
        border: 2px solid #e5e7eb;
        border-radius: 25px;
        font-size: 1rem;
        transition: all 0.3s ease;
      }

      .search-input:focus {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
      }

      .search-btn {
        background: linear-gradient(45deg, #3b82f6, #6366f1);
        color: white;
        border: none;
        padding: 1rem 2rem;
        border-radius: 25px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 0.5rem;
      }

      .search-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(59, 130, 246, 0.4);
      }

      .search-options {
        display: flex;
        gap: 2rem;
        flex-wrap: wrap;
      }

      .checkbox-label {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        cursor: pointer;
        color: #6b7280;
        font-size: 0.9rem;
      }

      .checkbox-label input[type="checkbox"] {
        width: 18px;
        height: 18px;
        accent-color: #3b82f6;
      }

      /* آمار و اطلاعات */
      .educational-stats {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
        margin-bottom: 3rem;
      }

      .stat-card {
        background: rgba(255, 255, 255, 0.95);
        padding: 2rem;
        border-radius: 20px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        gap: 1.5rem;
      }

      .stat-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
      }

      .stat-icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        background: linear-gradient(45deg, #3b82f6, #6366f1);
        color: white;
      }

      .stat-content {
        flex: 1;
      }

      .stat-content h3 {
        color: #6b7280;
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
        font-weight: 600;
      }

      .stat-number {
        display: block;
        font-size: 2.2rem;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 0.5rem;
      }

      .stat-trend {
        font-size: 0.8rem;
        font-weight: 600;
        padding: 0.3rem 0.8rem;
        border-radius: 15px;
      }

      .stat-trend.up {
        background: #dcfce7;
        color: #166534;
      }

      .stat-trend.down {
        background: #fef2f2;
        color: #dc2626;
      }

      /* محتوای اصلی */
      .educational-news-content {
        display: grid;
        grid-template-columns: 1fr 350px;
        gap: 2rem;
        margin-bottom: 3rem;
      }

      /* لیست اخبار */
      .news-list-container {
        background: rgba(255, 255, 255, 0.95);
        border-radius: 20px;
        padding: 2rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
      }

      .news-list {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
      }

      .news-item {
        background: white;
        border-radius: 15px;
        padding: 2rem;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        border: 2px solid transparent;
        position: relative;
        overflow: hidden;
      }

      .news-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        border-color: #3b82f6;
      }

      .news-item.urgent {
        border-color: #ef4444;
        background: linear-gradient(135deg, #fff, #fef2f2);
      }

      .news-item.high {
        border-left: 4px solid #ef4444;
      }

      .news-item.medium {
        border-left: 4px solid #f59e0b;
      }

      .news-item.low {
        border-left: 4px solid #10b981;
      }

      .news-item-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
      }

      .news-category {
        padding: 0.5rem 1rem;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: 600;
        color: white;
      }

      .news-category.announcements {
        background: #3b82f6;
      }
      .news-category.exams {
        background: #ef4444;
      }
      .news-category.courses {
        background: #10b981;
      }
      .news-category.workshops {
        background: #f59e0b;
      }
      .news-category.scholarships {
        background: #8b5cf6;
      }
      .news-category.research {
        background: #06b6d4;
      }

      .news-priority {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.8rem;
        font-weight: 600;
        padding: 0.4rem 0.8rem;
        border-radius: 15px;
      }

      .news-priority.high {
        background: #fef2f2;
        color: #dc2626;
      }

      .news-priority.medium {
        background: #fffbeb;
        color: #d97706;
      }

      .news-priority.low {
        background: #f0fdf4;
        color: #059669;
      }

      .news-title {
        font-size: 1.3rem;
        color: #1f2937;
        margin-bottom: 1rem;
        line-height: 1.4;
        font-weight: 700;
      }

      .news-summary {
        color: #6b7280;
        line-height: 1.6;
        margin-bottom: 1.5rem;
        font-size: 0.95rem;
      }

      .news-meta {
        display: flex;
        gap: 1.5rem;
        margin-bottom: 1rem;
        flex-wrap: wrap;
      }

      .news-meta span {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        color: #9ca3af;
        font-size: 0.85rem;
      }

      .news-meta i {
        color: #3b82f6;
      }

      .news-tags {
        display: flex;
        gap: 0.5rem;
        flex-wrap: wrap;
        margin-bottom: 1.5rem;
      }

      .news-tag {
        background: #f3f4f6;
        color: #6b7280;
        padding: 0.4rem 0.8rem;
        border-radius: 15px;
        font-size: 0.8rem;
        font-weight: 500;
        transition: all 0.3s ease;
        cursor: pointer;
      }

      .news-tag:hover {
        background: #3b82f6;
        color: white;
      }

      .news-item-actions {
        display: flex;
        gap: 1rem;
      }

      .action-btn {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.8rem 1.5rem;
        border: none;
        border-radius: 25px;
        cursor: pointer;
        font-weight: 600;
        font-size: 0.9rem;
        transition: all 0.3s ease;
      }

      .read-btn {
        background: #3b82f6;
        color: white;
      }

      .attach-btn {
        background: #f3f4f6;
        color: #6b7280;
      }

      .action-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      }

      .urgent-badge,
      .featured-badge {
        position: absolute;
        top: 15px;
        padding: 0.5rem 1rem;
        border-radius: 20px;
        color: white;
        font-size: 0.8rem;
        font-weight: 600;
        z-index: 2;
      }

      .urgent-badge {
        left: 15px;
        background: linear-gradient(45deg, #ef4444, #dc2626);
      }

      .featured-badge {
        right: 15px;
        background: linear-gradient(45deg, #f59e0b, #d97706);
      }

      /* حالت‌های مختلف */
      .loading-state {
        text-align: center;
        padding: 3rem;
        color: #6b7280;
      }

      .loading-spinner {
        width: 40px;
        height: 40px;
        border: 4px solid #f3f4f6;
        border-top: 4px solid #3b82f6;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        margin: 0 auto 1rem;
      }

      @keyframes spin {
        0% {
          transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
      }

      .empty-state {
        text-align: center;
        padding: 3rem;
        color: #6b7280;
      }

      .empty-state i {
        font-size: 4rem;
        color: #d1d5db;
        margin-bottom: 1rem;
      }

      .empty-state h3 {
        color: #374151;
        margin-bottom: 0.5rem;
      }

      /* سایدبار */
      .news-sidebar {
        display: flex;
        flex-direction: column;
        gap: 2rem;
      }

      .urgent-announcements,
      .educational-calendar,
      .popular-tags {
        background: rgba(255, 255, 255, 0.95);
        padding: 1.5rem;
        border-radius: 15px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
      }

      .urgent-announcements h3,
      .educational-calendar h3,
      .popular-tags h3 {
        color: #1f2937;
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #e5e7eb;
      }

      .urgent-list {
        display: flex;
        flex-direction: column;
        gap: 1rem;
      }

      .urgent-item {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        padding: 1rem;
        background: #fef2f2;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 1px solid #fecaca;
      }

      .urgent-item:hover {
        background: #fecaca;
        transform: translateX(5px);
      }

      .urgent-icon {
        color: #ef4444;
        font-size: 1.2rem;
        margin-top: 0.2rem;
      }

      .urgent-content h4 {
        color: #1f2937;
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
        line-height: 1.4;
      }

      .urgent-date {
        color: #ef4444;
        font-size: 0.8rem;
        font-weight: 600;
      }

      /* تقویم */
      .calendar-widget {
        background: white;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      }

      .calendar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        background: #3b82f6;
        color: white;
      }

      .calendar-title {
        font-weight: 600;
      }

      .calendar-nav {
        background: none;
        border: none;
        color: white;
        cursor: pointer;
        padding: 0.5rem;
        border-radius: 5px;
        transition: background 0.3s ease;
      }

      .calendar-nav:hover {
        background: rgba(255, 255, 255, 0.2);
      }

      .calendar-grid {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 1px;
        background: #e5e7eb;
      }

      .calendar-day {
        background: white;
        padding: 0.8rem 0.5rem;
        text-align: center;
        font-size: 0.9rem;
        position: relative;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .calendar-day.header {
        background: #f8fafc;
        font-weight: 600;
        color: #374151;
        font-size: 0.8rem;
      }

      .calendar-day.has-event {
        background: #f0f9ff;
        color: #0369a1;
        font-weight: 600;
      }

      .event-dot {
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        width: 6px;
        height: 6px;
        background: #3b82f6;
        border-radius: 50%;
      }

      /* برچسب‌ها */
      .tags-cloud {
        display: flex;
        flex-wrap: wrap;
        gap: 0.8rem;
      }

      .tag-item {
        background: #f3f4f6;
        color: #6b7280;
        padding: 0.6rem 1rem;
        border-radius: 20px;
        font-size: 0.9rem;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        align-items: center;
        gap: 0.3rem;
      }

      .tag-item:hover {
        background: #3b82f6;
        color: white;
        transform: translateY(-2px);
      }

      .tag-count {
        background: #d1d5db;
        color: #374151;
        padding: 0.2rem 0.5rem;
        border-radius: 10px;
        font-size: 0.7rem;
        font-weight: 600;
      }

      .tag-item:hover .tag-count {
        background: rgba(255, 255, 255, 0.3);
        color: white;
      }

      /* ناوبری */
      .news-navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgba(255, 255, 255, 0.95);
        padding: 1.5rem 2rem;
        border-radius: 15px;
        margin-bottom: 3rem;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
      }

      .nav-btn {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.8rem 1.5rem;
        border: 2px solid #3b82f6;
        background: transparent;
        color: #3b82f6;
        border-radius: 25px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s ease;
      }

      .nav-btn:hover:not(:disabled) {
        background: #3b82f6;
        color: white;
        transform: translateY(-2px);
      }

      .nav-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none;
      }

      .page-info {
        color: #374151;
        font-weight: 600;
      }

      /* مدال */
      .educational-news-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1000;
        backdrop-filter: blur(5px);
      }

      .modal-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        border-radius: 20px;
        width: 90%;
        max-width: 900px;
        max-height: 90vh;
        overflow-y: auto;
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
      }

      .modal-header {
        background: linear-gradient(135deg, #3b82f6, #6366f1);
        color: white;
        padding: 2rem;
        position: relative;
        border-radius: 20px 20px 0 0;
      }

      .modal-close {
        position: absolute;
        top: 1rem;
        left: 1rem;
        background: rgba(255, 255, 255, 0.2);
        border: none;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
      }

      .modal-close:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: rotate(90deg);
      }

      .modal-title-section h3 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        line-height: 1.4;
      }

      .modal-meta {
        display: flex;
        gap: 1.5rem;
        flex-wrap: wrap;
      }

      .modal-meta span {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.9rem;
        opacity: 0.9;
      }

      .modal-priority {
        padding: 0.3rem 0.8rem;
        border-radius: 15px;
        font-size: 0.8rem;
        font-weight: 600;
      }

      .modal-priority.high {
        background: rgba(239, 68, 68, 0.2);
        color: #fef2f2;
      }

      .modal-priority.medium {
        background: rgba(245, 158, 11, 0.2);
        color: #fffbeb;
      }

      .modal-priority.low {
        background: rgba(16, 185, 129, 0.2);
        color: #f0fdf4;
      }

      .modal-content {
        padding: 2rem;
      }

      .content-section {
        margin-bottom: 2rem;
      }

      .content-section h4 {
        color: #1f2937;
        margin-bottom: 1rem;
        font-size: 1.1rem;
        font-weight: 600;
      }

      .content-section p {
        color: #6b7280;
        line-height: 1.8;
        text-align: justify;
      }

      .modal-tags {
        display: flex;
        gap: 0.5rem;
        flex-wrap: wrap;
      }

      .modal-tag {
        background: #f3f4f6;
        color: #6b7280;
        padding: 0.5rem 1rem;
        border-radius: 15px;
        font-size: 0.9rem;
      }

      .attachments-list {
        display: flex;
        flex-direction: column;
        gap: 1rem;
      }

      .attachment-item {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 1rem;
        background: #f8fafc;
        border-radius: 10px;
        border: 1px solid #e5e7eb;
      }

      .attachment-item i {
        color: #ef4444;
        font-size: 1.2rem;
      }

      .file-name {
        flex: 1;
        color: #374151;
        font-weight: 500;
      }

      .download-attachment {
        background: #3b82f6;
        color: white;
        border: none;
        padding: 0.5rem 1rem;
        border-radius: 8px;
        cursor: pointer;
        font-size: 0.8rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        transition: all 0.3s ease;
      }

      .download-attachment:hover {
        background: #2563eb;
      }

      .related-news-list {
        display: flex;
        flex-direction: column;
        gap: 1rem;
      }

      .related-news-item {
        padding: 1rem;
        background: #f8fafc;
        border-radius: 10px;
        border: 1px solid #e5e7eb;
        transition: all 0.3s ease;
      }

      .related-news-item:hover {
        background: #f0f9ff;
        border-color: #3b82f6;
      }

      .related-news-item h5 {
        color: #1f2937;
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
        line-height: 1.4;
      }

      .related-date {
        color: #6b7280;
        font-size: 0.8rem;
        display: block;
        margin-bottom: 0.5rem;
      }

      .related-read-btn {
        background: #3b82f6;
        color: white;
        border: none;
        padding: 0.4rem 0.8rem;
        border-radius: 8px;
        cursor: pointer;
        font-size: 0.8rem;
        transition: all 0.3s ease;
      }

      .related-read-btn:hover {
        background: #2563eb;
      }

      .modal-footer {
        padding: 1.5rem 2rem;
        border-top: 1px solid #e5e7eb;
        background: #f8fafc;
        border-radius: 0 0 20px 20px;
      }

      .news-actions {
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-wrap: wrap;
      }

      .modal-footer .action-btn {
        padding: 0.8rem 1.5rem;
        border: none;
        border-radius: 25px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 0.5rem;
      }

      .print-btn {
        background: #6b7280;
        color: white;
      }

      .share-btn {
        background: #10b981;
        color: white;
      }

      .save-btn {
        background: #f59e0b;
        color: white;
      }

      .download-btn {
        background: #8b5cf6;
        color: white;
      }

      .modal-footer .action-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      }

      /* خبرنامه */
      .educational-newsletter {
        background: rgba(255, 255, 255, 0.95);
        padding: 3rem 2rem;
        border-radius: 20px;
        margin-top: 3rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
      }

      .newsletter-content {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
      }

      .newsletter-text h3 {
        color: #1f2937;
        font-size: 1.8rem;
        margin-bottom: 1rem;
      }

      .newsletter-text p {
        color: #6b7280;
        line-height: 1.6;
        margin-bottom: 2rem;
      }

      .newsletter-form {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
      }

      .form-row {
        display: flex;
        gap: 1rem;
        justify-content: center;
        flex-wrap: wrap;
      }

      .form-group {
        flex: 1;
        min-width: 200px;
      }

      .form-group input,
      .form-group select {
        width: 100%;
        padding: 1rem 1.5rem;
        border: 2px solid #e5e7eb;
        border-radius: 25px;
        font-size: 1rem;
        transition: all 0.3s ease;
      }

      .form-group input:focus,
      .form-group select:focus {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
      }

      .subscribe-btn {
        background: linear-gradient(45deg, #3b82f6, #6366f1);
        color: white;
        border: none;
        padding: 1rem 2rem;
        border-radius: 25px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        white-space: nowrap;
      }

      .subscribe-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(59, 130, 246, 0.4);
      }

      .form-checkboxes {
        display: flex;
        justify-content: center;
        gap: 2rem;
        flex-wrap: wrap;
      }

      /* ریسپانسیو */
      @media (max-width: 1200px) {
        .educational-news-content {
          grid-template-columns: 1fr;
        }

        .news-sidebar {
          grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
          gap: 2rem;
        }
      }

      @media (max-width: 768px) {
        .educational-news-section {
          padding: 60px 0;
        }

        .section-header h2 {
          font-size: 2.2rem;
        }

        .advanced-filters {
          grid-template-columns: 1fr;
        }

        .search-container {
          flex-direction: column;
        }

        .educational-stats {
          grid-template-columns: repeat(2, 1fr);
        }

        .stat-card {
          flex-direction: column;
          text-align: center;
        }

        .news-item-header {
          flex-direction: column;
          gap: 1rem;
          align-items: flex-start;
        }

        .news-meta {
          flex-direction: column;
          gap: 0.5rem;
        }

        .news-item-actions {
          flex-direction: column;
        }

        .news-navigation {
          flex-direction: column;
          gap: 1rem;
          text-align: center;
        }

        .modal-container {
          width: 95%;
          margin: 20px auto;
        }

        .modal-meta {
          flex-direction: column;
          gap: 0.5rem;
        }

        .form-row {
          flex-direction: column;
        }

        .form-checkboxes {
          flex-direction: column;
          gap: 1rem;
        }
      }

      @media (max-width: 480px) {
        .educational-news-container {
          padding: 0 15px;
        }

        .section-header h2 {
          font-size: 1.8rem;
        }

        .educational-stats {
          grid-template-columns: 1fr;
        }

        .news-sidebar {
          grid-template-columns: 1fr;
        }

        .calendar-grid {
          grid-template-columns: repeat(7, 1fr);
          gap: 0;
        }

        .calendar-day {
          padding: 0.5rem 0.2rem;
          font-size: 0.8rem;
          min-height: 40px;
        }

        .news-actions {
          flex-direction: column;
        }
      }

      /* حالت تاریک */
      .dark-mode .educational-news-section {
        background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
      }

      .dark-mode .advanced-filters,
      .dark-mode .advanced-search,
      .dark-mode .stat-card,
      .dark-mode .news-list-container,
      .dark-mode .urgent-announcements,
      .dark-mode .educational-calendar,
      .dark-mode .popular-tags,
      .dark-mode .news-navigation,
      .dark-mode .educational-newsletter {
        background: rgba(30, 41, 59, 0.95);
        color: #cbd5e1;
      }

      .dark-mode .filter-select,
      .dark-mode .search-input {
        background: #334155;
        border-color: #475569;
        color: #cbd5e1;
      }

      .dark-mode .news-item {
        background: #334155;
        color: #cbd5e1;
      }

      .dark-mode .news-title {
        color: #e2e8f0;
      }

      .dark-mode .news-summary {
        color: #94a3b8;
      }

      .dark-mode .modal-container {
        background: #1e293b;
        color: #cbd5e1;
      }

      .dark-mode .content-section h4 {
        color: #e2e8f0;
      }

      .dark-mode .content-section p {
        color: #cbd5e1;
      }

      /* انیمیشن‌ها */
      .news-item {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.6s ease;
      }

      .news-item.animated {
        opacity: 1;
        transform: translateY(0);
      }

      .stat-card {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 0.6s ease;
      }

      .stat-card.animated {
        opacity: 1;
        transform: translateX(0);
      }

      .urgent-item {
        opacity: 0;
        transform: translateX(30px);
        transition: all 0.6s ease;
      }

      .urgent-item.animated {
        opacity: 1;
        transform: translateX(0);
      }

      /* پشتیبانی از لمسی */
      @media (hover: none) and (pointer: coarse) {
        .news-item:hover {
          transform: none;
        }

        .stat-card:hover {
          transform: none;
        }

        .urgent-item:hover {
          transform: none;
        }

        .action-btn:hover {
          transform: none;
        }
      }/* End custom CSS */