/* SatyaGuru Astro – Homepage layout styles */

.sg-home {
  background: var(--sg-bg-page);
}

.sg-home-banner .bannerslider {
  line-height: 0;
}

.sg-home-banner-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 550px;
  object-fit: cover;
  object-position: center;
}

.sg-section {
  padding: 48px 0;
}

.sg-section-cream {
  background: var(--sg-bg-cream);
}

.sg-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.sg-section-head-center {
  text-align: center;
  display: block;
  margin-bottom: 28px;
}

.sg-section-head-center .sg-section-desc {
  max-width: 720px;
  margin: 10px auto 0;
}

.sg-section-title {
  color: var(--sg-heading);
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}

.sg-section-desc {
  color: var(--sg-text);
  font-size: 15px;
  line-height: 1.6;
  margin: 8px 0 0;
  max-width: 560px;
}

.sg-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  border: 2px solid var(--sg-primary);
  border-radius: 50px;
  background: transparent;
  color: var(--sg-primary) !important;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.2;
  transition: all 0.2s ease;
}

.sg-view-all:hover {
  background: var(--sg-primary);
  border-color: var(--sg-primary);
  color: #fff !important;
}

.sg-view-all i {
  font-size: 12px;
}

.sg-view-all-solid {
  background: var(--sg-maroon);
  border-color: var(--sg-maroon);
  color: #fff !important;
}

.sg-view-all-solid:hover {
  background: var(--sg-maroon-dark);
  border-color: var(--sg-maroon-dark);
}

/* Service icons row */
.sg-service-icons {
  padding: 28px 0 36px;
  background: #fff;
}

.sg-service-icons-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 14px;
}

.sg-service-icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 118px;
  padding: 18px 10px 14px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #000;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sg-service-icon-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  color: #000;
}

.sg-service-icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.sg-service-icon-card i {
  font-size: 34px;
  color: #cc2121;
  width: auto;
  height: auto;
  line-height: 1;
}

.sg-service-icon-card > span:last-child {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  color: #000;
}

.sg-badge-live,
.sg-badge-new {
  position: absolute;
  font-size: 8px;
  font-weight: 800;
  padding: 2px 5px;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.sg-badge-live {
  right: -8px;
  bottom: -4px;
  background: #cc2121;
  color: #fff;
}

.sg-badge-new {
  top: -6px;
  right: -10px;
  background: #1b7332;
  color: #fff;
}

/* AI banner */
.sg-ai-banner {
  padding-top: 0;
  padding-bottom: 0;
}

.sg-ai-banner-box {
  background: linear-gradient(135deg, var(--sg-purple-dark) 0%, #1a0820 100%);
  border-radius: var(--sg-radius-lg);
  padding: 36px 32px;
}

.sg-ai-banner-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 32px;
  align-items: center;
}

.sg-ai-banner-copy h2 {
  color: var(--sg-maroon);
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 800;
  margin-bottom: 10px;
}

.sg-ai-banner-copy h2 em {
  color: var(--sg-gold-bright);
  font-style: normal;
  font-size: 14px;
  vertical-align: super;
  margin-left: 6px;
}

.sg-ai-banner-copy p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  margin-bottom: 0;
}

.sg-ai-search-wrap {
  position: relative;
}

.sg-ai-search-wrap input {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 10px;
  padding: 0 130px 0 20px;
  font-size: 15px;
}

.sg-ai-search-wrap button {
  position: absolute;
  right: 6px;
  top: 6px;
  height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  background: var(--sg-maroon);
  color: #fff;
  font-weight: 700;
}

