/* SatyaGuru Astro – Homepage layout styles */

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

/* Keep uniform vertical rhythm between homepage sections */
.sg-home > section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Some sections are rendered with bootstrap mt-* utilities; neutralize on homepage */
.sg-home > section.mt-1,
.sg-home > section.mt-2,
.sg-home > section.mt-3,
.sg-home > section.mt-4,
.sg-home > section.mt-5,
.sg-home > section.my-1,
.sg-home > section.my-2,
.sg-home > section.my-3,
.sg-home > section.my-4,
.sg-home > section.my-5 {
  margin-top: 0 !important;
}

/* Tighter vertical spacing between homepage sections */
.sg-home .sg-section {
  padding: 10px 0px;
}

.sg-home .sg-section-head,
.sg-home .sg-section-head-center {
  margin-bottom: 8px;
}

.sg-home .sg-service-icons {
  padding: 25px 0;
}

/* Scroll reveal — sections slide up from bottom when entering viewport */
.sg-home.sg-scroll-init .sg-scroll-reveal {
  transition: opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.sg-home.sg-scroll-init .sg-scroll-reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(48px);
}

.sg-home.sg-scroll-init .sg-scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .sg-home.sg-scroll-init .sg-scroll-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.sg-home .sg-top-astrologers {
  padding-bottom: 12px;
}

.sg-home .sg-live-astrologers-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sg-home .sg-astro-mall-head {
  margin-bottom: 14px;
}

.sg-home .sg-astro-mall-categories {
  margin-bottom: 24px;
}

.sg-home .sg-blog-head {
  margin-bottom: 14px;
}

.sg-home .sg-blog-filters {
  margin-bottom: 18px;
}

.sg-home .sg-epuja-head {
  margin-bottom: 14px;
}

.sg-home .sg-trust-light {
  padding: 22px 0;
}

.sg-home .sg-trust-dark {
  margin-bottom: 24px;
  padding: 22px 28px;
}

.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: 12px 0;
}

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

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

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

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

.sg-home h2.sg-section-title {
  font-family: "Roboto", sans-serif !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  color: #000 !important;
  letter-spacing: 1px !important;
  margin: 0 0 7px 0 !important;
  margin-left: 0 !important;
  line-height: 1.2 !important;
}

.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 #F5D061;
  border-radius: 50px;
  background: #F5D061;
  color: #000 !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: #e6c255;
  border-color: #e6c255;
  color: #000 !important;
}

.sg-view-all i {
  font-size: 14px;
  color: #000 !important;
  display: inline-block;
  transform: scaleX(1.2);
}

.sg-view-all-solid {
  background: #F5D061;
  border-color: #F5D061;
  color: #000 !important;
}

.sg-view-all-solid:hover {
  background: #e6c255;
  border-color: #e6c255;
  color: #000 !important;
}

/* Service icons row */
.sg-service-icons {
  padding: 16px 0;
  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: #FFFCE1;
  border-radius: 14px;
  border: 1px solid #ece4d8;
  box-shadow: none;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: transform 0.28s ease, background 0.2s ease;
}

.sg-service-icon-card:hover {
  background: #FFFCE1;
  box-shadow: none;
  color: #000;
}

.sg-service-icon-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.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,
.sg-service-icon-card > span {
  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 {
  background: #fff;
  line-height: 0;
}

.sg-ai-banner-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: transparent;
  line-height: 0;
}

.sg-ai-banner-bg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  vertical-align: top;
}

.sg-ai-banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: clamp(20px, 3vw, 36px) clamp(20px, 3.5vw, 40px);
  line-height: normal;
}

.sg-ai-banner-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 58%;
  margin-left: auto;
}

.sg-ai-banner-actions {
  width: 100%;
  max-width: 560px;
}

.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-nav-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.sg-ai-nav-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.sg-ai-nav-box i {
  color: var(--sg-gold-bright, #d4af37);
  font-size: 16px;
  line-height: 1;
}

.sg-ai-nav-box:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(212, 175, 55, 0.75);
  color: #fff;
}

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


.sg-puja-card {
  background: #FFFCE1;
  border-radius: 14px;
  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;
  border-radius: 14px;
  margin-bottom: 14px;
  line-height: 0;
}

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

.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-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: 0 14px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: transparent;
}

.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: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 8px;
}

.sg-puja-meta i {
  color: #000;
  font-size: 17px;
  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: #F5D061;
  color: #000 !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: #e6c255;
  color: #000 !important;
}

