.elementor-66 .elementor-element.elementor-element-dec1bcc{--display:flex;}.elementor-66 .elementor-element.elementor-element-78abace{text-align:center;}.elementor-66 .elementor-element.elementor-element-78abace .elementor-heading-title{text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-66 .elementor-element.elementor-element-ecf3314{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-1a138c7 */body {
  background-color: #eaf0f6;
  font-family: 'Vazir', sans-serif;
  direction: rtl;
  margin: 0;
  padding: 0;
}

.contact-section {
  background-color: #ffffff;
  padding: 80px;
  border-radius: 24px;
  max-width: 900px;
  margin: 60px auto;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.contact-section h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 60px;
  color: #333;
}

.contact-box {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  border: 2px solid #d0d0d0;
  border-radius: 16px;
  padding: 30px 40px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.contact-box img {
  width: 72px;
  height: 72px;
  margin-left: 30px;
}

.contact-box h3 {
  margin: 0;
  font-size: 28px;
  color: #222;
}

.contact-text {
  margin: 12px 0 0;
  font-size: 26px;
  font-weight: bold;
  color: #111;
  direction: ltr;
  text-align: left;
}

.contact-text a {
  color: #111;
  text-decoration: none;
  font-weight: bold;
}

.contact-text a:hover {
  color: #0077cc;
  text-decoration: underline;
}/* End custom CSS */