/* تعریف فونت‌ها */
@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/themes/astra-child/fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'IRANSans';
  src: url('https://stylei.ir/wp-content/uploads/IRANSansWeb_Bold.woff2') format('woff2'),
       url('https://stylei.ir/wp-content/uploads/IRANSansWeb_Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

/* استایل بادی */
.service-landing-wrapper .content-wrapper {
  padding-top: 80px;
}
.service-landing-wrapper .service-header {
  text-align: center;
  padding: 20px 10px;
  background: #fff;
}
.service-landing-wrapper .service-header img {
  max-width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
}
.service-landing-wrapper .service-info {
  padding: 15px;
  text-align: center;
}
.service-landing-wrapper .service-info h1 {
  font-size: 22px;
  margin-bottom: 8px;
  color: #333;
  font-family: 'IRANSans', sans-serif;
  font-weight: bold;
}
.service-landing-wrapper .price-range {
  font-size: 16px;
  color: #333;
  margin: 8px 0;
  font-family: 'Vazirmatn', 'IRANSans', sans-serif;
}
.service-landing-wrapper button.open-service-modal {
  display: block;
  margin: 15px auto;
  background-color: #1e3a8a;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 14px;
  font-family: 'IRANSans', sans-serif;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-align: center;
  max-width: 90%;
}
.service-landing-wrapper .open-service-modal:hover {
  background-color: #1e40af;
}
.service-landing-wrapper .stats-rectangle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 9px;
  background: #FFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin: 15px auto;
  max-width: 90%;
}
.service-landing-wrapper .stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.service-landing-wrapper .stat-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.service-landing-wrapper .stat-text {
  font-size: 11px;
  font-weight: 500;
  color: #121212;
  line-height: 22px;
  margin: 0;
  font-family: 'Vazirmatn', 'IRANSans', sans-serif;
}
.service-landing-wrapper .stat-number {
  font-family: 'IRANSans', sans-serif;
  font-weight: bold;
  color: #333;
}
.service-landing-wrapper .stat-number-orders {
  font-size: 19px;
}
.service-landing-wrapper .stat-number-specialists {
  font-size: 19px;
}
.service-landing-wrapper .stat-number-rating {
  font-size: 20px;
}
.service-landing-wrapper .stat-number-reviews {
  font-family: 'IRANSans', sans-serif;
}
.service-landing-wrapper .stars {
  display: flex;
  gap: 2px;
}
.service-landing-wrapper .star {
  font-size: 16px;
  color: #E0E0E0;
}
.service-landing-wrapper .star.filled {
  color: #FFC107;
}
.service-landing-wrapper .star.half {
  color: #FFC107;
  position: relative;
}
.service-landing-wrapper .star.half::after {
  content: '★';
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: #E0E0E0;
}
.service-landing-wrapper .divider {
  width: 1px;
  height: 40px;
  background: #E0E0E0;
}
.service-landing-wrapper .start-request-button {
  display: block;
  margin: 15px auto;
  background-color: #1e3a8a;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 14px;
  font-family: 'IRANSans', sans-serif;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-align: center;
  max-width: 90%;
}
.service-landing-wrapper .start-request-button:hover {
  background-color: #1e40af;
}
.service-landing-wrapper .about-service {
  padding: 20px 10px;
  max-width: 90%;
  margin: 0 auto;
}
.service-landing-wrapper .about-service h2 {
  font-size: 18px;
  font-family: 'IRANSans', sans-serif;
  font-weight: bold;
}
.service-landing-wrapper .about-service img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
  border-radius: 8px;
}
.service-landing-wrapper .about-service p {
  font-family: 'Vazirmatn', 'IRANSans', sans-serif;
  font-size: 14px;
  color: #666;
}
.service-landing-wrapper .pricing-section {
  padding: 20px 10px;
  background: #f9f9f9;
  margin: 15px 0;
}
.service-landing-wrapper .pricing-section h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  font-family: 'IRANSans', sans-serif;
  position: relative;
}
.service-landing-wrapper .pricing-section h2::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #00BFFF;
  border-radius: 2px;
}
.service-landing-wrapper .pricing-table {
  max-width: 90%;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}
