.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-9767 .elementor-element.elementor-element-e92239e img{border-radius:15px 15px 15px 15px;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-alert .elementor-alert-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-alert .elementor-alert-description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-9767 .elementor-element.elementor-element-a97896c .elementor-alert-title{color:#FF0000;font-family:"IRANSans", Sans-serif;font-size:24px;font-weight:600;}.elementor-9767 .elementor-element.elementor-element-a97896c .elementor-alert-description{color:#FF0000;font-size:22px;font-weight:700;}/* Start custom CSS for text-editor, class: .elementor-element-a372b26 */.video-section {
  direction: rtl;
  text-align: center;
  font-family: "Vazirmatn", "IRANSans", sans-serif;
  margin: 30px auto;
  max-width: 420px;
}

.custom-video-wrapper {
  max-width: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  margin-bottom: 16px;
}

.custom-video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  object-fit: cover;
}

/* متن زیر ویدیو */
.video-caption h3 {
  color: #0f3e73;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.video-caption p {
  font-size: 1rem;
  color: #374151;
  margin-bottom: 16px;
  line-height: 1.8;
}

.highlight {
  color: #0284c7;
  font-weight: 600;
}

.btn-online {
  display: inline-block;
  background-color: #0284c7;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(2,132,199,0.3);
}

.btn-online:hover {
  background-color: #0369a1;
  box-shadow: 0 4px 10px rgba(2,132,199,0.4);
  transform: translateY(-2px);
}

/* موبایل */
@media (max-width: 480px) {
  .video-section {
    max-width: 92%;
  }
  .btn-online {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3105964 */@import url('https://cdn.fontcdn.ir/Font/Persian/IranSans/IranSans.css');

.meeting-wrapper {
  font-family: 'IRANSans', sans-serif;
  direction: rtl;
  background: #f5f8fa;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 12px;
}

.meeting-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  padding: 28px 20px;
  max-width: 520px;
  text-align: center;
  color: #222;
  line-height: 1.9;
  transition: 0.3s;
}

/* عنوان اصلی */
.meeting-card h1 {
  color: #007BFF;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* مقدمه */
.meeting-card .intro {
  font-size: 16px;
  color: #444;
  margin-bottom: 16px;
}

/* جداکننده */
.divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #25D366, #007BFF);
  margin: 10px auto 20px;
  border-radius: 5px;
}

/* توضیحات */
.meeting-card .details {
  font-size: 15px;
  color: #333;
  margin-bottom: 18px;
}

/* عنوان فرعی */
.meeting-card h3 {
  color: #128C7E;
  font-size: 17px;
  margin-bottom: 10px;
}

/* لیست مراحل */
.steps {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}
.steps li {
  background: #f2f9f4;
  border-radius: 10px;
  padding: 10px 14px;
  margin: 8px 0;
  color: #333;
  font-size: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: 0.3s;
}
.steps li:hover {
  background: #e9f7ef;
}

/* دکمه واتساپ */
.btn {
  display: inline-block;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 15px;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(37,211,102,0.25);
}
.btn:hover {
  transform: scale(1.05);
}

/* نسخه موبایل */
@media (max-width: 480px) {
  .meeting-card {
    padding: 20px 16px;
  }
  .meeting-card h1 {
    font-size: 20px;
  }
  .steps li {
    font-size: 14px;
  }
  .btn {
    display: block;
    width: 100%;
    border-radius: 12px;
  }
}/* End custom CSS */