.elementor-16758 .elementor-element.elementor-element-0955e1d{--display:flex;}.elementor-16758 .elementor-element.elementor-element-0955e1d:not(.elementor-motion-effects-element-type-background), .elementor-16758 .elementor-element.elementor-element-0955e1d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFDF4;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-16758 .elementor-element.elementor-element-0955e1d{--content-width:833px;}}/* Start custom CSS for html, class: .elementor-element-6d72f4b *//* 🎨 تماس PardisAI – نسخه لوکس */
.contact-pardisai {
  font-family: "IRANSansWeb", sans-serif;
  text-align: center;
  direction: rtl;
  background-color: #faf5e1;
  padding: 4rem 8%;
  color: #55524f;
  border-radius: 16px;
}

.contact-pardisai h2 {
  color: #b89241;
  font-size: 1.9rem;
  margin-bottom: .7rem;
}

.contact-pardisai p {
  margin-bottom: 3rem;
  font-size: 1rem;
}

.contact-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.8rem;
}

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
  padding: 1rem 1.6rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  border: 2px solid transparent;
  color: #55524f;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-btn svg {
  width: 28px;
  height: 28px;
  margin-left: .5rem;
  fill: #b89241;
  transition: transform 0.3s ease;
}

.contact-btn:hover {
  border-color: #b89241;
  background: #fffaf0;
  transform: translateY(-4px);
}

.gold-btn {
  background: linear-gradient(135deg, #b89241, #a47e36);
  color: #fff;
  border: none;
}

.gold-btn:hover {
  background: linear-gradient(135deg, #a47e36, #8d692c);
  transform: translateY(-4px);
}

.form-section {
  display: none;
  margin-top: 3rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  padding: 2rem;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}

footer {
  margin-top: 4rem;
  font-size: 0.9rem;
  color: #55524f;
  border-top: 1px solid #e5decf;
  padding-top: 1.5rem;
}

footer a {
  color: #b89241;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}/* End custom CSS */