.sg-ai-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.sg-ai-tags a {
  padding: 7px 14px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.sg-ai-tags a:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Upcoming pujas section */
.sg-upcoming-pujas {
  background: #fff;
}

.sg-upcoming-pujas .sg-section-title {
  color: var(--sg-maroon);
}

.sg-puja-card {
  background: transparent;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 0;
}

.sg-puja-card-image {
  position: relative;
  display: block;
  height: 240px;
  overflow: hidden;
  text-decoration: none;
}

.sg-puja-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.sg-puja-card:hover .sg-puja-card-image img {
  transform: scale(1.03);
}

.sg-puja-badge-gold {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-block;
  max-width: calc(100% - 28px);
  padding: 6px 14px;
  border-radius: 50px;
  background: linear-gradient(135deg, #f5c842 0%, #e8a317 100%);
  color: #3d2200;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.sg-puja-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(40, 10, 0, 0.88) 0%, rgba(40, 10, 0, 0.55) 50%, rgba(0, 0, 0, 0.15) 100%);
  display: flex;
  align-items: center;
  padding: 52px 16px 48px;
  pointer-events: none;
}

.sg-puja-card-overlay p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
  max-width: 78%;
}

.sg-puja-card-overlay p strong {
  font-weight: 800;
}

.sg-puja-swipe-btn {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  pointer-events: none;
}

.sg-puja-card-body {
  padding: 18px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: var(--sg-card-cream);
}

.sg-puja-card-body h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.35;
}

.sg-puja-card-body h3 a {
  color: var(--sg-text-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}

.sg-puja-card-body h3 a:hover {
  color: var(--sg-primary);
}

.sg-puja-meta {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--sg-text-muted);
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 8px;
}

.sg-puja-meta i {
  color: #888;
  font-size: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Primary action buttons – Participate, Book, etc. */
.sg-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 20px;
  border: 0;
  border-radius: 50px;
  background: var(--sg-primary);
  color: #fff !important;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.2;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.sg-action-btn:hover {
  background: var(--sg-primary-dark);
  color: #fff !important;
}

.sg-action-btn i {
  font-size: 12px;
}

.sg-action-btn--inline {
  width: auto;
  padding: 10px 18px;
  font-size: 13px;
}

.sg-puja-cta {
  margin-top: auto;
  padding-top: 10px;
}

/* Chadhava cards */
.sg-chadhava-section {
  background: #fff;
}

.sg-chadhava-section .sg-section-title {
  color: var(--sg-maroon);
}

.sg-chadhava-card {
  background: var(--sg-bg-cream);
  border-radius: var(--sg-radius-lg);
  overflow: hidden;
  box-shadow: var(--sg-shadow);
  text-decoration: none;
  display: block;
  transition: transform 0.2s ease;
}

.sg-chadhava-card:hover {
  transform: translateY(-4px);
}

.sg-chadhava-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.sg-chadhava-card h4 {
  padding: 16px 16px 8px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--sg-text-dark);
  margin: 0;
}

.sg-chadhava-temple {
  padding: 0 16px 16px;
  text-align: center;
  font-size: 13px;
  color: #666;
}

/* Premium Kundli Reports */
.sg-kundli-reports-section {
  background: #fffbf7;
}

.sg-kundli-reports-section .sg-section-title {
  font-family: "Playfair Display", Georgia, serif;
  color: #5d1919;
  font-weight: 700;
}

.sg-kundli-report-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(93, 25, 25, 0.08);
  padding: 28px 22px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sg-kundli-report-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.sg-kundli-report-icon svg {
  width: 52px;
  height: 52px;
}

.sg-kundli-report-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.sg-kundli-report-card--gold .sg-kundli-report-icon {
  background: #fff4e8;
}

.sg-kundli-report-card--pink .sg-kundli-report-icon {
  background: #ffeef2;
}

.sg-kundli-report-card--blue .sg-kundli-report-icon {
  background: #eef5fc;
}

.sg-kundli-report-card--purple .sg-kundli-report-icon {
  background: #f3eefb;
}

.sg-kundli-report-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  color: #5d1919;
  line-height: 1.35;
  margin: 0 0 10px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sg-kundli-report-star {
  color: #d4a017;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 16px;
}

.sg-kundli-report-features {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  width: 100%;
  text-align: left;
}

