.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-html .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-html .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-google_maps .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-google_maps .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-f78e66b */.contact-info-box {
  background: #f9f9fb;
  border: 1px solid #ddd;
  border-radius: 24px;
  padding: 22px 26px 18px 26px;
  box-shadow: 0 6px 18px rgba(155,89,182,.08);
  width: 100%; 
  margin: 0;          
  direction: rtl;
  text-align: right;
  transition: background-color .3s, box-shadow .3s, transform .2s;
}


.contact-info-box:hover {
  background-color: #f3e7ff;
  box-shadow: 0 12px 36px rgba(155,89,182,0.24);
  transform: translateY(-3px);
}

.contact-info-title {
  margin: 0 0 14px 0;
  font-size: 15px;
  font-weight: 700;
  color: #8e44ad;
  text-align: center;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  justify-content: flex-start;
}

/* آیکن‌های فونت‌آوسام داخل دایره بنفش */
.contact-fa-icon {
  font-size: 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #8e44ad, #b27ad8);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-text {
  color: #414141;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  transition: color .2s;
}
.contact-outer {
  max-width: 900px;
  margin: 40px auto;
  padding: 40px 20px;
  border-radius: 30px;
  background: radial-gradient(circle at top, #f5e9ff 0, #ffffff 55%);
  box-shadow: 0 12px 40px rgba(155,89,182,0.20);
  box-sizing: border-box;
}


.contact-info-box {
  background: #f4e7ff;
  border-radius: 26px;
  padding: 22px 26px 18px 26px;
  max-width: 380px;
  margin: 0 auto;
}


@media (max-width: 768px) {
  .contact-outer {
    max-width: 100%;
    margin: 24px auto;
    padding: 18px 10px;
    border-radius: 18px;
  }

  .contact-info-box {
    max-width: 100%;
    padding: 18px 18px 14px 18px;
    border-radius: 18px;
  }
}
  .contact-info-title {
    font-size: 14px;
  }

  .contact-info-text {
    font-size: 13px;
  }

  .contact-fa-icon {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
}/* End custom CSS */