.sg-action-btn i {
  font-size: 14px;
  display: inline-block;
  transform: scaleX(1.2);
}

.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-card {
  background: #FFFCE1;
  border-radius: var(--sg-radius-lg);
  overflow: visible;
  box-shadow: var(--sg-shadow);
  text-decoration: none;
  display: block;
  transition: transform 0.28s ease;
}

.sg-chadhava-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: var(--sg-radius-lg);
  display: block;
}

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

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

/* Premium Kundli Reports */
.sg-kundli-reports-section {
  background: transparent !important;
}


.sg-kundli-report-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  box-shadow: none;
  padding: 28px 22px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sg-kundli-report-icon {
  width: 150px;
  height: 150px;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

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

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

.sg-kundli-report-card--gold .sg-kundli-report-icon,
.sg-kundli-report-card--pink .sg-kundli-report-icon,
.sg-kundli-report-card--blue .sg-kundli-report-icon,
.sg-kundli-report-card--purple .sg-kundli-report-icon {
  background: transparent;
}

.sg-kundli-report-title {
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  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: #000;
  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;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 18px;
  width: 100%;
}

.product-special-price--kundli {
  align-items: center;
}

.product-special-price--kundli .product-special-price-current {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

.product-special-price--kundli .product-special-price-original {
  font-size: 15px;
}

.sg-kundli-report-price-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.sg-kundli-report-price {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  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 10px;
  border-radius: 50px;
  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: #F5D061;
  color: #000 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  transition: background 0.2s ease;
}

.sg-kundli-report-btn:hover {
  background: #e6c255;
  color: #000 !important;
}

.sg-kundli-report-btn i {
  font-size: 14px;
  color: #000 !important;
  display: inline-block;
  transform: scaleX(1.2);
}

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

.sg-astro-mall-head {
  display: block;
  margin-bottom: 24px;
}

.sg-astro-mall-categories {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 40px;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.sg-astro-mall-categories::-webkit-scrollbar {
  display: none;
}

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

.sg-astro-mall-category:hover .sg-astro-mall-category-name {
  color: #000;
}

.sg-astro-mall-category-icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1.5px solid #e8d9c4;
  background: radial-gradient(circle at center, #fffdf8 0%, #fff 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 12px;
  box-shadow: none;
}

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

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

.sg-astro-mall-category-name {
  font-size: 13px;
  color: #000;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
}

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

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

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

.sg-astro-mall-product-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  line-height: 0;
  background: #fff;
}

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

.sg-astro-mall-product-title {
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0 18px 10px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.35;
}

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

.sg-astro-mall-product-title a:hover {
  color: #000;
}

.sg-astro-mall-product-divider {
  display: none;
}

.sg-astro-mall-product-price {
  font-family: inherit;
  margin: 0 18px 16px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.product-special-price--astro-mall {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  width: 100%;
  margin-bottom: 0;
}

.product-special-price--astro-mall .product-special-price-current {
  font-size: 20px;
  font-weight: 700;
  color: #000 !important;
  white-space: nowrap;
  line-height: 1.2;
}

.product-special-price--astro-mall .product-special-price-meta {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px;
}

.product-special-price--astro-mall .product-special-price-original {
  font-size: 14px;
  white-space: nowrap;
}

.product-special-price--astro-mall .product-special-price-discount {
  font-size: 10px;
  padding: 3px 8px;
  white-space: nowrap;
}

.sg-astro-mall-buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: calc(100% - 36px);
  margin-left: 18px;
  margin-right: 18px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #F5D061;
  color: #000 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  transition: background 0.2s ease;
  border: 0;
}

.sg-astro-mall-buy-btn:hover {
  background: #e6c255;
  color: #000 !important;
}

.sg-astro-mall-buy-btn i {
  color: #000 !important;
}

.sg-astro-mall-arrow {
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  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 10px rgba(0, 0, 0, 0.1);
}

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

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

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

.sg-astro-mall-slider .slick-dots li {
  margin: 0 4px;
  width: 8px;
  height: 8px;
}

.sg-astro-mall-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}

.sg-astro-mall-slider .slick-dots li button:before {
  font-size: 8px;
  width: 8px;
  height: 8px;
  line-height: 8px;
  color: #d9d9d9;
  opacity: 1;
}

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

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

.sg-top-temples-section .sg-section-desc {
  color: #000;
  font-size: 17px;
}

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

.sg-top-temples-slide {
  padding: 0 8px;
  height: 236px !important;
}

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

.sg-top-temples-slider .slick-slide {
  height: 236px !important;
  display: flex !important;
  align-items: stretch;
}

.sg-top-temples-slider .slick-slide > div {
  display: flex;
  width: 100%;
  height: 236px !important;
}

.sg-top-temples-slide,
.sg-top-temples-slide > a {
  display: flex;
  width: 100%;
  height: 236px !important;
}

.sg-top-temples-section .sg-top-temple-card,
.sg-top-temples-section a .sg-top-temple-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  box-shadow: none;
  overflow: hidden;
  width: 100%;
  height: 236px !important;
  min-height: 236px !important;
  max-height: 236px !important;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

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

.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: 0 0 126px;
  height: 126px;
  min-height: 126px;
  max-height: 126px;
  box-sizing: border-box;
  gap: 4px;
  overflow: hidden;
}

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

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

