.elementor-3539 .elementor-element.elementor-element-b5b27b6{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6160200 */@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

.contact-section {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  box-sizing: border-box;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
  color: #333;
}

/* بنر بالایی */
.contact-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 35px;
}

.contact-hero-content {
  flex: 1.1;
}

.sub-badge {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #8b6baf;
  margin-bottom: 12px;
}

.hero-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 48px;
  line-height: 1.15;
  color: #241432;
  margin: 0 0 20px 0;
  font-weight: 600;
}

.hero-description {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.contact-hero-image {
  flex: 1.3;
  display: flex;
  justify-content: flex-end;
}

.contact-hero-image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

/* ردیف کارت‌ها */
.contact-cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  width: 100%;
}

/* استایل هر کارت */
.contact-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 10px 30px rgba(110, 80, 140, 0.07);
  border: 1px solid rgba(230, 220, 240, 0.6);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  box-sizing: border-box;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(110, 80, 140, 0.12);
}

/* آیکون بنفش دایره‌ای */
.card-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: #f4eef9;
  color: #644186;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.card-details {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
}

.card-title {
  font-size: 13px;
  color: #777;
  font-weight: 500;
}

.card-main-text {
  font-size: 14.5px;
  font-weight: 700;
  color: #241432;
  text-decoration: none;
  line-height: 1.3;
}

.card-sub-text {
  font-size: 12px;
  color: #888;
  line-height: 1.35;
}

/* دکمه فلش در کارت نوبت‌دهی */
.card-arrow {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: #f4eef9;
  color: #644186;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: background-color 0.2s, color 0.2s, transform 0.2s;
}

.contact-card:hover .card-arrow {
  background: #644186;
  color: #fff;
  transform: translateX(3px);
}

/* ریسپانسیو برای تبلت و موبایل */
@media (max-width: 1024px) {
  .contact-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .contact-hero {
    flex-direction: column;
    text-align: center;
  }
  .contact-hero-image {
    justify-content: center;
  }
  .hero-heading {
    font-size: 34px;
  }
  .contact-cards-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-24746ae */@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;600&family=Playfair+Display:wght@500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');

.contact-form-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* کادر بیرونی اصلی با گوشه‌های گرد و بوردر ملایم */
.contact-form-card {
  position: relative;
  background: #ffffff;
  border: 1.5px solid #eae2ec;
  border-radius: 28px;
  padding: 45px 55px 40px;
  box-shadow: 0 10px 35px rgba(90, 60, 110, 0.04);
  box-sizing: border-box;
}

/* المان‌های تزئینی گوشه‌ها */
.decor-top-left {
  position: absolute;
  top: 15px;
  left: 20px;
  pointer-events: none;
}

.decor-leaves {
  width: 85px;
  height: 85px;
  opacity: 0.6;
}

.sparkle {
  position: absolute;
  color: #8c739d;
  user-select: none;
  pointer-events: none;
}

.sparkle-1 {
  top: 10px;
  left: 55px;
  font-size: 14px;
}

.sparkle-2 {
  top: 30px;
  left: 65px;
  font-size: 11px;
}

.sparkle-bottom-right {
  bottom: 45px;
  right: 25px;
  font-size: 16px;
  opacity: 0.7;
}

/* سربرگ فرم */
.form-header {
  text-align: center;
  margin-bottom: 35px;
}

.header-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.header-badge .line {
  width: 35px;
  height: 1px;
  background-color: #baa8c5;
}

.badge-text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #694b7f;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.form-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 40px;
  font-weight: 600;
  color: #1e112a;
  margin: 0 0 10px 0;
}

.form-subtitle {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14.5px;
  color: #665b6f;
  margin: 0;
}

/* فیلدها */
.form-row-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.form-group label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #2b1f35;
}

.required {
  color: #694b7f;
}

.form-group input,
.form-group textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #ffffff;
  border: 1px solid #dcd3e1;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #a89eb0;
  font-weight: 400;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #694b7f;
  box-shadow: 0 0 0 3px rgba(105, 75, 127, 0.12);
}

.form-group textarea {
  resize: vertical;
  min-height: 110px;
}

/* چک‌باکس GDPR */
.form-checkbox-group {
  margin: 15px 0 25px;
}

.checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.checkbox-container input {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  accent-color: #684a7e;
  cursor: pointer;
}

