.elementor-111 .elementor-element.elementor-element-4323871{--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-111 .elementor-element.elementor-element-4323871 > .elementor-shape-top .elementor-shape-fill, .elementor-111 .elementor-element.elementor-element-4323871 > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#602A9B;}.elementor-111 .elementor-element.elementor-element-4323871 > .elementor-shape-top svg, .elementor-111 .elementor-element.elementor-element-4323871 > .e-con-inner > .elementor-shape-top svg{width:calc(170% + 1.3px);height:500px;}.elementor-111 .elementor-element.elementor-element-ababb58{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-111 .elementor-element.elementor-element-ababb58 .elementor-heading-title{color:#FFFFFF;}.elementor-111 .elementor-element.elementor-element-c00143b{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}@media(max-width:1024px){.elementor-111 .elementor-element.elementor-element-c00143b{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-111 .elementor-element.elementor-element-4323871 > .elementor-shape-top svg, .elementor-111 .elementor-element.elementor-element-4323871 > .e-con-inner > .elementor-shape-top svg{width:calc(300% + 1.3px);}.elementor-111 .elementor-element.elementor-element-ababb58 .elementor-heading-title{font-size:23px;}.elementor-111 .elementor-element.elementor-element-c00143b{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for container, class: .elementor-element-c00143b *//* ===============================
   ساختار اصلی شبکه (Grid Container)
================================ */
.gapido-tabs-container {
  display: grid;
  /* عرض ستون سمت راست */
  grid-template-columns: 360px 1fr; 
  gap: 2.5rem;
  font-family: "Vazirmatn", sans-serif;
  direction: rtl;
  margin-top: 2rem;
}

/* ===============================
   ستون سمت راست: منوی فهرست (تب‌ها)
================================ */
.gapido-tabs-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gapido-tab-button {
  display: flex;
  align-items: center;
  gap: 15px; /* فاصله بین آیکون و متن عنوان */
  padding: 1.2rem;
  background: #ffffff; /* رنگ پس‌زمینه تب‌های غیرفعال (طبق عکس شما سفید است) */
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); /* سایه ملایم برای تب‌های غیرفعال */
}

.gapido-tab-button:hover {
  background: #f3f4f6;
  transform: translateX(-5px);
}

.gapido-tab-button.active {
  background: linear-gradient(135deg, #5E438F, #4a3471);
  box-shadow: 0 6px 15px rgba(94, 67, 143, 0.2);
}

/* تغییر رنگ متن در حالت فعال */
.gapido-tab-button.active h3 {
  color: #ffffff;
}

/* (فیلتر سفید شدن آیکون طبق درخواست شما حذف شد تا آیکون‌های رنگی دست‌نخورده بمانند) */

/* 👇 تنظیمات سایز H3 در دسکتاپ 👇 */
.gapido-tab-button h3 {
  margin: 0;
  font-size: 1.5rem; /* 👈 سایز فونت عنوان (h3) در دسکتاپ را اینجا تغییر دهید */
  font-weight: bold;
  color: #2c3e50;
  transition: color 0.3s ease;
}

.gapido-tab-icon {
  width: 50px; /* 👈 اندازه آیکون در دسکتاپ */
  height: auto;
  object-fit: contain;
}

/* ===============================
   ستون سمت چپ: ناحیه محتوا (شیشه‌ای مات)
================================ */
.gapido-tab-content-area {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); 
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
  padding: 2.5rem;
}

.gapido-tab-content {
  display: none;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  align-items: center; /* تراز عمودی برای وسط‌چین شدن عکس با متن */
  animation: fadeIn 0.5s ease forwards;
}

.gapido-tab-content.active {
  display: grid;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===============================
   ستون متن داخلی و لیست‌ها
================================ */
.gapido-text-col ul {
  list-style-type: disc;
  margin-right: 1.5rem;
  padding: 0;
  margin-top: 0;
}

.gapido-text-col li {
  font-size: 1rem; 
  color: #333333;
  line-height: 1.8; 
  margin-bottom: 0.5rem; 
}

/* ===============================
   ستون عکس داخلی
================================ */
.gapido-image-col img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1); /* سایه زیر عکس موبایل در عکس ارسالی */
  object-fit: cover;
}