.sg-top-temple-card-rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding-top: 0;
  height: 20px;
  flex: 0 0 20px;
  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;
}

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

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

.sg-astro-card-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
  line-height: 0;
  background: #fff;
  border-radius: 14px;
}

.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;
  border-radius: 14px;
}

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

.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;
  border: 0;
  box-shadow: none;
}

.sg-status-badge.online {
  background: #28a745;
  animation: blinkBadge 2s ease-in-out infinite;
}

.sg-top-astrologers .sg-status-badge.online {
  width: auto;
  height: auto;
  left: auto;
  border: 0;
  font-size: 11px;
  border-radius: 999px;
}

.sg-ai-astrologers-section .online-h2 {
  animation: sg-online-dot-pulse 2s ease-in-out infinite;
}

@keyframes sg-online-dot-pulse {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(91, 190, 42, 0.4);
  }
  50% {
    opacity: 0.55;
    box-shadow: 0 0 0 5px rgba(91, 190, 42, 0);
  }
}

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

.sg-status-badge.offline {
  background: #6c757d;
}

/* Keep same size for all statuses */

.sg-astro-card-body {
  background: transparent;
  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-top-astrologers .sg-astro-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.35;
}

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

.sg-top-astrologers .sg-astro-meta {
  font-size: 13px;
  font-weight: 400;
  color: #555555;
  margin-bottom: 2px;
  line-height: 1.5;
}

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

.sg-top-astrologers .sg-astro-rating {
  font-size: 14px;
  font-weight: 700;
  color: #f5a623;
  margin: 8px 0 10px;
}

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

.sg-top-astrologers .sg-astro-rating i {
  font-size: 14px;
}

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

.sg-top-astrologers .sg-astro-rating span {
  color: #f5a623;
}

.sg-top-astrologers .sg-astro-rating em {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
}

.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-top-astrologers .sg-astro-price {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}

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

.sg-astro-action-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: #F5D061;
  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: #e6c255;
  color: #fff;
}

.sg-astro-action-btn i {
  color: #fff !important;
}

.sg-astro-action-btn .sg-astro-action-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

/* Live astrologer broadcast panel */
.sg-live-astrologers-section {
  padding-top: 16px;
  padding-bottom: 16px;
  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.28s ease, box-shadow 0.2s ease;
}

.sg-live-broadcast-card:hover {
  box-shadow: none;
  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-card {
  background: #FFFCE1;
  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;
  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;
  border-radius: 14px;
}

.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-icon i {
  font-size: 26px;
  line-height: 1;
  color: inherit;
}

.sg-vip-feature-icon-img {
  object-fit: contain;
  display: block;
}

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

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

.sg-vip-price-wrap {
  flex: 1;
  min-width: 0;
}

.product-special-price--vip .product-special-price-current {
  font-size: clamp(20px, 2vw, 24px);
  color: #000;
  white-space: nowrap;
}

.product-special-price--vip .product-special-price-meta {
  flex-wrap: wrap;
}

.sg-vip-price {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  color: #000;
  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: #F5D061;
  color: #000 !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: #e6c255;
  color: #000 !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 {
  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.28s ease;
}

.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: transparent !important;
}

.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: #000;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.sg-blog-filter i {
  font-size: 12px;
  color: #000;
}

.sg-blog-filter.active {
  background: #F5D061;
  border-color: #F5D061;
  color: #000;
}

.sg-blog-filter.active i {
  color: #000;
}

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

.sg-blog-filter:hover:not(.active) i {
  color: #fff;
}

