.elementor-34 .elementor-element.elementor-element-4e1d2f2{--display:flex;border-style:solid;--border-style:solid;border-width:2px 2px 2px 2px;--border-top-width:2px;--border-right-width:2px;--border-bottom-width:2px;--border-left-width:2px;border-color:#000000;--border-color:#000000;--border-radius:16px 16px 16px 16px;box-shadow:0px 10px 30px 0px rgba(0, 0, 0, 0.4);--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-4eee7cc{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;}.elementor-34 .elementor-element.elementor-element-74616d3{--spacer-size:50px;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-34 .elementor-element.elementor-element-e668ba7{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-34 .elementor-element.elementor-element-e668ba7 .elementor-divider-separator{width:100%;margin:0 auto;margin-center:0;}.elementor-34 .elementor-element.elementor-element-e668ba7 .elementor-divider{text-align:center;padding-block-start:1px;padding-block-end:1px;}.elementor-34 .elementor-element.elementor-element-5f3559e{--display:flex;--border-radius:2px 2px 2px 2px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-34 .elementor-element.elementor-element-338b6be{text-align:center;}.elementor-34 .elementor-element.elementor-element-338b6be .elementor-heading-title{font-family:"IRANSans", Sans-serif;font-weight:600;color:#CCCCCC;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-941bfa6 */.hero-box {
  background: linear-gradient(to left, #8b0000 27%, #000000 50%);
  color: #bbb;
  text-align: center;
  padding: 120px 30px;
  border-radius: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.85);
  margin-bottom: 60px;
  font-family: IRANSans, sans-serif;
  border: 1px solid rgba(139, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.hero-title {
  font-size: 60px;
  color: #ff2e2e;
  margin-bottom: 20px;
  font-weight: 900;
  letter-spacing: 3px;
}

.hero-subtitle {
  font-size: 22px;
  color: #fff;
  line-height: 1.9;
  max-width: 800px;
  margin: 0 auto 40px;
}

.hero-button {
  display: inline-block;
  padding: 14px 35px;
  background-color: #8b0000;
  color: #eee;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(139, 0, 0, 0.4);
}

.hero-button:hover {
  background-color: #ff2e2e;
  color: #000;
  box-shadow: 0 0 30px rgba(255, 46, 46, 0.6);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-897fbad */body {
  margin: 0;
  padding: 0;
  font-family: "IranSans", sans-serif;
  background-color: #111; /* پس‌زمینه تیره */
  color: #eee;
}

.telegram-bot-section {
  background-color: #111;
  border-radius: 16px;
  padding: 40px 30px;
  margin: 40px auto;
  max-width: 900px; /* همون اندازه باکس معرفی */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  flex-wrap: nowrap; /* جلوگیری از ردیف شدن زیر هم */
  box-shadow: 0 8px 30px rgba(211, 47, 47, 0.6);
  color: #eee;
}


.bot-info {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

.bot-info h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #ff5252; /* قرمز روشن */
}

.bot-info p {
  font-size: 1.1rem;
  line-height: 2;
  color: #ddd;
}

.bot-card {
  flex: 1;
  min-width: 250px;
  max-width: 320px;
  background: #222; /* پس‌زمینه تیره‌تر */
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(211, 47, 47, 0.6); /* سایه قرمز */
  padding: 2rem;
  text-align: center;
  color: #eee;
  border: 2px solid #d32f2f; /* خط قرمز */
}

.bot-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
  border: 3px solid #d32f2f; /* حاشیه قرمز */
}

.bot-id {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
  color: #ff8a80;
}

.join-btn {
  display: inline-block;
  background-color: #d32f2f; /* قرمز قالب */
  color: white;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.join-btn:hover {
  background-color: #b71c1c; /* قرمز تیره‌تر هاور */
}

@media (max-width: 768px) {
  .telegram-bot-section {
    flex-wrap: wrap; /* موبایل ستون‌ها زیر هم */
    padding: 30px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2dd97e3 */.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8162322 */.business-card {
  position: relative; /* برای اینکه رِبون موقعیت نسبی نسبت به کارت داشته باشد */
  padding: 20px;
  border-radius: 8px;
  background: #111; /* اصلاح‌شده: رنگ زمینه مشکی تیره */
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden; /* برای مخفی کردن بخش‌های اضافی رِبون */
  color: #fff; /* متن داخل کارت سفید برای تضاد با زمینه تیره */
}

/* حالت هاور برای کارت */
.business-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

/* استایل رِبون */
.ribbon {
  width: 150px;
  background: #e74c3c; /* پیش‌فرض: قرمز */
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
  position: absolute;
  top: 10px;
  left: -45px;
  transform: rotate(-45deg);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  z-index: 10;
  pointer-events: none; /* کلیک‌پذیر نباشد */
  user-select: none;   /* متن قابل انتخاب نباشد */
  border-radius: 2px;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
}

/* رنگ‌های مختلف ریبون بر اساس امتیاز */
.ribbon-green  { background: #27ae60; }   /* پیشنهاد می‌شود */
.ribbon-yellow { background: #F1B800; }   /* نیازمند بهبود */
.ribbon-red    { background: #c0س392b; }   /* عدم توصیه */
.ribbon-black {
  background: #000;
  color: white;
  border: 2px solid #c0392b; /* حاشیه قرمز */
  box-shadow: 0 0 8px rgba(192, 57, 43, 0.8); /* سایه قرمز */
}  /* هشدار شدید */

/* انیمیشن نمایش نرم ریبون */
@keyframes fadeIn {
  to { opacity: 1; }
}
.view-all-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}

.view-all-button {
  display: inline-block;
  padding: 12px 25px;
  color: #fff;
  background: #000;
  border: 2px solid #ff0000;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0 12px rgba(255, 0, 0, 0.5);
  transition: all 0.3s ease;
  font-family: "IRANSans", sans-serif;
}


.view-all-button:hover {
  background: #ff0000;
  color: #000;
  box-shadow: 0 0 18px rgba(255, 0, 0, 0.8);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8abb622 *//* دکمه‌های تب */
.custom-tabs .tab-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.custom-tabs .tab-btn {
  background-color: #111;
  color: #bbb;
  border: 1px solid rgba(255, 0, 0, 0.2);
  padding: 10px 25px;
  border-radius: 30px;
  cursor: pointer;
  font-family: IRANSans, sans-serif;
  transition: all 0.3s ease;
  font-size: 16px;
}

.custom-tabs .tab-btn:hover {
  background-color: #8b0000;
  color: #fff;
}

.custom-tabs .tab-btn.active {
  background-color: #b30000;
  color: #fff;
  font-weight: bold;
}

/* محتوای تب‌ها */
.custom-tabs .tab-content-wrapper {
  background-color: #000;
  padding: 40px 20px;
  border-radius: 20px;
}

/* ساختار شبکه‌ای کارت‌ها */
.business-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

/* کارت‌های هر کسب‌وکار */
.business-card {
  background-color: #1a1a1a;
  color: #ccc;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 0 20px rgba(179, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 0, 0, 0.1);
  font-family: IRANSans, sans-serif;
}

.business-card:hover {
  box-shadow: 0 0 30px rgba(139, 0, 0, 0.3);
  transform: translateY(-5px);
  border-color: rgba(255, 0, 0, 0.3);
}

.business-card h3 {
  font-size: 20px;
  color: #ff2e2e;
  margin-bottom: 10px;
}

.business-card p {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 10px;
}

/* ستاره‌ها */
.business-card .stars {
  font-size: 18px;
  color: #b30000;
}/* End custom CSS */