.sg-kundli-report-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.45;
  color: #6b5b5b;
  margin-bottom: 10px;
}

.sg-kundli-report-features li:last-child {
  margin-bottom: 0;
}

.sg-kundli-report-feature-icon {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  flex-shrink: 0;
  margin-top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sg-kundli-report-feature-icon i {
  font-size: 11px;
  line-height: 1;
}

.sg-kundli-report-feature-icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}

.sg-kundli-report-card--gold .sg-kundli-report-feature-icon {
  background: #fff3e6;
  color: #d48806;
}

.sg-kundli-report-card--pink .sg-kundli-report-feature-icon {
  background: #ffe8ee;
  color: #e84d6a;
}

.sg-kundli-report-card--blue .sg-kundli-report-feature-icon {
  background: #e8f2fb;
  color: #3b7fc4;
}

.sg-kundli-report-card--purple .sg-kundli-report-feature-icon {
  background: #efe8fb;
  color: #7b5fc7;
}

.sg-kundli-report-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  width: 100%;
}

.sg-kundli-report-price {
  font-size: 28px;
  font-weight: 700;
  color: #5d1919;
  line-height: 1;
}

.sg-kundli-report-original {
  font-size: 15px;
  color: #b0a4a4;
  text-decoration: line-through;
  line-height: 1;
}

.sg-kundli-report-discount {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 6px;
  background: #e8f5e9;
  color: #2d8a2d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.sg-kundli-report-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 18px;
  border-radius: 12px;
  background: #5d1919;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  transition: background 0.2s ease;
}

.sg-kundli-report-btn:hover {
  background: #4a1212;
  color: #fff !important;
}

.sg-kundli-report-btn i {
  font-size: 11px;
}

/* Astro Mall section */
.sg-astro-mall-section {
  background: #fffbf7;
}

.sg-astro-mall-section .sg-section-title {
  font-family: "Playfair Display", Georgia, serif;
  color: #5d1919;
  font-weight: 700;
}

.sg-astro-mall-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 22px;
  margin-bottom: 32px;
}

.sg-astro-mall-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  width: 92px;
  flex-shrink: 0;
}

.sg-astro-mall-category:hover .sg-astro-mall-category-name {
  color: var(--sg-primary);
}

.sg-astro-mall-category-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid #e8d5b5;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 8px;
}

.sg-astro-mall-category-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.sg-astro-mall-category--more .sg-astro-mall-category-icon {
  font-size: 22px;
  color: #5d1919;
}

.sg-astro-mall-category-name {
  font-size: 12px;
  color: #5d1919;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
}

.sg-astro-mall-slider-wrap {
  position: relative;
  padding: 0 42px 40px;
}

.sg-astro-mall-slide {
  padding: 0 10px;
}

.sg-astro-mall-product-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(93, 25, 25, 0.08);
  padding: 20px 18px 18px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sg-astro-mall-product-image {
  display: block;
  margin-bottom: 16px;
  line-height: 0;
}

.sg-astro-mall-product-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.sg-astro-mall-product-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  color: #5d1919;
  margin: 0 0 12px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sg-astro-mall-product-title a {
  color: inherit;
  text-decoration: none;
}

.sg-astro-mall-product-title a:hover {
  color: var(--sg-primary);
}

.sg-astro-mall-product-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #c4a882;
  font-size: 8px;
  line-height: 1;
}

.sg-astro-mall-product-divider::before,
.sg-astro-mall-product-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e8ddd0;
  max-width: 80px;
}

.sg-astro-mall-product-price {
  font-size: 22px;
  font-weight: 700;
  color: #5d1919;
  margin-bottom: 16px;
  line-height: 1;
}

.sg-astro-mall-buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  background: #5d1919;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  transition: background 0.2s ease;
}

.sg-astro-mall-buy-btn:hover {
  background: #4a1212;
  color: #fff !important;
}

.sg-astro-mall-arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #e0d0c0;
  background: #fff;
  color: #5d1919;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  font-size: 12px;
}

