/**
 * Pandit Ji SEO landing — mirrors muhurat catalog hero + booking card patterns.
 * Scoped with .panditji-hero / .panditji-booking-* to avoid affecting muhurat pages.
 */

.panditji-hero {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background:
    radial-gradient(ellipse 90% 70% at 50% -10%, rgba(255, 87, 0, 0.07) 0%, transparent 55%),
    linear-gradient(180deg, #faf9f7 0%, #f5f3f0 100%);
  padding: 2rem 0 3rem;
}

@media (min-width: 992px) {
  .panditji-hero {
    padding: 2.75rem 0 4rem;
  }
}

.panditji-hero__title {
  font-weight: 700;
  font-size: clamp(1.65rem, 4.2vw, 2.35rem);
  line-height: 1.2;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
  .panditji-hero__title {
    font-size: 3.5rem;
  }
}

.panditji-hero__highlight {
  color: #ff5700;
}

.panditji-hero__lead {
  font-size: 1.05rem;
  color: #4a4a4a;
  line-height: 1.55;
  max-width: 36rem;
}

.panditji-hero__features {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 1.5rem;
}

.panditji-hero__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.panditji-hero__features .bi-check-circle-fill {
  color: #ff5700;
  flex-shrink: 0;
  margin-top: 2px;
}

.panditji-urgency {
  font-size: 0.92rem;
  color: #b45309;
  background: rgba(251, 191, 36, 0.15);
  border: 1px solid rgba(251, 191, 36, 0.4);
  border-radius: 10px;
  padding: 0.65rem 1rem;
  max-width: 36rem;
}

.panditji-trust-strip {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
}

.panditji-trust-strip__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  font-size: 0.88rem;
  color: #444;
}

.panditji-trust-strip__inner span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.panditji-section {
  padding: 3rem 0;
}

.panditji-section--alt {
  background: #fafafa;
}

.panditji-section h2 {
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.panditji-pandit-grid .card {
  border-radius: 14px;
  border: 1px solid #ececec;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

/* —— About Puja (3 cards + heading underline) —— */
.panditji-about-puja {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  padding: 3rem 0 3.25rem;
  background: #fff;
}

@media (min-width: 992px) {
  .panditji-about-puja {
    padding: 3.5rem 0 3.75rem;
  }
}

.panditji-about-puja__header {
  margin-bottom: 2.25rem;
}

.panditji-about-puja__title {
  font-weight: 700;
  font-size: clamp(1.4rem, 3.2vw, 1.85rem);
  color: #1a202c;
  letter-spacing: -0.02em;
  margin: 0 auto 0.85rem;
  max-width: 48rem;
  line-height: 1.25;
}

.panditji-about-puja__title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 4px;
  border-radius: 2px;
  background: #ff5700;
  margin: 1rem auto 0;
}

.panditji-about-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 1.5rem 1.35rem 1.6rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.panditji-about-card__icon-box {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 10px;
  background: #fff5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.panditji-about-card__icon {
  font-size: 1.35rem;
  color: #ff5700;
  line-height: 1;
}

.panditji-about-card__heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0 0 0.65rem;
  line-height: 1.3;
}

.panditji-about-card__text {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #4a5568;
}

/* —— Puja Samagri (cream panel + 4 cards + package banner) —— */
.panditji-samagri {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  padding: 0 0 3.25rem;
  background: #fff;
}

.panditji-samagri__header {
  margin-bottom: 1.75rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.panditji-samagri__title {
  font-weight: 700;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  color: #1a202c;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}

.panditji-samagri__subtitle {
  font-size: 1rem;
  line-height: 1.55;
  color: #4a5568;
  margin-bottom: 0;
}

.panditji-samagri__panel {
  background: #fff9f0;
  border-radius: 18px;
  padding: 1.5rem 1.25rem 1.5rem;
  border: 1px solid rgba(255, 87, 0, 0.08);
}

@media (min-width: 768px) {
  .panditji-samagri__panel {
    padding: 2rem 1.75rem 1.75rem;
  }
}

@media (min-width: 1200px) {
  .panditji-samagri__panel {
    padding: 2.25rem 2rem 2rem;
  }
}

.panditji-samagri-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 1.15rem 1.1rem 1.2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.panditji-samagri-card__head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.panditji-samagri-card__icon-wrap {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: #fff0e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panditji-samagri-card__icon {
  font-size: 1.2rem;
  color: #ea580c;
  line-height: 1;
}

.panditji-samagri-card__name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0;
  line-height: 1.3;
}

.panditji-samagri-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.panditji-samagri-card__list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #4a5568;
  margin-bottom: 0.35rem;
}

.panditji-samagri-card__list li:last-child {
  margin-bottom: 0;
}

.panditji-samagri-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff5700;
}

.panditji-samagri__banner {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1.15rem 1.15rem 1.2rem;
  background: #fff;
  border: 1px solid rgba(255, 87, 0, 0.28);
  border-radius: 14px;
}

@media (min-width: 576px) {
  .panditji-samagri__banner {
    align-items: center;
    padding: 1.25rem 1.35rem;
    margin-top: 1.75rem;
  }
}

.panditji-samagri__banner-icon-wrap {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #ff5700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panditji-samagri__banner-icon {
  font-size: 1.35rem;
  color: #fff;
  line-height: 1;
}

.panditji-samagri__banner-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0 0 0.35rem;
  line-height: 1.3;
}

.panditji-samagri__banner-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4a5568;
}

.panditji-sticky-mobile-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991.98px) {
  .panditji-sticky-mobile-cta {
    display: block;
  }
}

.panditji-sticky-mobile-cta .btn {
  width: 100%;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.85rem 1rem;
  background: #ff5700 !important;
  border: none;
  color: #fff !important;
}