/* ===============================
   واکنش‌گرا (تبلت و موبایل)
================================ */
@media (max-width: 992px) {
  .gapido-tabs-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  /* 👇 تغییر به حالت عمودی در موبایل 👇 */
  .gapido-tabs-menu {
    flex-direction: column; /* این بخش افقی بودن را به عمودی زیر هم تبدیل می‌کند */
    overflow-x: visible;
    padding-bottom: 0;
  }
  
  .gapido-tab-button {
    white-space: normal; /* اجازه شکستن متن در صورت طولانی بودن */
    padding: 1rem 1.2rem;
    gap: 12px; 
  }
  
  /* 👇 تنظیمات سایز H3 در موبایل 👇 */
  .gapido-tab-button h3 {
    font-size: 1.2rem; /* 👈 سایز فونت عنوان (h3) در موبایل را اینجا تغییر دهید */
  }
  
  .gapido-tab-icon {
    width: 55px; /* 👈 اندازه آیکون در موبایل */
  }
  
  .gapido-tab-content.active {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .gapido-text-col li {
    font-size: 0.95rem;
    line-height: 1.6; 
    margin-bottom: 0.4rem; 
  }
  
  /* در موبایل عکس بالای متن قرار می‌گیرد */
  .gapido-image-col {
    order: -1; 
  }
}

html {
  scroll-behavior: smooth;
}
/* ===============================
   ستون عکس داخلی
================================ */
.gapido-image-col img {
  width: 100%;
  height: auto;
  border-radius: 15px; /* انحنای گوشه‌ها */
  object-fit: cover;
  
  /* 👇 سایه اصلی و نرم برای حالت عادی 👇 */
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12); 
  
  /* برای نرم شدن تغییر حالت در هاور */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* 👇 افکت هاور (وقتی موس روی عکس می‌رود) 👇 */
.gapido-image-col img:hover {
  /* عکس کمی به سمت بالا کشیده می‌شود */
  transform: translateY(-7px); 
  
  /* سایه عمیق‌تر و پهن‌تر می‌شود تا حس بلند شدن القا کند */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4323871 *//* ===============================
   ساختار اصلی تب‌ها (سکشن کل شیشه‌ای)
================================ */
.gapido-tabs-container {
  /* 👇 استایل شیشه‌ای به کل کانتینر منتقل شد 👇 */
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px); 
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  padding: 2.5rem; /* فاصله داخلی کادر اصلی */
  
  display: flex;
  flex-direction: column; /* منو در بالا، محتوا در پایین */
  gap: 2rem;
  font-family: "Vazirmatn", sans-serif;
  direction: rtl;
  margin-top: 2rem;
  width: 100%;
}

/* ===============================
   بخش بالا: منوی تب‌ها با چیدمان Grid
================================ */
.gapido-tabs-menu {
  display: grid;
  /* حالت پیش‌فرض (دسکتاپ): ۴ ستون در هر سطر */
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
}

/* استایل دکمه‌های منو (کارت‌های تیتر) */
.gapido-tab-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; 
  padding: 1rem 0.8rem; 
  
  /* 👇 رنگ کارت‌ها به سفید خالص برگشت 👇 */
  background: #ffffff; 
  border: 1px solid transparent;
  
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); 
}

.gapido-tab-button:hover {
  background: #fdfdfd;
  transform: translateY(-3px); 
  box-shadow: 0 8px 20px rgba(94, 67, 143, 0.08);
}

.gapido-tab-button.active {
  background: linear-gradient(135deg, #5E438F, #4a3471);
  box-shadow: 0 6px 15px rgba(94, 67, 143, 0.2);
}

.gapido-tab-button.active h3 {
  color: #ffffff;
}

.gapido-tab-button h3 {
  margin: 0;
  font-size: 0.95rem; /* فونت کمی کوچکتر برای جا شدن در ۴ ستون */
  font-weight: bold;
  color: #2c3e50;
  transition: color 0.3s ease;
  line-height: 1.5;
  text-align: right;
  white-space: pre-wrap; /* اجازه شکستن متن در صورت نیاز */
}

.gapido-tab-icon {
  width: 42px; /* آیکون بهینه‌سازی شده برای ۴ ستون */
  height: auto;
  object-fit: contain;
}

/* ===============================
   بخش پایین: ناحیه محتوا (باکس داخلی)
================================ */
.gapido-tab-content-area {
  /* در این حالت چون کادر بیرونی شیشه‌ای است، کادر داخلی یک لایه سفید ملایم می‌گیرد */
  background: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 2px 10px rgba(255, 255, 255, 0.5), 0 4px 15px rgba(0, 0, 0, 0.02);
  padding: 2.5rem;
  width: 100%;
}

.gapido-tab-content {
  display: none;
  grid-template-columns: 1.4fr 1fr;
  gap: 2.5rem;
  align-items: center; 
  animation: fadeIn 0.5s ease forwards;
}

.gapido-tab-content.active {
  display: grid;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===============================
   ستون متن داخلی و لیست‌ها
================================ */
.gapido-text-col ul {
  list-style-type: disc;
  margin-right: 1.5rem;
  padding: 0;
  margin-top: 0;
}

.gapido-text-col li {
  font-size: 1rem; 
  color: #333333;
  line-height: 1.8; 
  margin-bottom: 0.5rem; 
}

/* ===============================
   ستون عکس داخلی
================================ */
.gapido-image-col img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  object-fit: cover;
}

/* ===============================
   واکنش‌گرا (تبلت و موبایل)
================================ */
@media (max-width: 992px) {
  /* تبلت: ۳ ستون در هر سطر */
  .gapido-tabs-menu {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .gapido-tab-content.active {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .gapido-image-col {
    order: -1; /* در تبلت/موبایل عکس بالای متن قرار می‌گیرد */
  }
}

@media (max-width: 768px) {
  /* موبایل: ۲ ستون در هر سطر و تنظیم پدینگ‌های کادر شیشه‌ای */
  .gapido-tabs-container {
    padding: 1.5rem; /* در موبایل فاصله داخلی کادر اصلی کمتر می‌شود */
  }

  .gapido-tabs-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
  
  .gapido-tab-button {
    flex-direction: column; /* در موبایل آیکون بالای متن قرار می‌گیرد */
    padding: 1.2rem 0.5rem;
    gap: 8px;
    text-align: center;
  }
  
  .gapido-tab-button h3 {
    text-align: center;
    font-size: 0.85rem;
  }
  
  .gapido-tab-content-area {
    padding: 1.5rem;
  }
}/* End custom CSS */