.checkbox-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12.5px;
  color: #554d5b;
  line-height: 1.4;
}

.checkbox-label a {
  color: #684a7e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ردیف پایین فرم */
.form-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/* دکمه ارسال بنفش */
.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #684a7e;
  color: #ffffff;
  border: none;
  border-radius: 24px;
  padding: 13px 26px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.25s, transform 0.2s;
}

.submit-btn:hover {
  background: #533667;
  transform: translateY(-2px);
}

/* نقل‌قول دست‌نویس */
.script-quote {
  display: flex;
  align-items: center;
  gap: 12px;
}

.script-quote .quote-text {
  font-family: 'Caveat', cursive;
  font-size: 21px;
  line-height: 1.15;
  color: #5a3d70;
  margin: 0;
  transform: rotate(-3deg);
}

.script-quote .heart-icon {
  margin-top: 5px;
}

/* ریسپانسیو موبایل و تبلت */
@media (max-width: 820px) {
  .contact-form-card {
    padding: 35px 25px 30px;
  }
  .form-row-three {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-title {
    font-size: 30px;
  }
  .form-bottom-row {
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }
  .decor-top-left {
    display: none; /* برای جلوگیری از شلوغی در موبایل */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f15c60 */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');

.location-section-wrapper {
  width: 100%;
  max-width: 1150px;
  margin: 40px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* کادر بیرونی سفید-یاسی با گوشه‌های گرد نرم */
.location-card {
  display: flex;
  background: #fdfaff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(110, 80, 140, 0.05);
  border: 1px solid rgba(225, 215, 235, 0.6);
  min-height: 380px;
  box-sizing: border-box;
}

/* ستون سمت چپ: نقشه */
.location-map-container {
  flex: 1.15;
  min-height: 350px;
  background: #f3f0f5;
  position: relative;
}

.location-map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  /* در صورت تمایل به ایجاد هماهنگی تم رنگی، فیلتر ملایم زیر را اعمال کنید */
  filter: saturate(0.9) contrast(1.02);
}

/* ستون سمت راست: محتوا */
.location-info-container {
  flex: 1;
  padding: 45px 50px 40px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  box-sizing: border-box;
  background: #fdfaff;
}

/* آیکون نیلوفر */
.lotus-icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

/* عنوان */
.location-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 34px;
  font-weight: 600;
  color: #241432;
  margin: 0 0 14px 0;
  line-height: 1.2;
}

/* متن توضیحات */
.location-description {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: #63586e;
  margin: 0 0 28px 0;
}

/* دکمه Route planen با استایل شیشه‌ای/یاسی */
.route-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ede6f5;
  color: #4a2f66;
  text-decoration: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 25px;
  border: 1px solid rgba(175, 150, 200, 0.25);
  transition: all 0.25s ease;
  z-index: 2;
}

.route-btn .pin-icon,
.route-btn .arrow-icon {
  transition: transform 0.25s ease;
}

.route-btn:hover {
  background: #684a7e;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(104, 74, 126, 0.2);
  transform: translateY(-2px);
}

.route-btn:hover .arrow-icon {
  transform: translateX(3px);
}

/* وکتور تزئینی گوشه راست */
.decor-branch-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 110px;
  height: 130px;
  pointer-events: none;
  z-index: 1;
}

.decor-branch-bottom-right svg {
  width: 100%;
  height: 100%;
}

/* واکنش‌گرایی برای موبایل و تبلت */
@media (max-width: 860px) {
  .location-card {
    flex-direction: column-reverse; /* برای اینکه در موبایل محتوا یا نقشه به ترتیب درست قرار گیرند */
  }

  .location-map-container {
    min-height: 280px;
    height: 280px;
  }

  .location-info-container {
    padding: 35px 25px;
  }

  .location-title {
    font-size: 28px;
  }

  .decor-branch-bottom-right {
    width: 75px;
    height: 90px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b5b27b6 *//* ۱. فونت متن‌های عادی */
.contact-section,
.contact-section p,
.contact-section span,
.contact-section a {
    font-family: 'Amarna', sans-serif !important;
}

/* ۲. فونت اختصاصی برای تایتل‌ها و عنوان‌ها */
.contact-section h1,
.contact-section h2,
.contact-section h3,
.contact-section .hero-heading,
.contact-section .sub-badge,
.contact-section .card-title {
    font-family: 'Alkatra', sans-serif !important;
}/* End custom CSS */