.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-22855 .elementor-element.elementor-element-1176406{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-22855 .elementor-element.elementor-element-b6f8bfb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c614596 *//*
============================================================
===  استایل صفحه معرفی ابزار ChatGPT رایگان (نسخه نهایی)  ===
============================================================
*/
.tool-landing-page {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
}

/* استایل سربرگ */
.tool-header { text-align: center; margin-bottom: 50px; }
.tool-header h1 { font-size: 34px; font-weight: 800; color: #1F2937; margin-bottom: 15px; }
.tool-header p { font-size: 17px; color: #4B5563; line-height: 1.8; text-align: justify; }

/* استایل باکس ویدیو */
.video-tutorial-box {
  background-color: #F9FAFB; border: 1px solid #E5E7EB; border-radius: 12px;
  padding: 30px; margin-bottom: 50px;
}
.video-tutorial-box h3 {
  text-align: center; font-size: 22px; color: #1F2937; margin: 0 0 25px 0;
}
/* اصلاح استایل برای نمایش عکس */
.video-container {
  border-radius: 8px;
  overflow: hidden;
  line-height: 0; /* حذف فاصله اضافه زیر عکس */
}
.video-container img {
  width: 100%;
  height: auto;
  display: block;
}

/* استایل بخش دکمه */
.cta-section { text-align: center; margin-bottom: 30px; }
.cta-section p { font-size: 18px; font-weight: bold; color: #1F2937; margin-bottom: 20px; }
.tool-cta-button {
  display: inline-block; background-color: #1A73E8; color: #FFFFFF;
  padding: 16px 40px; border-radius: 8px; text-decoration: none;
  font-weight: bold; font-size: 16px; transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(26, 115, 232, 0.2);
}
.tool-cta-button:hover {
  background-color: #10B981; transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(16, 185, 129, 0.3);
}

/* استایل متن شفاف‌سازی */
.disclaimer-text { text-align: center; font-size: 13px; color: #9CA3AF; }

/* رسپانسیو */
@media (max-width: 768px) {
  .tool-header h1 { font-size: 28px; }
  .tool-header p { font-size: 16px; }
  .video-tutorial-box { padding: 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b375f5 *//*
============================================================
===  استایل بخش دعوت به همکاری  ===
============================================================
*/
.collaboration-cta-section {
  padding: 60px 20px;
  background-color: #F9FAFB;
  border-top: 1px solid #E5E7EB;
  margin-top: 50px;
  text-align: center;
}

.collaboration-cta-section h3 {
  font-size: 26px;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 10px;
}
.collaboration-cta-section .section-subtitle {
  font-size: 16px;
  color: #4B5563;
  margin-bottom: 40px;
}

/* استایل گرید کارت‌ها */
.collaboration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.collaboration-card {
  background-color: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.collaboration-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.collaboration-card .card-icon {
  font-size: 32px;
  color: #1A73E8;
  margin-bottom: 20px;
}
.collaboration-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 10px 0;
}
.collaboration-card p {
  font-size: 15px !important;
  line-height: 1.8 !important;
  color: #4B5563 !important;
  flex-grow: 1; /* برای هم‌تراز شدن دکمه‌ها */
  margin-bottom: 25px !important;
}

/* استایل دکمه‌های داخل کارت */
.collaboration-card .card-button {
  display: block;
  width: 100%;
  background-color: #1A73E8;
  color: #FFFFFF;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  transition: background-color 0.3s ease;
  margin-top: auto; /* دکمه را به پایین‌ترین نقطه هل می‌دهد */
}
.collaboration-card .card-button:hover {
  background-color: #10B981;
}

/* رسپانسیو */
@media (max-width: 768px) {
  .collaboration-grid {
    grid-template-columns: 1fr; /* تک ستونه شدن در موبایل */
  }
}/* End custom CSS */