.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-47bb04f:#330460;--e-global-color-746ecb0:#E15A85;--e-global-typography-primary-font-family:"YekanBakhVF";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"YekanBakhVF";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"YekanBakhVF";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* بخش اصلی صفحه */
.research-orbit-section {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 28px;
  margin-top: 40px;
  direction: rtl;
}

/* عنوان‌های طلایی */
.orbit-badge {
  font-size: 20px;
  font-weight: 800;
  color: #4b1e71;
  border-right: 4px solid #e6b100;
  padding-right: 10px;
  margin-bottom: 18px;
}

/* ستون‌ها */
.orbit-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* لینک‌ها (بدون کارت – سبک ساده و رسمی) */
.orbit-card {
  display: block;
  padding: 10px 14px;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  border-right: 3px solid transparent;
  transition: 0.2s ease;
}

.orbit-card:hover {
  color: #4b1e71;
  border-right-color: #e6b100;
}

/* نسخه کوچک‌تر برای سطح ۴ */
.orbit-card-sm {
  font-size: 14px;
  padding: 8px 12px;
}

/* نقطه منبع نور پشت ستون وسط (دکور ملایم) */
.orbit-center-glow {
  position: absolute;
  right: 50%;
  top: 0;
  width: 280px;
  height: 280px;
  transform: translateX(50%);
  background: radial-gradient(circle, rgba(230,177,0,0.18), rgba(0,0,0,0));
  filter: blur(60px);
  pointer-events: none;
}

/* ریسپانسیو موبایل */
@media(max-width: 900px) {
  .research-orbit-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.research-orbit-section {
  background: linear-gradient(to bottom, #ffffff, #f7f0fb);
  padding: 40px 0;
  border-radius: 12px;
}
.fixed-paragraph {
  font-size: 19px !important;
  line-height: 36px !important;
}

@media (max-width: 768px) {
  .fixed-paragraph {
    font-size: 19px !important;
    line-height: 36px !important;
  }
}/* End custom CSS */