@font-face {
  font-family: 'Vazirmatn';
  font-width: 500;
  src: url(../fonts/Vazirmatn-FD-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Vazirmatn';
  font-width: 600;
  src: url(../fonts/Vazirmatn-FD-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Vazirmatn';
  font-width: 700;
  src: url(../fonts/Vazirmatn-FD-Bold.woff2) format('woff2');
}

html,body,h1,h2,h3,h4,h5,a,button,input,p{
  font-family: 'Vazirmatn',sans-serif !important;

}
span{
  font-family: 'Vazirmatn',sans-serif;

}
.radman-centers-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 16px 56px;
  font-family: inherit;
}

.radman-centers-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f7fb 0%, #ffffff 72%);
  border: 1px solid #e8ebf0;
  border-radius: 26px;
  padding: 52px 34px;
  margin-bottom: 26px;
  text-align: center;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .04);
}

.radman-centers-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #eaf2fb;
  color: #1f4e79;
  font-size: 13px;
  font-weight: 800;
}

.radman-centers-hero h1 {
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.6;
  font-weight: 900;
  color: #111827;
}

.radman-centers-hero p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2.1;
  color: #4b5563;
}

.radman-centers-tools {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 22px 24px !important;
  margin-bottom: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .035);
}

.radman-centers-tools *,
.radman-centers-tools *::before,
.radman-centers-tools *::after {
  box-sizing: border-box;
}

.radman-search-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
  color: #111827;
}

.radman-centers-search {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px;
  margin: 12px 0 0 0 !important;
  border: 1px solid #d7dce3;
  border-radius: 14px;
  padding: 0 16px;
  box-sizing: border-box !important;
  font-size: 15px;
  outline: none;
  background: #f9fafb;
  color: #111827;
}

.radman-centers-search:focus {
  border-color: #1f4e79;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(31, 78, 121, .08);
}

.radman-city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}

.radman-city-grid a {
  display: block;
  padding: 11px 14px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  text-align: center;
  color: #1f2937;
  text-decoration: none;
  font-weight: 800;
  transition: all .18s ease;
}

.radman-city-grid a:hover {
  background: #1f4e79;
  color: #ffffff;
  border-color: #1f4e79;
  transform: translateY(-1px);
}

.radman-city-box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.radman-city-box.is-active {
  border-color: #1f4e79;
  box-shadow: 0 14px 36px rgba(31, 78, 121, .12);
}

.radman-city-box summary {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 18px;
  font-weight: 900;
  color: #111827;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.radman-city-box summary::-webkit-details-marker {
  display: none;
}

.radman-city-box summary::after {
  content: '+';
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #f3f4f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f4e79;
  font-weight: 900;
}

.radman-city-box[open] summary::after {
  content: '−';
  background: #1f4e79;
  color: #ffffff;
}

.radman-city-box summary small {
  margin-right: auto;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
}

.radman-city-content {
  padding: 0 18px 18px;
}

.radman-service-card {
  background: #f9fafb;
  border: 1px solid #eceff3;
  border-radius: 16px;
  padding: 20px;
  margin-top: 12px;
}

.radman-service-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 900;
  color: #111827;
}

.radman-detail-line {
  margin: 0 0 8px;
  line-height: 2;
  color: #374151;
  font-size: 14px;
}

.radman-detail-line.is-address::before {
  content: 'آدرس: ';
  font-weight: 900;
  color: #111827;
}

.radman-service-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.radman-service-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  transition: all .18s ease;
}

.radman-call-btn {
  background: #1f4e79;
  color: #ffffff;
}

.radman-call-btn:hover {
  background: #163a5c;
  color: #ffffff;
}

.radman-map-btn {
  background: #ffffff;
  color: #1f4e79;
  border: 1px solid #cbd5e1;
}

.radman-map-btn:hover {
  background: #eaf2fb;
  color: #1f4e79;
}

.radman-centers-empty {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  border-radius: 16px;
  padding: 18px;
  text-align: center;
  font-weight: 800;
}

@media (max-width: 768px) {
  .radman-centers-wrap {
    padding: 28px 12px 42px;
  }

  .radman-centers-hero {
    padding: 34px 18px;
    border-radius: 20px;
  }

  .radman-centers-hero h1 {
    font-size: 23px;
  }

  .radman-centers-tools {
    padding: 18px 16px !important;
  }

  .radman-city-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .radman-city-box summary {
    padding: 16px;
    font-size: 16px;
  }

  .radman-service-card {
    padding: 16px;
  }

  .radman-service-actions a {
    width: 100%;
  }
}

.radman-search-empty-message {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff8e6;
  border: 1px solid #ffe1a3;
  color: #8a5a00;
  font-size: 14px;
  line-height: 1.8;
}
