 /* ===== استایل اختصاصی برای بدنه مقالات ===== */
  /* ===== استایل اختصاصی برای بدنه مقالات ===== */
  
  /* فونت وزیرمتن */
  @font-face {
    font-family: 'VazirAcademic';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  /* کانتینر اصلی مقاله - فقط محتوا */
  .drupal-article-body {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'VazirAcademic', 'Vazirmatn', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
    line-height: 2;
    font-size: 18px;
    color: #2c3e50;
    background: #ffffff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(26, 77, 94, 0.1);
    border: 1px solid #e9ecef;
  }
  
  /* عنوان اصلی مقاله */
  .drupal-article-title {
    font-size: 3rem;
    font-weight: 900;
    color: #1A4D5E;
    margin-bottom: 20px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 15px;
  }
  
  .drupal-article-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #C49A6C, #1A4D5E);
    border-radius: 2px;
  }
  
  /* متادیتای مقاله (اختیاری) */
  .drupal-article-meta {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
    color: #5a6c7d;
    font-size: 0.95rem;
    padding-bottom: 20px;
    border-bottom: 1px dashed #C49A6C;
  }
  
  .drupal-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  /* پاراگراف‌ها */
  .drupal-paragraph {
    margin-bottom: 30px;
    font-size: 1.1rem;
    line-height: 2;
    color: #2c3e50;
    text-align: justify;
  }
  
  /* نقل قول‌ها */
  .drupal-quote {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-right: 6px solid #C49A6C;
    padding: 30px 40px;
    margin: 40px 0;
    border-radius: 20px;
    font-size: 1.3rem;
    font-weight: 500;
    color: #1A4D5E;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  }
  
  .drupal-quote::before {
    content: '“';
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 6rem;
    color: rgba(196, 154, 108, 0.15);
    font-family: serif;
  }
  
  /* عنوان‌های فرعی */
  .drupal-subtitle {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1A4D5E;
    margin: 50px 0 25px 0;
    position: relative;
    padding-right: 20px;
  }
  
  .drupal-subtitle::before {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 8px;
    height: 35px;
    background: linear-gradient(180deg, #C49A6C, #1A4D5E);
    border-radius: 4px;
  }
  
  /* عنوان‌های سطح 3 */
  .drupal-subtitle-3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2C6A7A;
    margin: 35px 0 20px 0;
    padding-right: 15px;
    border-right: 4px solid #C49A6C;
  }
  
  /* کارت‌های کناری برای نکات کلیدی */
  .drupal-key-points-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    margin: 50px 0;
  }
  
  .drupal-key-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 20px;
    padding: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
  }
  
  .drupal-key-card:hover {
    transform: translateY(-5px);
    border-color: #C49A6C;
    box-shadow: 0 15px 30px rgba(26, 77, 94, 0.08);
  }
  
  .drupal-key-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  
  .drupal-key-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1A4D5E;
    margin-bottom: 10px;
  }
  
  .drupal-key-text {
    font-size: 0.95rem;
    color: #5a6c7d;
    line-height: 1.7;
  }
  
  /* جعبه اطلاعات */
  .drupal-info-box {
    background: linear-gradient(135deg, #e3f2fd 0%, #d1e6f5 100%);
    border-radius: 20px;
    padding: 30px;
    margin: 40px 0;
    border: 2px solid #1A4D5E;
    position: relative;
    overflow: hidden;
  }
  
  .drupal-info-box::before {
    content: '💡';
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 3.5rem;
    opacity: 0.15;
  }
  
  .drupal-info-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1A4D5E;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  /* جعبه هشدار/نکته مهم */
  .drupal-warning-box {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe9d1 100%);
    border-radius: 20px;
    padding: 30px;
    margin: 40px 0;
    border: 2px solid #C49A6C;
    position: relative;
  }
  
  .drupal-warning-box::before {
    content: '⚠️';
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 3rem;
    opacity: 0.2;
  }
  
  /* لیست‌ها */
  .drupal-list {
    margin: 25px 0;
    padding-right: 30px;
  }
  
  .drupal-list li {
    margin-bottom: 12px;
    padding-right: 10px;
  }
  
  .drupal-list-circle {
    list-style-type: circle;
  }
  
  .drupal-list-square {
    list-style-type: square;
  }
  
  .drupal-list-check {
    list-style: none;
  }
  
  .drupal-list-check li {
    position: relative;
    padding-right: 35px;
  }
  
  .drupal-list-check li::before {
    content: '✓';
    position: absolute;
    right: 0;
    color: #C49A6C;
    font-weight: bold;
    font-size: 1.3rem;
  }
  
  /* اعداد و ارقام خاص */
  .drupal-number-highlight {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 900;
    color: #C49A6C;
    margin-left: 10px;
    font-family: 'Courier New', monospace;
  }
  
  /* پانوشت‌ها */
  .drupal-footnotes {
    margin-top: 60px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 20px;
    border: 2px dashed #C49A6C;
  }
  
  .drupal-footnotes-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1A4D5E;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .drupal-footnotes-list {
    list-style: none;
    padding: 0;
  }
  
  .drupal-footnotes-list li {
    margin-bottom: 12px;
    padding-right: 25px;
    position: relative;
    color: #4a5a6a;
    font-size: 0.95rem;
  }
  
  .drupal-footnotes-list li::before {
    content: '📌';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.9rem;
  }
  
  /* خط جداکننده */
  .drupal-divider {
    margin: 50px 0;
    border: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #C49A6C, #1A4D5E, #C49A6C, transparent);
  }
  
  .drupal-divider-dotted {
    border-top: 2px dashed #C49A6C;
    margin: 40px 0;
  }
  
  /* دکمه‌های داخلی */
  .drupal-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    background: #1A4D5E;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    margin: 20px 0;
    transition: all 0.3s ease;
    border: 2px solid transparent;
  }
  
  .drupal-button:hover {
    background: #C49A6C;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(196, 154, 108, 0.2);
  }
  
  .drupal-button-outline {
    background: transparent;
    color: #1A4D5E;
    border: 2px solid #1A4D5E;
  }
  
  .drupal-button-outline:hover {
    background: #1A4D5E;
    color: white;
  }
  
  /* ریسپانسیو */
  @media (max-width: 768px) {
    .drupal-article-body {
      padding: 30px 20px;
    }
    
    .drupal-article-title {
      font-size: 2.2rem;
    }
    
    .drupal-subtitle {
      font-size: 1.8rem;
    }
    
    .drupal-subtitle-3 {
      font-size: 1.4rem;
    }
    
    .drupal-quote {
      padding: 20px 25px;
      font-size: 1.1rem;
    }
    
    .drupal-article-meta {
      flex-direction: column;
      gap: 10px;
    }
  }
  
  @media (max-width: 576px) {
    .drupal-article-title {
      font-size: 1.8rem;
    }
    
    .drupal-subtitle {
      font-size: 1.5rem;
    }
    
    .drupal-key-points-grid {
      grid-template-columns: 1fr;
    }
  }
   /* =====پایان استایل اختصاصی برای بدنه مقالات ===== */
   
   /* ===== استایل اختصاصی برای رویدادهای علمی ===== */
  
  /* فونت وزیرمتن */
  @font-face {
    font-family: 'VazirAcademic';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  /* کانتینر اصلی رویداد */
  .drupal-event-container {
    max-width: 1000px;
    margin: 0 auto;
    font-family: 'VazirAcademic', 'Vazirmatn', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
    line-height: 1.8;
    font-size: 18px;
    color: #2c3e50;
    background: #ffffff;
    border-radius: 40px;
    padding: 50px;
    box-shadow: 0 25px 50px rgba(26, 77, 94, 0.15);
    border: 1px solid #e9ecef;
  }
  
  /* هدر رویداد با دو ستون */
  .drupal-event-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
    background: linear-gradient(135deg, #f8faff 0%, #f0f4fa 100%);
    border-radius: 30px;
    padding: 30px;
    border: 2px solid #C49A6C;
    position: relative;
    overflow: hidden;
  }
  
  .drupal-event-header::before {
    content: '🔬';
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 4rem;
    opacity: 0.1;
    transform: rotate(-10deg);
  }
  
  /* ستون راست - پوستر */
  .drupal-poster-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .drupal-poster-frame {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 2/3;
    background: linear-gradient(135deg, #1A4D5E, #2C6A7A);
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
    border: 3px solid #C49A6C;
    position: relative;
    overflow: hidden;
  }
  
  .drupal-poster-content {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    background-image: 
      radial-gradient(circle at 20% 30%, rgba(26, 77, 94, 0.05) 5%, transparent 20%),
      radial-gradient(circle at 80% 70%, rgba(196, 154, 108, 0.05) 10%, transparent 25%);
  }
  
  .drupal-poster-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #1A4D5E, #C49A6C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .drupal-poster-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1A4D5E;
    margin-bottom: 10px;
  }
  
  .drupal-poster-subtitle {
    font-size: 0.9rem;
    color: #5a6c7d;
    margin-bottom: 15px;
  }
  
  .drupal-poster-date {
    font-size: 1rem;
    font-weight: 700;
    color: #C49A6C;
    border-top: 2px dashed #C49A6C;
    padding-top: 15px;
    width: 100%;
  }
  
  .drupal-poster-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
    border-radius: 15px;
    color: #1A4D5E;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 20px;
    border: 2px dashed #C49A6C;
  }
  
  /* ستون چپ - اطلاعات اصلی */
  .drupal-info-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .drupal-conference-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #1A4D5E;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  
  .drupal-conference-title-en {
    font-size: 1.3rem;
    font-weight: 500;
    color: #5a6c7d;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #C49A6C;
    font-family: 'Times New Roman', serif;
    letter-spacing: 1px;
  }
  
  /* تاریخ‌های کنفرانس */
  .drupal-dates-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 25px 0;
  }
  
  .drupal-date-item {
    background: white;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
  }
  
  .drupal-date-item:hover {
    transform: translateY(-3px);
    border-color: #C49A6C;
    box-shadow: 0 10px 20px rgba(196, 154, 108, 0.15);
  }
  
  .drupal-date-label {
    font-size: 0.9rem;
    color: #5a6c7d;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .drupal-date-label span {
    font-size: 1.2rem;
  }
  
  .drupal-date-value {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1A4D5E;
  }
  
  .drupal-date-highlight {
    background: linear-gradient(135deg, #1A4D5E, #2C6A7A);
    color: white;
    border: none;
  }
  
  .drupal-date-highlight .drupal-date-label,
  .drupal-date-highlight .drupal-date-value {
    color: white;
  }
  
  /* شناسه ملی */
  .drupal-national-id {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    padding: 15px 20px;
    background: #f8f9fa;
    border-radius: 15px;
    border-right: 4px solid #C49A6C;
  }
  
  .drupal-national-id-icon {
    font-size: 2rem;
  }
  
  .drupal-national-id-content {
    flex: 1;
  }
  
  .drupal-national-id-label {
    font-size: 0.9rem;
    color: #5a6c7d;
    margin-bottom: 5px;
  }
  
  .drupal-national-id-value {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1A4D5E;
    letter-spacing: 2px;
    font-family: 'Courier New', monospace;
  }
  
  /* بخش‌های محتوا */
  .drupal-event-section {
    margin: 40px 0;
    position: relative;
  }
  
  .drupal-section-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1A4D5E;
    margin-bottom: 25px;
    padding-right: 20px;
    position: relative;
  }
  
  .drupal-section-title::before {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 8px;
    height: 35px;
    background: linear-gradient(180deg, #C49A6C, #1A4D5E);
    border-radius: 4px;
  }
  
  /* توضیح مختصر */
  .drupal-brief-description {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 25px;
    padding: 30px;
    margin: 30px 0;
    border: 2px solid #e9ecef;
    position: relative;
    overflow: hidden;
  }
  
  .drupal-brief-description::before {
    content: '📝';
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 4rem;
    opacity: 0.1;
  }
  
  .drupal-brief-description p {
    font-size: 1.1rem;
    line-height: 2;
    color: #2c3e50;
    margin-bottom: 15px;
  }
  
  .drupal-brief-description p:last-child {
    margin-bottom: 0;
  }
  
  /* اطلاعات بیشتر */
  .drupal-more-info {
    background: white;
    border-radius: 25px;
    padding: 30px;
    margin: 30px 0;
    border: 2px dashed #C49A6C;
    position: relative;
  }
  
  .drupal-more-info::before {
    content: 'ℹ️';
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 2rem;
    opacity: 0.2;
  }
  
  .drupal-more-info ul {
    list-style: none;
    padding: 0;
  }
  
  .drupal-more-info li {
    margin-bottom: 15px;
    padding-right: 35px;
    position: relative;
    font-size: 1.05rem;
  }
  
  .drupal-more-info li::before {
    content: '•';
    position: absolute;
    right: 0;
    color: #C49A6C;
    font-size: 2rem;
    line-height: 1;
  }
  
  /* منبع */
  .drupal-source {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    padding: 20px 25px;
    background: #f8f9fa;
    border-radius: 20px;
    border: 1px solid #e9ecef;
  }
  
  .drupal-source-icon {
    font-size: 2rem;
  }
  
  .drupal-source-text {
    flex: 1;
    font-size: 1rem;
    color: #5a6c7d;
  }
  
  .drupal-source-link {
    color: #1A4D5E;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #C49A6C;
    padding-bottom: 2px;
  }
  
  .drupal-source-link:hover {
    color: #C49A6C;
  }
  
  /* دکمه‌های اقدام */
  .drupal-action-buttons {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  
  .drupal-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    flex: 1;
    min-width: 200px;
  }
  
  .drupal-button-primary {
    background: linear-gradient(135deg, #1A4D5E, #2C6A7A);
    color: white;
    box-shadow: 0 10px 20px rgba(26, 77, 94, 0.2);
  }
  
  .drupal-button-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(26, 77, 94, 0.3);
    background: linear-gradient(135deg, #2C6A7A, #1A4D5E);
  }
  
  .drupal-button-secondary {
    background: white;
    color: #1A4D5E;
    border: 2px solid #1A4D5E;
  }
  
  .drupal-button-secondary:hover {
    background: #1A4D5E;
    color: white;
    transform: translateY(-3px);
  }
  
  .drupal-button-accent {
    background: #C49A6C;
    color: white;
  }
  
  .drupal-button-accent:hover {
    background: #b38650;
    transform: translateY(-3px);
  }
  
  /* وضعیت کنفرانس */
  .drupal-status-badge {
    display: inline-block;
    padding: 8px 20px;
    background: #C49A6C;
    color: white;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  /* ریسپانسیو */
  @media (max-width: 992px) {
    .drupal-event-header {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    
    .drupal-poster-column {
      max-width: 300px;
      margin: 0 auto;
    }
  }
  
  @media (max-width: 768px) {
    .drupal-event-container {
      padding: 30px 20px;
    }
    
    .drupal-conference-title {
      font-size: 1.8rem;
    }
    
    .drupal-conference-title-en {
      font-size: 1.1rem;
    }
    
    .drupal-dates-grid {
      grid-template-columns: 1fr;
    }
    
    .drupal-action-buttons {
      flex-direction: column;
    }
    
    .drupal-button {
      width: 100%;
    }
    
    .drupal-section-title {
      font-size: 1.5rem;
    }
  }
  
  @media (max-width: 576px) {
    .drupal-event-header {
      padding: 20px;
    }
    
    .drupal-conference-title {
      font-size: 1.5rem;
    }
    
    .drupal-national-id {
      flex-direction: column;
      text-align: center;
    }
    
    .drupal-source {
      flex-direction: column;
      text-align: center;
    }
  }
   /* ===== استایل اختصاصی برای رویدادهای علمی پایان===== */
   
   /* ===== فیلم ها  برای رویدادهای علمی ===== */

.tvpy-wrapper {  direction: rtl;
  font-family: 'VazirAcademic', 'Vazirmatn', Tahoma, Geneva, Verdana, sans-serif;
}
.tvpy-main-card {
  background: #ffffff;
  border-radius: 25px;
  padding: 35px;
  max-width: 950px;
  margin: auto;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}
/* هدر */
.tvpy-video-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.tvpy-play {
  background: #ff4d6d;
  color: white;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 10px 25px rgba(255,77,109,0.4);
}
.tvpy-main-title {
  margin: 0;
  font-size: 24px;
}
.tvpy-sub-title {
  margin: 5px 0 0 0;
  font-size: 16px;
  color: #555;
}
/* کارت‌های موضوع */
.tvpy-topic-card {
  display: flex;
  gap: 15px;
  background: #f8f9ff;
  padding: 20px;
  border-radius: 18px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.tvpy-topic-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.tvpy-topic-number {
  background: linear-gradient(135deg, #ff9a9e, #fad0c4);
  color: #333;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}
.tvpy-topic-content h4 {
  margin: 0 0 8px 0;
  font-size: 18px;
}
/* لیست حرفه‌ای */
.tvpy-fancy-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.tvpy-fancy-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #ffffff;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.tvpy-icon {
  font-size: 20px;
}
/* CTA */
.tvpy-final-cta {
  background: linear-gradient(90deg, #ff512f, #dd2476);
  color: white;
  text-align: center;
  padding: 18px;
  border-radius: 15px;
  font-weight: bold;
  margin-top: 30px;
  font-size: 16px;
  transition: 0.3s;
}
.tvpy-final-cta:hover {
  transform: scale(1.04);
}
.tvpy-topic-card:nth-child(3){
    background: linear-gradient(135deg,#fff8e8,#fff2cc);
    border: 2px solid #ffd54f;
}
.tvpy-play{
    background: linear-gradient(135deg,#4facfe,#00c6fb);
}

.tvpy-topic-card:nth-child(4){
    background: linear-gradient(135deg,#eef8ff,#dff5ff);
    border: 2px solid #8ed8ff;
}
.tvpy-play{
    background: linear-gradient(135deg,#00c853,#64dd17);
}

.tvpy-topic-card:nth-child(5){
    background: linear-gradient(135deg,#f0fff4,#dcffe4);
    border: 2px solid #69f0ae;
}
.tvpy-play{
    background: linear-gradient(135deg,#00c853,#00b0ff);
}

.tvpy-topic-card:nth-child(6){
    background: linear-gradient(135deg,#f1fff4,#e2fff0);
    border: 2px solid #8be3a5;
}
.tvpy-play{
    background: linear-gradient(135deg,#7b1fa2,#3949ab);
}

.tvpy-topic-card:nth-child(6){
    background: linear-gradient(135deg,#f7f2ff,#ede7ff);
    border: 2px solid #b39ddb;
}
.tvpy-play{
    background: linear-gradient(135deg,#ff6b35,#ffb300);
}

.tvpy-topic-card:nth-child(5){
    background: linear-gradient(135deg,#fff8e8,#fff1cc);
    border: 2px solid #ffcc4d;
}
.tvpy-play{
    background: linear-gradient(135deg,#ff5722,#ff9800);
}

.tvpy-topic-card:nth-child(6){
    background: linear-gradient(135deg,#fff7f2,#ffe7dc);
    border: 2px solid #ffb08a;
}
.tvpy-play{
    background: linear-gradient(135deg,#00bcd4,#2196f3);
}

.tvpy-topic-card:nth-child(6){
    background: linear-gradient(135deg,#f2fcff,#e1f8ff);
    border: 2px solid #8adcf5;
}
.tvpy-play{
    background: linear-gradient(135deg,#1976d2,#00c853);
}
.tvpy-topic-card:nth-child(6){
    background: linear-gradient(135deg,#f2f8ff,#effff4);
    border: 2px solid #9ed9b0;
}
   /* ===== پایان استایل های فیلم ===== */

  /* =====بدنه آموزش ها ===== */
/* کلاس اصلی منحصربه‌فرد برای جلوگیری از همپوشانی با قالب دروپال */
   .my-robotics-module * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .my-robotics-module {
    max-width: 1200px;
    margin: 40px auto;
    font-family: 'Vazirmatn', 'Tahoma', sans-serif;
    direction: rtl;
  }

  /* کارت اصلی */
  .my-robotics-module .comparison-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8faff 100%);
    border-radius: 48px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
    border: 1px solid rgba(7, 130, 198, 0.2);
  }

  .my-robotics-module .comparison-card:hover {
    transform: translateY(-5px);
  }

  /* هدر با رنگ‌های شاد */
  .my-robotics-module .comparison-header {
    background: linear-gradient(135deg, #0782c6 0%, #0782c6 40%, #c734e5 70%, #ffa401 100%);
    padding: 32px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .my-robotics-module .comparison-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: my-shimmer 8s infinite linear;
  }

  @keyframes my-shimmer {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .my-robotics-module .comparison-header h1 {
    font-size: 2.2rem;
    font-weight: 800;
    color: white;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }

  .my-robotics-module .comparison-header h1 i {
    font-size: 2.5rem;
    background: rgba(255,255,255,0.2);
    padding: 12px;
    border-radius: 60px;
    backdrop-filter: blur(4px);
  }

  .my-robotics-module .comparison-header .subtitle {
    color: rgba(255,255,255,0.95);
    font-size: 1.1rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
  }

  /* محتوای اصلی */
  .my-robotics-module .comparison-content {
    padding: 32px 28px;
  }

  /* بخش تعاریف دو ستونه */
  .my-robotics-module .definitions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }

  .my-robotics-module .def-box {
    background: white;
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 2px solid transparent;
  }

  .my-robotics-module .def-box.human:hover {
    border-color: #0782c6;
    transform: translateY(-4px);
  }

  .my-robotics-module .def-box.ai:hover {
    border-color: #c734e5;
    transform: translateY(-4px);
  }

  .my-robotics-module .def-box h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .my-robotics-module .def-box.human h2 {
    color: #0782c6;
  }

  .my-robotics-module .def-box.ai h2 {
    color: #c734e5;
  }

  .my-robotics-module .def-box h2 i {
    font-size: 2rem;
  }

  .my-robotics-module .def-box p {
    color: #334155;
    line-height: 1.7;
    margin-bottom: 16px;
    font-size: 0.95rem;
  }

  .my-robotics-module .example-badge {
    background: #f1f5f9;
    padding: 12px 16px;
    border-radius: 20px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .my-robotics-module .example-badge i {
    font-size: 1.2rem;
    color: #ffa401;
  }

  .my-robotics-module .example-badge span {
    font-size: 0.9rem;
    color: #1e293b;
    font-weight: 500;
  }

  /* جدول مقایسه */
  /* بخش جدول مقایسه - نسخه اصلاحی */
.my-robotics-module .comparison-table-section {
  background: linear-gradient(110deg, #f0f9ff, #faf5ff);
  border-radius: 32px;
  padding: 28px;
  margin: 32px 0;
}

.my-robotics-module .comparison-table-section h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.my-robotics-module .compare-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.my-robotics-module .compare-row {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  border: 1px solid #e2e8f0;
}

/* تغییر کلاس header به compare-table-header */
.my-robotics-module .compare-row.compare-table-header {
  background: #1e293b;
  color: white;
  font-weight: 700;
}

.my-robotics-module .compare-cell {
  padding: 14px 18px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.my-robotics-module .compare-row.compare-table-header .compare-cell {
  justify-content: center;
  font-weight: 700;
}

.my-robotics-module .feature-name {
  font-weight: 700;
  color: #0f172a;
  background: #f8fafc;
}

.my-robotics-module .human-cell {
  color: #0782c6;
  font-weight: 500;
}

.my-robotics-module .ai-cell {
  color: #c734e5;
  font-weight: 500;
}

  /* مثال داستانی */
  .my-robotics-module .story-example {
    background: #fff9ef;
    border-right: 6px solid #ffa401;
    border-radius: 28px;
    padding: 24px;
    margin: 32px 0;
  }

  .my-robotics-module .story-example h4 {
    font-size: 1.3rem;
    color: #b45309;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .my-robotics-module .story-example p {
    color: #3b2e1e;
    line-height: 1.7;
  }

  /* سوال برنده کیست */
  .my-robotics-module .winner-section {
    background: linear-gradient(135deg, #0782c6, #c734e5);
    border-radius: 32px;
    padding: 32px;
    text-align: center;
    margin: 32px 0;
    color: white;
  }

  .my-robotics-module .winner-section h3 {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }

  .my-robotics-module .winner-section p {
    font-size: 1rem;
    line-height: 1.7;
    max-width: 500px;
    margin: 0 auto;
  }

  /* حرف آخر */
  .my-robotics-module .final-message {
    text-align: center;
    padding: 24px;
    background: #f1f5f9;
    border-radius: 28px;
    margin-top: 24px;
  }

  .my-robotics-module .final-message p {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
  }

  .my-robotics-module .final-message i {
    color: #ffa401;
    margin: 0 4px;
  }

  /* دکمه */
  .my-robotics-module button {
    background: #ffa401;
    border: none;
    padding: 10px 24px;
    border-radius: 40px;
    font-family: 'Vazirmatn', 'Tahoma', sans-serif;
    font-weight: bold;
    color: #1e293b;
    cursor: pointer;
    transition: 0.2s;
    margin-top: 12px;
  }

  .my-robotics-module button:hover {
    background: #ffb833;
    transform: scale(1.02);
  }

  /* واکنش‌گرایی (Responsive) */
  @media (max-width: 800px) {
    .my-robotics-module .definitions {
      grid-template-columns: 1fr;
    }
    .my-robotics-module .compare-row {
      grid-template-columns: 1fr;
      gap: 8px;
    }
 @media (max-width: 800px) {
  /* ... سایر استایل‌ها ... */
  .my-robotics-module .compare-row.compare-table-header {
    display: none;
  }
  /* ... */
}
    .my-robotics-module .compare-cell {
      justify-content: flex-start;
    }
    .my-robotics-module .compare-cell::before {
      content: attr(data-label);
      font-weight: 700;
      width: 100px;
      display: inline-block;
      color: #475569;
    }
    .my-robotics-module .comparison-header h1 {
      font-size: 1.5rem;
    }
    .my-robotics-module .comparison-content {
      padding: 20px;
    }
  }

  @media (min-width: 801px) {
    .my-robotics-module .compare-cell[data-label]::before {
      display: none;
    }
  }
	   /* پایان بدنه آموزش ها */
	   /* ===== استایل بخش تازه‌های هوش مصنوعی ===== */
  
  @font-face {
    font-family: 'VazirAcademic';
    src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  /* کانتینر اصلی */
  .drupal-ai-news {
    max-width: 1100px;
    margin: 40px auto;
    font-family: 'VazirAcademic', 'Vazirmatn', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
    line-height: 1.8;
    font-size: 16px;
    color: #2c3e50;
  }
  
  /* هدر بخش */
  .drupal-news-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 20px 30px;
    background: linear-gradient(135deg, #1A4D5E, #2C6A7A);
    border-radius: 60px;
    box-shadow: 0 15px 30px rgba(26, 77, 94, 0.3);
    border: 2px solid #C49A6C;
  }
  
  .drupal-news-title {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  .drupal-news-icon {
    font-size: 2.5rem;
    background: #C49A6C;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  
  .drupal-news-title h2 {
    font-size: 2rem;
    font-weight: 800;
    color: white;
    margin: 0;
    text-shadow: 2px 2px 0 #1A4D5E;
  }
  
  .drupal-news-badge {
    background: #C49A6C;
    color: #1A4D5E;
    padding: 8px 20px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .drupal-news-badge span {
    font-size: 1.2rem;
  }
  
  /* کارت خبر تکی */
  .drupal-single-news-card {
    background: white;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    margin-bottom: 40px;
    position: relative;
  }
  
  .drupal-single-news-card:hover {
    box-shadow: 0 20px 45px rgba(26, 77, 94, 0.15);
  }
  
  /* نوار رنگی بالای کارت */
  .drupal-card-strip {
    height: 8px;
    background: linear-gradient(90deg, #1A4D5E, #C49A6C, #1A4D5E);
  }
  
  /* محتوای کارت */
  .drupal-single-card-content {
    padding: 40px;
  }
  
  /* هدر خبر */
  .drupal-news-article-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  
  .drupal-news-category {
    background: #1A4D5E;
    color: white;
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .drupal-news-date {
    color: #5a6c7d;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .drupal-news-date span {
    font-size: 1.2rem;
  }
  
  /* عنوان اصلی خبر */
  .drupal-news-main-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #1A4D5E;
    margin-bottom: 20px;
    line-height: 1.4;
    position: relative;
    padding-bottom: 15px;
  }
  
  .drupal-news-main-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 4px;
    background: linear-gradient(135deg, #C49A6C, #1A4D5E);
    border-radius: 2px;
  }
  
  /* زیرعنوان */
  .drupal-news-subtitle {
    font-size: 1.3rem;
    font-weight: 600;
    color: #C49A6C;
    margin: 30px 0 20px;
    padding-right: 15px;
    border-right: 4px solid #1A4D5E;
  }
  
  /* پاراگراف‌های ساده */
  .drupal-simple-paragraph {
    margin-bottom: 25px;
    font-size: 1.05rem;
    line-height: 2;
    color: #2c3e50;
    text-align: justify;
  }
  
  /* آمار و ارقام ویژه */
  .drupal-stat-highlight {
    display: inline-block;
    background: #f0f7fa;
    color: #1A4D5E;
    font-weight: 800;
    padding: 2px 10px;
    border-radius: 20px;
    border: 1px solid #C49A6C;
    margin: 0 2px;
  }
  
  /* نقل قول */
  .drupal-news-quote {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-right: 6px solid #C49A6C;
    padding: 25px 35px;
    margin: 35px 0;
    border-radius: 20px;
    font-size: 1.1rem;
    font-style: italic;
    color: #1A4D5E;
    position: relative;
  }
  
  .drupal-news-quote::before {
    content: '“';
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 5rem;
    color: rgba(196, 154, 108, 0.2);
    font-family: serif;
  }
  
  .drupal-quote-author {
    display: block;
    margin-top: 15px;
    font-weight: 700;
    color: #1A4D5E;
    font-style: normal;
  }
  
  /* لیست نقاط کلیدی */
  .drupal-key-points-list {
    margin: 30px 0;
    padding: 0;
    list-style: none;
  }
  
  .drupal-key-points-list li {
    margin-bottom: 15px;
    padding-right: 35px;
    position: relative;
    font-size: 1.05rem;
  }
  
  .drupal-key-points-list li::before {
    content: '✓';
    position: absolute;
    right: 0;
    color: #C49A6C;
    font-weight: bold;
    font-size: 1.3rem;
  }
  
  /* باکس آمار */
  .drupal-stats-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin: 35px 0;
  }
  
  .drupal-stat-item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
  }
  
  .drupal-stat-item:hover {
    transform: translateY(-3px);
    border-color: #C49A6C;
    box-shadow: 0 10px 20px rgba(196, 154, 108, 0.15);
  }
  
  .drupal-stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: #1A4D5E;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  
  .drupal-stat-label {
    font-size: 0.95rem;
    color: #5a6c7d;
  }
  
  /* منبع خبر */
  .drupal-news-source {
    margin-top: 40px;
    padding: 20px 25px;
    background: #f8f9fa;
    border-radius: 20px;
    border: 2px dashed #C49A6C;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  
  .drupal-source-icon {
    font-size: 2rem;
  }
  
  .drupal-source-text {
    flex: 1;
    font-size: 0.95rem;
    color: #4a5a6a;
  }
  
  .drupal-source-link {
    color: #1A4D5E;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #C49A6C;
    padding-bottom: 2px;
    word-break: break-all;
  }
  
  .drupal-source-link:hover {
    color: #C49A6C;
  }
  
  /* دکمه بازگشت به اخبار */
  .drupal-back-to-news {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1A4D5E;
    text-decoration: none;
    font-weight: 700;
    margin-top: 30px;
    transition: all 0.3s ease;
  }
  
  .drupal-back-to-news:hover {
    color: #C49A6C;
    gap: 15px;
  }
  
  .drupal-back-to-news span {
    font-size: 1.3rem;
  }
  
  /* ریسپانسیو */
  @media (max-width: 768px) {
    .drupal-news-header {
      flex-direction: column;
      gap: 15px;
      text-align: center;
      padding: 20px;
    }
    
    .drupal-news-title h2 {
      font-size: 1.8rem;
    }
    
    .drupal-single-card-content {
      padding: 25px;
    }
    
    .drupal-news-main-title {
      font-size: 1.8rem;
    }
    
    .drupal-news-article-header {
      gap: 15px;
    }
  }
  
  @media (max-width: 576px) {
    .drupal-news-main-title {
      font-size: 1.5rem;
    }
    
    .drupal-news-subtitle {
      font-size: 1.1rem;
    }
    
    .drupal-simple-paragraph {
      font-size: 1rem;
    }
    
    .drupal-stats-box {
      grid-template-columns: 1fr;
    }
  }
  /*!-- پایان استایل خبرها --*/
