.elementor-22613 .elementor-element.elementor-element-a100346{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-22613 .elementor-element.elementor-element-eb55fa1{--display:flex;}.elementor-22613 .elementor-element.elementor-element-e4db8fc{--display:flex;}.elementor-22613 .elementor-element.elementor-element-294ad8d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-63da9a8 */<div class="tour-ads-wrapper">

  <div class="tour-card">
    <div class="tour-image">
      <img src="https://tourizma.iransafar.co/wp-content/uploads/2025/12/تور-تانزانیا-زنگبار.jpg" alt="قلعه شهر سنگی در تور تانزانیاتوریزما">
      <span class="tour-badge">پیشنهاد ویژه</span>
    </div>

    <div class="tour-content">
      <!-- از h3 به div با کلاس tour-title تغییر دادیم -->
      <div class="tour-title">تور ترکیبی کنیا و تانزانیا</div>
      <p>پرواز امارات، هتل 5 ستاره، گشتهای جذاب</p>

      <div class="tour-footer">
        <span class="price">3790 دلار + پرواز </span>
        <a href="https://tourizma.iransafar.co/tour/kenya-tanzania/" class="btn">مشاهده تور</a>
      </div>
    </div>
  </div>.tour-ads-wrapper {
  width: 100%;
  margin: 30px 0;
  font-family: sans-serif;
  display: flex;
  justify-content: center; /* کارت وسط صفحه */
  padding: 0 15px; /* فاصله از لبه صفحه */
  box-sizing: border-box;
}

.tour-card {
  width: 100%;
  max-width: 1200px; /* حداکثر عرض باکس روی مانیتور بزرگ */
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
  transition: transform 0.4s ease;
}

.tour-card:hover {
  transform: translateY(-8px);
}

.tour-image {
  position: relative;
}

.tour-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.tour-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #e63946;
  color: #fff;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 13px;
}

.tour-content {
  background: #fff;
  padding: 20px 25px;
}

/* حذف h3 و استفاده از کلاس tour-title */
.tour-title {
  font-size: 22px;       /* اندازه دلخواه */
  font-weight: 600;      /* ضخیم اما نه خیلی سنگین */
  color: #333;
  margin-bottom: 10px;
}

.tour-content p {
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
}

.tour-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price {
  font-weight: bold;
  color: #ff7a18;
  font-size: 18px;
}

.btn {
  background: linear-gradient(135deg, #ff7a18, #ff3c00);
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 15px;
  transition: opacity 0.3s;
}

.btn:hover {
  opacity: 0.85;
}


</div>/* End custom CSS */