.sg-astro-mall-arrow--prev {
  left: 0;
}

.sg-astro-mall-arrow--next {
  right: 0;
}

.sg-astro-mall-slider .slick-dots {
  bottom: 0;
}

.sg-astro-mall-slider .slick-dots li {
  margin: 0 3px;
}

/* Top Temples */
.sg-top-temples-section {
  background: #fff;
}

.sg-top-temples-section .sg-section-title {
  font-family: "Playfair Display", Georgia, serif;
  color: #5d1919;
  font-weight: 700;
}

.sg-top-temples-slider-wrap {
  position: relative;
  padding: 0 42px;
}

.sg-top-temples-slide {
  padding: 0 8px;
}

.sg-top-temple-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(93, 25, 25, 0.08);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sg-top-temple-card-image {
  line-height: 0;
  overflow: hidden;
}

.sg-top-temple-card-image img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
}

.sg-top-temple-card-body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
}

.sg-top-temple-card-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sg-top-temple-card-location {
  font-size: 12px;
  color: #7a7a7a;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sg-top-temple-card-rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding-top: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
}

.sg-top-temple-card-rating i {
  color: #f5b301;
  font-size: 12px;
}

.sg-top-temples-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #e0d0c0;
  background: #fff;
  color: #5d1919;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  font-size: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.sg-top-temples-arrow--prev {
  left: 0;
}

.sg-top-temples-arrow--next {
  right: 0;
}

.sg-astro-mall-slider .slick-dots li button:before {
  font-size: 9px;
  color: #d4c4b0;
  opacity: 1;
}

.sg-astro-mall-slider .slick-dots li.slick-active button:before {
  color: #5d1919;
}

/* Top astrologer cards */
.sg-top-astrologers {
  background: #fff;
  padding-top: 32px;
  padding-bottom: 40px;
}

.sg-top-astrologers .sg-section-title {
  color: var(--sg-maroon);
  font-weight: 700;
  font-size: clamp(24px, 2.2vw, 30px);
}

.sg-astro-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.sg-astro-card-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  line-height: 0;
  background: #f0ebe3;
}

.sg-astro-card-link {
  display: block;
  position: relative;
  z-index: 1;
}

.sg-astro-card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.sg-top-astrologers .sg-astro-card-image .sg-status-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  bottom: auto;
  z-index: 3;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.sg-status-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  pointer-events: none;
}

.sg-status-badge.online {
  background: #28a745;
  padding: 0 20px;
}

.sg-status-badge.busy { background: #ffc107; color: #333; }

.sg-status-badge.offline {
  background: #6c757d;
  padding: 0 20px;
}

.sg-top-astrologers .sg-astro-card-image .sg-status-badge.online,
.sg-top-astrologers .sg-astro-card-image .sg-status-badge.offline {
  padding: 0 20px;
}

.sg-astro-card-body {
  background: #faf7f2;
  padding: 14px 14px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sg-astro-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
  line-height: 1.3;
}

.sg-astro-meta {
  font-size: 12px;
  color: #666;
  margin-bottom: 3px;
  line-height: 1.45;
}

.sg-astro-rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 10px 0 12px;
}

.sg-astro-rating i {
  color: #f5a623;
  font-size: 13px;
}

.sg-astro-rating em {
  font-style: normal;
  font-weight: 500;
  color: #888;
}

.sg-astro-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 2px;
  gap: 8px;
}

.sg-astro-price {
  color: #aa1818;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
}

.sg-astro-actions {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.sg-astro-action-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: var(--sg-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.sg-astro-action-btn:hover {
  background: var(--sg-primary-dark);
  color: #fff;
}

/* Live astrologer broadcast panel */
.sg-live-astrologers-section {
  padding-top: 24px;
  padding-bottom: 48px;
  background: #fff;
}

.sg-live-panel {
  background: linear-gradient(145deg, #0f1729 0%, #1a1f35 100%);
  border-radius: 20px;
  padding: 28px 24px 24px;
  box-shadow: 0 12px 40px rgba(15, 23, 41, 0.25);
}

.sg-live-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  padding: 0 4px;
}

.sg-live-panel-title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.sg-live-panel-title {
  color: #fff;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.sg-live-now-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.sg-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3b30;
  box-shadow: 0 0 0 4px rgba(255, 59, 48, 0.25);
  animation: sg-live-pulse 1.6s ease-in-out infinite;
}

@keyframes sg-live-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.75; transform: scale(0.92); }
}