.service-landing-wrapper .pricing-item {
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Vazirmatn', 'IRANSans', sans-serif;
  transition: transform 0.3s ease;
}
.service-landing-wrapper .pricing-item:hover {
  transform: translateY(-5px);
}
.service-landing-wrapper .pricing-item span {
  font-size: 14px;
  color: #444;
}
.service-landing-wrapper .pricing-item .price {
  font-weight: bold;
  color: #1e3a8a;
}
.service-landing-wrapper .top-specialists {
  padding: 20px 5px;
  font-family: 'IRANSans', sans-serif;
  text-align: center;
  background: #f9f9f9;
  --icon-size: 20px;
}
.service-landing-wrapper .top-specialists h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  position: relative;
}
.service-landing-wrapper .top-specialists h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #00BFFF;
  border-radius: 2px;
}
.service-landing-wrapper .experts-carousel {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.service-landing-wrapper .carousel__slider-container {
  overflow: hidden;
  position: relative;
}
.service-landing-wrapper .carousel__slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 15px;
  padding: 0 10px;
  scrollbar-width: none;
}
.service-landing-wrapper .carousel__slider::-webkit-scrollbar {
  display: none;
}
.service-landing-wrapper .expert-card {
  flex: 0 0 300px;
  height: 217px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #E0E0E0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-landing-wrapper .expert-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.service-landing-wrapper .expert-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.service-landing-wrapper .expert-card__avatar img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 10px;
}
.service-landing-wrapper .expert-card__details {
  flex: 1;
  text-align: right;
}
.service-landing-wrapper .expert-card__name {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin: 0;
  font-family: 'IRANSans', sans-serif;
}
.service-landing-wrapper .expert-card__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
}
.service-landing-wrapper .rating-box {
  display: flex;
  align-items: center;
  gap: 3px;
  background: #FFF9E5;
  border: 1px solid #FFD700;
  border-radius: 12px;
  padding: 2px 6px;
}
.service-landing-wrapper .rating-score {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.service-landing-wrapper .rating-star {
  width: var(--icon-size);
  height: var(--icon-size);
}
.service-landing-wrapper .rating-count {
  font-size: 12px;
  color: #666;
}
.service-landing-wrapper .expert-card__specialty {
  font-size: 13px;
  color: #333;
  margin: 5px 0;
  text-align: right;
  font-family: 'IRANSans', sans-serif;
}
.service-landing-wrapper .expert-card__badges {
  list-style: none;
  padding: 8px 8px 0 8px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  text-align: right;
  flex-grow: 1;
}
.service-landing-wrapper .expert-card__badges li {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333;
  font-family: 'IRANSans', sans-serif;
}
.service-landing-wrapper .badge-icon {
  width: var(--icon-size);
  height: var(--icon-size);
  margin-left: 5px;
}
.service-landing-wrapper .reviews-section {
  padding: 15px;
  background: #f5f5f5;
  margin: 15px 0;
}
.service-landing-wrapper .reviews-section h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  font-family: 'IRANSans', sans-serif;
  position: relative;
}
.service-landing-wrapper .reviews-section h2::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #00BFFF;
  border-radius: 2px;
}
.service-landing-wrapper .reviews-carousel {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  padding: 10px 0;
  scrollbar-width: none;
}
.service-landing-wrapper .reviews-carousel::-webkit-scrollbar {
  display: none;
}
.service-landing-wrapper .review-card {
  flex: 0 0 280px;
  background: linear-gradient(135deg, #ffffff, #f9f9f9);
  border-radius: 12px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.service-landing-wrapper .review-card:hover {
  transform: translateY(-5px);
}
.service-landing-wrapper .review-card p {
  font-size: 14px;
  color: #444;
  margin: 0 0 10px;
  font-family: 'Vazirmatn', 'IRANSans', sans-serif;
  line-height: 1.5;
}
.service-landing-wrapper .review-rating {
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
}
.service-landing-wrapper .review-rating .star {
  font-size: 16px;
  color: #FFC107;
}
.service-landing-wrapper .review-author {
  font-size: 12px;
  color: #666;
  text-align: left;
  font-family: 'Vazirmatn', 'IRANSans', sans-serif;
  font-style: italic;
}
.service-landing-wrapper .cta-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #1e3a8a;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'IRANSans', sans-serif;
  font-weight: bold;
}
.service-landing-wrapper .cta-button:hover {
  background-color: #1e40af;
}
.service-landing-wrapper .cta-button i {
  font-size: 18px;
}
.service-landing-wrapper .map-section {
  padding: 15px;
  background: #f5f5f5;
  margin: 15px 0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.service-landing-wrapper .map-section h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  font-family: 'IRANSans', sans-serif;
  position: relative;
}
.service-landing-wrapper .map-section h2::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #00BFFF;
  border-radius: 2px;
}
.service-landing-wrapper #map {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.service-landing-wrapper .map-error {
  color: #e63946;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  font-family: 'Vazirmatn', 'IRANSans', sans-serif;
}

.service-landing-wrapper .section-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
  position: relative;
  font-family: 'IRANSans', sans-serif;
}
.service-landing-wrapper .section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #00BFFF;
  border-radius: 2px;
}

.service-landing-wrapper .highlight {
  color: #0059FF;
  position: relative;
  padding-bottom: 2px;
  direction: rtl;
  unicode-bidi: embed;
}
.service-landing-wrapper .highlight::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #FF6700;
  opacity: 9;
  transition: opacity 0.3s ease;
}

