.elementor-192 .elementor-element.elementor-element-57803e5{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-192 .elementor-element.elementor-element-57803e5 > .elementor-shape-top .elementor-shape-fill, .elementor-192 .elementor-element.elementor-element-57803e5 > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#602A9B;}.elementor-192 .elementor-element.elementor-element-57803e5 > .elementor-shape-top svg, .elementor-192 .elementor-element.elementor-element-57803e5 > .e-con-inner > .elementor-shape-top svg{width:calc(170% + 1.3px);height:500px;}@media(max-width:1024px){.elementor-192 .elementor-element.elementor-element-57803e5{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-192 .elementor-element.elementor-element-57803e5{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-192 .elementor-element.elementor-element-57803e5 > .elementor-shape-top svg, .elementor-192 .elementor-element.elementor-element-57803e5 > .e-con-inner > .elementor-shape-top svg{width:calc(300% + 1.3px);}.elementor-192 .elementor-element.elementor-element-f99a2b2{margin:10% 0% calc(var(--kit-widget-spacing, 0px) + 10%) 0%;padding:15px 15px 15px 15px;}}/* Start custom CSS for shortcode, class: .elementor-element-f99a2b2 *//* ===============================
   Gravity Forms – Gapido Card Style
================================ */

/* اسکوپ به کارت */
.custom-card .gform_wrapper {
  direction: rtl;
  font-family: inherit;
}

/* فاصله کلی */
.custom-card .gform_body {
  margin: 0;
}

/* هر فیلد */
.custom-card .gfield {
  margin-bottom: 14px;
}

/* لیبل */
.custom-card .gfield_label {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #374151;
}

/* ورودی‌ها */
.custom-card input[type="text"],
.custom-card input[type="email"],
.custom-card input[type="tel"],
.custom-card textarea,
.custom-card select {
  width: 100%;
  padding: 9px 12px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  font-size: 0.8rem;
  background: #fff;
  transition: all 0.25s ease;
}

/* فوکوس */
.custom-card input:focus,
.custom-card textarea:focus,
.custom-card select:focus {
  outline: none;
  border-color: #5E438F;
  box-shadow: 0 0 0 2px rgba(94, 67, 143, 0.15);
}

/* textarea */
.custom-card textarea {
  resize: vertical;
  min-height: 90px;
}

/* دکمه ارسال */
.custom-card .gform_footer {
  margin-top: 16px;
}

.custom-card .gform_button {
  width: 100%;
  padding: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #5E438F, #7C5CC4);
  transition: all 0.3s ease;
}

.custom-card .gform_button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(94, 67, 143, 0.25);
}

/* پیام خطا */
.custom-card .validation_error,
.custom-card .gfield_error .gfield_label {
  color: #dc2626;
  font-size: 0.75rem;
}

/* پیام موفقیت */
.custom-card .gform_confirmation_message {
  text-align: center;
  font-size: 0.8rem;
  color: #15803d;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-57803e5 *//* ===============================
   Base Card Styles
================================ */
.custom-card {
  font-family: "Vazirmatn", sans-serif;
  background: #f9fafb;
  border-radius: 12px;
  padding: 2rem;
  margin: 1rem 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  direction: rtl;
}

.custom-card h2 {
  font-size: clamp(1.5rem, 5vw, 1.8rem);
  color: #2c3e50;
  margin-bottom: 1rem;
  text-align: right;
}

/* ===============================
   Main Icon
================================ */
.main-icon {
  font-size: 2rem;
  color: #5E438F;
  margin-bottom: 1rem;
  display: inline-block;
  animation: pulse 2s infinite ease-in-out;
}

/* ===============================
   Features Section
================================ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.feature-card {
  background: linear-gradient(180deg, #ffffff, #f0f0f0);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s ease, background 0.4s ease;
}

.feature-card i {
  font-size: 3rem;
  color: #5E438F;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.feature-card h3 {
  margin-bottom: 10px;
  color: #2c3e50;
}

.feature-card p {
  color: #4a5568;
}

/* Hover */
.feature-card:hover {
  background: linear-gradient(180deg, #5E438F, #4a3471);
  transform: translateY(-10px);
}

.feature-card:hover i,
.feature-card:hover h3,
.feature-card:hover p {
  color: #ffffff;
}

/* ===============================
   Benefits Section
================================ */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.benefit-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.benefit-card i {
  font-size: 2.4rem;
  color: #5E438F;
  margin-bottom: 1rem;
  display: block;
}

.benefit-card p {
  font-weight: bold;
  color: #2c3e50;
  margin: 0;
}

/* Hover */
.benefit-card:hover {
  transform: translateY(-5px);
}

/* ===============================
   Animations
================================ */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.custom-card,
.custom-card button,
.custom-card input,
.custom-card textarea {
  font-family: "Vazirmatn", sans-serif !important;
}/* End custom CSS */