.sg-live-panel-nav {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.sg-live-panel-nav:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.sg-live-panel-track {
  margin: 0 -6px;
}

.sg-live-panel-track .sg-live-slide {
  padding: 0 8px;
}

.sg-live-broadcast-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sg-live-broadcast-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  color: inherit;
}

.sg-live-broadcast-media {
  position: relative;
  overflow: hidden;
  line-height: 0;
  background: #1a1f35;
}

.sg-live-broadcast-media img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.sg-live-broadcast-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: #e53935;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  pointer-events: none;
}

.sg-live-broadcast-badge i {
  font-size: 10px;
}

.sg-live-viewers {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  pointer-events: none;
  backdrop-filter: blur(4px);
}

.sg-live-broadcast-body {
  padding: 14px 14px 16px;
}

.sg-live-broadcast-name {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.3;
}

.sg-live-broadcast-name span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sg-live-verified {
  color: var(--sg-primary);
  font-size: 16px;
  flex-shrink: 0;
}

.sg-live-broadcast-specialty {
  font-size: 12px;
  color: #777;
  margin-bottom: 12px;
  line-height: 1.4;
  min-height: 17px;
}

.sg-live-broadcast-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sg-live-broadcast-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
}

.sg-live-broadcast-rating i {
  color: #f5a623;
  font-size: 12px;
}

.sg-live-broadcast-rating em {
  font-style: normal;
  font-weight: 500;
  color: #888;
  font-size: 12px;
}

.sg-live-broadcast-price {
  color: var(--sg-primary);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

/* VIP Puja cards */
.sg-vip-puja-section {
  background: #fff;
}

.sg-vip-puja-section .sg-section-title {
  color: var(--sg-maroon);
  font-weight: 700;
}

.sg-vip-card {
  background: var(--sg-card-cream);
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.sg-vip-card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  background: #fff;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  margin-bottom: 14px;
  line-height: 0;
}

.sg-vip-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.sg-vip-card-body {
  padding: 0 14px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: transparent;
}

.sg-vip-card-body h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #1a1a1a;
  line-height: 1.35;
}

.sg-vip-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px 6px;
  margin-bottom: 18px;
}

.sg-vip-feature {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sg-vip-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
  color: #8b3a2b;
}

.sg-vip-feature-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sg-vip-feature-label {
  display: block;
  font-size: 10px;
  line-height: 1.3;
  color: #555;
  font-weight: 500;
}

.sg-vip-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  gap: 12px;
}

.sg-vip-price {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  color: #aa1818;
  line-height: 1;
  white-space: nowrap;
}

.sg-vip-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: var(--sg-primary);
  color: #fff !important;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.2;
  white-space: nowrap;
  transition: background 0.2s ease;
  flex-shrink: 0;
}

.sg-vip-book-btn:hover {
  background: var(--sg-primary-dark);
  color: #fff !important;
}

/* E-Puja Services slider */
.sg-epuja-section {
  background: #f7f7f7;
}

.sg-epuja-head {
  align-items: center;
  margin-bottom: 24px;
}

.sg-epuja-head .sg-section-title {
  color: var(--sg-maroon);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sg-epuja-star {
  color: #f5a623;
  font-size: 14px;
}

.sg-epuja-slider-wrap {
  position: relative;
  padding: 0 36px;
}

.sg-epuja-slider .slick-list {
  margin: 0 -8px;
}

.sg-epuja-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}

.sg-epuja-slider .slick-slide {
  height: auto;
  display: flex !important;
}