/* Booking card always visible (mobile + desktop); no toggle-to-reveal */
#panditji_booking_wrap.panditji-booking-mobile-wrap,
.panditji-booking-mobile-wrap {
  display: block !important;
}

.panditji-hero-mobile-cta {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 1.25rem;
  padding: 0.95rem 1.15rem;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  color: #fff !important;
  background: #ff5700 !important;
  box-shadow: 0 8px 24px rgba(255, 87, 0, 0.35);
  font-family: inherit;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .panditji-hero-mobile-cta {
    display: flex;
  }
}

.panditji-step2-summary {
  position: sticky;
  top: 1rem;
}

@media (max-width: 991.98px) {
  .panditji-step2-summary-card {
    border-radius: 12px;
  }
}

.panditji-kit-expand .collapse {
  font-size: 0.88rem;
  color: #555;
}

.modal-content.panditji-modal-xl {
  border-radius: 16px;
}

/* Hub + puja catalog: hero with embedded Step 1 card */
.panditji-hero--hub .breadcrumb {
  background: transparent;
  padding-left: 0;
  margin-bottom: 1rem;
}

.panditji-hero--hub .panditji-hero__title {
  font-size: clamp(1.35rem, 3.8vw, 2rem);
}

@media (min-width: 992px) {
  .panditji-hero--hub .panditji-hero__title {
    font-size: 3.5rem;
  }
}

/* —— Why Choose Us? (trust grid) —— */
.panditji-why-choose {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  padding: 3.25rem 0 3.75rem;
  background: #faf8f5;
}

@media (min-width: 992px) {
  .panditji-why-choose {
    padding: 3.75rem 0 4.25rem;
  }
}

.panditji-why-choose__header {
  max-width: 42rem;
  margin-bottom: 2.5rem;
}

.panditji-why-choose__title {
  font-weight: 700;
  font-size: clamp(1.5rem, 3.5vw, 1.85rem);
  color: #0f2744;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.panditji-why-choose__subtitle {
  font-size: 1rem;
  line-height: 1.6;
  color: #6b7280;
  margin-bottom: 0;
}

.panditji-why-card {
  text-align: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 1.75rem 1.35rem 1.65rem;
  box-shadow: 0 4px 24px rgba(15, 39, 68, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.panditji-why-card:hover {
  box-shadow: 0 8px 32px rgba(15, 39, 68, 0.1);
}

.panditji-why-card__icon-wrap {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: #fff0e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}

.panditji-why-card__icon {
  font-size: 1.65rem;
  color: #c2410c;
  line-height: 1;
}

.panditji-why-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #c2410c;
  line-height: 1.35;
  margin-bottom: 0.65rem;
}

.panditji-why-card__text {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #6b7280;
}

/* —— Recently booked carousel —— */
.panditji-recent {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: #fff;
}

.panditji-recent__header {
  max-width: 40rem;
}

.panditji-recent__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ea580c;
  background: #fff0e8;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  margin-bottom: 1rem;
}

.panditji-recent__badge .bi {
  font-size: 0.85rem;
}

.panditji-recent__title {
  font-weight: 700;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  color: #0f2744;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}

.panditji-recent__subtitle {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.55;
}

.panditji-recent__slider-wrap {
  position: relative;
  padding: 0 0 2.5rem;
}

.panditji-recent-card {
  text-align: left;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 1.25rem 1.15rem 1.1rem;
  box-shadow: 0 2px 16px rgba(15, 39, 68, 0.06);
}

.panditji-recent-card__avatar {
  flex-shrink: 0;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  background: linear-gradient(135deg, #ff5700 0%, #ea580c 55%, #c2410c 100%);
}

.panditji-recent-card__name {
  font-weight: 700;
  font-size: 1rem;
  color: #111827;
  line-height: 1.25;
}

.panditji-recent-card__loc {
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.15rem;
}

.panditji-recent-card__loc .bi {
  font-size: 0.8rem;
  margin-right: 0.15rem;
  vertical-align: -0.05em;
}

.panditji-recent-card__box {
  background: #f4f4f5;
  border-radius: 10px;
  padding: 0.85rem 1rem;
}

.panditji-recent-card__service {
  font-weight: 700;
  font-size: 0.95rem;
  color: #ea580c;
  line-height: 1.35;
  margin-bottom: 0.35rem;
}

.panditji-recent-card__time {
  font-size: 0.8125rem;
  color: #6b7280;
}

.panditji-recent-card__time .bi {
  font-size: 0.8rem;
  margin-right: 0.2rem;
  vertical-align: -0.05em;
}

/* Slick overrides inside section */
.panditji-recent .slick-slide {
  height: auto;
}

.panditji-recent .slick-slide > div {
  height: 100%;
}

.panditji-recent .slick-track {
  display: flex !important;
  align-items: stretch;
}

.panditji-recent .slick-dots {
  bottom: -2.25rem;
}

.panditji-recent .slick-dots li button:before {
  font-size: 10px;
  color: #ea580c;
  opacity: 0.35;
}

.panditji-recent .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ea580c;
}

.panditji-recent-slick-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.panditji-recent-slick-btn:hover {
  background: #fff7ed;
  border-color: #fed7aa;
}

.panditji-recent-slick-btn .bi {
  font-size: 1.15rem;
  color: #ea580c;
  line-height: 1;
}

.panditji-recent .slick-prev {
  left: -0.25rem;
}

.panditji-recent .slick-next {
  right: -0.25rem;
}

@media (max-width: 575.98px) {
  .panditji-recent .slick-prev {
    left: 0;
  }
  .panditji-recent .slick-next {
    right: 0;
  }
}
