/**
 * ARM Astrologer Slider - Chat & Call With Astrologers
 * Theme: White background with yellow & orange shades
 */

.arm-astrologer-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.arm-astrologer-section .slick-dots {
  display: none !important;
}

.arm-astrologer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: linear-gradient(180deg, #fffceb 0%, rgba(255, 248, 238, 0.4) 70%, transparent 100%);
  pointer-events: none;
}

.arm-astrologer-section .section-title {
  position: relative;
  z-index: 1;
}

.arm-astrologer-section .section-title h2 {
  color: #1a161e;
  font-weight: 700;
}

.arm-astrologer-section .section-title p {
  color: #666;
}

.arm-astrologer-slider-wrap {
  position: relative;
  padding: 0 48px;
  max-width: 1200px;
  margin: 0 auto;
}

.arm-astrologer-slider .slick-list {
  margin: 0 -14px;
}

.arm-astrologer-slider .slick-slide {
  padding: 0 14px;
  height: auto;
}

.arm-astrologer-slider .slick-prev,
.arm-astrologer-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f57e10 0%, #e85d04 100%) !important;
  color: #fff !important;
  z-index: 2;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(245, 126, 16, 0.35);
  border: none !important;
}

.arm-astrologer-slider .slick-prev:hover,
.arm-astrologer-slider .slick-next:hover {
  background: linear-gradient(135deg, #ff9f1c 0%, #f57e10 100%) !important;
  box-shadow: 0 6px 20px rgba(245, 126, 16, 0.45);
}

.arm-astrologer-slider .slick-prev { left: -7px; transform: translateX(-100%) translateY(-50%); }
.arm-astrologer-slider .slick-next { right: -7px; transform: translateX(100%) translateY(-50%); }

.arm-astrologer-slider .slick-prev:before,
.arm-astrologer-slider .slick-next:before {
  display: none;
}

.arm-astrologer-slider .slick-dots {
  bottom: -40px;
}

.arm-astrologer-slider .slick-dots li button:before {
  color: #ffc107;
  opacity: 0.5;
  font-size: 10px;
}

.arm-astrologer-slider .slick-dots li.slick-active button:before {
  color: #f57e10;
  opacity: 1;
}

/* Card - well settled layout */
.arm-astrologer-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(245, 126, 16, 0.06);
  overflow: hidden;
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 193, 7, 0.2);
}

.arm-astrologer-card:hover {
  box-shadow: 0 12px 32px rgba(245, 126, 16, 0.12), 0 0 0 1px rgba(255, 193, 7, 0.25);
  border-color: rgba(245, 126, 16, 0.2);
}

/* Avatar - image with fallback */
.arm-astrologer-card__avatar {
  position: relative;
  max-width: 120px;
  max-height: 120px;
  border-radius: 50%;
  margin: 24px auto 0;
  flex-shrink: 0;
  overflow: hidden;
  border: 3px solid #fffceb;
  box-shadow: 0 4px 16px rgba(245, 126, 16, 0.15);
  background: linear-gradient(135deg, #ffc107 0%, #f57e10 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.arm-astrologer-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.arm-astrologer-card__avatar-initial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  pointer-events: none;
}

.arm-astrologer-card__body {
  padding: 20px 22px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.arm-astrologer-card__name {
  font-size: 16px;
  font-weight: 700;
  color: #1a161e;
  margin-bottom: 8px;
  line-height: 1.35;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.arm-astrologer-card__verified {
  color: #f57e10;
  font-size: 15px;
  flex-shrink: 0;
}

.arm-astrologer-card__spec {
  font-size: 12px;
  color: #e85d04;
  margin-bottom: 6px;
  line-height: 1.4;
  font-weight: 500;
}

.arm-astrologer-card__meta {
  font-size: 11px;
  color: #888;
  margin-bottom: 2px;
}

.arm-astrologer-card__exp {
  font-size: 11px;
  color: #666;
  margin-bottom: 10px;
}

.arm-astrologer-card__rating {
  color: #ffc107;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.arm-astrologer-card__price {
  font-size: 16px;
  font-weight: 700;
  color: #f57e10;
  margin-bottom: 18px;
}

.arm-astrologer-card__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
}

.arm-astrologer-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  flex: 1;
  min-width: 0;
  justify-content: center;
}

.arm-astrologer-btn i {
  font-size: 15px;
}

.arm-astrologer-btn--chat {
  background: #fff;
  color: #25D366;
  border: 2px solid #25D366;
}

.arm-astrologer-btn--chat:hover {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
}

.arm-astrologer-btn--call {
  background: transparent;
  color: #f57e10;
  border: 2px solid #f57e10;
  
}

.arm-astrologer-btn--call:hover {
  background: linear-gradient(135deg, #f57e10 0%, #e85d04 100%);
  color: #fff;
  border: 2px solid transparent;
  
}

/* Responsive - settled layout */
@media (max-width: 991px) {
  .arm-astrologer-slider-wrap {
    padding: 0 42px;
  }
}

@media (max-width: 576px) {
  .arm-astrologer-slider-wrap {
    padding: 0 36px;
  }

  .arm-astrologer-card__avatar {
    width: 80px;
    height: 80px;
    margin-top: 18px;
    border-width: 2px;
  }

  .arm-astrologer-card__avatar-initial {
    font-size: 26px;
  }

  .arm-astrologer-card__body {
    padding: 16px 18px 22px;
  }

  .arm-astrologer-card__name {
    font-size: 15px;
  }

  .arm-astrologer-btn {
    padding: 10px 14px;
    font-size: 12px;
  }
}