.sg-epuja-slider .slick-slide > div {
  display: flex;
  width: 100%;
}

.sg-epuja-slide {
  padding: 0 8px;
  display: flex;
  width: 100%;
}

.sg-epuja-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ececec;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sg-epuja-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.sg-epuja-card-image {
  overflow: hidden;
}

.sg-epuja-card-image img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
}

.sg-epuja-card-body {
  padding: 10px 12px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sg-epuja-card-body h4 {
  font-size: 12px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 3px;
  line-height: 1.35;
  min-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sg-epuja-card-body p {
  font-size: 11px;
  color: #888;
  margin: 0 0 6px;
  line-height: 1.35;
  min-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sg-epuja-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 11px;
  margin-top: auto;
}

.sg-epuja-rating i {
  color: #f5a623;
  font-size: 12px;
}

.sg-epuja-slider .slick-prev,
.sg-epuja-slider .slick-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 36px !important;
  height: 36px !important;
  background: #fff !important;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  opacity: 1 !important;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  transition: box-shadow 0.2s ease;
}

.sg-epuja-slider .slick-prev {
  left: -36px !important;
}

.sg-epuja-slider .slick-next {
  right: -36px !important;
}

.sg-epuja-slider .slick-prev:hover,
.sg-epuja-slider .slick-next:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.sg-epuja-slider .slick-prev:before,
.sg-epuja-slider .slick-next:before {
  color: #333 !important;
  font-size: 16px;
  opacity: 1;
}

@media (max-width: 767px) {
  .sg-epuja-slider-wrap {
    padding: 0 28px;
  }

  .sg-epuja-slider .slick-prev {
    left: -28px !important;
  }

  .sg-epuja-slider .slick-next {
    right: -28px !important;
  }
}

/* Blog section */
.sg-blogs-section {
  background: var(--sg-bg-cream);
}

.sg-blog-head {
  position: relative;
  margin-bottom: 24px;
  padding-right: 160px;
}

.sg-blog-head-inner {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.sg-blog-head-inner .sg-section-desc {
  max-width: 640px;
  margin: 8px auto 0;
}

.sg-blog-head .sg-view-all {
  position: absolute;
  top: 0;
  right: 0;
}

.sg-blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 28px;
}

.sg-blog-filter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 50px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: var(--sg-maroon);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.sg-blog-filter i {
  font-size: 12px;
  color: var(--sg-maroon);
}

.sg-blog-filter.active,
.sg-blog-filter:hover {
  background: var(--sg-maroon);
  border-color: var(--sg-maroon);
  color: #fff;
}

.sg-blog-filter.active i,
.sg-blog-filter:hover i {
  color: #fff;
}

.sg-blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sg-blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.sg-blog-card-image {
  position: relative;
}

.sg-blog-card-image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.sg-blog-category {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--sg-maroon);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
}

.sg-blog-card-body {
  padding: 16px 18px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sg-blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  color: #888;
  margin-bottom: 12px;
}

.sg-blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.sg-blog-meta i {
  color: #c87941;
  font-size: 12px;
}

.sg-blog-card-body h3 {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 46px;
}

.sg-blog-excerpt {
  font-size: 13px;
  color: #888;
  line-height: 1.55;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 60px;
}

.sg-read-more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--sg-maroon);
  font-weight: 700;
  font-size: 14px;
}

@media (max-width: 991px) {
  .sg-blog-head {
    padding-right: 0;
    text-align: center;
  }

  .sg-blog-head .sg-view-all {
    position: static;
    margin-top: 16px;
    justify-content: center;
  }
}

/* Trust bars */
.sg-trust-light {
  background: var(--sg-bg-light);
  padding: 36px 0;
}

.sg-trust-light-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.sg-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.sg-trust-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid var(--sg-maroon);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--sg-maroon);
  font-size: 20px;
}

