.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.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 .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS *//* تنظیمات عمومی صفحه */
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #f4f7fa;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* استایل هدر صفحه */
.header {
  background-color: #2d89ef;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

/* کارت پروفایل پزشک */
.profile-card {
  max-width: 800px;
  margin: 30px auto;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

/* افکت ها در حالت هاور */
.profile-card:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* استایل تصویر پروفایل */
.profile-card .profile-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* بخش جزئیات پروفایل */
.profile-card .profile-details {
  padding: 20px;
}

/* عنوان‌ها و متن */
.profile-card h1 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #2d89ef;
}

.profile-card p {
  font-size: 16px;
  margin-bottom: 15px;
}

/* دکمه تماس */
.profile-card .contact-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2d89ef;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.profile-card .contact-btn:hover {
  background-color: #2371c2;
}

/* استایل بخش‌های تکمیلی (مانند تخصص‌ها یا آمار) */
.profile-card .profile-info {
  border-top: 1px solid #eee;
  padding: 15px 20px;
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.profile-card .profile-info div {
  flex: 1;
}

.profile-card .profile-info div:not(:last-child) {
  border-right: 1px solid #eee;
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .profile-card {
    margin: 20px;
  }
  
  .profile-card h1 {
    font-size: 24px;
  }
  
  .profile-card p {
    font-size: 14px;
  }
  
  .profile-card .profile-info {
    flex-direction: column;
  }
  
  .profile-card .profile-info div {
    border: none;
    padding: 10px 0;
  }
}/* End custom CSS */