@media(max-width:767px){.elementor-20743 .elementor-element.elementor-element-fcf8d5a{width:100%;max-width:100%;align-self:flex-start;}}/* Start custom CSS for html, class: .elementor-element-fcf8d5a *//* تنظیمات کلی کانتینر */
.landing-kosar-dentist {
  direction: rtl;
  text-align: right;
  background: #f4f6fb;
  color: #1f2937;
  padding: 10px 5px 40px; /* کاهش پدینگ بالا */
  box-sizing: border-box;
  font-family: inherit; /* ارث‌بری فونت قالب */
}

.landing-kosar-dentist * {
  box-sizing: border-box;
}

.landing-kosar-dentist .container {
  max-width: 800px; /* عرض کمتر برای تمرکز بیشتر */
  margin: 0 auto;
}

/* استایل بخش هیرو (Hero) - ساده و جذاب */
.landing-kosar-dentist .hero {
  background: radial-gradient(circle at top right, #eef2ff 0, #f4f6fb 100%);
  border-radius: 16px;
  padding: 20px 16px;
  margin-bottom: 16px;
  border: 1px solid #e0e7ff;
  text-align: center; /* مرکزچین برای تاثیر بیشتر در موبایل */
}

.landing-kosar-dentist h1 {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 8px;
  color: #1e3a8a; /* آبی تیره‌تر */
}

.landing-kosar-dentist .hero p {
  margin: 0 0 12px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4b5563;
}

/* دکمه‌های ناوبری (اصلاح شده: بدون اسکرول، چیدمان کاشی) */
.landing-kosar-dentist .area-nav-wrapper {
  position: sticky;
  top: 0;
  z-index: 50;
  margin: 0 -5px 20px; /* مارجین منفی برای پر کردن عرض در موبایل */
  padding: 10px 8px;
  background: rgba(244, 246, 251, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.landing-kosar-dentist .area-nav-tabs__list {
  display: flex;
  flex-wrap: wrap; /* کلید حل مشکل اسکرول */
  gap: 8px;
  justify-content: center;
}

.landing-kosar-dentist .area-nav-tab {
  flex: 1 1 calc(33% - 10px); /* سه تا در یک ردیف (یا دوتا بسته به سایز) */
  min-width: 90px;
  background: #ffffff;
  border-radius: 10px;
  padding: 8px 4px;
  text-decoration: none;
  border: 1px solid #dbeafe;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

/* تنظیم موبایل برای دکمه‌ها */
@media (max-width: 480px) {
    .landing-kosar-dentist .area-nav-tab {
        flex: 1 1 calc(50% - 10px); /* در موبایل‌های کوچک دو تا کنار هم */
    }
}

.landing-kosar-dentist .area-nav-tab:hover,
.landing-kosar-dentist .area-nav-tab:active {
  background: #eff6ff;
  border-color: #2563eb;
  color: #2563eb;
}

.landing-kosar-dentist .area-nav-tab__title {
  font-size: 0.85rem;
  font-weight: 700;
  color: #374151;
  text-align: center;
}

/* استایل بخش‌های مناطق */
.landing-kosar-dentist .area-section {
  margin-bottom: 20px;
  padding: 15px 12px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f4f6;
}

.landing-kosar-dentist .area-section h2 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 12px;
  color: #111827;
  padding-right: 10px;
  border-right: 4px solid #3b82f6; /* نشانگر رنگی کنار تیتر */
  display: flex;
  align-items: center;
}

/* استایل گرید برای لیست دندانپزشکی‌ها */
.landing-kosar-dentist .clinic-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  .landing-kosar-dentist .clinic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* استایل دکمه مشاهده بیشتر (ساده‌تر) */
.landing-kosar-dentist .area-more-link {
  margin-top: 15px;
  text-align: center;
}

.landing-kosar-dentist .area-more-link a {
  display: inline-block;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  color: #2563eb;
  padding: 8px 20px;
  border-radius: 20px;
  background: #eff6ff;
}/* End custom CSS */