.sg-trust-item h4 {
  font-size: 15px;
  font-weight: 800;
  color: var(--sg-maroon);
  margin-bottom: 4px;
}

.sg-trust-item p {
  font-size: 13px;
  color: var(--sg-text-muted);
  margin: 0;
}

.sg-trust-dark {
  background: linear-gradient(135deg, #4a0808 0%, #660000 50%, #4a0808 100%);
  border-radius: 16px;
  padding: 28px 32px;
  margin: 0 0 48px;
  box-shadow: 0 8px 24px rgba(74, 8, 8, 0.25);
}

.sg-trust-dark-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.sg-trust-dark-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

.sg-trust-dark-item:last-child {
  border-right: 0;
}

.sg-trust-dark-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: radial-gradient(circle at 35% 35%, #7a1515 0%, #4a0808 55%, #3a0505 100%);
  border: 2px solid rgba(245, 168, 50, 0.45);
  box-shadow:
    0 0 0 1px rgba(242, 101, 34, 0.25),
    0 0 16px rgba(242, 101, 34, 0.35),
    inset 0 2px 8px rgba(0, 0, 0, 0.35);
}

.sg-trust-dark-icon::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(245, 168, 50, 0.2);
  box-shadow: 0 0 12px rgba(242, 101, 34, 0.2);
  pointer-events: none;
}

.sg-trust-dark-icon i {
  font-size: 20px;
  color: #f5c842;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.sg-trust-dark-item h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #fff;
}

.sg-trust-dark-item p {
  font-size: 12px;
  color: #d9b88c;
  margin: 0;
  line-height: 1.4;
}

/* Dynamic sections restyle */
.sg-home .view_all_new {
  border: 2px solid var(--sg-primary);
  border-radius: 50px;
  color: var(--sg-primary) !important;
  font-weight: 700;
  padding: 8px 20px;
}

.sg-home .view_all_new:hover {
  background: var(--sg-primary);
  color: #fff !important;
}

.sg-home h2 {
  color: var(--sg-heading) !important;
}

.sg-home .chat_btn {
  background: var(--sg-primary) !important;
  border-color: var(--sg-primary) !important;
}

.sg-home .instructors_bg,
.sg-home .sec_third,
.sg-home .testimonials_bg {
  background: transparent !important;
}

.sg-home-slider .slick-slide {
  padding: 0 10px;
}

/* Footer redesign hooks */
.sg-footer-trust-wrap {
  background: var(--sg-bg-light);
  padding-top: 0;
}

footer#footer-nav {
  background: #fff;
  border: 1px solid #eee;
  border-radius: var(--sg-radius-lg);
  margin: 0 24px 24px;
}

footer#footer-nav h6 {
  color: var(--sg-maroon);
  font-weight: 800;
  position: relative;
  padding-bottom: 8px;
}

footer#footer-nav h6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 3px;
  background: var(--sg-gold-accent);
  border-radius: 2px;
}

footer#footer-nav .footer_list a {
  color: var(--sg-text);
}

footer#footer-nav .footer_list a:hover {
  color: var(--sg-maroon);
}

.container-fluid.bg-f {
  background: #fff !important;
}

@media (max-width: 1199px) {
  .sg-service-icons-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sg-trust-light-grid,
  .sg-trust-dark-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sg-trust-dark-item {
    border-right: 0;
    padding: 12px 0;
  }

  .sg-ai-banner-inner {
    grid-template-columns: 1fr;
  }

  .sg-ai-banner-box {
    padding: 28px 20px;
  }
}

@media (max-width: 767px) {
  .sg-section {
    padding: 32px 0;
  }

  .sg-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .sg-service-icons-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sg-trust-light-grid,
  .sg-trust-dark-grid {
    grid-template-columns: 1fr;
  }

  .sg-vip-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .sg-live-panel {
    padding: 20px 14px 16px;
    border-radius: 16px;
  }

  .sg-live-broadcast-media img {
    height: 180px;
  }

  footer#footer-nav {
    margin: 0 12px 12px;
  }
}