.service-landing-wrapper .arrow-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .service-landing-wrapper .service-header {
    padding: 40px 20px;
  }
  .service-landing-wrapper .service-info h1 {
    font-size: 32px;
  }
  .service-landing-wrapper .service-info {
    padding: 20px;
  }
  .service-landing-wrapper .price-range {
    font-size: 18px;
  }
  .service-landing-wrapper .stats-rectangle {
    padding: 20px;
    max-width: 600px;
  }
  .service-landing-wrapper .stat-number-orders,
  .service-landing-wrapper .stat-number-specialists {
    font-size: 28px;
  }
  .service-landing-wrapper .stat-number-rating {
    font-size: 28px;
  }
  .service-landing-wrapper .stat-text {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
  }
  .service-landing-wrapper .star {
    font-size: 18px;
  }
  .service-landing-wrapper .divider {
    height: 50px;
  }
  .service-landing-wrapper .start-request-button,
  .service-landing-wrapper .open-service-modal {
    margin: 20px auto;
    padding: 15px 30px;
    font-size: 16px;
    max-width: 300px;
  }
  .service-landing-wrapper .about-service {
    padding: 40px 20px;
    max-width: 800px;
  }
  .service-landing-wrapper .about-service h2 {
    font-size: 24px;
  }
  .service-landing-wrapper .pricing-section {
    padding: 40px 20px;
  }
  .service-landing-wrapper .pricing-section h2 {
    font-size: 24px;
  }
  .service-landing-wrapper .pricing-table {
    max-width: 600px;
    grid-template-columns: repeat(2, 1fr);
  }
  .service-landing-wrapper .pricing-item {
    padding: 20px;
  }
  .service-landing-wrapper .pricing-item span {
    font-size: 16px;
  }
  .service-landing-wrapper .top-specialists {
    padding: 50px 5px;
    --icon-size: 22px;
  }
  .service-landing-wrapper .top-specialists h2 {
    font-size: 32px;
  }
  .service-landing-wrapper .experts-carousel {
    max-width: 900px;
  }
  .service-landing-wrapper .expert-card {
    flex: 0 0 370px;
  }
  .service-landing-wrapper .expert-card__name {
    font-size: 16px;
  }
  .service-landing-wrapper .expert-card__specialty {
    font-size: 14px;
  }
  .service-landing-wrapper .expert-card__badges li {
    font-size: 13px;
  }
  .service-landing-wrapper .reviews-section h2 {
    font-size: 24px;
  }
  .service-landing-wrapper .review-card {
    flex: 0 0 350px;
  }
  .service-landing-wrapper .map-section {
    padding: 20px;
  }
  .service-landing-wrapper .map-section h2 {
    font-size: 24px;
  }
  .service-landing-wrapper #map {
    height: 300px;
  }
  .service-landing-wrapper .cta-button {
    bottom: 30px;
    right: 30px;
    padding: 15px 25px;
    font-size: 16px;
  }
  .service-landing-wrapper .cta-button i {
    font-size: 20px;
  }
  .service-landing-wrapper .section-nine {
    padding: 50px 5px;
  }
  .service-landing-wrapper .section-title {
    font-size: 32px;
  }
  .service-landing-wrapper .faq-item {
    padding: 20px;
  }
  
  .service-landing-wrapper .arrow-icon {
    width: 22px;
    height: 22px;
  }
  
  .service-landing-wrapper .show-more {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .service-landing-wrapper .stats-rectangle {
    padding: 25px;
    max-width: 800px;
  }
  .service-landing-wrapper .stat-number-orders,
  .service-landing-wrapper .stat-number-specialists {
    font-size: 32px;
  }
  .service-landing-wrapper .stat-number-rating {
    font-size: 32px;
  }
  .service-landing-wrapper .star {
    font-size: 20px;
  }
  .service-landing-wrapper .divider {
    height: 60px;
  }
  .service-landing-wrapper .start-request-button,
  .service-landing-wrapper .open-service-modal {
    margin: 25px auto;
    padding: 15px 40px;
    font-size: 18px;
    max-width: 400px;
  }
  .service-landing-wrapper .pricing-table {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-landing-wrapper .top-specialists {
    padding: 60px 5px;
    --icon-size: 24px;
  }
  .service-landing-wrapper .top-specialists h2 {
    font-size: 36px;
  }
  .service-landing-wrapper .expert-card__name {
    font-size: 18px;
  }
  .service-landing-wrapper .expert-card__specialty {
    font-size: 15px;
  }
  .service-landing-wrapper .expert-card__badges li {
    font-size: 14px;
  }
  .service-landing-wrapper .section-nine {
    padding: 60px 5px;
  }
  .service-landing-wrapper .section-title {
    font-size: 36px;
  }
    .service-landing-wrapper .arrow-icon {
    width: 24px;
    height: 24px;
  }
  .service-landing-wrapper .faq-item.active .faq-answer {
    padding: 25px 0;
  }
  .service-landing-wrapper .show-more {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .service-landing-wrapper .service-header img {
    max-height: 200px;
  }
  .service-landing-wrapper .pricing-table {
    grid-template-columns: 1fr;
  }
}