.sg-blog-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.28s ease;
}

.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: #F5D061;
  color: #000;
  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: #F5D061;
  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: #000;
  font-weight: 700;
  font-size: 14px;
}

.sg-read-more i {
  color: #000;
}

@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 #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #000;
  font-size: 20px;
}

.sg-trust-item h4 {
  font-size: 15px;
  font-weight: 800;
  color: #000;
  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: #fff !important;
}

.sg-home .sg-ai-astrologers-section .text-danger,
.sg-home .sg-ai-astrologers-section .card-text.text-danger,
.sg-home .sg-ai-astrologers-section .text-danger.fw-bold,
.sg-home .sg-ai-astrologers-section .text-danger span {
  color: #000 !important;
}

.sg-home .product-special-price--vip .product-special-price-current,
.sg-home .sg-vip-price {
  color: #000 !important;
}

.sg-home .sg-kundli-report-title {
  color: #000 !important;
}

.sg-home .sg-astro-mall-product-title,
.sg-home .sg-astro-mall-product-title a,
.sg-home .sg-astro-mall-product-title a:hover {
  color: #000 !important;
}

.sg-home .product-special-price--astro-mall .product-special-price-current {
  color: #000 !important;
}

.sg-home .product-special-price--astro-mall {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
}

.sg-home .chat_btn {
  background: #F5D061 !important;
  border-color: #F5D061 !important;
  color: #000 !important;
}

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

.sg-ai-astrologers-section .guru_main .card,
.sg-ai-astrologers-section .talk_guru .card,
.sg-ai-astrologers-section .guru2 .card,
.sg-ai-astrologers-section .sg-ai-astrologers-slider.slick-slider .card {
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  margin: 0 !important;
  width: 100%;
  box-sizing: border-box;
}

.sg-ai-astrologers-section .sg-ai-astrologers-slider {
  margin-left: -7px;
  margin-right: -7px;
}

.sg-ai-astrologers-section .sg-ai-astrologers-slider .slick-slide {
  padding: 0 7px;
  box-sizing: border-box;
}

.sg-ai-astrologers-section .sg-ai-astrologers-slider .slick-slide > div {
  height: 100%;
}

.sg-ai-astrologers-section .sg-ai-astrologers-slider a {
  /* padding: 0 !important; */
  display: block;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.sg-ai-astrologers-section .guru_main .card:hover {
  box-shadow: none !important;
}

/* Homepage cards – zoom in/out on hover */
.sg-home .sg-service-icon-card,
.sg-home .sg-puja-card,
.sg-home .sg-chadhava-card,
.sg-home .sg-kundli-report-card,
.sg-home .sg-astro-mall-product-card,
.sg-home .sg-top-temple-card,
.sg-home .sg-astro-card,
.sg-home .sg-live-broadcast-card,
.sg-home .sg-vip-card,
.sg-home .sg-epuja-card,
.sg-home .sg-blog-card,
.sg-home .sg-ai-astrologers-section .ai_cards .card,
.sg-home .instructors_bg .card {
  transition: transform 0.28s ease;
  transform-origin: center center;
}

.sg-home .sg-service-icon-card:hover,
.sg-home .sg-puja-card:hover,
.sg-home .sg-chadhava-card:hover,
.sg-home .sg-kundli-report-card:hover,
.sg-home .sg-astro-mall-product-card:hover,
.sg-home .sg-top-temples-section a:hover .sg-top-temple-card,
.sg-home .sg-astro-card:hover,
.sg-home .sg-live-broadcast-card:hover,
.sg-home .sg-vip-card:hover,
.sg-home .sg-epuja-card:hover,
.sg-home .sg-blog-card:hover,
.sg-home .sg-ai-astrologers-section .ai_cards:hover .card,
.sg-home .instructors_bg .card:hover {
  transform: scale(1.04);
}

.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 {
  font-family: "Roboto", sans-serif;
  color: #000;
  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: #000;
  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 {
    justify-content: center;
    max-width: 100%;
  }

  .sg-ai-banner-actions {
    max-width: 100%;
  }

  .sg-ai-nav-boxes {
    justify-content: center;
  }

  .sg-ai-banner-box,
  .sg-ai-banner-bg {
    border-radius: 16px;
  }

  .sg-ai-banner-overlay {
    padding: 20px 16px;
  }
}

@media (max-width: 767px) {
  .sg-home .sg-section,
  .sg-section {
    padding: 10px 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;
  }
}
