:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cc1ca19 */.contact-page .contact-intro {
  text-align: center;
  padding: 60px 20px 30px;
  background: linear-gradient(to bottom, #FDF1E0 0%, white 100%);
  border-radius: 0 0 24px 24px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.05);
}

.contact-page .contact-intro h1 {
  font-size: 32px;
  color: #1B3A5D;
  margin-bottom: 12px;
}

.contact-page .contact-intro p {
  font-size: 18px;
  color: #444;
  max-width: 600px;
  margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS *//* === استایل اختصاصی فقط برای برگه تماس با ما === */

.contact-page section {
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.contact-page h2 {
  color: #D17A00;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.contact-page p {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.contact-page .contact-addresses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.contact-page .address-box {
  flex: 1 1 45%;
  background: #FDF1E0;
  padding: 20px;
  border-radius: 12px;
  color: #1B3A5D;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.contact-page .contact-numbers .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.contact-page .contact-numbers .grid div {
  background: #FAFAFA;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  border-right: 4px solid #D17A00;
  color: #1B3A5D;
}

/* فرم تماس */
.contact-page .fluentform {
  background: #F5F5F5;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.contact-page .fluentform input,
.contact-page .fluentform textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-family: inherit;
}

.contact-page .fluentform .ff-btn-submit {
  background: #D17A00;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-page .fluentform .ff-btn-submit:hover {
  background: #FAA21B;
}

/* نقشه گوگل */
.contact-page iframe {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* اینستاگرام */
.contact-page .social-contact {
  text-align: center;
  margin-top: 40px;
}

.contact-page .social-contact img {
  width: 40px;
  margin-bottom: 10px;
}

.contact-page .social-contact a {
  color: #D17A00;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}

.contact-page .social-contact a:hover {
  color: #FAA21B;
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .contact-page .contact-addresses {
    flex-direction: column;
  }

  .contact-page .address-box {
    flex: 1 1 100%;
  }
}

.contact-page .instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #FDF1E0;
  padding: 12px 24px;
  border-radius: 32px;
  text-decoration: none;
  color: #1B3A5D;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
}

.contact-page .instagram-link:hover {
  background: #FAA21B;
  color: #ffffff !important;
}

.contact-page .instagram-link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-top: 11px;
}/* End custom CSS */