@charset "UTF-8";
body,
html {
  color: #333;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.new-homepage .Home_service {
  border-radius: 1rem;
  overflow: hidden;
}
.new-homepage .Home_service img {
  border-radius: 0.8rem;
}
.new-homepage .Home_service:hover img {
  transform: scale(1.0005);
}
.new-homepage .ast_logo .logo_img {
  max-width: 10rem;
}
@media (max-width: 768px) {
  .new-homepage .ast_logo .logo_img {
    max-width: 7rem !important;
  }
}
.new-homepage .bannerSwiper img {
  border-radius: 1rem;
}
.new-homepage .ast_header_bottom .right-part,
.new-homepage .ast_header_bottom .menu-part {
  padding: 7px 10px;
}
.new-homepage .search-panel {
  display: block;
  position: relative;
  max-width: 450px;
}
.new-homepage .search-panel .position-relative {
  width: 100%;
}
.new-homepage .search-panel input {
  margin: 0;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.02) !important;
  border-radius: 50px;
  background-color: #fff !important;
  padding: 10px 45px 10px 20px !important;
  transition: all 0.3s ease;
  width: 100%;
}
.new-homepage .search-panel input:focus {
  border-color: #d4af37 !important;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.2) !important;
  outline: none;
}
.new-homepage .search-panel .mic-icon {
  position: absolute;
  background: rgba(113, 0, 0, 0.05);
  color: #710000;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 5;
}
.new-homepage .search-panel .mic-icon i {
  font-size: 0.9rem;
}
.new-homepage .search-panel .mic-icon:hover {
  background: rgba(113, 0, 0, 0.1);
  transform: translateY(-50%) scale(1.1);
}
.new-homepage .search-panel .mic-icon.mic-active {
  background: #710000 !important;
  color: #d4af37 !important;
  animation: mic-pulse 1.5s infinite;
}
.new-homepage .ast_header_bottom .right-part,
.new-homepage .ast_header_bottom .menu-part {
  background-color: transparent !important;
  box-shadow: none !important;
}
.new-homepage .wallet_icon.cart-icon i {
  padding: 0 !important;
}
@media (max-width: 768px) {
  .new-homepage .add_mobile_22 {
    display: none !important;
  }
  .new-homepage .flaticon-menu-1 {
    font-size: 1.5rem !important;
  }
  .new-homepage .bannerSwiper img.dpn1 {
    height: 200px !important;
    object-fit: cover !important;
    border-radius: 1rem !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .new-homepage .new-homepage .ast_logo .logo_img {
    max-width: 150px !important;
  }
}
.new-homepage .ast_header_bottom {
  transition: all 0.4s ease;
  position: relative !important;
  left: 0;
  right: 0;
  transform: none;
}
.new-homepage .ast_header_bottom.header-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 4px 20px rgba(0, 8, 16, 0.08) !important;
  padding: 0 !important;
  animation: headerSlideDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  backdrop-filter: blur(8px);
}
.new-homepage .ast_header_bottom.header-fixed .right-part,
.new-homepage .ast_header_bottom.header-fixed .menu-part {
  padding: 5px 15px !important;
}
.new-homepage .ast_header_bottom.header-fixed .ast_logo .logo_img {
  max-width: 130px !important;
}
.new-homepage .ast_header_bottom.header-fixed .search-nav-container {
  margin-top: 0 !important;
}

@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.searchbox-2 {
  display: none;
}

@media (max-width: 768px) {
  body .redesign-v3 .searchbox-2 {
    display: block;
    position: relative !important;
    background-color: transparent !important;
    margin: 1rem auto 0 !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0px;
    max-width: 94%;
  }
  body .redesign-v3 .searchbox-2 input {
    padding: 1.5rem 2.7rem;
    border-radius: 50px;
    border: 0;
  }
  body .redesign-v3 .searchbox-2 .search-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    left: 5px;
  }
  body .redesign-v3 .searchbox-2 .mic-icon {
    position: absolute;
    background: rgba(113, 0, 0, 0.1);
    color: #710000;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  body .redesign-v3 .searchbox-2 .mic-icon.mic-active {
    background: #710000 !important;
    color: #d4af37 !important;
    animation: mic-pulse 1.5s infinite;
  }
  body .redesign-v3.index-page .banner-BG {
    padding-top: 20px !important;
  }
}
.redesign-v3 {
  font-family: "Poppins", sans-serif !important;
}
.redesign-v3.index-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(253, 250, 245, 0.85), rgb(253, 250, 245)), url(../images/topbg.webp);
  background-size: cover;
  background-position: center;
  pointer-events: none;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  background-size: 550px;
}
.redesign-v3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: radial-gradient(circle at top center, rgba(255, 153, 51, 0.05) 0%, rgba(253, 251, 247, 0) 70%);
  pointer-events: none;
  z-index: 0;
}
.redesign-v3 ::selection {
  background: #ff9933;
  color: #fff;
}
.redesign-v3 ::-webkit-scrollbar {
  width: 8px;
}
.redesign-v3 ::-webkit-scrollbar-track {
  background: #fdfaf5;
}
.redesign-v3 ::-webkit-scrollbar-thumb {
  background: linear-gradient(#d4af37, #ff9933);
  border-radius: 10px;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes divineFade {
  from {
    opacity: 0.8;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(-5px);
  }
}
.redesign-v3 .divine-icon {
  max-width: 100px;
  width: 100%;
  height: auto;
  margin: 0 auto 15px;
  filter: drop-shadow(0 5px 15px rgba(212, 175, 55, 0.3));
  transition: transform 0.4s ease;
}
@media (max-width: 768px) {
  .redesign-v3 .divine-icon {
    max-width: 50px;
  }
}
.redesign-v3 .divine-icon:hover {
  transform: scale(1.1);
}
.redesign-v3 h1,
.redesign-v3 h2,
.redesign-v3 h3,
.redesign-v3 .ast_heading h1,
.redesign-v3 .ast_heading h2 {
  font-family: "Philosopher", serif !important;
  color: #710000 !important;
  font-weight: 700;
}
.redesign-v3 .btn-outline-secondary {
  background: #fff !important;
  border: 1px solid rgba(212, 175, 55, 0.5) !important;
  color: #710000 !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
}
.redesign-v3 .btn-outline-secondary:hover {
  background: #d4af37 !important;
  color: #fff !important;
}
.redesign-v3 .glass-vedic-card, .redesign-v3 .calculation-modal-custom .modal-content, .calculation-modal-custom .redesign-v3 .modal-content, .redesign-v3 .horoscope-v3 .number-jewel, .horoscope-v3 .redesign-v3 .number-jewel,
.redesign-v3 .numerology-v3 .number-jewel,
.numerology-v3 .redesign-v3 .number-jewel,
.redesign-v3 .palmistry-v3 .number-jewel,
.palmistry-v3 .redesign-v3 .number-jewel,
.redesign-v3 .matchmaking-page .number-jewel,
.matchmaking-page .redesign-v3 .number-jewel, .redesign-v3 .horoscope-v3 .horoscope-card-main, .horoscope-v3 .redesign-v3 .horoscope-card-main,
.redesign-v3 .numerology-v3 .horoscope-card-main,
.numerology-v3 .redesign-v3 .horoscope-card-main,
.redesign-v3 .palmistry-v3 .horoscope-card-main,
.palmistry-v3 .redesign-v3 .horoscope-card-main,
.redesign-v3 .matchmaking-page .horoscope-card-main,
.matchmaking-page .redesign-v3 .horoscope-card-main, .redesign-v3 .horoscope-v3 .minimized-zodiac-bar, .horoscope-v3 .redesign-v3 .minimized-zodiac-bar,
.redesign-v3 .numerology-v3 .minimized-zodiac-bar,
.numerology-v3 .redesign-v3 .minimized-zodiac-bar,
.redesign-v3 .palmistry-v3 .minimized-zodiac-bar,
.palmistry-v3 .redesign-v3 .minimized-zodiac-bar,
.redesign-v3 .matchmaking-page .minimized-zodiac-bar,
.matchmaking-page .redesign-v3 .minimized-zodiac-bar, .redesign-v3 .horoscope-v3 .zodiac-item-luxury, .horoscope-v3 .redesign-v3 .zodiac-item-luxury,
.redesign-v3 .numerology-v3 .zodiac-item-luxury,
.numerology-v3 .redesign-v3 .zodiac-item-luxury,
.redesign-v3 .palmistry-v3 .zodiac-item-luxury,
.palmistry-v3 .redesign-v3 .zodiac-item-luxury,
.redesign-v3 .matchmaking-page .zodiac-item-luxury,
.matchmaking-page .redesign-v3 .zodiac-item-luxury, .redesign-v3 .horoscope-v3 .premium-ad-card, .horoscope-v3 .redesign-v3 .premium-ad-card,
.redesign-v3 .numerology-v3 .premium-ad-card,
.numerology-v3 .redesign-v3 .premium-ad-card,
.redesign-v3 .palmistry-v3 .premium-ad-card,
.palmistry-v3 .redesign-v3 .premium-ad-card,
.redesign-v3 .matchmaking-page .premium-ad-card,
.matchmaking-page .redesign-v3 .premium-ad-card, .redesign-v3 .vastu-shastra-page .draft-table-container .luxury-draft-card, .vastu-shastra-page .draft-table-container .redesign-v3 .luxury-draft-card,
.redesign-v3 .divine-info-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
}
.redesign-v3 .vedic-heading {
  font-family: "Philosopher", serif !important;
}
.redesign-v3 .vedic-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  border-radius: 5px;
  margin: 15px auto;
}
.redesign-v3 .btn-cinematic {
  background: linear-gradient(135deg, #710000, #3e0000) !important;
  color: #fff !important;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  border-radius: 12px;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 5px 15px rgba(113, 0, 0, 0.3);
}
.redesign-v3 .btn-cinematic:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(113, 0, 0, 0.4);
  color: #d4af37 !important;
  border-color: #d4af37 !important;
}
.redesign-v3 .btn-outline-cinematic {
  border: 2px solid #ff9933 !important;
  color: #710000 !important;
  background: transparent !important;
  border-radius: 12px;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.redesign-v3 .btn-outline-cinematic:hover {
  background: rgba(255, 153, 51, 0.1) !important;
  color: #710000 !important;
  transform: translateY(-2px);
}
.redesign-v3 .vedic-image-frame {
  position: relative;
  padding: 15px;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(212, 175, 55, 0.3);
  border-radius: 16px;
  box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.1);
}
.redesign-v3 .vedic-image-frame .hero-deity-img {
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.redesign-v3 .vedic-image-frame .corner-ornament {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #d4af37;
  z-index: 3;
}
.redesign-v3 .vedic-image-frame .corner-ornament.top-left {
  top: -2px;
  left: -2px;
  border-bottom: none;
  border-right: none;
  border-top-left-radius: 10px;
}
.redesign-v3 .vedic-image-frame .corner-ornament.top-right {
  top: -2px;
  right: -2px;
  border-bottom: none;
  border-left: none;
  border-top-right-radius: 10px;
}
.redesign-v3 .vedic-image-frame .corner-ornament.bottom-left {
  bottom: -2px;
  left: -2px;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 10px;
}
.redesign-v3 .vedic-image-frame .corner-ornament.bottom-right {
  bottom: -2px;
  right: -2px;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 10px;
}
.redesign-v3 .luxury-input-group {
  margin-bottom: 24px;
}
.redesign-v3 .luxury-input-group .form-label {
  font-weight: 700;
  color: #710000;
  font-size: 0.75rem;
  margin-bottom: 10px;
  display: block;
  font-family: "Philosopher", serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  opacity: 0.9;
}
@media (max-width: 576px) {
  .redesign-v3 .luxury-input-group .form-label {
    font-size: 0.65rem;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }
}
.redesign-v3 .luxury-input-group .input-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.redesign-v3 .luxury-input-group .input-icon-wrapper i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(212, 175, 55, 0.8);
  font-size: 1.1rem;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
@media (max-width: 576px) {
  .redesign-v3 .luxury-input-group .input-icon-wrapper i {
    left: 15px;
    font-size: 1rem;
  }
}
.redesign-v3 .luxury-input-group .input-icon-wrapper .luxury-form-element,
.redesign-v3 .luxury-input-group .input-icon-wrapper .form-control {
  padding-left: 55px !important;
  height: 56px;
  border-radius: 12px !important;
  border: 1px solid rgba(212, 175, 55, 0.25) !important;
  backdrop-filter: blur(8px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 1rem;
  color: #333;
  width: 100%;
}
@media (max-width: 576px) {
  .redesign-v3 .luxury-input-group .input-icon-wrapper .luxury-form-element,
  .redesign-v3 .luxury-input-group .input-icon-wrapper .form-control {
    padding-left: 45px !important;
    height: 48px;
    font-size: 0.9rem;
  }
}
.redesign-v3 .luxury-input-group .input-icon-wrapper .luxury-form-element:focus,
.redesign-v3 .luxury-input-group .input-icon-wrapper .form-control:focus {
  border-color: #d4af37 !important;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.15), inset 0 0 0 1px rgba(212, 175, 55, 0.1) !important;
  outline: none;
}
.redesign-v3 .luxury-input-group .input-icon-wrapper .luxury-form-element::placeholder,
.redesign-v3 .luxury-input-group .input-icon-wrapper .form-control::placeholder {
  color: #999;
  font-style: italic;
  opacity: 0.7;
}
.redesign-v3 .luxury-input-group .input-icon-wrapper:focus-within i {
  color: #710000;
  transform: translateY(-50%) scale(1.1);
}
.redesign-v3 .luxury-input-group .input-icon-wrapper textarea.luxury-form-element {
  height: auto;
  padding-top: 15px !important;
}
.redesign-v3 .luxury-input-group .input-icon-wrapper textarea.luxury-form-element ~ i, .redesign-v3 .luxury-input-group .input-icon-wrapper textarea.luxury-form-element i {
  top: 25px;
  transform: none;
}
.redesign-v3 .luxury-input-group .input-icon-wrapper:focus-within textarea ~ i {
  transform: scale(1.1);
}
.redesign-v3 .luxury-search-row {
  margin-top: 5px;
  display: flex;
  align-items: stretch;
  gap: 0;
}
.redesign-v3 .luxury-search-row .input-icon-wrapper {
  flex: 1;
}
.redesign-v3 .luxury-search-row .input-icon-wrapper .luxury-form-element {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  height: 100% !important;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  background: #fff !important;
}
.redesign-v3 .luxury-search-row .btn-cinematic {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: 0 !important;
  padding: 0 1.5rem !important;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #710000;
  box-shadow: 4px 0 15px rgba(113, 0, 0, 0.1);
}
.redesign-v3 .sholt-hading {
  background: linear-gradient(90deg, #710000, #900000);
  color: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: "Philosopher", serif;
  box-shadow: 0 4px 15px rgba(113, 0, 0, 0.2);
}
.redesign-v3 .sholt-hading i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
}
.redesign-v3 .luxury-form-container {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, 0.1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
  margin-top: 1rem;
}
.redesign-v3 .corner-ornament-gold {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 5;
  pointer-events: none;
  opacity: 0.6;
  border: 2px solid #d4af37;
}
.redesign-v3 .corner-ornament-gold.top-left {
  top: 15px;
  left: 15px;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 12px;
}
.redesign-v3 .corner-ornament-gold.top-right {
  top: 15px;
  right: 15px;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 12px;
}
.redesign-v3 .corner-ornament-gold.bottom-left {
  bottom: 15px;
  left: 15px;
  border-right: 0;
  border-top: 0;
  border-bottom-left-radius: 12px;
}
.redesign-v3 .corner-ornament-gold.bottom-right {
  bottom: 15px;
  right: 15px;
  border-left: 0;
  border-top: 0;
  border-bottom-right-radius: 12px;
}

.redesign-v3.index-page {
  background: #fdfaf5 !important;
}
.redesign-v3.index-page .banner-BG {
  padding: 30px 0 30px !important;
  position: relative;
  z-index: 10;
}
.redesign-v3.index-page .bro.h-100 {
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(10px);
  position: relative;
}
.redesign-v3.index-page .bro.h-100::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px dashed rgba(212, 175, 55, 0.3);
  border-radius: 14px;
  pointer-events: none;
}
.redesign-v3.index-page .bro.h-100 .kundlireport_home a {
  color: #666 !important;
  font-weight: 700;
  transition: all 0.3s ease;
}
.redesign-v3.index-page .bro.h-100 .kundlireport_home a.active {
  color: #710000 !important;
  border-bottom: 3px solid #d4af37 !important;
}
.redesign-v3.index-page .bro.h-100 .panchangBg li {
  border-bottom: 1px dashed rgba(212, 175, 55, 0.2);
  padding: 10px 0;
  color: #333;
  font-weight: 500;
}
.redesign-v3.index-page .bro.h-100 .panchangBg li strong {
  color: #710000;
  font-weight: 700;
}
.redesign-v3.index-page .ast_bannertext_wrapper_Box {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(212, 175, 55, 0.2) !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05) !important;
}
.redesign-v3.index-page .ast_bannertext_wrapper_Box .herofivegrid li a {
  transition: all 0.4s ease;
  border-radius: 12px;
}
.redesign-v3.index-page .ast_bannertext_wrapper_Box .herofivegrid li a img {
  transition: transform 0.4s;
}
.redesign-v3.index-page .ast_bannertext_wrapper_Box .herofivegrid li a h5 {
  font-weight: 600;
  color: #333 !important;
  font-size: 1rem;
}
.redesign-v3.index-page .ast_bannertext_wrapper_Box .herofivegrid li a:hover {
  background: linear-gradient(135deg, rgb(255, 255, 255), rgba(253, 251, 247, 0.9));
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.15);
  transform: translateY(-5px);
}
.redesign-v3.index-page .ast_bannertext_wrapper_Box .herofivegrid li a:hover img {
  transform: scale(1.1);
  filter: drop-shadow(0 5px 15px rgba(212, 175, 55, 0.3));
}
.redesign-v3.index-page .ast_bannertext_wrapper_Box .herofivegrid li a:hover h5 {
  color: #710000 !important;
}
.redesign-v3.index-page .premium-report-card {
  border: 1px solid rgba(212, 175, 55, 0.2) !important;
  backdrop-filter: blur(10px);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 20px !important;
}
.redesign-v3.index-page .premium-report-card .card-title {
  font-weight: 700;
  color: #710000;
}
.redesign-v3.index-page .premium-report-card:hover {
  transform: translateY(-10px);
  border-color: #d4af37 !important;
  box-shadow: 0 15px 45px rgba(212, 175, 55, 0.15) !important;
}

.redesign-v3.report-result-page {
  position: relative;
  overflow-x: hidden;
}
.redesign-v3.report-result-page .report-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
}
@media (max-width: 768px) {
  .redesign-v3.report-result-page .report-hero {
    min-height: 300px;
  }
}
.redesign-v3.report-result-page .report-hero h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem) !important;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8) !important;
  position: relative;
  z-index: 5;
}
.redesign-v3.report-result-page .report-hero .hero-subtitle {
  position: relative;
  z-index: 5;
  font-weight: 700;
  letter-spacing: 2px;
}
.redesign-v3.report-result-page .hero-meta {
  position: relative;
  z-index: 5;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  padding: 10px 25px;
  border-radius: 50px;
  display: inline-flex;
  gap: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}
.redesign-v3.report-result-page .report-container {
  backdrop-filter: blur(20px);
  margin: -60px auto 80px;
  max-width: 1000px;
  position: relative;
  z-index: 10;
}
.redesign-v3.report-result-page .report-container::before, .redesign-v3.report-result-page .report-container::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.redesign-v3.report-result-page .report-section {
  padding-bottom: 50px;
}
.redesign-v3.report-result-page .report-title {
  font-size: 2.2rem !important;
  margin-bottom: 25px;
  text-align: center;
}
.redesign-v3.report-result-page .report-title::after {
  content: "✧ ॐ ✧";
  display: block;
  font-size: 0.9rem;
  color: #d4af37;
  margin-top: 10px;
}
.redesign-v3.report-result-page .report-content p {
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
}
.redesign-v3.report-result-page .report-content ul {
  list-style: none;
  padding: 25px;
  border-radius: 20px;
  float: left;
}
.redesign-v3.report-result-page .report-content ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}
.redesign-v3.report-result-page .report-content ul li::before {
  content: "✧";
  position: absolute;
  left: 10px;
  color: #d4af37;
}
.redesign-v3.report-result-page .dosha-bar {
  height: 14px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
}
.redesign-v3.report-result-page .dosha-bar .dosha-fill {
  height: 100%;
  background: linear-gradient(90deg, #710000, #ff9933);
  box-shadow: 0 0 15px rgba(255, 153, 51, 0.4);
}

.ast_header_bottom {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.3) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
  z-index: 1000;
}

.mo_bb,
.add_mobile_22 {
  display: flex;
  align-items: center;
  gap: 15px !important;
}

.cart-icon,
.notification,
.wallet_icon,
.mobile-search-icon,
.lang-wrapper {
  width: 42px;
  height: 42px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  position: relative;
  padding: 0 !important;
}
.cart-icon i,
.cart-icon svg,
.notification i,
.notification svg,
.wallet_icon i,
.wallet_icon svg,
.mobile-search-icon i,
.mobile-search-icon svg,
.lang-wrapper i,
.lang-wrapper svg {
  color: #710000 !important;
  font-size: 1.1rem !important;
  transition: all 0.3s ease;
  stroke: #710000 !important;
  padding: 0;
}
.cart-icon:hover,
.notification:hover,
.wallet_icon:hover,
.mobile-search-icon:hover,
.lang-wrapper:hover {
  transform: translateY(-3px) scale(1.05);
  background: #fff !important;
  border-color: #d4af37 !important;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}
.cart-icon:hover i,
.cart-icon:hover svg,
.notification:hover i,
.notification:hover svg,
.wallet_icon:hover i,
.wallet_icon:hover svg,
.mobile-search-icon:hover i,
.mobile-search-icon:hover svg,
.lang-wrapper:hover i,
.lang-wrapper:hover svg {
  color: #ff9933 !important;
  stroke: #ff9933 !important;
  filter: drop-shadow(0 0 5px rgba(255, 153, 51, 0.3));
}

.notification {
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
}

.cart-count {
  position: absolute !important;
  top: -6px !important;
  right: -6px !important;
  background: #710000 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  min-width: 20px !important;
  height: 20px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 2px;
  box-shadow: 0 4px 8px rgba(113, 0, 0, 0.3);
  z-index: 5;
}

.profile-icon-header {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #d4af37;
  padding: 2px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin: 0 !important;
}
.profile-icon-header:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

.Login-Section .p-button {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  border-radius: 50px;
  padding: 5px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .Login-Section .p-button {
    padding: 0px !important;
  }
}
.Login-Section .p-button:hover {
  background: #fff !important;
  border-color: #d4af37 !important;
}
.Login-Section .p-button #profile-user {
  color: #710000 !important;
  font-family: "Philosopher", serif;
  font-weight: 700;
}

.lang-wrapper #langToggle {
  border: none !important;
  height: auto;
  padding: 0 !important;
}
.lang-wrapper .cart-count {
  background: #710000 !important;
}

.Home_faq .ast_heading h1 {
  font-size: 2.5rem !important;
  color: #710000 !important;
  padding-bottom: 20px;
}
.Home_faq .home-tab-faq {
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
.Home_faq .home-tab-faq li a {
  color: #777 !important;
  font-family: "Philosopher", serif;
  font-weight: 700;
  padding: 10px 0;
  display: block;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  text-decoration: none;
}
.Home_faq .home-tab-faq li a.active {
  color: #710000 !important;
  border-bottom-color: #d4af37 !important;
}
.Home_faq .home-tab-faq li a:hover:not(.active) {
  color: #d4af37 !important;
}
.Home_faq .accordion .accordion-item {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.2) !important;
  border-radius: 16px !important;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.Home_faq .accordion .accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.5) !important;
}
.Home_faq .accordion .accordion-header {
  margin: 0;
}
.Home_faq .accordion .accordion-button {
  background: transparent !important;
  color: #710000 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  padding: 20px 25px;
  box-shadow: none !important;
  font-size: 1.15rem !important;
}
.Home_faq .accordion .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(18%) sepia(85%) saturate(3015%) hue-rotate(352deg) brightness(85%) contrast(100%);
  transition: transform 0.4s ease;
}
.Home_faq .accordion .accordion-button:not(.collapsed) {
  color: #fff !important;
  background: linear-gradient(135deg, #710000, #a00000) !important;
}
.Home_faq .accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.Home_faq .accordion .accordion-body {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px;
  color: #444;
  line-height: 1.7;
  font-size: 1.05rem;
  border-top: 1px dashed rgba(212, 175, 55, 0.2);
}
.Home_faq .accordion .accordion-body ul {
  margin-top: 15px;
}
.Home_faq .accordion .accordion-body ul li {
  padding-left: 20px;
  position: relative;
}
.Home_faq .accordion .accordion-body ul li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #d4af37;
}

.ast_copyright_wrapper {
  background: #0a0404 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px 0;
  text-align: center;
}
.ast_copyright_wrapper p {
  color: rgba(255, 255, 255, 0.5) !important;
  margin: 0;
  font-size: 0.9rem !important;
}
.ast_copyright_wrapper p a {
  color: #d4af37 !important;
  text-decoration: none;
  font-weight: 600;
}
.ast_copyright_wrapper p a:hover {
  color: #fff !important;
}

.auth-redesign-v4 .auth-modal-dialog {
  max-width: 850px !important;
  margin: 1.75rem auto;
  border-radius: 0px !important;
  overflow: visible;
}
@media (max-width: 576px) {
  .auth-redesign-v4 .auth-modal-dialog {
    margin: 0;
    max-width: 100% !important;
    border-radius: 0;
    box-shadow: none;
  }
}
.auth-redesign-v4 .glass-modal {
  background: linear-gradient(135deg, #fffcf5 0%, #fdfaf0 100%) !important;
  border: 2px solid #d4af37 !important;
  position: relative;
  border-radius: 0 !important;
}
.auth-redesign-v4 .glass-modal::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://www.transparenttextures.com/patterns/cream-paper.png");
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.auth-redesign-v4 .auth-left-ad {
  border-right: 2px solid #d4af37;
  position: relative;
  overflow: hidden;
  background: #000;
}
.auth-redesign-v4 .auth-left-ad img {
  transition: transform 20s ease;
  filter: sepia(40%) contrast(120%) brightness(80%);
  opacity: 0.8;
}
.auth-redesign-v4 .auth-left-ad:hover img {
  transform: scale(1.15);
}
.auth-redesign-v4 .auth-left-ad .ad-content {
  background: linear-gradient(to top, rgba(113, 0, 0, 0.95) 0%, rgba(113, 0, 0, 0.6) 50%, transparent 100%);
  backdrop-filter: blur(2px);
  z-index: 2;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
}
.auth-redesign-v4 .auth-left-ad h3,
.auth-redesign-v4 .auth-left-ad h4 {
  font-family: "Philosopher", serif;
  letter-spacing: 2px;
  color: #d4af37 !important;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}
.auth-redesign-v4 .auth-forms-container {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 2rem !important;
  z-index: 2;
  background: transparent !important;
}
.auth-redesign-v4 .auth-forms-container::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -200px;
  background: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='100' cy='100' r='90' stroke='%23D4AF37' stroke-width='1' stroke-dasharray='4 4'/%3E%3Ccircle cx='100' cy='100' r='70' stroke='%23D4AF37' stroke-width='2'/%3E%3Cpath d='M100 10 L120 70 L190 100 L120 130 L100 190 L80 130 L10 100 L80 70 Z' stroke='%23D4AF37' stroke-width='1' fill='none'/%3E%3C/svg%3E") no-repeat center/contain;
  opacity: 0.08;
  pointer-events: none;
  z-index: -1;
  animation: rotate-slow 120s linear infinite;
}
@keyframes rotate-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.auth-redesign-v4 .floret {
  position: absolute;
  width: 60px;
  height: 60px;
  opacity: 0.9;
  z-index: 5;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 0 C60 20 80 40 100 50 C80 60 60 80 50 100 C40 80 20 60 0 50 C20 40 40 20 50 0 Z' fill='%23D4AF37'/%3E%3Ccircle cx='50' cy='50' r='15' fill='%23710000'/%3E%3C/svg%3E");
}
.auth-redesign-v4 .floret-tl {
  top: -30px;
  left: -30px;
  transform: rotate(0deg);
}
.auth-redesign-v4 .floret-tr {
  top: -30px;
  right: -30px;
  transform: rotate(90deg);
}
.auth-redesign-v4 .floret-bl {
  bottom: -30px;
  left: -30px;
  transform: rotate(-90deg);
}
.auth-redesign-v4 .floret-br {
  bottom: -30px;
  right: -30px;
  transform: rotate(180deg);
}
@media (max-width: 576px) {
  .auth-redesign-v4 .floret {
    width: 40px;
    height: 40px;
  }
  .auth-redesign-v4 .floret-tl {
    top: -20px;
    left: -20px;
  }
  .auth-redesign-v4 .floret-tr {
    top: -20px;
    right: -20px;
  }
  .auth-redesign-v4 .floret-bl {
    bottom: -20px;
    left: -20px;
  }
  .auth-redesign-v4 .floret-br {
    bottom: -20px;
    right: -20px;
  }
}
.auth-redesign-v4 h2,
.auth-redesign-v4 .modal-title {
  font-family: "Philosopher", serif;
  color: #710000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 2.2rem;
}
.auth-redesign-v4 h2 span,
.auth-redesign-v4 .modal-title span {
  display: block;
  font-size: 0.95rem;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  font-weight: 400;
  color: #888;
  margin-top: 8px;
  letter-spacing: 0;
}
.auth-redesign-v4 .form-floating {
  margin-bottom: 1.2rem;
  position: relative;
}
.auth-redesign-v4 .form-floating > .form-control {
  height: 3.2rem;
  padding: 0.2rem 0.75rem 0.25rem 0.75rem;
  border: 1px solid rgba(212, 175, 55, 0.4) !important;
  border-radius: 8px !important;
  font-size: 1rem;
  color: #710000;
  font-weight: 600;
  box-shadow: none !important;
  transition: all 0.3s ease;
}
.auth-redesign-v4 .form-floating > .form-control:focus {
  border-color: #d4af37 !important;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15) !important;
}
.auth-redesign-v4 .form-floating > .form-control:-webkit-autofill, .auth-redesign-v4 .form-floating > .form-control:-webkit-autofill:hover, .auth-redesign-v4 .form-floating > .form-control:-webkit-autofill:focus, .auth-redesign-v4 .form-floating > .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fffcf5 inset !important;
  -webkit-text-fill-color: #710000 !important;
  border: 1px solid #d4af37 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.auth-redesign-v4 .form-floating > label {
  padding: 1rem 0.75rem;
  color: #777;
  font-size: 0.95rem;
  font-family: "Philosopher", serif;
  letter-spacing: 0.5px;
  z-index: 4;
  pointer-events: none;
}
.auth-redesign-v4 .form-floating > .form-control:focus ~ label,
.auth-redesign-v4 .form-floating > .form-control:not(:placeholder-shown) ~ label,
.auth-redesign-v4 .form-floating > .form-control:-webkit-autofill ~ label {
  color: #710000;
  font-weight: 700;
  transform: scale(0.85) translateY(-1.1rem) translateX(0.5rem);
  padding: 0 0.5rem !important;
  height: auto;
  border-radius: 4px;
  opacity: 1;
}
.auth-redesign-v4 .btn-premium-submit {
  background: linear-gradient(135deg, #710000 0%, #aa0000 50%, #710000 100%) !important;
  border: 2px solid #d4af37 !important;
  border-radius: 0 !important;
  font-family: "Philosopher", serif !important;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  padding: 15px !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff !important;
  box-shadow: 0 15px 30px rgba(113, 0, 0, 0.3) !important;
  transition: all 0.5s !important;
}
.auth-redesign-v4 .btn-premium-submit::before, .auth-redesign-v4 .btn-premium-submit::after {
  display: none !important;
}
.auth-redesign-v4 .btn-premium-submit:hover {
  background: linear-gradient(135deg, #aa0000 0%, #710000 100%) !important;
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(113, 0, 0, 0.5) !important;
  border-color: #fff !important;
}
.auth-redesign-v4 .nav-pills.auth-tabs {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 2.5rem !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3) !important;
}
.auth-redesign-v4 .nav-pills.auth-tabs .nav-link {
  font-family: "Philosopher", serif !important;
  font-weight: 700;
  color: #999 !important;
  border-radius: 0 !important;
  padding: 12px 30px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: transparent !important;
  position: relative;
}
.auth-redesign-v4 .nav-pills.auth-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background: #710000;
  transition: width 0.3s ease;
}
.auth-redesign-v4 .nav-pills.auth-tabs .nav-link.active {
  color: #710000 !important;
  box-shadow: none !important;
}
.auth-redesign-v4 .nav-pills.auth-tabs .nav-link.active::after {
  width: 100%;
}
.auth-redesign-v4 .nav-pills.auth-tabs .nav-link:hover:not(.active) {
  color: #d4af37 !important;
}
.auth-redesign-v4 .btn-google-login {
  border: 1px solid rgba(212, 175, 55, 0.4) !important;
  background: transparent;
  color: #555;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 12px;
  letter-spacing: 1px;
  transition: all 0.4s;
}
.auth-redesign-v4 .btn-google-login:hover {
  background: rgba(212, 175, 55, 0.05);
  border-color: #710000 !important;
  color: #710000;
}
.auth-redesign-v4 .divider hr {
  border-color: rgba(212, 175, 55, 0.4);
  border-width: 1px;
  opacity: 1;
}
.auth-redesign-v4 .divider span {
  background: transparent !important;
  color: #999;
  font-family: "Philosopher", serif;
  font-style: italic;
  font-size: 1.1rem;
}
.auth-redesign-v4 .hover-maroon {
  font-family: "Philosopher", serif;
  letter-spacing: 1px;
  color: #666 !important;
  transition: color 0.3s;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
}
.auth-redesign-v4 .hover-maroon:hover {
  color: #710000 !important;
  font-weight: 700;
  border-color: #710000;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#Product_cart,
#Product_Wishlist_cart {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 450px;
  height: 100vh;
}
@media (max-width: 768px) {
  #Product_cart,
  #Product_Wishlist_cart {
    max-width: 100% !important;
  }
}
#Product_cart,
#Product_Wishlist_cart {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  box-shadow: -15px 0 50px rgba(0, 0, 0, 0.15) !important;
  z-index: 12000 !important;
  transition: right 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(212, 175, 55, 0.5);
}
#Product_cart::before,
#Product_Wishlist_cart::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/topbg.webp);
  background-size: 400px;
  background-position: center;
  opacity: 0.03;
  pointer-events: none;
  z-index: -1;
}
#Product_cart.open,
#Product_Wishlist_cart.open {
  right: 0 !important;
}
#Product_cart.open ~ #chatWidgetContainer,
#Product_Wishlist_cart.open ~ #chatWidgetContainer {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: scale(0.8) !important;
  transition: all 0.3s ease;
}
#Product_cart .cart-header,
#Product_Wishlist_cart .cart-header {
  background: linear-gradient(180deg, #710000, #800000) !important;
  padding: 18px 20px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff !important;
  border-bottom: 3px solid #d4af37;
}
#Product_cart .cart-header .cart-title,
#Product_Wishlist_cart .cart-header .cart-title {
  font-family: "Philosopher", serif;
  font-weight: 700;
  color: #f4e0a1 !important;
  margin: 0;
  font-size: 1.25rem !important;
  letter-spacing: 1px;
}
#Product_cart .cart-header .close-cart,
#Product_Wishlist_cart .cart-header .close-cart {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}
#Product_cart .cart-header .close-cart i,
#Product_Wishlist_cart .cart-header .close-cart i {
  color: #fff !important;
  font-size: 1rem;
}
#Product_cart .cart-header .close-cart:hover,
#Product_Wishlist_cart .cart-header .close-cart:hover {
  background: #d4af37;
  transform: rotate(90deg);
  border-color: #d4af37;
}
#Product_cart .cart-items,
#Product_Wishlist_cart .cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 20px 20px 150px 20px !important;
}
@media (max-width: 768px) {
  #Product_cart .cart-items,
  #Product_Wishlist_cart .cart-items {
    padding: 15px 15px 150px 15px !important;
  }
}
#Product_cart .cart-items::-webkit-scrollbar,
#Product_Wishlist_cart .cart-items::-webkit-scrollbar {
  width: 5px;
}
#Product_cart .cart-items .minicart-items,
#Product_Wishlist_cart .cart-items .minicart-items {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
}
#Product_cart .cart-items .minicart-items li.cart-item,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item {
  display: flex;
  gap: 12px;
  padding: 12px !important;
  margin-bottom: 12px;
  background: #fff !important;
  border-radius: 15px;
  border: 1px solid rgba(212, 175, 55, 0.2) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  animation: fadeInRight 0.4s ease forwards;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#Product_cart .cart-items .minicart-items li.cart-item:hover,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item:hover {
  border-color: rgba(212, 175, 55, 0.5) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}
#Product_cart .cart-items .minicart-items li.cart-item .product-image,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-image {
  width: 75px;
  height: 75px;
  border-radius: 12px;
  overflow: hidden;
  background: #fdfaf5;
  border: 1px solid rgba(212, 175, 55, 0.1);
  flex-shrink: 0;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-image img,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 4px;
  border-radius: 12px;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-info-top,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-info-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-info-top .product-name,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-info-top .product-name {
  font-weight: 700;
  color: #710000;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-info-top .product-name:hover,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-info-top .product-name:hover {
  color: #d4af37;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-info-top .remove-btn,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-info-top .remove-btn {
  background: rgba(113, 0, 0, 0.05);
  border: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: rgba(113, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  flex-shrink: 0;
  cursor: pointer;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-info-top .remove-btn:hover,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-info-top .remove-btn:hover {
  background: #710000;
  color: #fff;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-price-row,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-price-row {
  margin: 4px 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-price-row .unit-price,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-price-row .unit-price {
  font-weight: 800;
  color: #d4af37;
  font-size: 1.05rem;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-price-row .item-subtotal,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-price-row .item-subtotal {
  font-size: 0.75rem;
  color: #999;
  font-weight: 500;
  font-style: italic;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  flex-wrap: wrap;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .quantity-pill,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .quantity-pill {
  display: flex;
  align-items: center;
  background: #fdfaf5;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 30px;
  padding: 1px 4px;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .quantity-pill .qty-btn,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .quantity-pill .qty-btn {
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  color: #710000;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .quantity-pill .qty-btn:hover,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .quantity-pill .qty-btn:hover {
  color: #d4af37;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .quantity-pill .input-box,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .quantity-pill .input-box {
  width: 28px;
  text-align: center;
  border: none;
  background: transparent;
  font-weight: 700;
  font-size: 0.85rem;
  color: #710000;
  padding: 0;
  margin: 0;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .quantity-pill .input-box::-webkit-inner-spin-button, #Product_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .quantity-pill .input-box::-webkit-outer-spin-button,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .quantity-pill .input-box::-webkit-inner-spin-button,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .quantity-pill .input-box::-webkit-outer-spin-button {
  display: none;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .stock-status,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .stock-status {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 4px;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .stock-status span,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .stock-status span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .stock-status.in-stock,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .stock-status.in-stock {
  color: #28a745;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .stock-status.in-stock span,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .stock-status.in-stock span {
  background: #28a745;
  box-shadow: 0 0 5px #28a745;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .stock-status.out-of-stock,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .stock-status.out-of-stock {
  color: #dc3545;
}
#Product_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .stock-status.out-of-stock span,
#Product_Wishlist_cart .cart-items .minicart-items li.cart-item .product-details .product-controls-row .stock-status.out-of-stock span {
  background: #dc3545;
  box-shadow: 0 0 5px #dc3545;
}
#Product_cart .cart-total,
#Product_Wishlist_cart .cart-total {
  background: #fff !important;
  padding: 30px 20px !important;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
}
#Product_cart .cart-total .total-row,
#Product_Wishlist_cart .cart-total .total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#Product_cart .cart-total .total-row span:first-child,
#Product_Wishlist_cart .cart-total .total-row span:first-child {
  color: #666;
  font-weight: 600;
}
#Product_cart .cart-total .total-row .total-amount,
#Product_Wishlist_cart .cart-total .total-row .total-amount {
  font-size: 1.5rem;
  font-weight: 800;
  color: #710000;
  font-family: "Philosopher", serif;
}
#Product_cart .cart-total .checkout-btn,
#Product_Wishlist_cart .cart-total .checkout-btn {
  width: 100% !important;
  background: linear-gradient(135deg, #710000, #cc0000) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 10px 25px rgba(113, 0, 0, 0.3) !important;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  cursor: pointer;
}
#Product_cart .cart-total .checkout-btn:hover,
#Product_Wishlist_cart .cart-total .checkout-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(113, 0, 0, 0.4) !important;
  background: linear-gradient(135deg, #a00000, #710000) !important;
}

.product-cart-total {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #fff, #fff9f0) !important;
  padding: 20px 30px 30px !important;
}
@media (max-width: 768px) {
  .product-cart-total {
    padding: 15px 20px 20px !important;
  }
}
.product-cart-total {
  border-top: 3px solid transparent !important;
  border-image: linear-gradient(to right, rgba(212, 175, 55, 0), #d4af37, rgba(212, 175, 55, 0)) 1 !important;
  z-index: 100;
  box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.08) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
}
.product-cart-total .total-row {
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed rgba(212, 175, 55, 0.2);
  padding-bottom: 10px;
}
.product-cart-total .total-row span:first-child {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  color: #710000;
  font-weight: 700;
  opacity: 0.8;
}
.product-cart-total .total-row .total-amount {
  color: #710000 !important;
  font-size: 1.8rem !important;
  font-family: "Philosopher", serif !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.product-cart-total .total-row .total-amount::before {
  content: "";
}
.product-cart-total .checkout-btn {
  width: 100% !important;
  height: 54px !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #710000, #3e0000) !important;
  color: #fff !important;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  box-shadow: 0 8px 25px rgba(113, 0, 0, 0.25) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.product-cart-total .checkout-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(113, 0, 0, 0.4) !important;
  border-color: #d4af37 !important;
  letter-spacing: 2.5px;
  background: linear-gradient(135deg, rgb(138.5, 0, 0), #710000) !important;
}
.product-cart-total .checkout-btn:active {
  transform: translateY(-1px);
}

.ast_footer_wrapper {
  background: #fffaf0 !important;
  background-image: url("https://www.transparenttextures.com/patterns/natural-paper.png") !important;
  padding-top: 50px !important;
  padding-bottom: 0px !important;
  border-top: none !important;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
  color: #444 !important;
  margin-bottom: 0 !important;
}
.ast_footer_wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(253, 250, 245, 0.85), rgb(253, 250, 245)), url(../images/topbg.webp);
  background-size: cover;
  background-position: center;
  pointer-events: none;
  z-index: 0;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-size: 550px;
  z-index: 1;
  pointer-events: none;
}
.ast_footer_wrapper .container-fluid {
  position: relative;
  z-index: 5;
}
.ast_footer_wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -100px;
  width: 400px;
  height: 400px;
  background: url("https://www.krishnayan.com/all-assets/images/footer-shape.png") no-repeat center;
  background-size: contain;
  opacity: 0.04;
  pointer-events: none;
  transform: translateY(-50%);
}
.ast_footer_wrapper .footer-two__newsletter-content .title-animation {
  font-family: "Philosopher", serif;
  color: #710000 !important;
  font-size: 2.2rem !important;
  line-height: 1.2;
}
.ast_footer_wrapper .footer-two__newsletter-content .title-animation .text-orange {
  color: rgb(114.8148148148, 93.5740740741, 24.6851851852) !important;
}
.ast_footer_wrapper .footer-two__newsletter-content .av_text {
  color: #333 !important;
  margin-top: 10px;
  font-weight: 500;
}
.ast_footer_wrapper .ast_newsletter .ast_newsletter_box {
  position: relative;
  background: #fff;
  border-radius: 50px;
  padding: 5px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.4);
  display: flex;
}
.ast_footer_wrapper .ast_newsletter .ast_newsletter_box input {
  background: transparent !important;
  border: none !important;
  padding: 10px 25px !important;
  height: 50px !important;
  box-shadow: none !important;
  font-size: 1rem !important;
  flex: 1;
  color: #333 !important;
}
.ast_footer_wrapper .ast_newsletter .ast_newsletter_box input::placeholder {
  color: #999;
}
.ast_footer_wrapper .ast_newsletter .ast_newsletter_box button {
  width: 50px !important;
  height: 50px !important;
  background: #710000 !important;
  border-radius: 50% !important;
  border: none !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.ast_footer_wrapper .ast_newsletter .ast_newsletter_box button:hover {
  background: #d4af37 !important;
  transform: rotate(15deg) scale(1.1);
}
.ast_footer_wrapper hr {
  margin: 50px 0 !important;
  border-top: 1px solid rgba(212, 175, 55, 0.15) !important;
  opacity: 1 !important;
}
.ast_footer_wrapper .ast_footer_info img {
  max-width: 180px;
  margin-bottom: 25px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}
.ast_footer_wrapper .ast_footer_info .cod {
  line-height: 1.6;
  color: #222 !important;
  font-size: 0.95rem !important;
  font-weight: 500;
}
.ast_footer_wrapper .social_media {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0;
  display: flex;
  gap: 12px;
}
.ast_footer_wrapper .social_media li a {
  width: 42px;
  height: 42px;
  background: #fff;
  border: 1px solid rgba(113, 0, 0, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}
.ast_footer_wrapper .social_media li a i {
  width: 20px;
  height: 20px;
  opacity: 0.9;
  color: #710000;
  padding: 0 !important;
}
.ast_footer_wrapper .social_media li a:hover {
  background: #710000;
  border-color: #710000;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(113, 0, 0, 0.2);
}
.ast_footer_wrapper .social_media li a:hover i {
  color: #fff;
}
.ast_footer_wrapper .widget h4.footer_title,
.ast_footer_wrapper h4.footer_title,
.ast_footer_wrapper .footer_title {
  color: #800000 !important;
  font-weight: 700 !important;
  font-family: "Philosopher", serif !important;
}
.ast_footer_wrapper .widget h4.footer_title::after,
.ast_footer_wrapper h4.footer_title::after,
.ast_footer_wrapper .footer_title::after {
  background: #d4af37 !important;
}
.ast_footer_wrapper .ast_footer_menu ul li a,
.ast_footer_wrapper .ast_copyright_wrapper p a {
  color: #111 !important;
  font-weight: 500 !important;
}
.ast_footer_wrapper .ast_footer_menu ul li a:hover,
.ast_footer_wrapper .ast_copyright_wrapper p a:hover {
  color: #800000 !important;
}
.ast_footer_wrapper .ast_footer_contact ul li {
  display: flex !important;
  gap: 15px !important;
  margin-bottom: 20px !important;
  color: #111 !important;
  font-weight: 500 !important;
  align-items: start;
}
.ast_footer_wrapper .ast_footer_contact ul li i {
  background: #800000 !important;
  color: #fff !important;
  border-radius: 50% !important;
  padding: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ast_footer_wrapper .ast_footer_contact ul li span {
  color: #111 !important;
}
.ast_footer_wrapper .ast_copyright_wrapper {
  margin-top: 60px;
  padding: 20px 0 !important;
  background: #1a0505 !important;
  border-top: 2px solid #d4af37;
  text-align: center;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.9rem !important;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.ast_footer_wrapper .ast_copyright_wrapper p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8) !important;
}
.ast_footer_wrapper .ast_copyright_wrapper p a {
  color: #d4af37 !important;
  text-decoration: none;
  font-weight: 600;
}
.ast_footer_wrapper .ast_copyright_wrapper p a:hover {
  color: #fff !important;
}

#Product_verlay,
#Product_Wishlist_verlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  z-index: 2050 !important;
  display: none;
}
#Product_verlay.open,
#Product_Wishlist_verlay.open {
  display: block !important;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.shop-category-section {
  background: #fffdfa;
  background-image: radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.08) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(212, 175, 55, 0.06) 0%, transparent 40%), radial-gradient(circle at 50% 50%, #fff 0%, #fffcf5 100%);
  position: relative;
  overflow: hidden;
}
.shop-category-section::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -10%;
  width: 40%;
  height: 140%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
  transform: rotate(25deg);
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.6;
  animation: lightSweep 15s infinite alternate ease-in-out;
}
.shop-category-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://www.transparenttextures.com/patterns/pinstriped-suit.png");
  opacity: 0.03;
  pointer-events: none;
}

@keyframes lightSweep {
  from {
    transform: translateX(-50%) rotate(25deg);
  }
  to {
    transform: translateX(50%) rotate(30deg);
  }
}
.category-card-wrapper {
  text-align: center;
  margin-bottom: 35px;
  perspective: 1000px;
}
.category-card-wrapper .category-bubble {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 15px;
  border-radius: 50%;
  padding: 4px;
  background: #fff;
  border: 3px solid rgba(212, 175, 55, 0.3);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.05), 0 0 15px rgba(212, 175, 55, 0.1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}
.category-card-wrapper .category-bubble .category-img-container {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.category-card-wrapper .category-bubble .category-img-container .category-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.category-card-wrapper .category-bubble::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: rotate(45deg);
  transition: all 0.6s ease;
  pointer-events: none;
}
.category-card-wrapper .category-bubble:hover {
  transform: translateY(-10px) rotateY(5deg);
  border-color: #d4af37;
  box-shadow: 0 20px 40px rgba(212, 175, 55, 0.25), 0 0 20px rgba(212, 175, 55, 0.2);
}
.category-card-wrapper .category-bubble:hover::after {
  left: 100%;
  top: 100%;
}
.category-card-wrapper .category-bubble:hover .category-img {
  transform: scale(1.1);
  filter: brightness(1.05);
}
.category-card-wrapper .category-name {
  display: inline-block;
  font-family: "Philosopher", serif;
  font-weight: 600;
  color: #444;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  line-height: 1.3;
  transition: all 0.3s ease;
  text-decoration: none !important;
  position: relative;
  padding-bottom: 4px;
  left: 0;
  background-color: transparent !important;
}
.category-card-wrapper .category-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1.5px;
  background: #d4af37;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.category-card-wrapper .category-name:hover {
  color: #d4af37;
}
.category-card-wrapper .category-name:hover::after {
  width: 40%;
}

.ast_product_section {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(212, 175, 55, 0.15) !important;
  border-radius: 24px !important;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  position: relative;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  margin: 10px 0 !important;
}
.ast_product_section .ast_product_image {
  position: relative;
  overflow: hidden;
  background: #fff;
  flex-shrink: 0;
}
.ast_product_section .ast_product_image a {
  height: 100%;
}
.ast_product_section .ast_product_image a img {
  transform: none;
  height: 100%;
  object-fit: cover;
}
.ast_product_section .ast_product_image img.product-img {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  object-fit: cover;
  transform: none;
}
.ast_product_section .ast_product_image .product-img-wrapper {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ast_product_section .ast_product_image .badge-discount,
.ast_product_section .ast_product_image .badge-new {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #710000, #a00000);
  color: #fff;
  padding: 5px 12px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.8rem;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(113, 0, 0, 0.3);
  pointer-events: auto;
}
.ast_product_section .ast_product_image .badge-new {
  background: linear-gradient(135deg, #1b5e20, #2e7d32);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.ast_product_section .ast_product_image .wishlist-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  background: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
}
.ast_product_section .ast_product_image .wishlist-btn:hover {
  background: #710000;
  color: #fff;
  transform: scale(1.1);
}
.ast_product_section .ast_product_info {
  padding: 25px 20px !important;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ast_product_section .ast_product_info .ast_shop_title {
  font-family: "Philosopher", serif !important;
  font-weight: 700 !important;
  color: #222 !important;
  font-size: 1.25rem !important;
  margin-bottom: 12px;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ast_product_section .ast_product_info .pr-card-aa-authenticity {
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #d4af37 !important;
  font-weight: 800;
  margin-bottom: 15px;
  opacity: 0.8;
}
.ast_product_section .ast_product_info .product-rating {
  color: #d4af37;
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.ast_product_section .ast_product_info .price2 {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}
.ast_product_section .ast_product_info .price2 .price-current {
  font-weight: 800;
  color: #710000;
  font-size: 1.5rem;
  font-family: "Philosopher", serif;
}
.ast_product_section .ast_product_info .price2 .price-original {
  text-decoration: line-through;
  color: #bbb;
  font-size: 1rem;
  opacity: 0.8;
}
.ast_product_section .ast_product_info .btn-primary {
  background: linear-gradient(135deg, #710000, #800000) !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 12px !important;
  font-family: "Philosopher", serif;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  color: #fff !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ast_product_section .ast_product_info .btn-primary svg {
  width: 20px;
  height: 20px;
}
.ast_product_section .ast_product_info .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(113, 0, 0, 0.4);
  background: linear-gradient(135deg, #a00000, #710000) !important;
}
.ast_product_section:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.4) !important;
  background: #fff !important;
}
.ast_product_section:hover .ast_product_image a img {
  transform: none;
  height: 100%;
  object-fit: cover;
}
.ast_product_section:hover img.product-img {
  transform: scale(1);
}

.trust-bar {
  background: rgba(255, 255, 255, 0.98);
  padding: 50px 0;
  border: 1px solid rgba(212, 175, 55, 0.15);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
  margin: 40px 0 60px;
  border-radius: 24px;
  position: relative;
  z-index: 5;
}
.trust-bar .trust-item {
  text-align: center;
  padding: 0 30px;
  position: relative;
}
.trust-bar .trust-item i {
  font-size: 2.5rem;
  color: #710000;
  margin-bottom: 20px;
  display: block;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 5px 10px rgba(113, 0, 0, 0.15));
}
.trust-bar .trust-item h5 {
  font-family: "Philosopher", serif;
  font-weight: 700;
  color: #222;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.trust-bar .trust-item p {
  font-size: 0.85rem;
  color: #777;
  margin: 0;
  line-height: 1.5;
}
.trust-bar .trust-item:hover i {
  transform: scale(1.1) rotate(5deg);
}
.trust-bar .trust-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 1px;
  background: rgba(212, 175, 55, 0.2);
}

.shop-nav-wrapper {
  position: sticky;
  top: 80px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  padding: 15px 0;
  margin-bottom: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.shop-nav-wrapper .nav-center {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.shop-nav-wrapper .nav-link-filter {
  padding: 8px 20px;
  border-radius: 50px;
  color: #444;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  text-decoration: none;
  background: rgba(212, 175, 55, 0.05);
}
.shop-nav-wrapper .nav-link-filter:hover {
  background: rgba(113, 0, 0, 0.05);
  color: #710000;
  border-color: rgba(113, 0, 0, 0.2);
  transform: translateY(-2px);
}
.shop-nav-wrapper .nav-link-filter.active {
  background: #710000;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(113, 0, 0, 0.3);
}
.shop-nav-wrapper .nav-link-filter i {
  margin-right: 8px;
  font-size: 0.85rem;
}

.btn-google-login {
  width: 100%;
  background: #fff;
  color: #444;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 12px 0;
  font-weight: 600;
  margin: 18px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}
.btn-google-login img {
  height: 22px;
  width: 22px;
  margin-right: 8px;
}
.btn-google-login:hover {
  background: #f7f7f7;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.redesign-v3.product_details_top_section {
  background: linear-gradient(180deg, rgba(255, 248, 220, 0.3) 0%, rgb(255, 255, 255) 100%);
}
.redesign-v3 .pdp-title {
  font-family: "Philosopher", serif;
  color: #710000;
  letter-spacing: -0.5px;
}
.redesign-v3 .pdp-pricing-box .rudra-collection-page-price-current {
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
}
.redesign-v3 .pdp-pincode-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.redesign-v3 .pdp-pincode-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(212, 175, 55, 0.1) !important;
}
.redesign-v3 .pdp-pincode-card .input-group {
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  transition: all 0.3s;
}
.redesign-v3 .pdp-pincode-card .input-group:focus-within {
  border-color: #d4af37 !important;
  box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25) !important;
}
.redesign-v3 .pdp-features-grid .icon-circle {
  transition: all 0.4s ease;
}
.redesign-v3 .pdp-features-grid .feature-item:hover .icon-circle {
  transform: scale(1.1) rotate(5deg);
}
.redesign-v3 .btn-buy-now {
  background: linear-gradient(135deg, #1aa24b, #12823a) !important;
  border: none;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(26, 162, 75, 0.3);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.redesign-v3 .btn-buy-now:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(26, 162, 75, 0.4);
  background: linear-gradient(135deg, #12823a, #0d632c) !important;
}

.pdp-luxury-tabs-container .pdp-pills .nav-link {
  color: #666;
  border: 1px solid transparent;
}
.pdp-luxury-tabs-container .pdp-pills .nav-link.active {
  background: linear-gradient(135deg, #710000, #ab0000) !important;
  color: #fff;
  box-shadow: 0 8px 20px rgba(113, 0, 0, 0.3);
}
.pdp-luxury-tabs-container .pdp-pills .nav-link:hover:not(.active) {
  background: rgba(212, 175, 55, 0.1);
  color: #710000;
}
.pdp-luxury-tabs-container .pdp-luxury-accordion .accordion-item {
  border: 1px solid rgba(212, 175, 55, 0.2) !important;
  transition: all 0.3s;
}
.pdp-luxury-tabs-container .pdp-luxury-accordion .accordion-item:hover {
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.15) !important;
  border-color: rgba(212, 175, 55, 0.5) !important;
}
.pdp-luxury-tabs-container .pdp-luxury-accordion .accordion-item .accordion-button {
  color: #710000 !important;
}
.pdp-luxury-tabs-container .pdp-luxury-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: rgba(212, 175, 55, 0.05);
  box-shadow: inset 0 -1px 0 rgba(212, 175, 55, 0.1);
}
.pdp-luxury-tabs-container .pdp-luxury-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

/* Image gallery swiper styling */
.pdp-main-img-swiper {
  border-radius: 20px !important;
  overflow: hidden;
}
.pdp-main-img-swiper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pdp-thumb-swiper .swiper-slide {
  opacity: 0.6;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s;
}
.pdp-thumb-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.pdp-thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #d4af37;
}

.redesign-v4 .lux-tag {
  background: linear-gradient(135deg, #d4af37, #ffdf73);
  color: #000;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 14px;
  box-shadow: 0 4px 10px rgba(212, 175, 55, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.redesign-v4 .lux-tag-sm {
  background: rgba(212, 175, 55, 0.1);
  color: #710000;
  border: 1px solid rgba(212, 175, 55, 0.4);
  font-size: 10px;
  padding: 3px 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.redesign-v4 .text-gold-gradient {
  background: linear-gradient(135deg, #aa8625 0%, #d4af37 50%, #ffdf73 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.redesign-v4 .pdp-upgrade-badge-mini {
  background: linear-gradient(135deg, white 0%, #fff9e6 100%);
  border: 1px solid #d4af37;
  border-radius: 12px;
  padding: 8px 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.redesign-v4 .pdp-upgrade-badge-mini:hover {
  transform: scale(1.05) rotate(2deg);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.2);
}
.redesign-v4 .pdp-upgrade-badge-mini .badge-content {
  line-height: 1.1;
}
.redesign-v4 .pdp-upgrade-badge-mini .badge-content i {
  font-size: 14px;
}
.redesign-v4 .pdp-upgrade-badge-mini .badge-content span {
  display: block;
  font-size: 10px;
  font-weight: 800;
  color: #710000;
  text-transform: uppercase;
}
.redesign-v4 .lux-pdp-urgency-bar .opacity-05 {
  opacity: 0.05;
}
.redesign-v4 .lux-pdp-urgency-bar .text-gold {
  color: #d4af37;
}
.redesign-v4 .lux-pdp-urgency-bar .timer-stack {
  min-width: 130px;
}
.redesign-v4 .pdp-selection-area .variation-pill {
  background: #fff;
  border: 1px solid rgba(212, 175, 55, 0.4);
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: all 0.2s ease;
}
.redesign-v4 .pdp-selection-area .variation-pill:hover {
  border-color: #d4af37;
  background: #fdfaf0;
}
.redesign-v4 .pdp-selection-area .variation-pill.active {
  background: #710000;
  color: #fff !important;
  border-color: #710000;
  box-shadow: 0 4px 10px rgba(113, 0, 0, 0.2);
}
.redesign-v4 .pdp-trust-bar-compact .icon-circle-sm {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.redesign-v4 .pdp-trust-bar-compact .line-height-1 {
  line-height: 1.1;
}
.redesign-v4 .border-gold-dashed {
  border: 2px dashed rgba(212, 175, 55, 0.5) !important;
}
.redesign-v4 .bg-light-gold {
  background-color: #fdfaf0 !important;
}
.redesign-v4 .bg-gradient-gold {
  background: linear-gradient(135deg, #fce28b, #d4af37) !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}
.redesign-v4 .icon-pulse {
  animation: pulseHeart 2s infinite;
}
@keyframes pulseHeart {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.redesign-v4 .lux-shadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03) !important;
}
.redesign-v4 .hover-glow {
  transition: all 0.3s ease;
}
.redesign-v4 .hover-glow:hover {
  box-shadow: 0 15px 35px rgba(113, 0, 0, 0.15) !important;
  transform: translateY(-2px);
}
.redesign-v4 .btn-outline-maroon {
  color: #710000;
  border-color: #710000;
  background: transparent;
}
.redesign-v4 .btn-outline-maroon:hover {
  background: #710000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(113, 0, 0, 0.2);
}
.redesign-v4 .rudra-collection-page-price-current {
  font-size: 2.2rem !important;
}
@media (max-width: 576px) {
  .redesign-v4 .rudra-collection-page-price-current {
    font-size: 1.5rem !important;
  }
}
.redesign-v4 .timer-countdown span {
  border: 1px solid rgba(171, 0, 0, 0.1);
  color: #710000;
  display: inline-block;
  min-width: 32px;
  text-align: center;
}
@media (max-width: 576px) {
  .redesign-v4 .timer-countdown span {
    min-width: 24px;
    font-size: 0.8rem;
  }
}
@keyframes borderGlow {
  from {
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);
  }
  to {
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.5);
  }
}
.redesign-v4 .upsell-lux-box {
  background: linear-gradient(135deg, #fdfaf0 0%, #fff 100%) !important;
  border: 2px solid rgba(212, 175, 55, 0.4) !important;
  padding: 1rem !important;
  margin-bottom: 2rem !important;
}
.redesign-v4 .upsell-lux-box .badge {
  letter-spacing: 1px;
  font-weight: 800;
}
.redesign-v4 .upsell-lux-box button {
  font-size: 1rem !important;
  color: white;
}
.redesign-v4 .pdp-pincode-card {
  padding: 1.25rem !important;
  margin-bottom: 2rem !important;
}

.pdp-details-accordions.redesign-v4 {
  margin-top: 1.5rem !important;
}
.pdp-details-accordions.redesign-v4 .lux-video-section {
  margin-bottom: 2rem !important;
}
.pdp-details-accordions.redesign-v4 .lux-video-section .video-card {
  transition: all 0.4s ease;
}
.pdp-details-accordions.redesign-v4 .lux-video-section .video-card .video-overlay {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pdp-details-accordions.redesign-v4 .lux-video-section .video-card .play-btn {
  transform: scale(0.8);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.pdp-details-accordions.redesign-v4 .lux-video-section .video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}
.pdp-details-accordions.redesign-v4 .lux-video-section .video-card:hover .video-overlay {
  opacity: 1;
}
.pdp-details-accordions.redesign-v4 .lux-video-section .video-card:hover .play-btn {
  transform: scale(1);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}
.pdp-details-accordions.redesign-v4 .lux-card {
  margin-bottom: 2rem !important;
  border: 1px solid #fdfaf0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  background: #fff;
}
.pdp-details-accordions.redesign-v4 .lux-card:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}
.pdp-details-accordions.redesign-v4 .lux-card .lux-card-header {
  padding: 1.25rem 2rem !important;
  background: linear-gradient(to right, #fff, #fdfaf0);
}
.pdp-details-accordions.redesign-v4 .lux-card .lux-card-header h3 {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}
.pdp-details-accordions.redesign-v4 .lux-card .lux-card-body {
  padding: 2rem !important;
}
@media (max-width: 768px) {
  .pdp-details-accordions.redesign-v4 .lux-card .lux-card-body {
    padding: 1rem !important;
  }
}
.pdp-details-accordions.redesign-v4 .lux-description-plain {
  padding: 2.5rem !important;
  margin-bottom: 2rem !important;
  border: 1px solid #fdfaf0 !important;
}
.pdp-details-accordions.redesign-v4 .lux-description-plain h2 {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .pdp-details-accordions.redesign-v4 .lux-description-plain {
    padding: 1.25rem !important;
  }
  .pdp-details-accordions.redesign-v4 .lux-description-plain h2 {
    font-size: 1.5rem;
  }
}
.pdp-details-accordions.redesign-v4 .why-us-section {
  margin-top: 2rem !important;
  padding: 2.5rem !important;
  position: relative;
  overflow: hidden;
}
.pdp-details-accordions.redesign-v4 .why-us-section::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background: url("/assets/images/mandala-bg.png") no-repeat center/contain;
  opacity: 0.1;
  animation: rotateMandala 60s linear infinite;
}
.pdp-details-accordions.redesign-v4 .why-us-section::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 250px;
  height: 250px;
  background: url("/assets/images/mandala-bg.png") no-repeat center/contain;
  opacity: 0.1;
  animation: rotateMandala 40s linear infinite reverse;
}
.pdp-details-accordions.redesign-v4 .why-us-section .why-icon-box {
  width: 70px !important;
  height: 70px !important;
}
.pdp-details-accordions.redesign-v4 .why-us-section .why-icon-box i {
  font-size: 1.5rem !important;
}
.pdp-details-accordions.redesign-v4 .why-us-section .why-icon-box {
  transition: all 0.3s ease;
}
.pdp-details-accordions.redesign-v4 .why-us-section .why-icon-box:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}
.pdp-details-accordions.redesign-v4 .why-us-section h4 {
  font-size: 1.15rem;
}

.search-nav-container {
  display: flex !important;
  align-items: center !important;
  gap: 1.5rem !important;
}
@media (max-width: 991px) {
  .search-nav-container {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
    order: 10 !important;
    display: none !important;
  }
}
.search-nav-container .search-panel {
  flex: 1 1 auto !important;
  min-width: 200px !important;
}
.search-nav-container .search-panel .form-control-lg {
  color: #2c3e50 !important;
  height: 44px !important;
  border-radius: 22px !important;
  border: 2px solid #d4af37 !important;
  padding: 0 25px !important;
  font-size: 0.95rem !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  max-width: 100% !important;
}
.search-nav-container .search-panel .form-control-lg::placeholder {
  color: #888 !important;
  opacity: 0.8 !important;
}
.search-nav-container .search-panel .form-control-lg:focus {
  border-color: #710000 !important;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.3) !important;
}

.lux-nav-inline {
  align-items: center;
  gap: 1.5rem;
}
.lux-nav-inline .lux-nav-item {
  position: relative !important;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.lux-nav-inline .lux-nav-item .lux-nav-link {
  font-family: "Philosopher", serif !important;
  color: #710000 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 0.9rem;
  white-space: nowrap;
  letter-spacing: 0.5px;
}
.lux-nav-inline .lux-nav-item .lux-nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #d4af37;
  transition: width 0.3s ease;
}
.lux-nav-inline .lux-nav-item:hover .lux-nav-link {
  color: #d4af37 !important;
}
.lux-nav-inline .lux-nav-item:hover .lux-nav-link::after {
  width: 100%;
}
.lux-nav-inline .lux-nav-item:hover .lux-mega-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) translateY(0) !important;
}

.lux-mega-menu {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(15px);
  width: 80vw !important;
  max-width: 1000px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(20px) !important;
  border-top: 3px solid #d4af37 !important;
  border-bottom: 5px solid #710000 !important;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2) !important;
  z-index: 99999 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  border-radius: 0 0 15px 15px;
}
.lux-mega-menu .lux-mega-title {
  color: #710000;
  font-weight: 800;
  margin-bottom: 1rem;
  border-bottom: 1px solid #fdfaf0;
  padding-bottom: 0.5rem;
  font-family: "Philosopher", serif;
  font-size: 1.1rem;
}
.lux-mega-menu .lux-mega-list {
  list-style: none;
  padding: 0;
}
.lux-mega-menu .lux-mega-list li {
  margin-bottom: 5px;
}
.lux-mega-menu .lux-mega-list li a {
  color: #444;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 0.85rem;
}
.lux-mega-menu .lux-mega-list li a:hover {
  color: #d4af37;
  padding-left: 5px;
}
.lux-mega-menu .lux-mega-ad-card {
  background: linear-gradient(rgba(113, 0, 0, 0.9), rgba(113, 0, 0, 0.95)), url("/assets/images/mandala-bg.png") no-repeat center/cover;
  padding: 1.5rem;
  border-radius: 12px;
  color: #fff;
  border: 1px solid #d4af37;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.lux-mega-menu .lux-mega-ad-card h4 {
  font-family: "Philosopher", serif;
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 10px;
}
.lux-mega-menu .lux-mega-ad-card .btn-gold {
  background: #d4af37;
  color: #710000;
  font-weight: 800;
  border: none;
  padding: 8px 20px;
  font-size: 0.8rem;
  margin-top: 10px;
}
.lux-mega-menu .lux-mega-ad-card .btn-gold:hover {
  background: #fff;
}

.luxury-panchang-card {
  background: linear-gradient(135deg, #fffcf5 0%, #fdfaf0 100%) !important;
  background-image: url("https://www.transparenttextures.com/patterns/natural-paper.png") !important;
  border: 1px solid rgba(212, 175, 55, 0.4) !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
  position: relative;
  overflow: hidden;
  padding: 1.5rem !important;
}
.luxury-panchang-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
}
.luxury-panchang-card .luxury-floret {
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 0 C60 30 90 40 100 50 C90 60 60 70 50 100 C40 70 10 60 0 50 C10 40 40 30 50 0' fill='%23d4af37' opacity='0.2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
.luxury-panchang-card .luxury-floret-tl {
  top: -15px;
  left: -15px;
}
.luxury-panchang-card .luxury-floret-tr {
  top: -15px;
  right: -15px;
  transform: rotate(90deg);
}
.luxury-panchang-card .luxury-floret-bl {
  bottom: -15px;
  left: -15px;
  transform: rotate(-90deg);
}
.luxury-panchang-card .luxury-floret-br {
  bottom: -15px;
  right: -15px;
  transform: rotate(180deg);
}
.luxury-panchang-card .kundlireport_home {
  background: rgba(113, 0, 0, 0.05) !important;
  border: 1px solid rgba(212, 175, 55, 0.2) !important;
  border-radius: 50px !important;
  padding: 6px !important;
  display: inline-flex !important;
  width: 100% !important;
  flex-wrap: nowrap;
}
.luxury-panchang-card .kundlireport_home .nav-item {
  width: 100%;
  text-align: center;
}
.luxury-panchang-card .kundlireport_home .nav-link {
  border-radius: 50px !important;
  font-family: "Philosopher", serif !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  padding: 8px 25px !important;
  transition: all 0.3s ease !important;
  color: #666 !important;
  border: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.luxury-panchang-card .kundlireport_home .nav-link.active {
  background: #710000 !important;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(113, 0, 0, 0.3) !important;
}
.luxury-panchang-card .kundlireport_home .nav-link:hover:not(.active) {
  color: #710000 !important;
}
.luxury-panchang-card .panchangBg {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0 0;
}
.luxury-panchang-card .panchangBg li {
  position: relative;
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
  border-bottom: 1px dashed rgba(212, 175, 55, 0.2);
  padding: 0.8rem 2rem !important;
  font-family: "Philosopher", serif;
  display: flex;
}
.luxury-panchang-card .panchangBg li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.luxury-panchang-card .panchangBg li::before {
  content: "❈";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #d4af37;
  font-size: 1.1rem;
}
.luxury-panchang-card .panchangBg li strong {
  color: #710000;
  font-weight: 700;
  display: inline-block;
  min-width: 100px;
  letter-spacing: 0.5px;
}
.luxury-panchang-card .location-banner {
  background: rgba(212, 175, 55, 0.08);
  padding: 12px 18px;
  border-left: 4px solid #d4af37;
  border-radius: 8px;
  margin-bottom: 1.5rem !important;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 15px rgba(212, 175, 55, 0.05);
}
.luxury-panchang-card .location-banner p {
  font-family: "Philosopher", serif;
  letter-spacing: 0.5px;
}
.luxury-panchang-card .panchang-toggle-wrapper {
  position: relative;
  margin-top: -10px;
  text-align: center;
  z-index: 5;
}
.luxury-panchang-card .panchang-fade-overlay {
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 252, 245, 0) 0%, #fffcf5 100%);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  pointer-events: none;
}
.luxury-panchang-card .btn-panchang-toggle {
  background: transparent;
  border: none;
  color: #710000;
  font-family: "Philosopher", serif;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 5px 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: capitalize;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);
  border-radius: 20px;
}
.luxury-panchang-card .btn-panchang-toggle:hover {
  color: #aa0000;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.25), transparent);
  transform: scale(1.02);
  letter-spacing: 1.5px;
}
.luxury-panchang-card .btn-panchang-toggle[aria-expanded=true] .fa-chevron-down {
  transform: rotate(180deg);
}
.luxury-panchang-card .btn-primary {
  background: linear-gradient(135deg, #710000 0%, #aa0000 100%) !important;
  border: 1px solid #d4af37 !important;
  font-family: "Philosopher", serif !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.luxury-panchang-card .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(113, 0, 0, 0.4) !important;
}

.luxury-services-grid {
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.2) !important;
  border-radius: 12px !important;
  padding: 2rem !important;
}
@media (max-width: 768px) {
  .luxury-services-grid {
    padding: 1rem 0.7rem !important;
  }
}
.luxury-services-grid .herofivegrid2 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  padding: 0 !important;
  list-style: none !important;
}
@media (max-width: 1200px) {
  .luxury-services-grid .herofivegrid2 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 576px) {
  .luxury-services-grid .herofivegrid2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.luxury-services-grid .herofivegrid2 li {
  width: 100% !important;
  margin: 0 !important;
}
.luxury-services-grid .herofivegrid2 li a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 15px !important;
  background: #fff !important;
  border: 1px solid rgba(212, 175, 55, 0.15) !important;
  border-radius: 15px !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  text-decoration: none !important;
  height: 110px !important;
}
.luxury-services-grid .herofivegrid2 li a img {
  width: 50px !important;
  height: 50px !important;
  object-fit: contain !important;
  margin-bottom: 10px !important;
  transition: transform 0.4s ease !important;
}
.luxury-services-grid .herofivegrid2 li a h5 {
  font-family: "Philosopher", serif !important;
  font-size: 0.9rem !important;
  color: #710000 !important;
  font-weight: 700 !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}
.luxury-services-grid .herofivegrid2 li a:hover {
  border-color: #d4af37 !important;
  background: #fffdf7 !important;
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 25px rgba(212, 175, 55, 0.2) !important;
}
.luxury-services-grid .herofivegrid2 li a:hover img {
  transform: scale(1.15) rotate(5deg);
}
.luxury-services-grid .herofivegrid2 li a:hover h5 {
  color: #aa0000 !important;
}

.flagship-report-card {
  background: #fffcf5 !important;
  border: 1px solid #c5a059 !important;
  border-radius: 12px;
  position: relative;
  overflow: visible;
  padding: 1.5rem 2rem !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}
.flagship-report-card::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid rgba(197, 160, 89, 0.15);
  border-radius: 8px;
  pointer-events: none;
}
.flagship-report-card .report-title {
  font-family: "Philosopher", serif !important;
  color: #8b0000 !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}
.flagship-report-card .report-title em {
  font-style: normal;
  color: #c5a059 !important;
  font-size: 1.15rem !important;
  margin-left: 0.5rem;
  font-weight: 500;
  display: inline-block;
}
.flagship-report-card .report-subtitle {
  font-family: "Poppins", sans-serif !important;
  color: #555 !important;
  font-size: 0.95rem !important;
  margin-bottom: 0.8rem;
  display: block;
}
.flagship-report-card .report-subtitle b {
  color: #8b0000 !important;
}
.flagship-report-card .report-desc {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  color: #444 !important;
  margin-bottom: 1rem !important;
}
.flagship-report-card .report-features {
  list-style: none !important;
  padding: 0 !important;
  margin: 1rem 0 !important;
}
.flagship-report-card .report-features li {
  position: relative;
  padding-left: 1.5rem !important;
  font-size: 0.8rem !important;
  color: #333 !important;
  font-weight: 500 !important;
  margin-bottom: 0.3rem !important;
}
.flagship-report-card .report-features li.extra {
  display: none;
}
.flagship-report-card .report-features li::before {
  content: "❈" !important;
  position: absolute;
  left: 0;
  top: 0;
  color: #c5a059 !important;
  font-size: 1rem;
}
.flagship-report-card .report-langs {
  margin-top: 1rem;
  font-size: 0.9rem !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.flagship-report-card .report-langs b {
  color: #8b0000 !important;
}
.flagship-report-card .report-langs span {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  background: rgba(197, 160, 89, 0.1);
  border: 1px solid rgba(197, 160, 89, 0.2);
  border-radius: 4px;
  color: #775a00;
  font-weight: 600;
  font-size: 0.8rem;
}
.flagship-report-card .report-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px dashed rgba(197, 160, 89, 0.3);
}
.flagship-report-card .report-action .price-wrap .old-price {
  display: block;
  text-decoration: line-through;
  color: #999;
  font-size: 0.85rem;
}
.flagship-report-card .report-action .price-wrap .new-price {
  display: block;
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: #8b0000 !important;
}
.flagship-report-card .report-action .btn-buy-luxury {
  background: linear-gradient(135deg, #8b0000 0%, #600000 100%) !important;
  color: white !important;
  padding: 0.6rem 1.8rem !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 5px 15px rgba(139, 0, 0, 0.2);
  text-decoration: none !important;
  display: inline-block;
}
.flagship-report-card .report-action .btn-buy-luxury:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(139, 0, 0, 0.4);
  color: #fff !important;
}
.flagship-report-card .premium-readmore-toggle {
  font-weight: 600;
  color: #c5a059 !important;
  font-size: 0.9rem !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 0.8rem 0 !important;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif !important;
}
.flagship-report-card .premium-readmore-toggle::after {
  content: "▼";
  font-size: 0.7rem;
  transition: transform 0.3s;
}
.flagship-report-card .premium-readmore-toggle:hover {
  color: #8b0000 !important;
  transform: translateX(3px);
}
.flagship-report-card .premium-readmore-toggle.active {
  color: #8b0000 !important;
}
.flagship-report-card .premium-readmore-toggle.active::after {
  transform: rotate(180deg);
}
.flagship-report-card .card-img-wrap {
  text-align: center;
}
.flagship-report-card .card-img-wrap img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.1));
  transition: all 0.4s ease;
}
.flagship-report-card .card-img-wrap img:hover {
  transform: scale(1.05);
}
.flagship-report-card .banner-side-wrap {
  overflow: hidden;
  height: 100%;
}
.flagship-report-card .banner-side-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
}
.flagship-report-card .banner-side-wrap:hover img {
  transform: scale(1.02);
}
.flagship-report-card .border-start-luxury {
  border-left: 1px solid rgba(197, 160, 89, 0.2);
}
@media (max-width: 767px) {
  .flagship-report-card .border-start-luxury {
    border-left: none;
    border-top: 1px solid rgba(197, 160, 89, 0.2);
  }
}
.flagship-report-card .border-end-luxury {
  border-right: 1px solid rgba(197, 160, 89, 0.2);
}
@media (max-width: 767px) {
  .flagship-report-card .border-end-luxury {
    border-right: none;
    border-top: 1px solid rgba(197, 160, 89, 0.2);
  }
}
.flagship-report-card .report-floret {
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.8;
  pointer-events: none;
}
.flagship-report-card .report-floret.floret-tl {
  top: -15px;
  left: -15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23C5A059' d='M0 0c50 0 100 50 100 100h-20c0-44.2-35.8-80-80-80V0z'/%3E%3C/svg%3E");
}
.flagship-report-card .report-floret.floret-tr {
  top: -15px;
  right: -15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23C5A059' d='M100 0C50 0 0 50 0 100h20c0-44.2 35.8-80 80-80V0z'/%3E%3C/svg%3E");
}
.flagship-report-card .report-floret.floret-bl {
  bottom: -15px;
  left: -15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23C5A059' d='M0 100c50 0 100-50 100-100h-20c0 44.2-35.8 80-80 80v20z'/%3E%3C/svg%3E");
}
.flagship-report-card .report-floret.floret-br {
  bottom: -15px;
  right: -15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%23C5A059' d='M100 100C50 100 0 50 0 0h20c0 44.2 35.8 80 80 80v20z'/%3E%3C/svg%3E");
}

.product-row {
  margin-top: 3.5rem !important;
}
.product-row:first-of-type {
  margin-top: 1rem !important;
}

@media (max-width: 991px) {
  .flagship-report-card {
    padding: 1.2rem !important;
  }
  .flagship-report-card .report-title {
    font-size: 1.6rem !important;
  }
  .flagship-report-card .report-action {
    flex-direction: column;
    gap: 1rem;
  }
  .flagship-report-card .report-action .btn-buy-luxury {
    width: 100%;
    text-align: center;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lux-recommended-section .lux-recommended-container {
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: #fffdf5;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lux-recommended-section .lux-recommended-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 10% 10%, rgba(212, 175, 55, 0.03) 0%, transparent 50%);
  pointer-events: none;
}
.lux-recommended-section .reco-item-card {
  transition: all 0.3s ease;
  border-color: rgba(212, 175, 55, 0.1) !important;
}
.lux-recommended-section .reco-item-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
  border-color: rgba(212, 175, 55, 0.3) !important;
}
.lux-recommended-section .reco-item-card .reco-img-box {
  background: #fbfbfb;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lux-recommended-section .reco-item-card .reco-img-box img {
  max-height: 100%;
  object-fit: contain;
}
.lux-recommended-section .bg-maroon-gold-gradient {
  background: linear-gradient(135deg, #710000 0%, #4a0000 100%);
  border: 1px solid #d4af37;
  color: white;
}

.bg-gradient-gold {
  background: linear-gradient(135deg, #d4af37 0%, #aa8625 100%) !important;
}

.bg-maroon-light {
  background: rgba(113, 0, 0, 0.05);
}

.opacity-05 {
  opacity: 0.05;
}

.border-gold-dashed {
  border: 1px dashed rgba(212, 175, 55, 0.4) !important;
}

.variation-pill {
  padding: 0.5rem 1rem;
  border-radius: 50px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: white;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #555;
  white-space: nowrap;
}
.variation-pill:hover {
  border-color: #d4af37;
  background: #fffdf5;
  color: #710000;
}
.variation-pill.active {
  background: #710000;
  color: white;
  border-color: #710000;
  box-shadow: 0 4px 12px rgba(113, 0, 0, 0.2);
}

.upsell-lux-box {
  background: #fdfaf0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.upsell-lux-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.1) !important;
  border-color: #d4af37 !important;
}
.upsell-lux-box .badge.bg-danger {
  background: linear-gradient(135deg, #ff416c, #ff4b2b) !important;
  box-shadow: 0 4px 15px rgba(255, 75, 43, 0.3);
  animation: pulse-danger 2s infinite;
}
.upsell-lux-box .icon-circle {
  border: 2px solid rgba(212, 175, 55, 0.2);
  transition: all 0.3s ease;
}
.upsell-lux-box:hover .icon-circle {
  border-color: #d4af37;
  transform: rotate(15deg);
}

@keyframes pulse-danger {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.lux-tag-sm {
  background: rgba(212, 175, 55, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: #aa8625;
  font-size: 10px;
  padding: 4px 10px;
  font-weight: 600;
}

.bg-success-light {
  background: #f0fff4;
}

.border-success {
  border-color: #2ecc71 !important;
}

:root {
  --lux-gold-main: linear-gradient(
    135deg,
    #d4af37 0%,
    #f4e0a1 50%,
    #aa8625 100%
  );
  --lux-gold-soft: rgba(212, 175, 55, 0.15);
  --lux-maroon-deep: #5a0000;
  --lux-cream-bg: #fffdf5;
  --ethereal-glow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.bg-vedic-cream {
  background-color: var(--lux-cream-bg);
}

.lux-glass-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: var(--ethereal-glow);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lux-glass-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 30px 60px rgba(212, 175, 55, 0.12);
}

.border-lux-gold {
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box, var(--lux-gold-main) border-box;
}

.text-gold-gradient {
  background: var(--lux-gold-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-primary-gradient {
  background: linear-gradient(135deg, #710000 0%, #4a0000 50%, #ab0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.benefit-card-v2 {
  background: white;
  border-radius: 20px;
  padding: 1.5rem;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  height: 100%;
}
.benefit-card-v2 .icon-wrapper {
  width: 60px;
  height: 60px;
  background: var(--lux-gold-soft);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #aa8625;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
.benefit-card-v2:hover {
  background: var(--lux-cream-bg);
  border-color: rgba(212, 175, 55, 0.3);
}
.benefit-card-v2:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  background: var(--lux-gold-main);
  color: white;
}

.expert-guidance-box {
  background: linear-gradient(135deg, #710000 0%, #4a0000 100%);
  border: 1px solid #d4af37;
  color: white;
  position: relative;
  overflow: hidden;
}
.expert-guidance-box::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.lux-accordion-v2 .accordion-item {
  border: none;
  background: transparent;
  margin-bottom: 1rem;
  border-radius: 15px !important;
  overflow: hidden;
  border: 1px solid #eee;
}
.lux-accordion-v2 .accordion-item .accordion-button {
  background: white !important;
  color: #333 !important;
  font-weight: 700 !important;
  padding: 1.25rem !important;
  box-shadow: none !important;
}
.lux-accordion-v2 .accordion-item .accordion-button::after {
  filter: grayscale(1);
}
.lux-accordion-v2 .accordion-item .accordion-button:not(.collapsed) {
  background: var(--lux-cream-bg) !important;
  color: var(--lux-maroon-deep) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}
.lux-accordion-v2 .accordion-item .accordion-body {
  background: white !important;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  padding: 1.5rem !important;
}

.pdp-variation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1rem;
}

.variation-group-v2 label {
  font-size: 10px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  color: #999;
  margin-bottom: 0.5rem;
  display: block;
}

.trust-badge-horizontal {
  background: white;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
}
.trust-badge-horizontal:hover {
  border-color: rgba(212, 175, 55, 0.3);
  background: var(--lux-cream-bg);
}
.trust-badge-horizontal i {
  font-size: 1.25rem;
  color: #d4af37;
}
.trust-badge-horizontal .badge-label {
  font-size: 11px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  margin-bottom: 2px;
}
.trust-badge-horizontal .badge-sub {
  font-size: 9px;
  color: #999;
  line-height: 1;
}

.lux-delivery-card {
  background: #fffdf5;
  border-radius: 20px;
  border: 1px solid #e6d5b8;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.lux-delivery-card .delivery-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.lux-delivery-card .delivery-header .truck-icon {
  font-size: 24px;
  color: #710000;
  margin-top: 2px;
}
.lux-delivery-card .delivery-header .header-text h6 {
  font-weight: 800;
  color: #333;
  margin-bottom: 2px;
  font-family: "Philosopher", serif;
}
.lux-delivery-card .delivery-header .header-text p {
  font-size: 11px;
  color: #888;
  margin-bottom: 0;
  font-weight: 500;
}
.lux-delivery-card .delivery-input-group {
  background: white;
  border-radius: 12px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 2px 2px 2px 12px;
  transition: all 0.3s ease;
}
.lux-delivery-card .delivery-input-group:focus-within {
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}
.lux-delivery-card .delivery-input-group i.fa-map-marker-alt {
  color: #999;
  font-size: 16px;
}
.lux-delivery-card .delivery-input-group input {
  flex-grow: 1;
  border: none;
  background: transparent;
  padding: 10px 12px;
  font-weight: 600;
  color: #333;
  font-size: 15px;
  outline: none !important;
}
.lux-delivery-card .delivery-input-group input::placeholder {
  color: #bbb;
  font-weight: 400;
}
.lux-delivery-card .delivery-input-group .btn-check-delivery {
  background: #14934e;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 8px 25px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
}
.lux-delivery-card .delivery-input-group .btn-check-delivery:hover {
  background: #0f7a3f;
  transform: translateY(-1px);
}
.lux-delivery-card .delivery-input-group .btn-check-delivery:active {
  transform: translateY(0);
}
.lux-delivery-card .delivery-highlights .highlight-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lux-delivery-card .delivery-highlights .highlight-item i {
  font-size: 18px;
  color: #333;
}
.lux-delivery-card .delivery-highlights .highlight-item .text-wrapper {
  line-height: 1.1;
}
.lux-delivery-card .delivery-highlights .highlight-item .text-wrapper .title {
  display: block;
  font-weight: 800;
  color: #333;
  font-size: 12px;
}
.lux-delivery-card .delivery-highlights .highlight-item .text-wrapper .sub {
  font-size: 10px;
  color: #888;
  font-weight: 500;
}

.delivery-estimation-result {
  margin-top: 10px;
  padding: 12px;
  border-radius: 10px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: slideInDown 0.4s ease;
}
.delivery-estimation-result i {
  color: #166534;
}
.delivery-estimation-result .result-text {
  font-size: 13px;
  font-weight: 600;
  color: #166534;
}

/* Luxurious Mobile Bottom Navigation Bar */
@media (max-width: 768px) {
  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.08);
    z-index: 999;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 10px 0px;
    border-top: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 25px 25px 0 0;
  }
  .mobile-bottom-nav .nav-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #710000;
    gap: 5px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 5px 8px;
  }
  .mobile-bottom-nav .nav-item i {
    font-size: 1.35rem;
    color: #710000;
  }
  .mobile-bottom-nav .nav-item span:not(.nav-count) {
    font-size: 0.65rem;
    font-weight: 700;
    opacity: 0.8;
    font-family: "Poppins", sans-serif;
  }
  .mobile-bottom-nav .nav-item .nav-count {
    position: absolute;
    top: -3px;
    right: 5px;
    background: linear-gradient(135deg, #d4af37, #aa8625);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
  }
  /* body {
     padding-bottom: 85px !important;
   }*/
}
/* Custom Overlay for Cart & Wishlist */
#Product_overlay,
#Product_Wishlist_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 1040;
  display: none;
}

.cart.cart555 {
  z-index: 1050 !important;
}

/* Direct Product Details Sections (No Tabs) */
.lx-details-section {
  position: relative;
  margin-bottom: 1.5rem;
}
.lx-details-section .lux-title-sep {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  width: 100%;
  color: #710000;
}
.lx-details-section .lux-title-sep::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(212, 175, 55, 0.4), transparent);
  margin-left: 15px;
}

.bg-light-gold {
  background: linear-gradient(135deg, #fffcf5 0%, #fff9eb 100%);
}

#tab1 {
  font-family: "Inter", sans-serif;
  color: #444;
  line-height: 1.7;
  font-size: 0.95rem;
  padding-top: 5px;
}

#specificationList .list-group-item {
  border-color: rgba(212, 175, 55, 0.15);
  padding: 0.75rem 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  font-size: 0.9rem;
}
#specificationList .list-group-item:first-child {
  padding-top: 0;
}
#specificationList .list-group-item:last-child {
  border-bottom: none;
}
#specificationList .list-group-item strong {
  color: #710000;
  font-weight: 700;
  min-width: 100px;
  font-family: "Philosopher", serif;
}
#specificationList .list-group-item span {
  color: #333;
  text-align: right;
  font-weight: 500;
}

@media (max-width: 768px) {
  .lx-details-section .lux-title-sep {
    font-size: 1.1rem;
  }
  #specificationList .list-group-item {
    font-size: 0.85rem;
  }
  #specificationList .list-group-item strong {
    min-width: 80px;
  }
}
/* ============================================
           DIVINE SERVICES MOBILE SWIPER (ROBUST)
        ============================================ */
.servicesSwiper {
  padding-bottom: 55px !important;
  margin: 10px 0;
}
.servicesSwiper .services-grid-slide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 5px;
}
.servicesSwiper .astro-item {
  background: #fff;
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  height: 100%;
}
.servicesSwiper .astro-item a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
  text-decoration: none;
  height: 100%;
}
.servicesSwiper .astro-item a img {
  width: 42px !important;
  height: 42px !important;
  margin-bottom: 10px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.05));
}
.servicesSwiper .astro-item a h5 {
  font-family: "Philosopher", serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #710000;
  margin: 0;
  text-align: center;
  line-height: 1.2;
}
.servicesSwiper .astro-item:active {
  transform: scale(0.96);
  background: rgba(212, 175, 55, 0.03);
}
.servicesSwiper .services-pagination {
  bottom: 5px !important;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.servicesSwiper .services-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent !important;
  opacity: 1;
  margin: 0 !important;
  position: relative;
  transition: all 0.4s ease;
}
.servicesSwiper .services-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23d4af37' fill-opacity='0.25' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: inherit;
}
.servicesSwiper .services-pagination .swiper-pagination-bullet-active::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23d4af37' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E");
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.8));
  transform: scale(1.3) rotate(15deg);
}

@media (min-width: 768px) {
  .servicesSwiper {
    padding-bottom: 0 !important;
    margin: 0;
    overflow: visible !important;
  }
  .servicesSwiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px;
    transform: none !important;
    width: 100% !important;
  }
  .servicesSwiper .services-grid-slide {
    display: contents !important;
  }
  .servicesSwiper .services-pagination {
    display: none !important;
  }
  .servicesSwiper .astro-item a {
    padding: 25px 10px;
  }
  .servicesSwiper .astro-item a img {
    width: 55px !important;
    height: 55px !important;
  }
  .servicesSwiper .astro-item a h5 {
    font-size: 1rem;
  }
  .servicesSwiper .astro-item:hover {
    transform: translateY(-8px);
    border-color: #d4af37;
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.12);
  }
}
@media (max-width: 767px) {
  .servicesSwiper .swiper-wrapper {
    display: flex !important;
  }
  .servicesSwiper .astro-item a h5 {
    font-size: 0.8rem;
  }
}
/* ── VARIATION THUMBNAILS (ROYAL VEDIC) ── */
.variation-thumb-group {
  background: rgba(255, 255, 255, 0.4);
  border: 1px dashed rgba(212, 175, 55, 0.3);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 25px;
}

.variation-thumb {
  width: 65px;
  cursor: pointer;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.variation-thumb .thumb-img-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  border: 2px solid rgba(212, 175, 55, 0.2);
  overflow: hidden;
  background: #fdfcf0;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.variation-thumb .thumb-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0, 0.2, 1);
}
.variation-thumb .thumb-label {
  font-size: 10px;
  font-weight: 700;
  color: #777;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: block;
  transition: all 0.3s ease;
  line-height: 1;
}
.variation-thumb:hover {
  transform: translateY(-4px);
}
.variation-thumb:hover .thumb-img-wrapper {
  border-color: rgba(212, 175, 55, 0.6);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);
}
.variation-thumb:hover .thumb-img-wrapper img {
  transform: scale(1.12);
}
.variation-thumb:hover .thumb-label {
  color: #800000;
}
input.variation-radio:checked + .variation-thumb .thumb-img-wrapper {
  border-color: #d4af37;
  border-width: 2.5px;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
  transform: scale(1.05);
}
input.variation-radio:checked + .variation-thumb .thumb-label {
  color: #800000;
  font-weight: 800;
  letter-spacing: 1px;
}
input.variation-radio:checked + .variation-thumb::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 50%;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.5) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
  animation: sunburst-pulse 2.5s infinite;
}

@keyframes sunburst-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
/* ── HYBRID VARIATIONS (PILLS + THUMBS) ── */
.variation-pill {
  min-width: 60px;
  height: 48px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fdfcf0;
  border: 2px solid rgba(212, 175, 55, 0.2);
  border-radius: 12px;
  cursor: pointer;
  font-weight: 700;
  color: #444;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  user-select: none;
}
.variation-pill:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.6);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.15);
  color: #800000;
}
input.variation-radio:checked + .variation-pill {
  background: #fff;
  border-color: #d4af37;
  border-width: 2.5px;
  color: #800000;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
  transform: scale(1.05);
}
input.variation-radio:checked + .variation-pill::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.4) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  animation: sunburst-pulse 2.5s infinite;
}

/* THE NEW ELEGANT PRICE BADGE */
.variation-price-badge {
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  background: #800000;
  color: #fff;
  font-size: 9.5px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
  pointer-events: none;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.variation-price-badge.gold-badge {
  background: linear-gradient(135deg, #d4af37, #fdfcf0);
  color: #800000;
  border-color: #d4af37;
  box-shadow: 0 4px 6px rgba(212, 175, 55, 0.3);
}

.festival-detail-page {
  position: relative;
  z-index: 10;
}
.festival-detail-page .container {
  position: relative;
  z-index: 20;
}
.festival-detail-page .vedic-accordion .accordion-item {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.25) !important;
  border-radius: 16px !important;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.festival-detail-page .vedic-accordion .accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.5) !important;
}
.festival-detail-page .vedic-accordion form {
  margin: 0;
  width: 100%;
}
.festival-detail-page .vedic-accordion .accordion-button {
  background: transparent !important;
  color: #710000 !important;
  font-family: "Philosopher", serif;
  font-weight: 700 !important;
  padding: 18px 25px;
  box-shadow: none !important;
  font-size: 1.25rem !important;
}
.festival-detail-page .vedic-accordion .accordion-button i {
  color: #d4af37;
  filter: drop-shadow(0 2px 4px rgba(212, 175, 55, 0.4));
}
.festival-detail-page .vedic-accordion .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(18%) sepia(85%) saturate(3015%) hue-rotate(352deg) brightness(85%) contrast(100%);
  transition: transform 0.4s ease;
}
.festival-detail-page .vedic-accordion .accordion-button:not(.collapsed) {
  color: #fff !important;
  background: linear-gradient(135deg, #710000, #ab0000) !important;
  border-bottom: 2px solid #d4af37;
}
.festival-detail-page .vedic-accordion .accordion-button:not(.collapsed) i {
  color: #fff;
}
.festival-detail-page .vedic-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.festival-detail-page .vedic-accordion .accordion-body {
  background: rgba(253, 250, 245, 0.95);
  border-top: 1px dashed rgba(212, 175, 55, 0.3);
  padding: 30px;
}
.festival-detail-page .cinematic-festival-card {
  border: 1px solid rgba(212, 175, 55, 0.2) !important;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(8px);
  border-radius: 20px !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.festival-detail-page .cinematic-festival-card .festival-card-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  padding: 15px;
  gap: 20px;
  height: 100%;
}
@media (max-width: 576px) {
  .festival-detail-page .cinematic-festival-card .festival-card-link {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 20px;
  }
}
.festival-detail-page .cinematic-festival-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(212, 175, 55, 0.15);
  border-color: rgba(212, 175, 55, 0.6) !important;
  background: rgb(255, 255, 255) !important;
}
.festival-detail-page .cinematic-festival-card:hover .divine-image-frame {
  transform: rotate(5deg) scale(1.05);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
}
.festival-detail-page .cinematic-festival-card:hover .festival-title {
  color: #ff9933 !important;
}
.festival-detail-page .cinematic-festival-card .divine-image-frame {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #d4af37;
  padding: 3px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  flex-shrink: 0;
}
.festival-detail-page .cinematic-festival-card .divine-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.festival-detail-page .cinematic-festival-card .cinematic-card-body {
  flex: 1;
}
.festival-detail-page .cinematic-festival-card .cinematic-card-body .festival-title {
  font-family: "Philosopher", serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #710000;
  margin-bottom: 8px;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.festival-detail-page .cinematic-festival-card .cinematic-card-body .date-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 153, 51, 0.1);
  padding: 4px 10px;
  border-radius: 50px;
  border: 1px solid rgba(255, 153, 51, 0.2);
  margin-bottom: 8px;
}
.festival-detail-page .cinematic-festival-card .cinematic-card-body .date-badge i {
  color: #ff9933;
  font-size: 0.85rem;
}
.festival-detail-page .cinematic-festival-card .cinematic-card-body .date-badge p {
  margin: 0;
  color: #710000;
  font-weight: 600;
  font-size: 0.85rem;
}
.festival-detail-page .cinematic-festival-card .cinematic-card-body .vedic-info {
  display: block;
  color: #777;
  font-size: 0.8rem;
  font-weight: 500;
}
.festival-detail-page .cinematic-festival-card .cinematic-card-body .vedic-info i {
  margin-right: 4px;
  color: #d4af37;
}
.festival-detail-page .no-festival-msg {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  padding: 20px;
  font-style: italic;
}

.festival-day-detail-page .cinematic-hero-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 20px;
}
.festival-day-detail-page .cinematic-hero-card .cinematic-image-col {
  position: relative;
  background: linear-gradient(135deg, #fdfbf7, #f4ecd8);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px dashed rgba(212, 175, 55, 0.4);
}
@media (max-width: 768px) {
  .festival-day-detail-page .cinematic-hero-card .cinematic-image-col {
    border-right: none;
    border-bottom: 1px dashed rgba(212, 175, 55, 0.4);
  }
}
.festival-day-detail-page .cinematic-hero-card .cinematic-image-col .vedic-image-frame {
  position: relative;
  padding: 15px;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(212, 175, 55, 0.3);
  border-radius: 16px;
  box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.1);
}
.festival-day-detail-page .cinematic-hero-card .cinematic-image-col .vedic-image-frame .hero-deity-img {
  max-width: 100%;
  max-height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.festival-day-detail-page .cinematic-hero-card .cinematic-image-col .vedic-image-frame .corner-ornament {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #d4af37;
  z-index: 3;
}
.festival-day-detail-page .cinematic-hero-card .cinematic-image-col .vedic-image-frame .corner-ornament.top-left {
  top: -2px;
  left: -2px;
  border-bottom: none;
  border-right: none;
  border-top-left-radius: 10px;
}
.festival-day-detail-page .cinematic-hero-card .cinematic-image-col .vedic-image-frame .corner-ornament.top-right {
  top: -2px;
  right: -2px;
  border-bottom: none;
  border-left: none;
  border-top-right-radius: 10px;
}
.festival-day-detail-page .cinematic-hero-card .cinematic-image-col .vedic-image-frame .corner-ornament.bottom-left {
  bottom: -2px;
  left: -2px;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 10px;
}
.festival-day-detail-page .cinematic-hero-card .cinematic-image-col .vedic-image-frame .corner-ornament.bottom-right {
  bottom: -2px;
  right: -2px;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 10px;
}
.festival-day-detail-page .cinematic-hero-card .cinematic-content-col {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.festival-day-detail-page .cinematic-hero-card .cinematic-content-col .hero-date-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(90deg, rgba(113, 0, 0, 0.1), rgba(255, 153, 51, 0.1));
  padding: 6px 15px;
  border-radius: 50px;
  border: 1px solid rgba(255, 153, 51, 0.3);
  margin-bottom: 15px;
  width: max-content;
}
.festival-day-detail-page .cinematic-hero-card .cinematic-content-col .hero-date-badge i {
  color: #710000;
  font-size: 1.1rem;
}
.festival-day-detail-page .cinematic-hero-card .cinematic-content-col .hero-date-badge span {
  font-family: "Philosopher", serif;
  font-weight: 700;
  color: #710000;
  font-size: 1.1rem;
}
.festival-day-detail-page .cinematic-hero-card .cinematic-content-col .divine-subtitle {
  font-family: "Philosopher", serif;
  font-size: 1.3rem;
  color: #ff9933;
  margin-bottom: 20px;
  font-weight: 600;
}
.festival-day-detail-page .cinematic-hero-card .cinematic-content-col .vedic-horoscope-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.festival-day-detail-page .cinematic-hero-card .cinematic-content-col .vedic-horoscope-list li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 12px;
  font-size: 1.1rem;
  color: #333;
}
.festival-day-detail-page .cinematic-hero-card .cinematic-content-col .vedic-horoscope-list li .vedic-bullet {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.1rem;
  color: #ff9933;
  font-family: "Philosopher", serif;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(212, 175, 55, 0.5);
}
.festival-day-detail-page .cinematic-hero-card .cinematic-content-col .vedic-horoscope-list li strong {
  font-weight: 600;
}
.festival-day-detail-page .vedic-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(212, 175, 55, 0.2);
  padding-bottom: 15px;
}
.festival-day-detail-page .vedic-section-title i {
  font-size: 1.8rem;
  color: #ff9933;
  background: rgba(212, 175, 55, 0.1);
  padding: 10px;
  border-radius: 50%;
}
.festival-day-detail-page .vedic-section-title h3 {
  font-family: "Philosopher", serif;
  font-size: 1.8rem;
  color: #710000;
  margin: 0;
  font-weight: 700;
}
.festival-day-detail-page .vedic-content-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}
.festival-day-detail-page .vedic-content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.5);
  background: rgba(255, 255, 255, 0.95);
}
.festival-day-detail-page .vedic-content-card .content-title {
  font-family: "Philosopher", serif;
  font-size: 1.25rem;
  color: #710000;
  font-weight: 700;
  margin-bottom: 12px;
}
.festival-day-detail-page .vedic-content-card .title-divider {
  width: 40px;
  height: 3px;
  background: #ff9933;
  margin-bottom: 15px;
  border-radius: 5px;
}
.festival-day-detail-page .vedic-content-card .content-desc {
  color: #555;
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0;
}
.festival-day-detail-page .vedic-content-card.style-2 .title-divider {
  background: #d4af37;
}
.festival-day-detail-page .no-data-msg {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  padding: 30px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(212, 175, 55, 0.4);
  border-radius: 12px;
  font-style: italic;
}

.glass-vedic-card, .calculation-modal-custom .modal-content, .horoscope-v3 .number-jewel,
.numerology-v3 .number-jewel,
.palmistry-v3 .number-jewel,
.matchmaking-page .number-jewel, .horoscope-v3 .horoscope-card-main,
.numerology-v3 .horoscope-card-main,
.palmistry-v3 .horoscope-card-main,
.matchmaking-page .horoscope-card-main, .horoscope-v3 .minimized-zodiac-bar,
.numerology-v3 .minimized-zodiac-bar,
.palmistry-v3 .minimized-zodiac-bar,
.matchmaking-page .minimized-zodiac-bar, .horoscope-v3 .zodiac-item-luxury,
.numerology-v3 .zodiac-item-luxury,
.palmistry-v3 .zodiac-item-luxury,
.matchmaking-page .zodiac-item-luxury, .horoscope-v3 .premium-ad-card,
.numerology-v3 .premium-ad-card,
.palmistry-v3 .premium-ad-card,
.matchmaking-page .premium-ad-card, .vastu-shastra-page .draft-table-container .luxury-draft-card,
.divine-info-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.vedic-heading {
  font-family: "Philosopher", serif;
}

.vedic-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  border-radius: 5px;
}

.btn-cinematic {
  background: linear-gradient(135deg, #710000, rgb(36.5, 0, 0));
  color: #fff;
  border-radius: 50px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  padding: 12px 35px;
  font-family: "Philosopher", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 5px 15px rgba(113, 0, 0, 0.3), inset 0 0 10px rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.btn-cinematic::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: skewX(-25deg);
  transition: left 0.6s ease;
}
.btn-cinematic:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(113, 0, 0, 0.5);
  color: #d4af37;
  border-color: #d4af37;
}
.btn-cinematic:hover::after {
  left: 150%;
}

.btn-outline-cinematic {
  border: 2px solid #ff9933;
  color: #710000;
  background: transparent;
  transition: all 0.3s ease;
}
.btn-outline-cinematic:hover {
  background: rgba(255, 153, 51, 0.1);
  color: #710000;
  transform: translateY(-2px);
}

.page-back-row {
  padding: 0 0 4px 0;
}

.btn-back-page {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border: 2px solid #ff9933;
  color: #710000;
  background: transparent;
  border-radius: 50px;
  font-family: "Philosopher", serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}
.btn-back-page i {
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}
.btn-back-page:hover {
  background: rgba(255, 153, 51, 0.12);
  color: #710000;
  border-color: #d4af37;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(113, 0, 0, 0.15);
}
.btn-back-page:hover i {
  transform: translateX(-3px);
}
.btn-back-page:active {
  transform: translateY(0);
  box-shadow: none;
}

.vedic-image-frame {
  position: relative;
  padding: 15px;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(212, 175, 55, 0.3);
  border-radius: 16px;
  box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.1);
}
.vedic-image-frame .hero-deity-img {
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.vedic-image-frame .corner-ornament {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #d4af37;
  z-index: 3;
}
.vedic-image-frame .corner-ornament.top-left {
  top: -2px;
  left: -2px;
  border-bottom: none;
  border-right: none;
  border-top-left-radius: 10px;
}
.vedic-image-frame .corner-ornament.top-right {
  top: -2px;
  right: -2px;
  border-bottom: none;
  border-left: none;
  border-top-right-radius: 10px;
}
.vedic-image-frame .corner-ornament.bottom-left {
  bottom: -2px;
  left: -2px;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 10px;
}
.vedic-image-frame .corner-ornament.bottom-right {
  bottom: -2px;
  right: -2px;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 10px;
}

.vedic-horoscope-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vedic-horoscope-list li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #333;
}
.vedic-horoscope-list li .vedic-bullet {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.1rem;
  color: #ff9933;
  font-family: "Philosopher", serif;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(212, 175, 55, 0.5);
}

.birth-tithi-page .luxury-input-group {
  position: relative;
}
.birth-tithi-page .luxury-input-group .form-label {
  font-weight: 600;
  color: #710000;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.birth-tithi-page .luxury-input-group .input-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.birth-tithi-page .luxury-input-group .input-icon-wrapper i {
  position: absolute;
  left: 15px;
  color: #ff9933;
  font-size: 1.1rem;
  z-index: 10;
}
.birth-tithi-page .luxury-input-group .input-icon-wrapper .form-control {
  padding-left: 45px;
  height: 50px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}
.birth-tithi-page .luxury-input-group .input-icon-wrapper .form-control:focus {
  background: #fff;
  border-color: #ff9933;
  box-shadow: 0 0 15px rgba(255, 153, 51, 0.2);
}
.birth-tithi-page .example-box {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}
.birth-tithi-page .vedic-modal-content {
  background: #fdfbf7;
  background-image: radial-gradient(circle at top center, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
  border: 1px solid rgba(212, 175, 55, 0.4) !important;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), inset 0 0 20px rgba(255, 255, 255, 0.8);
  position: relative;
  overflow: hidden;
}
.birth-tithi-page .vedic-modal-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, transparent, rgba(255, 153, 51, 0.8), rgba(212, 175, 55, 0.8), transparent);
}
.birth-tithi-page .vedic-modal-content .modal-header .btn-close {
  background-color: rgba(212, 175, 55, 0.2);
  border-radius: 50%;
  padding: 0.8rem;
  transition: all 0.3s ease;
}
.birth-tithi-page .vedic-modal-content .modal-header .btn-close:hover {
  background-color: rgba(113, 0, 0, 0.1);
  transform: rotate(90deg);
}

.palmistry-v3 .banner-BG {
  background: linear-gradient(to bottom, rgba(253, 252, 240, 0.5), transparent);
  padding: 20px 0;
}
.palmistry-v3 .luxury-input-group {
  margin-bottom: 25px;
}
.palmistry-v3 .luxury-input-group .form-label {
  font-weight: 700;
  color: #710000;
  font-size: 0.9rem;
  margin-bottom: 8px;
  display: block;
  font-family: "Philosopher", serif;
  letter-spacing: 0.5px;
}
.palmistry-v3 .luxury-input-group .input-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.palmistry-v3 .luxury-input-group .input-icon-wrapper i {
  position: absolute;
  left: 18px;
  color: #ff9933;
  font-size: 1.2rem;
  z-index: 5;
  transition: all 0.3s ease;
}
.palmistry-v3 .luxury-input-group .input-icon-wrapper .luxury-form-element {
  padding-left: 50px;
  height: 55px;
  border-radius: 15px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: #fffdfa;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 1rem;
  width: 100%;
  color: #333;
}
.palmistry-v3 .luxury-input-group .input-icon-wrapper .luxury-form-element::placeholder {
  color: #bbb;
  font-weight: 400;
}
.palmistry-v3 .luxury-input-group .input-icon-wrapper .luxury-form-element:focus {
  border-color: #ff9933;
  background: #fff;
  box-shadow: 0 8px 25px rgba(255, 153, 51, 0.12);
  outline: none;
}
.palmistry-v3 .luxury-input-group .input-icon-wrapper .luxury-form-element:focus + i {
  color: #710000;
  transform: scale(1.1);
}
.palmistry-v3 .luxury-input-group .input-icon-wrapper select.luxury-form-element {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23d4af37' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.palmistry-v3 .glass-vedic-card, .palmistry-v3 .calculation-modal-custom .modal-content, .calculation-modal-custom .palmistry-v3 .modal-content,
.palmistry-v3 .number-jewel,
.palmistry-v3 .horoscope-card-main,
.palmistry-v3 .minimized-zodiac-bar,
.palmistry-v3 .zodiac-item-luxury,
.palmistry-v3 .premium-ad-card, .palmistry-v3 .vastu-shastra-page .draft-table-container .luxury-draft-card, .vastu-shastra-page .draft-table-container .palmistry-v3 .luxury-draft-card {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  border-radius: 24px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 2rem;
}
@media (max-width: 576px) {
  .palmistry-v3 .glass-vedic-card, .palmistry-v3 .calculation-modal-custom .modal-content, .calculation-modal-custom .palmistry-v3 .modal-content,
  .palmistry-v3 .number-jewel,
  .palmistry-v3 .horoscope-card-main,
  .palmistry-v3 .minimized-zodiac-bar,
  .palmistry-v3 .zodiac-item-luxury,
  .palmistry-v3 .premium-ad-card, .palmistry-v3 .vastu-shastra-page .draft-table-container .luxury-draft-card, .vastu-shastra-page .draft-table-container .palmistry-v3 .luxury-draft-card {
    padding: 1rem !important;
    border-radius: 16px !important;
  }
}
.palmistry-v3 .glass-vedic-card::before, .palmistry-v3 .calculation-modal-custom .modal-content::before, .calculation-modal-custom .palmistry-v3 .modal-content::before,
.palmistry-v3 .number-jewel::before,
.palmistry-v3 .horoscope-card-main::before,
.palmistry-v3 .minimized-zodiac-bar::before,
.palmistry-v3 .zodiac-item-luxury::before,
.palmistry-v3 .premium-ad-card::before, .palmistry-v3 .vastu-shastra-page .draft-table-container .luxury-draft-card::before, .vastu-shastra-page .draft-table-container .palmistry-v3 .luxury-draft-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-25deg);
  z-index: 2;
  transition: none;
}
.palmistry-v3 .glass-vedic-card:hover, .palmistry-v3 .calculation-modal-custom .modal-content:hover, .calculation-modal-custom .palmistry-v3 .modal-content:hover,
.palmistry-v3 .number-jewel:hover,
.palmistry-v3 .horoscope-card-main:hover,
.palmistry-v3 .minimized-zodiac-bar:hover,
.palmistry-v3 .zodiac-item-luxury:hover,
.palmistry-v3 .premium-ad-card:hover, .palmistry-v3 .vastu-shastra-page .draft-table-container .luxury-draft-card:hover, .vastu-shastra-page .draft-table-container .palmistry-v3 .luxury-draft-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(212, 175, 55, 0.2);
  border-color: rgba(255, 153, 51, 0.6) !important;
}
.palmistry-v3 .glass-vedic-card:hover::before, .palmistry-v3 .calculation-modal-custom .modal-content:hover::before, .calculation-modal-custom .palmistry-v3 .modal-content:hover::before,
.palmistry-v3 .number-jewel:hover::before,
.palmistry-v3 .horoscope-card-main:hover::before,
.palmistry-v3 .minimized-zodiac-bar:hover::before,
.palmistry-v3 .zodiac-item-luxury:hover::before,
.palmistry-v3 .premium-ad-card:hover::before, .palmistry-v3 .vastu-shastra-page .draft-table-container .luxury-draft-card:hover::before, .vastu-shastra-page .draft-table-container .palmistry-v3 .luxury-draft-card:hover::before {
  left: 150%;
  transition: left 0.8s ease-in-out;
}
.palmistry-v3 .glass-vedic-card:hover .icon-circle-gold, .palmistry-v3 .calculation-modal-custom .modal-content:hover .icon-circle-gold, .calculation-modal-custom .palmistry-v3 .modal-content:hover .icon-circle-gold,
.palmistry-v3 .number-jewel:hover .icon-circle-gold,
.palmistry-v3 .horoscope-card-main:hover .icon-circle-gold,
.palmistry-v3 .minimized-zodiac-bar:hover .icon-circle-gold,
.palmistry-v3 .zodiac-item-luxury:hover .icon-circle-gold,
.palmistry-v3 .premium-ad-card:hover .icon-circle-gold, .palmistry-v3 .vastu-shastra-page .draft-table-container .luxury-draft-card:hover .icon-circle-gold, .vastu-shastra-page .draft-table-container .palmistry-v3 .luxury-draft-card:hover .icon-circle-gold {
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 0 25px rgba(255, 153, 51, 0.5);
}
.palmistry-v3 .glass-vedic-card:hover .vedic-heading, .palmistry-v3 .calculation-modal-custom .modal-content:hover .vedic-heading, .calculation-modal-custom .palmistry-v3 .modal-content:hover .vedic-heading,
.palmistry-v3 .number-jewel:hover .vedic-heading,
.palmistry-v3 .horoscope-card-main:hover .vedic-heading,
.palmistry-v3 .minimized-zodiac-bar:hover .vedic-heading,
.palmistry-v3 .zodiac-item-luxury:hover .vedic-heading,
.palmistry-v3 .premium-ad-card:hover .vedic-heading, .palmistry-v3 .vastu-shastra-page .draft-table-container .luxury-draft-card:hover .vedic-heading, .vastu-shastra-page .draft-table-container .palmistry-v3 .luxury-draft-card:hover .vedic-heading {
  color: #ff9933 !important;
}
.palmistry-v3 .icon-circle-gold {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ff9933, #d4af37);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0 5px 20px rgba(212, 175, 55, 0.3);
  flex-shrink: 0;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  z-index: 5;
}
.palmistry-v3 .icon-circle-gold::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.palmistry-v3 .vedic-heading {
  font-family: "Philosopher", serif !important;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}
.palmistry-v3 .italic {
  font-size: 0.85rem;
  color: #d4af37 !important;
  font-weight: 500;
  margin-top: 2px;
}
.palmistry-v3 .transition-up {
  transition: all 0.4s ease;
}
.palmistry-v3 .vedic-horoscope-list {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
}
.palmistry-v3 .vedic-horoscope-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #444;
  font-size: 0.95rem;
}
.palmistry-v3 .vedic-horoscope-list li .vedic-bullet {
  position: absolute;
  left: 0;
  top: 2px;
  color: #ff9933;
  font-size: 1.1rem;
  filter: drop-shadow(0 0 2px rgba(255, 153, 51, 0.3));
}
.palmistry-v3 .vedic-horoscope-list li b,
.palmistry-v3 .vedic-horoscope-list li strong {
  color: #710000;
  font-weight: 700;
}
.palmistry-v3 .card-ornament {
  position: absolute;
  width: 35px;
  height: 35px;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
  background-size: contain;
}
.palmistry-v3 .card-ornament.top-right {
  top: 12px;
  right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%23d4af37' stroke-width='5'%3E%3Cpath d='M100 0 L100 60 M100 0 L40 0' stroke-linecap='round'/%3E%3Cpath d='M100 30 Q70 30 70 0' stroke-width='3'/%3E%3Ccircle cx='100' cy='0' r='10' fill='%23d4af37'/%3E%3C/svg%3E");
}
.palmistry-v3 .card-ornament.bottom-left {
  bottom: 12px;
  left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%23d4af37' stroke-width='5'%3E%3Cpath d='M0 100 L0 40 M0 100 L60 100' stroke-linecap='round'/%3E%3Cpath d='M0 70 Q30 70 30 100' stroke-width='3'/%3E%3Ccircle cx='0' cy='100' r='10' fill='%23d4af37'/%3E%3C/svg%3E");
}
.palmistry-v3 .glass-vedic-card:hover .card-ornament, .palmistry-v3 .calculation-modal-custom .modal-content:hover .card-ornament, .calculation-modal-custom .palmistry-v3 .modal-content:hover .card-ornament,
.palmistry-v3 .number-jewel:hover .card-ornament,
.palmistry-v3 .horoscope-card-main:hover .card-ornament,
.palmistry-v3 .minimized-zodiac-bar:hover .card-ornament,
.palmistry-v3 .zodiac-item-luxury:hover .card-ornament,
.palmistry-v3 .premium-ad-card:hover .card-ornament, .palmistry-v3 .vastu-shastra-page .draft-table-container .luxury-draft-card:hover .card-ornament, .vastu-shastra-page .draft-table-container .palmistry-v3 .luxury-draft-card:hover .card-ornament {
  opacity: 0.6;
  transform: scale(1.15);
}
.palmistry-v3 .glass-vedic-card:hover .card-ornament.top-right, .palmistry-v3 .calculation-modal-custom .modal-content:hover .card-ornament.top-right, .calculation-modal-custom .palmistry-v3 .modal-content:hover .card-ornament.top-right,
.palmistry-v3 .number-jewel:hover .card-ornament.top-right,
.palmistry-v3 .horoscope-card-main:hover .card-ornament.top-right,
.palmistry-v3 .minimized-zodiac-bar:hover .card-ornament.top-right,
.palmistry-v3 .zodiac-item-luxury:hover .card-ornament.top-right,
.palmistry-v3 .premium-ad-card:hover .card-ornament.top-right, .palmistry-v3 .vastu-shastra-page .draft-table-container .luxury-draft-card:hover .card-ornament.top-right, .vastu-shastra-page .draft-table-container .palmistry-v3 .luxury-draft-card:hover .card-ornament.top-right {
  transform: scale(1.15) translate(2px, -2px);
}
.palmistry-v3 .glass-vedic-card:hover .card-ornament.bottom-left, .palmistry-v3 .calculation-modal-custom .modal-content:hover .card-ornament.bottom-left, .calculation-modal-custom .palmistry-v3 .modal-content:hover .card-ornament.bottom-left,
.palmistry-v3 .number-jewel:hover .card-ornament.bottom-left,
.palmistry-v3 .horoscope-card-main:hover .card-ornament.bottom-left,
.palmistry-v3 .minimized-zodiac-bar:hover .card-ornament.bottom-left,
.palmistry-v3 .zodiac-item-luxury:hover .card-ornament.bottom-left,
.palmistry-v3 .premium-ad-card:hover .card-ornament.bottom-left, .palmistry-v3 .vastu-shastra-page .draft-table-container .luxury-draft-card:hover .card-ornament.bottom-left, .vastu-shastra-page .draft-table-container .palmistry-v3 .luxury-draft-card:hover .card-ornament.bottom-left {
  transform: scale(1.15) translate(-2px, 2px);
}
@media (max-width: 768px) {
  .palmistry-v3 .glass-vedic-card, .palmistry-v3 .calculation-modal-custom .modal-content, .calculation-modal-custom .palmistry-v3 .modal-content,
  .palmistry-v3 .number-jewel,
  .palmistry-v3 .horoscope-card-main,
  .palmistry-v3 .minimized-zodiac-bar,
  .palmistry-v3 .zodiac-item-luxury,
  .palmistry-v3 .premium-ad-card, .palmistry-v3 .vastu-shastra-page .draft-table-container .luxury-draft-card, .vastu-shastra-page .draft-table-container .palmistry-v3 .luxury-draft-card {
    margin-bottom: 10px;
  }
  .palmistry-v3 .icon-circle-gold {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
  .palmistry-v3 .bannerSwiper img.dpn {
    display: none;
  }
  .palmistry-v3 .bannerSwiper img.dpn1 {
    display: block !important;
  }
}

/* ==========================================================================
   VASTU SHASTRA PAGE SPECIFIC (v3)
   ========================================================================== */
.vastu-shastra-page {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
.vastu-shastra-page .luxury-stepper {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding: 10px;
  margin: 0;
  gap: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  border: 1px solid rgba(212, 175, 55, 0.2);
}
.vastu-shastra-page .luxury-stepper li {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 15px 10px;
  border-radius: 12px;
  color: rgba(113, 0, 0, 0.6);
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: default;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.1);
}
.vastu-shastra-page .luxury-stepper li span {
  width: 45px;
  height: 45px;
  background: white;
  border: 2px solid rgba(212, 175, 55, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 1.2rem;
  transition: all 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  color: #710000;
  position: relative;
  z-index: 2;
}
.vastu-shastra-page .luxury-stepper li span i {
  border: 0 !important;
  width: auto;
  height: auto;
  padding-top: 0 !important;
}
.vastu-shastra-page .luxury-stepper li span::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 50%;
  transition: all 0.4s ease;
}
.vastu-shastra-page .luxury-stepper li.active {
  background: linear-gradient(135deg, #710000 0%, #a00 100%);
  color: white !important;
  box-shadow: 0 10px 20px rgba(113, 0, 0, 0.2);
  border-color: #710000;
  transform: translateY(-2px);
}
.vastu-shastra-page .luxury-stepper li.active span {
  background: linear-gradient(135deg, #d4af37, #ff9933);
  border-color: #d4af37;
  color: white;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
  transform: scale(1.1);
}
.vastu-shastra-page .luxury-stepper li.active span::after {
  border-color: #d4af37;
  transform: scale(1.1);
}
.vastu-shastra-page .luxury-stepper li:hover:not(.active) {
  background: rgba(212, 175, 55, 0.08);
  color: #710000;
}
.vastu-shastra-page .luxury-stepper li:hover:not(.active) span {
  border-color: #d4af37;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .vastu-shastra-page .luxury-stepper {
    gap: 5px;
  }
  .vastu-shastra-page .luxury-stepper li {
    padding: 8px 4px;
    font-size: 0.7rem;
    min-width: 70px;
  }
  .vastu-shastra-page .luxury-stepper li span {
    width: 30px;
    height: 30px;
    font-size: 0.85rem;
    margin-bottom: 4px;
  }
}
@media (max-width: 576px) {
  .vastu-shastra-page .luxury-stepper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
    flex-wrap: wrap;
  }
  .vastu-shastra-page .luxury-stepper li {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
    padding: 12px 5px;
    margin: 0;
  }
  .vastu-shastra-page .luxury-stepper li span {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
    margin-bottom: 6px;
  }
}
.vastu-shastra-page .premium-upload-box {
  background: rgba(255, 255, 255, 0.4);
  border: 2px dashed rgba(212, 175, 55, 0.5);
  border-radius: 15px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  backdrop-filter: blur(5px);
}
.vastu-shastra-page .premium-upload-box:hover {
  background: rgba(255, 255, 255, 0.7);
  border-color: #d4af37;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(212, 175, 55, 0.1);
}
.vastu-shastra-page .premium-upload-box .upload-icon {
  font-size: 2rem;
  background: linear-gradient(135deg, #710000, #ff9933);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vastu-shastra-page .premium-upload-box .luxury-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 15px;
  background: rgba(212, 175, 55, 0.03);
  padding: 15px;
  border-radius: 12px;
  border: 1px inset rgba(212, 175, 55, 0.1);
  width: 100%;
}
.vastu-shastra-page .premium-upload-box .luxury-preview-grid .image-card,
.vastu-shastra-page .premium-upload-box .luxury-preview-grid .upload-placeholder-mini {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vastu-shastra-page .premium-upload-box .luxury-preview-grid .image-card {
  background: white;
  border: 2px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.vastu-shastra-page .premium-upload-box .luxury-preview-grid .image-card:hover {
  transform: translateY(-5px);
  border-color: #d4af37;
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.15);
}
.vastu-shastra-page .premium-upload-box .luxury-preview-grid .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.vastu-shastra-page .premium-upload-box .luxury-preview-grid .image-card .delete-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 26px;
  height: 26px;
  background: #710000;
  color: white;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  z-index: 10;
  padding: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}
.vastu-shastra-page .premium-upload-box .luxury-preview-grid .image-card .delete-btn:hover {
  background: #a00;
  transform: scale(1.1) rotate(90deg);
}
.vastu-shastra-page .premium-upload-box .luxury-preview-grid .upload-placeholder-mini {
  border: 2px dashed rgba(212, 175, 55, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(113, 0, 0, 0.5);
  background: rgba(212, 175, 55, 0.05);
  font-size: 1.8rem;
}
.vastu-shastra-page .premium-upload-box .luxury-preview-grid .upload-placeholder-mini:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: #710000;
  color: #710000;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.1);
}
.vastu-shastra-page .luxury-radio-wrapper {
  position: relative;
}
.vastu-shastra-page .luxury-radio-wrapper input {
  position: absolute;
  opacity: 0;
}
.vastu-shastra-page .luxury-radio-wrapper input:checked + label {
  background: linear-gradient(135deg, #710000, #ff9933);
  color: white;
  box-shadow: 0 4px 10px rgba(113, 0, 0, 0.2);
  border-color: transparent;
}
.vastu-shastra-page .luxury-radio-wrapper label {
  cursor: pointer;
  border: 1px solid rgba(113, 0, 0, 0.2);
  transition: all 0.3s;
  background: white;
}
.vastu-shastra-page .luxury-radio-wrapper label:hover {
  border-color: #ff9933;
}
.vastu-shastra-page .vedic-step-title {
  font-family: "Philosopher", serif;
  background: linear-gradient(135deg, #710000, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.vastu-shastra-page {
  /* Modal Preview Styles */
}
.vastu-shastra-page .preview-group-luxury {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  padding: 1px;
}
.vastu-shastra-page .preview-group-title {
  color: #710000;
  font-weight: 700;
  font-size: 1.1rem;
  padding-left: 5px;
  border-left: 4px solid #ff9933;
}
.vastu-shastra-page .preview-group-luxury {
  margin-bottom: 1.5rem;
}
.vastu-shastra-page .preview-group-luxury .preview-group-title {
  color: #710000;
  font-family: "Philosopher", serif;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}
.vastu-shastra-page .preview-group-luxury .preview-group-title i {
  color: #d4af37;
  font-size: 1.3rem;
}
.vastu-shastra-page .preview-group-luxury .glass-vedic-card, .vastu-shastra-page .preview-group-luxury .calculation-modal-custom .modal-content, .calculation-modal-custom .vastu-shastra-page .preview-group-luxury .modal-content, .vastu-shastra-page .preview-group-luxury .horoscope-v3 .number-jewel, .horoscope-v3 .vastu-shastra-page .preview-group-luxury .number-jewel,
.vastu-shastra-page .preview-group-luxury .numerology-v3 .number-jewel,
.numerology-v3 .vastu-shastra-page .preview-group-luxury .number-jewel,
.vastu-shastra-page .preview-group-luxury .palmistry-v3 .number-jewel,
.palmistry-v3 .vastu-shastra-page .preview-group-luxury .number-jewel,
.vastu-shastra-page .preview-group-luxury .matchmaking-page .number-jewel,
.matchmaking-page .vastu-shastra-page .preview-group-luxury .number-jewel, .vastu-shastra-page .preview-group-luxury .horoscope-v3 .horoscope-card-main, .horoscope-v3 .vastu-shastra-page .preview-group-luxury .horoscope-card-main,
.vastu-shastra-page .preview-group-luxury .numerology-v3 .horoscope-card-main,
.numerology-v3 .vastu-shastra-page .preview-group-luxury .horoscope-card-main,
.vastu-shastra-page .preview-group-luxury .palmistry-v3 .horoscope-card-main,
.palmistry-v3 .vastu-shastra-page .preview-group-luxury .horoscope-card-main,
.vastu-shastra-page .preview-group-luxury .matchmaking-page .horoscope-card-main,
.matchmaking-page .vastu-shastra-page .preview-group-luxury .horoscope-card-main, .vastu-shastra-page .preview-group-luxury .horoscope-v3 .minimized-zodiac-bar, .horoscope-v3 .vastu-shastra-page .preview-group-luxury .minimized-zodiac-bar,
.vastu-shastra-page .preview-group-luxury .numerology-v3 .minimized-zodiac-bar,
.numerology-v3 .vastu-shastra-page .preview-group-luxury .minimized-zodiac-bar,
.vastu-shastra-page .preview-group-luxury .palmistry-v3 .minimized-zodiac-bar,
.palmistry-v3 .vastu-shastra-page .preview-group-luxury .minimized-zodiac-bar,
.vastu-shastra-page .preview-group-luxury .matchmaking-page .minimized-zodiac-bar,
.matchmaking-page .vastu-shastra-page .preview-group-luxury .minimized-zodiac-bar, .vastu-shastra-page .preview-group-luxury .horoscope-v3 .zodiac-item-luxury, .horoscope-v3 .vastu-shastra-page .preview-group-luxury .zodiac-item-luxury,
.vastu-shastra-page .preview-group-luxury .numerology-v3 .zodiac-item-luxury,
.numerology-v3 .vastu-shastra-page .preview-group-luxury .zodiac-item-luxury,
.vastu-shastra-page .preview-group-luxury .palmistry-v3 .zodiac-item-luxury,
.palmistry-v3 .vastu-shastra-page .preview-group-luxury .zodiac-item-luxury,
.vastu-shastra-page .preview-group-luxury .matchmaking-page .zodiac-item-luxury,
.matchmaking-page .vastu-shastra-page .preview-group-luxury .zodiac-item-luxury, .vastu-shastra-page .preview-group-luxury .horoscope-v3 .premium-ad-card, .horoscope-v3 .vastu-shastra-page .preview-group-luxury .premium-ad-card,
.vastu-shastra-page .preview-group-luxury .numerology-v3 .premium-ad-card,
.numerology-v3 .vastu-shastra-page .preview-group-luxury .premium-ad-card,
.vastu-shastra-page .preview-group-luxury .palmistry-v3 .premium-ad-card,
.palmistry-v3 .vastu-shastra-page .preview-group-luxury .premium-ad-card,
.vastu-shastra-page .preview-group-luxury .matchmaking-page .premium-ad-card,
.matchmaking-page .vastu-shastra-page .preview-group-luxury .premium-ad-card, .vastu-shastra-page .preview-group-luxury .draft-table-container .luxury-draft-card, .vastu-shastra-page .draft-table-container .preview-group-luxury .luxury-draft-card {
  border: 1px solid rgba(113, 0, 0, 0.1) !important;
  background: rgba(255, 241, 240, 0.3) !important;
}
.vastu-shastra-page .preview-data-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(113, 0, 0, 0.08);
  font-size: 0.95rem;
}
.vastu-shastra-page .preview-data-row strong {
  color: rgba(113, 0, 0, 0.9);
  font-weight: 600;
  font-size: 0.9rem;
}
.vastu-shastra-page .preview-data-row span {
  color: #222;
  font-weight: 600;
  text-align: right;
}
.vastu-shastra-page .preview-data-row:last-child {
  border-bottom: none;
}
.vastu-shastra-page .preview-section-header {
  background: linear-gradient(to right, #710000, transparent);
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 1.2rem;
}
.vastu-shastra-page .vedic-link {
  color: #ff9933;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px dashed #ff9933;
  transition: all 0.3s;
}
.vastu-shastra-page .vedic-link:hover {
  color: #710000;
  border-color: #710000;
}
.vastu-shastra-page .luxury-empty-state {
  background: rgba(113, 0, 0, 0.02);
  border: 1px dashed rgba(212, 175, 55, 0.4);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  margin-top: 10px;
}
.vastu-shastra-page .luxury-empty-state p {
  color: #777;
  font-style: italic;
  font-size: 0.85rem;
  margin-bottom: 0;
}
.vastu-shastra-page .vedic-modal-footer {
  background: rgba(255, 255, 255, 0.9) !important;
  border-top: 1px solid rgba(212, 175, 55, 0.15) !important;
  padding: 1.25rem !important;
}
.vastu-shastra-page {
  /* Draft Cards Luxury Grid Styling */
}
@media (max-width: 576px) {
  .vastu-shastra-page .draft-table-container .vedic-section-title {
    margin-bottom: 1.5rem !important;
  }
}
.vastu-shastra-page .draft-table-container .vedic-section-title .divider-line {
  display: inline-block;
  width: 100px;
  height: 2px;
  background: linear-gradient(to right, transparent, #d4af37, transparent);
  vertical-align: middle;
}
@media (max-width: 576px) {
  .vastu-shastra-page .draft-table-container .vedic-section-title .divider-line {
    width: 40px;
  }
}
@media (max-width: 576px) {
  .vastu-shastra-page .draft-table-container .vedic-section-title .vedic-heading {
    font-size: 1.2rem !important;
    margin: 0 10px !important;
  }
}
.vastu-shastra-page .draft-table-container .luxury-draft-card {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(212, 175, 55, 0.2) !important;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.vastu-shastra-page .draft-table-container .luxury-draft-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(212, 175, 55, 0.15);
  border-color: rgba(255, 153, 51, 0.5) !important;
}
.vastu-shastra-page .draft-table-container .luxury-draft-card:hover .corner-ornament {
  opacity: 1;
  transform: scale(1.1);
}
.vastu-shastra-page .draft-table-container .luxury-draft-card .status-badge-luxury {
  background: rgba(255, 153, 51, 0.1);
  color: #710000;
  border: 1px solid rgba(255, 153, 51, 0.3);
  font-size: 0.65rem;
  padding: 2px 8px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.vastu-shastra-page .draft-table-container .luxury-draft-card .draft-id-badge {
  font-family: "Philosopher", serif;
  color: #d4af37;
  font-size: 0.95rem;
  font-weight: 700;
  opacity: 0.8;
}
.vastu-shastra-page .draft-table-container .luxury-draft-card .card-body {
  padding: 1rem !important;
}
.vastu-shastra-page .draft-table-container .luxury-draft-card .vedic-heading {
  font-size: 1.1rem !important;
}
.vastu-shastra-page .draft-table-container .luxury-draft-card .draft-details-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vastu-shastra-page .draft-table-container .luxury-draft-card .draft-details-grid .detail-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #555;
  font-size: 0.85rem;
  line-height: 1.4;
}
.vastu-shastra-page .draft-table-container .luxury-draft-card .draft-details-grid .detail-item i {
  width: 18px;
  color: #710000;
  font-size: 1rem;
  text-align: center;
  margin-top: 2px;
}
.vastu-shastra-page .draft-table-container .luxury-draft-card .draft-details-grid .detail-item span {
  font-weight: 500;
  flex: 1;
  word-break: break-word;
}
.vastu-shastra-page .draft-table-container .luxury-draft-card .draft-details-grid .detail-item .detail-address-text {
  display: block;
}
.vastu-shastra-page .draft-table-container .luxury-draft-card .btn {
  padding: 6px 10px;
  font-size: 0.8rem;
  border-radius: 8px;
}
.vastu-shastra-page .draft-table-container .luxury-draft-card .btn-outline-cinematic {
  font-weight: 600;
  border-width: 1.5px;
}

.pluspaddingtop {
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .pluspaddingtop {
    padding-top: 0rem;
  }
}

.horoscope-v3,
.numerology-v3,
.palmistry-v3,
.matchmaking-page {
  --sidebar-width: 280px;
  background: #fffcf9;
}
.horoscope-v3 .horoscope-hero-banner, .horoscope-v3 .palmistry-hero-banner, .horoscope-v3 .vastu-hero-banner, .horoscope-v3 .numerology-hero-banner,
.numerology-v3 .horoscope-hero-banner,
.numerology-v3 .palmistry-hero-banner,
.numerology-v3 .vastu-hero-banner,
.numerology-v3 .numerology-hero-banner,
.palmistry-v3 .horoscope-hero-banner,
.palmistry-v3 .palmistry-hero-banner,
.palmistry-v3 .vastu-hero-banner,
.palmistry-v3 .numerology-hero-banner,
.matchmaking-page .horoscope-hero-banner,
.matchmaking-page .palmistry-hero-banner,
.matchmaking-page .vastu-hero-banner,
.matchmaking-page .numerology-hero-banner {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
  background-image: url("/assets/images/horoscope-header-bg.png");
  background-size: cover;
  background-position: center;
  border-bottom: 4px solid #d4af37;
}
.horoscope-v3 .horoscope-hero-banner .divine-overlay, .horoscope-v3 .palmistry-hero-banner .divine-overlay, .horoscope-v3 .vastu-hero-banner .divine-overlay, .horoscope-v3 .numerology-hero-banner .divine-overlay,
.numerology-v3 .horoscope-hero-banner .divine-overlay,
.numerology-v3 .palmistry-hero-banner .divine-overlay,
.numerology-v3 .vastu-hero-banner .divine-overlay,
.numerology-v3 .numerology-hero-banner .divine-overlay,
.palmistry-v3 .horoscope-hero-banner .divine-overlay,
.palmistry-v3 .palmistry-hero-banner .divine-overlay,
.palmistry-v3 .vastu-hero-banner .divine-overlay,
.palmistry-v3 .numerology-hero-banner .divine-overlay,
.matchmaking-page .horoscope-hero-banner .divine-overlay,
.matchmaking-page .palmistry-hero-banner .divine-overlay,
.matchmaking-page .vastu-hero-banner .divine-overlay,
.matchmaking-page .numerology-hero-banner .divine-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(45, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0.8;
  z-index: 1;
}
.horoscope-v3 .horoscope-hero-banner .container, .horoscope-v3 .palmistry-hero-banner .container, .horoscope-v3 .vastu-hero-banner .container, .horoscope-v3 .numerology-hero-banner .container,
.numerology-v3 .horoscope-hero-banner .container,
.numerology-v3 .palmistry-hero-banner .container,
.numerology-v3 .vastu-hero-banner .container,
.numerology-v3 .numerology-hero-banner .container,
.palmistry-v3 .horoscope-hero-banner .container,
.palmistry-v3 .palmistry-hero-banner .container,
.palmistry-v3 .vastu-hero-banner .container,
.palmistry-v3 .numerology-hero-banner .container,
.matchmaking-page .horoscope-hero-banner .container,
.matchmaking-page .palmistry-hero-banner .container,
.matchmaking-page .vastu-hero-banner .container,
.matchmaking-page .numerology-hero-banner .container {
  position: relative;
  z-index: 5;
}
.horoscope-v3 .horoscope-hero-banner h1, .horoscope-v3 .palmistry-hero-banner h1, .horoscope-v3 .vastu-hero-banner h1, .horoscope-v3 .numerology-hero-banner h1,
.numerology-v3 .horoscope-hero-banner h1,
.numerology-v3 .palmistry-hero-banner h1,
.numerology-v3 .vastu-hero-banner h1,
.numerology-v3 .numerology-hero-banner h1,
.palmistry-v3 .horoscope-hero-banner h1,
.palmistry-v3 .palmistry-hero-banner h1,
.palmistry-v3 .vastu-hero-banner h1,
.palmistry-v3 .numerology-hero-banner h1,
.matchmaking-page .horoscope-hero-banner h1,
.matchmaking-page .palmistry-hero-banner h1,
.matchmaking-page .vastu-hero-banner h1,
.matchmaking-page .numerology-hero-banner h1 {
  font-family: "Philosopher", serif;
  color: #d4af37;
  font-weight: 700;
  font-size: 3.5rem;
}
.horoscope-v3 .horoscope-hero-banner p, .horoscope-v3 .palmistry-hero-banner p, .horoscope-v3 .vastu-hero-banner p, .horoscope-v3 .numerology-hero-banner p,
.numerology-v3 .horoscope-hero-banner p,
.numerology-v3 .palmistry-hero-banner p,
.numerology-v3 .vastu-hero-banner p,
.numerology-v3 .numerology-hero-banner p,
.palmistry-v3 .horoscope-hero-banner p,
.palmistry-v3 .palmistry-hero-banner p,
.palmistry-v3 .vastu-hero-banner p,
.palmistry-v3 .numerology-hero-banner p,
.matchmaking-page .horoscope-hero-banner p,
.matchmaking-page .palmistry-hero-banner p,
.matchmaking-page .vastu-hero-banner p,
.matchmaking-page .numerology-hero-banner p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .horoscope-v3 .horoscope-hero-banner, .horoscope-v3 .palmistry-hero-banner, .horoscope-v3 .vastu-hero-banner, .horoscope-v3 .numerology-hero-banner,
  .numerology-v3 .horoscope-hero-banner,
  .numerology-v3 .palmistry-hero-banner,
  .numerology-v3 .vastu-hero-banner,
  .numerology-v3 .numerology-hero-banner,
  .palmistry-v3 .horoscope-hero-banner,
  .palmistry-v3 .palmistry-hero-banner,
  .palmistry-v3 .vastu-hero-banner,
  .palmistry-v3 .numerology-hero-banner,
  .matchmaking-page .horoscope-hero-banner,
  .matchmaking-page .palmistry-hero-banner,
  .matchmaking-page .vastu-hero-banner,
  .matchmaking-page .numerology-hero-banner {
    padding: 1.5rem 0;
  }
  .horoscope-v3 .horoscope-hero-banner h1, .horoscope-v3 .palmistry-hero-banner h1, .horoscope-v3 .vastu-hero-banner h1, .horoscope-v3 .numerology-hero-banner h1,
  .numerology-v3 .horoscope-hero-banner h1,
  .numerology-v3 .palmistry-hero-banner h1,
  .numerology-v3 .vastu-hero-banner h1,
  .numerology-v3 .numerology-hero-banner h1,
  .palmistry-v3 .horoscope-hero-banner h1,
  .palmistry-v3 .palmistry-hero-banner h1,
  .palmistry-v3 .vastu-hero-banner h1,
  .palmistry-v3 .numerology-hero-banner h1,
  .matchmaking-page .horoscope-hero-banner h1,
  .matchmaking-page .palmistry-hero-banner h1,
  .matchmaking-page .vastu-hero-banner h1,
  .matchmaking-page .numerology-hero-banner h1 {
    font-size: 2rem;
  }
  .horoscope-v3 .horoscope-hero-banner p, .horoscope-v3 .palmistry-hero-banner p, .horoscope-v3 .vastu-hero-banner p, .horoscope-v3 .numerology-hero-banner p,
  .numerology-v3 .horoscope-hero-banner p,
  .numerology-v3 .palmistry-hero-banner p,
  .numerology-v3 .vastu-hero-banner p,
  .numerology-v3 .numerology-hero-banner p,
  .palmistry-v3 .horoscope-hero-banner p,
  .palmistry-v3 .palmistry-hero-banner p,
  .palmistry-v3 .vastu-hero-banner p,
  .palmistry-v3 .numerology-hero-banner p,
  .matchmaking-page .horoscope-hero-banner p,
  .matchmaking-page .palmistry-hero-banner p,
  .matchmaking-page .vastu-hero-banner p,
  .matchmaking-page .numerology-hero-banner p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .horoscope-v3 .horoscope-hero-banner, .horoscope-v3 .palmistry-hero-banner, .horoscope-v3 .vastu-hero-banner, .horoscope-v3 .numerology-hero-banner,
  .numerology-v3 .horoscope-hero-banner,
  .numerology-v3 .palmistry-hero-banner,
  .numerology-v3 .vastu-hero-banner,
  .numerology-v3 .numerology-hero-banner,
  .palmistry-v3 .horoscope-hero-banner,
  .palmistry-v3 .palmistry-hero-banner,
  .palmistry-v3 .vastu-hero-banner,
  .palmistry-v3 .numerology-hero-banner,
  .matchmaking-page .horoscope-hero-banner,
  .matchmaking-page .palmistry-hero-banner,
  .matchmaking-page .vastu-hero-banner,
  .matchmaking-page .numerology-hero-banner {
    padding: 1.5rem 0;
  }
  .horoscope-v3 .horoscope-hero-banner h1, .horoscope-v3 .palmistry-hero-banner h1, .horoscope-v3 .vastu-hero-banner h1, .horoscope-v3 .numerology-hero-banner h1,
  .numerology-v3 .horoscope-hero-banner h1,
  .numerology-v3 .palmistry-hero-banner h1,
  .numerology-v3 .vastu-hero-banner h1,
  .numerology-v3 .numerology-hero-banner h1,
  .palmistry-v3 .horoscope-hero-banner h1,
  .palmistry-v3 .palmistry-hero-banner h1,
  .palmistry-v3 .vastu-hero-banner h1,
  .palmistry-v3 .numerology-hero-banner h1,
  .matchmaking-page .horoscope-hero-banner h1,
  .matchmaking-page .palmistry-hero-banner h1,
  .matchmaking-page .vastu-hero-banner h1,
  .matchmaking-page .numerology-hero-banner h1 {
    font-size: 2rem;
  }
  .horoscope-v3 .horoscope-hero-banner p, .horoscope-v3 .palmistry-hero-banner p, .horoscope-v3 .vastu-hero-banner p, .horoscope-v3 .numerology-hero-banner p,
  .numerology-v3 .horoscope-hero-banner p,
  .numerology-v3 .palmistry-hero-banner p,
  .numerology-v3 .vastu-hero-banner p,
  .numerology-v3 .numerology-hero-banner p,
  .palmistry-v3 .horoscope-hero-banner p,
  .palmistry-v3 .palmistry-hero-banner p,
  .palmistry-v3 .vastu-hero-banner p,
  .palmistry-v3 .numerology-hero-banner p,
  .matchmaking-page .horoscope-hero-banner p,
  .matchmaking-page .palmistry-hero-banner p,
  .matchmaking-page .vastu-hero-banner p,
  .matchmaking-page .numerology-hero-banner p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}
.horoscope-v3 .numerology-hero-banner,
.numerology-v3 .numerology-hero-banner,
.palmistry-v3 .numerology-hero-banner,
.matchmaking-page .numerology-hero-banner {
  background-image: url("/assets/images/numerology-header-bg.png");
}
.horoscope-v3 .numerology-hero-banner .divine-overlay,
.numerology-v3 .numerology-hero-banner .divine-overlay,
.palmistry-v3 .numerology-hero-banner .divine-overlay,
.matchmaking-page .numerology-hero-banner .divine-overlay {
  background: linear-gradient(135deg, rgba(15, 0, 30, 0.8) 0%, rgba(50, 0, 0, 0.6) 100%);
}
.horoscope-v3 .numerology-hero-banner h1,
.numerology-v3 .numerology-hero-banner h1,
.palmistry-v3 .numerology-hero-banner h1,
.matchmaking-page .numerology-hero-banner h1 {
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
}
.horoscope-v3 .palmistry-hero-banner, .horoscope-v3 .vastu-hero-banner,
.numerology-v3 .palmistry-hero-banner,
.numerology-v3 .vastu-hero-banner,
.palmistry-v3 .palmistry-hero-banner,
.palmistry-v3 .vastu-hero-banner,
.matchmaking-page .palmistry-hero-banner,
.matchmaking-page .vastu-hero-banner {
  background-image: none !important;
  height: 30vh;
  min-height: 200px;
  max-height: 30vh;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.horoscope-v3 .palmistry-hero-banner .heroSwiper, .horoscope-v3 .vastu-hero-banner .heroSwiper,
.numerology-v3 .palmistry-hero-banner .heroSwiper,
.numerology-v3 .vastu-hero-banner .heroSwiper,
.palmistry-v3 .palmistry-hero-banner .heroSwiper,
.palmistry-v3 .vastu-hero-banner .heroSwiper,
.matchmaking-page .palmistry-hero-banner .heroSwiper,
.matchmaking-page .vastu-hero-banner .heroSwiper {
  width: 100%;
  height: 100%;
}
.horoscope-v3 .palmistry-hero-banner .heroSwiper .swiper-slide, .horoscope-v3 .vastu-hero-banner .heroSwiper .swiper-slide,
.numerology-v3 .palmistry-hero-banner .heroSwiper .swiper-slide,
.numerology-v3 .vastu-hero-banner .heroSwiper .swiper-slide,
.palmistry-v3 .palmistry-hero-banner .heroSwiper .swiper-slide,
.palmistry-v3 .vastu-hero-banner .heroSwiper .swiper-slide,
.matchmaking-page .palmistry-hero-banner .heroSwiper .swiper-slide,
.matchmaking-page .vastu-hero-banner .heroSwiper .swiper-slide {
  position: relative;
}
.horoscope-v3 .palmistry-hero-banner .heroSwiper .swiper-slide img, .horoscope-v3 .vastu-hero-banner .heroSwiper .swiper-slide img,
.numerology-v3 .palmistry-hero-banner .heroSwiper .swiper-slide img,
.numerology-v3 .vastu-hero-banner .heroSwiper .swiper-slide img,
.palmistry-v3 .palmistry-hero-banner .heroSwiper .swiper-slide img,
.palmistry-v3 .vastu-hero-banner .heroSwiper .swiper-slide img,
.matchmaking-page .palmistry-hero-banner .heroSwiper .swiper-slide img,
.matchmaking-page .vastu-hero-banner .heroSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.horoscope-v3 .palmistry-hero-banner .divine-overlay, .horoscope-v3 .vastu-hero-banner .divine-overlay,
.numerology-v3 .palmistry-hero-banner .divine-overlay,
.numerology-v3 .vastu-hero-banner .divine-overlay,
.palmistry-v3 .palmistry-hero-banner .divine-overlay,
.palmistry-v3 .vastu-hero-banner .divine-overlay,
.matchmaking-page .palmistry-hero-banner .divine-overlay,
.matchmaking-page .vastu-hero-banner .divine-overlay {
  background: linear-gradient(135deg, rgba(45, 0, 10, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
  z-index: 2;
}
.horoscope-v3 .palmistry-hero-banner .slider-overlay-content, .horoscope-v3 .vastu-hero-banner .slider-overlay-content,
.numerology-v3 .palmistry-hero-banner .slider-overlay-content,
.numerology-v3 .vastu-hero-banner .slider-overlay-content,
.palmistry-v3 .palmistry-hero-banner .slider-overlay-content,
.palmistry-v3 .vastu-hero-banner .slider-overlay-content,
.matchmaking-page .palmistry-hero-banner .slider-overlay-content,
.matchmaking-page .vastu-hero-banner .slider-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
  pointer-events: none;
}
.horoscope-v3 .palmistry-hero-banner .slider-overlay-content h1, .horoscope-v3 .vastu-hero-banner .slider-overlay-content h1,
.horoscope-v3 .palmistry-hero-banner .slider-overlay-content p,
.horoscope-v3 .vastu-hero-banner .slider-overlay-content p,
.numerology-v3 .palmistry-hero-banner .slider-overlay-content h1,
.numerology-v3 .vastu-hero-banner .slider-overlay-content h1,
.numerology-v3 .palmistry-hero-banner .slider-overlay-content p,
.numerology-v3 .vastu-hero-banner .slider-overlay-content p,
.palmistry-v3 .palmistry-hero-banner .slider-overlay-content h1,
.palmistry-v3 .vastu-hero-banner .slider-overlay-content h1,
.palmistry-v3 .palmistry-hero-banner .slider-overlay-content p,
.palmistry-v3 .vastu-hero-banner .slider-overlay-content p,
.matchmaking-page .palmistry-hero-banner .slider-overlay-content h1,
.matchmaking-page .vastu-hero-banner .slider-overlay-content h1,
.matchmaking-page .palmistry-hero-banner .slider-overlay-content p,
.matchmaking-page .vastu-hero-banner .slider-overlay-content p {
  pointer-events: auto;
}
.horoscope-v3 .vastu-hero-banner,
.numerology-v3 .vastu-hero-banner,
.palmistry-v3 .vastu-hero-banner,
.matchmaking-page .vastu-hero-banner {
  max-height: 30vh !important;
  height: 30vh !important;
}
.horoscope-v3 .vastu-hero-banner .heroSwiper,
.horoscope-v3 .vastu-hero-banner .swiper-slide,
.horoscope-v3 .vastu-hero-banner img,
.numerology-v3 .vastu-hero-banner .heroSwiper,
.numerology-v3 .vastu-hero-banner .swiper-slide,
.numerology-v3 .vastu-hero-banner img,
.palmistry-v3 .vastu-hero-banner .heroSwiper,
.palmistry-v3 .vastu-hero-banner .swiper-slide,
.palmistry-v3 .vastu-hero-banner img,
.matchmaking-page .vastu-hero-banner .heroSwiper,
.matchmaking-page .vastu-hero-banner .swiper-slide,
.matchmaking-page .vastu-hero-banner img {
  height: 100% !important;
  max-height: 30vh !important;
}
.horoscope-v3 .horoscope-layout-grid,
.numerology-v3 .horoscope-layout-grid,
.palmistry-v3 .horoscope-layout-grid,
.matchmaking-page .horoscope-layout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  padding: 0;
  align-items: start;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .horoscope-v3 .horoscope-layout-grid,
  .numerology-v3 .horoscope-layout-grid,
  .palmistry-v3 .horoscope-layout-grid,
  .matchmaking-page .horoscope-layout-grid {
    grid-template-columns: 300px 1fr;
  }
  .horoscope-v3 .horoscope-layout-grid .horoscope-main-content,
  .numerology-v3 .horoscope-layout-grid .horoscope-main-content,
  .palmistry-v3 .horoscope-layout-grid .horoscope-main-content,
  .matchmaking-page .horoscope-layout-grid .horoscope-main-content {
    grid-column: 2;
    min-width: 0;
  }
  .horoscope-v3 .horoscope-layout-grid .left-sidebar,
  .numerology-v3 .horoscope-layout-grid .left-sidebar,
  .palmistry-v3 .horoscope-layout-grid .left-sidebar,
  .matchmaking-page .horoscope-layout-grid .left-sidebar {
    grid-column: 1;
  }
}
@media (min-width: 1200px) {
  .horoscope-v3 .horoscope-layout-grid,
  .numerology-v3 .horoscope-layout-grid,
  .palmistry-v3 .horoscope-layout-grid,
  .matchmaking-page .horoscope-layout-grid {
    grid-template-columns: 300px 1fr 320px;
  }
  .horoscope-v3 .horoscope-layout-grid .horoscope-main-content,
  .numerology-v3 .horoscope-layout-grid .horoscope-main-content,
  .palmistry-v3 .horoscope-layout-grid .horoscope-main-content,
  .matchmaking-page .horoscope-layout-grid .horoscope-main-content {
    grid-column: 2;
    min-width: 0;
  }
  .horoscope-v3 .horoscope-layout-grid .left-sidebar,
  .numerology-v3 .horoscope-layout-grid .left-sidebar,
  .palmistry-v3 .horoscope-layout-grid .left-sidebar,
  .matchmaking-page .horoscope-layout-grid .left-sidebar {
    grid-column: 1;
  }
  .horoscope-v3 .horoscope-layout-grid .right-sidebar,
  .numerology-v3 .horoscope-layout-grid .right-sidebar,
  .palmistry-v3 .horoscope-layout-grid .right-sidebar,
  .matchmaking-page .horoscope-layout-grid .right-sidebar {
    grid-column: 3;
  }
}
@media (max-width: 991px) {
  .horoscope-v3 .horoscope-layout-grid,
  .numerology-v3 .horoscope-layout-grid,
  .palmistry-v3 .horoscope-layout-grid,
  .matchmaking-page .horoscope-layout-grid {
    grid-template-columns: 1fr;
  }
  .horoscope-v3 .horoscope-layout-grid .left-sidebar,
  .horoscope-v3 .horoscope-layout-grid .right-sidebar,
  .numerology-v3 .horoscope-layout-grid .left-sidebar,
  .numerology-v3 .horoscope-layout-grid .right-sidebar,
  .palmistry-v3 .horoscope-layout-grid .left-sidebar,
  .palmistry-v3 .horoscope-layout-grid .right-sidebar,
  .matchmaking-page .horoscope-layout-grid .left-sidebar,
  .matchmaking-page .horoscope-layout-grid .right-sidebar {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .horoscope-v3 .horoscope-layout-grid,
  .numerology-v3 .horoscope-layout-grid,
  .palmistry-v3 .horoscope-layout-grid,
  .matchmaking-page .horoscope-layout-grid {
    grid-template-columns: 300px 1fr;
  }
  .horoscope-v3 .horoscope-layout-grid .right-sidebar,
  .numerology-v3 .horoscope-layout-grid .right-sidebar,
  .palmistry-v3 .horoscope-layout-grid .right-sidebar,
  .matchmaking-page .horoscope-layout-grid .right-sidebar {
    display: none !important;
  }
}
.horoscope-v3 .sticky-sidebar,
.numerology-v3 .sticky-sidebar,
.palmistry-v3 .sticky-sidebar,
.matchmaking-page .sticky-sidebar {
  position: sticky;
  top: 100px;
  height: fit-content;
  z-index: 10;
}
.horoscope-v3 .premium-ad-card,
.numerology-v3 .premium-ad-card,
.palmistry-v3 .premium-ad-card,
.matchmaking-page .premium-ad-card {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid rgba(212, 175, 55, 0.4) !important;
  text-align: center;
}
.horoscope-v3 .premium-ad-card img,
.numerology-v3 .premium-ad-card img,
.palmistry-v3 .premium-ad-card img,
.matchmaking-page .premium-ad-card img {
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.horoscope-v3 .premium-ad-card .ad-title,
.numerology-v3 .premium-ad-card .ad-title,
.palmistry-v3 .premium-ad-card .ad-title,
.matchmaking-page .premium-ad-card .ad-title {
  font-family: "Philosopher", serif;
  color: #710000;
  font-size: 1.1rem;
  margin-bottom: 8px;
  font-weight: 700;
}
.horoscope-v3 .zodiac-grid-luxury,
.numerology-v3 .zodiac-grid-luxury,
.palmistry-v3 .zodiac-grid-luxury,
.matchmaking-page .zodiac-grid-luxury {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  margin-bottom: 30px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 800px;
}
.horoscope-v3 .zodiac-grid-luxury.minimized,
.numerology-v3 .zodiac-grid-luxury.minimized,
.palmistry-v3 .zodiac-grid-luxury.minimized,
.matchmaking-page .zodiac-grid-luxury.minimized {
  max-height: 0;
  margin-bottom: 0;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .horoscope-v3 .zodiac-grid-luxury,
  .numerology-v3 .zodiac-grid-luxury,
  .palmistry-v3 .zodiac-grid-luxury,
  .matchmaking-page .zodiac-grid-luxury {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
.horoscope-v3 .zodiac-item-luxury,
.numerology-v3 .zodiac-item-luxury,
.palmistry-v3 .zodiac-item-luxury,
.matchmaking-page .zodiac-item-luxury {
  padding: 12px !important;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
  border: 1px solid rgba(212, 175, 55, 0.2) !important;
}
.horoscope-v3 .zodiac-item-luxury .icon-box,
.numerology-v3 .zodiac-item-luxury .icon-box,
.palmistry-v3 .zodiac-item-luxury .icon-box,
.matchmaking-page .zodiac-item-luxury .icon-box {
  width: 50px;
  height: 50px;
  margin: 0 auto 8px;
  background: rgba(212, 175, 55, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 175, 55, 0.15);
  transition: all 0.5s ease;
  position: relative;
}
.horoscope-v3 .zodiac-item-luxury .icon-box::after,
.numerology-v3 .zodiac-item-luxury .icon-box::after,
.palmistry-v3 .zodiac-item-luxury .icon-box::after,
.matchmaking-page .zodiac-item-luxury .icon-box::after {
  content: "";
  position: absolute;
  inset: -3px;
  border: 1px dashed rgba(212, 175, 55, 0.2);
  border-radius: 50%;
  transition: all 0.5s ease;
}
.horoscope-v3 .zodiac-item-luxury .icon-box img,
.numerology-v3 .zodiac-item-luxury .icon-box img,
.palmistry-v3 .zodiac-item-luxury .icon-box img,
.matchmaking-page .zodiac-item-luxury .icon-box img {
  width: 30px;
  height: 30px;
  transition: all 0.5s ease;
}
.horoscope-v3 .zodiac-item-luxury span,
.numerology-v3 .zodiac-item-luxury span,
.palmistry-v3 .zodiac-item-luxury span,
.matchmaking-page .zodiac-item-luxury span {
  display: block;
  font-family: "Philosopher", serif;
  font-weight: 600;
  color: #710000;
  font-size: 0.85rem;
}
.horoscope-v3 .zodiac-item-luxury.active,
.numerology-v3 .zodiac-item-luxury.active,
.palmistry-v3 .zodiac-item-luxury.active,
.matchmaking-page .zodiac-item-luxury.active {
  background: linear-gradient(135deg, #710000 0%, #a00 100%);
  border-color: #d4af37 !important;
  transform: translateY(-5px);
}
.horoscope-v3 .zodiac-item-luxury.active .icon-box,
.numerology-v3 .zodiac-item-luxury.active .icon-box,
.palmistry-v3 .zodiac-item-luxury.active .icon-box,
.matchmaking-page .zodiac-item-luxury.active .icon-box {
  background: #fff;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}
.horoscope-v3 .zodiac-item-luxury.active .icon-box::after,
.numerology-v3 .zodiac-item-luxury.active .icon-box::after,
.palmistry-v3 .zodiac-item-luxury.active .icon-box::after,
.matchmaking-page .zodiac-item-luxury.active .icon-box::after {
  border-color: #d4af37;
  transform: rotate(180deg);
}
.horoscope-v3 .zodiac-item-luxury.active span,
.numerology-v3 .zodiac-item-luxury.active span,
.palmistry-v3 .zodiac-item-luxury.active span,
.matchmaking-page .zodiac-item-luxury.active span {
  color: #d4af37;
}
.horoscope-v3 .zodiac-item-luxury:hover:not(.active),
.numerology-v3 .zodiac-item-luxury:hover:not(.active),
.palmistry-v3 .zodiac-item-luxury:hover:not(.active),
.matchmaking-page .zodiac-item-luxury:hover:not(.active) {
  border-color: #d4af37 !important;
  background: rgba(212, 175, 55, 0.05);
}
.horoscope-v3 .zodiac-item-luxury:hover:not(.active) .icon-box,
.numerology-v3 .zodiac-item-luxury:hover:not(.active) .icon-box,
.palmistry-v3 .zodiac-item-luxury:hover:not(.active) .icon-box,
.matchmaking-page .zodiac-item-luxury:hover:not(.active) .icon-box {
  transform: rotate(360deg);
  background: #fff;
}
.horoscope-v3 .minimized-zodiac-bar,
.numerology-v3 .minimized-zodiac-bar,
.palmistry-v3 .minimized-zodiac-bar,
.matchmaking-page .minimized-zodiac-bar {
  padding: 12px 25px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  border: 1px solid rgba(212, 175, 55, 0.5) !important;
  background: linear-gradient(to right, rgba(113, 0, 0, 0.05), rgba(212, 175, 55, 0.05));
}
.horoscope-v3 .minimized-zodiac-bar .current-sign,
.numerology-v3 .minimized-zodiac-bar .current-sign,
.palmistry-v3 .minimized-zodiac-bar .current-sign,
.matchmaking-page .minimized-zodiac-bar .current-sign {
  display: flex;
  align-items: center;
  gap: 15px;
}
.horoscope-v3 .minimized-zodiac-bar .current-sign img,
.numerology-v3 .minimized-zodiac-bar .current-sign img,
.palmistry-v3 .minimized-zodiac-bar .current-sign img,
.matchmaking-page .minimized-zodiac-bar .current-sign img {
  width: 35px;
}
.horoscope-v3 .minimized-zodiac-bar .current-sign h4,
.numerology-v3 .minimized-zodiac-bar .current-sign h4,
.palmistry-v3 .minimized-zodiac-bar .current-sign h4,
.matchmaking-page .minimized-zodiac-bar .current-sign h4 {
  margin: 0;
  font-family: "Philosopher", serif;
  color: #710000;
  font-weight: 700;
}
.horoscope-v3 .minimized-zodiac-bar .btn-change-sign,
.numerology-v3 .minimized-zodiac-bar .btn-change-sign,
.palmistry-v3 .minimized-zodiac-bar .btn-change-sign,
.matchmaking-page .minimized-zodiac-bar .btn-change-sign {
  font-size: 0.85rem;
  padding: 6px 20px;
  border-radius: 50px;
  font-weight: 600;
  background: linear-gradient(135deg, #710000, #a00);
  border: none;
  color: #fff;
  transition: all 0.3s;
}
.horoscope-v3 .minimized-zodiac-bar .btn-change-sign:hover,
.numerology-v3 .minimized-zodiac-bar .btn-change-sign:hover,
.palmistry-v3 .minimized-zodiac-bar .btn-change-sign:hover,
.matchmaking-page .minimized-zodiac-bar .btn-change-sign:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(113, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .horoscope-v3 .minimized-zodiac-bar,
  .numerology-v3 .minimized-zodiac-bar,
  .palmistry-v3 .minimized-zodiac-bar,
  .matchmaking-page .minimized-zodiac-bar {
    padding: 10px 15px !important;
    margin-bottom: 15px;
  }
  .horoscope-v3 .minimized-zodiac-bar .current-sign,
  .numerology-v3 .minimized-zodiac-bar .current-sign,
  .palmistry-v3 .minimized-zodiac-bar .current-sign,
  .matchmaking-page .minimized-zodiac-bar .current-sign {
    gap: 10px;
  }
  .horoscope-v3 .minimized-zodiac-bar .current-sign img,
  .numerology-v3 .minimized-zodiac-bar .current-sign img,
  .palmistry-v3 .minimized-zodiac-bar .current-sign img,
  .matchmaking-page .minimized-zodiac-bar .current-sign img {
    width: 28px;
  }
  .horoscope-v3 .minimized-zodiac-bar .current-sign h4,
  .numerology-v3 .minimized-zodiac-bar .current-sign h4,
  .palmistry-v3 .minimized-zodiac-bar .current-sign h4,
  .matchmaking-page .minimized-zodiac-bar .current-sign h4 {
    font-size: 1.1rem;
  }
  .horoscope-v3 .minimized-zodiac-bar .btn-change-sign,
  .numerology-v3 .minimized-zodiac-bar .btn-change-sign,
  .palmistry-v3 .minimized-zodiac-bar .btn-change-sign,
  .matchmaking-page .minimized-zodiac-bar .btn-change-sign {
    padding: 4px 12px;
    font-size: 0.75rem;
  }
}
.horoscope-v3 .horoscope-card-main,
.numerology-v3 .horoscope-card-main,
.palmistry-v3 .horoscope-card-main,
.matchmaking-page .horoscope-card-main {
  padding: 0 !important;
  overflow: hidden;
}
.horoscope-v3 .card-header-luxury,
.numerology-v3 .card-header-luxury,
.palmistry-v3 .card-header-luxury,
.matchmaking-page .card-header-luxury {
  background: linear-gradient(135deg, #710000 0%, #a00 100%);
  padding: 30px;
  text-align: center;
  color: #fff;
  border-bottom: 4px solid #d4af37;
  position: relative;
}
.horoscope-v3 .card-header-luxury::before,
.numerology-v3 .card-header-luxury::before,
.palmistry-v3 .card-header-luxury::before,
.matchmaking-page .card-header-luxury::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 30L0 0v60z m0 0L60 0v60z' fill='%23ffffff' fill-opacity='0.05'/%3E%3C/svg%3E");
  opacity: 0.3;
}
.horoscope-v3 .card-header-luxury h2,
.numerology-v3 .card-header-luxury h2,
.palmistry-v3 .card-header-luxury h2,
.matchmaking-page .card-header-luxury h2 {
  font-family: "Philosopher", serif;
  font-size: 2.2rem;
  margin-bottom: 5px;
  color: #d4af37;
  position: relative;
}
.horoscope-v3 .card-header-luxury p,
.numerology-v3 .card-header-luxury p,
.palmistry-v3 .card-header-luxury p,
.matchmaking-page .card-header-luxury p {
  margin: 0;
  opacity: 0.9;
  font-size: 1.1rem;
  position: relative;
}
@media (max-width: 768px) {
  .horoscope-v3 .card-header-luxury,
  .numerology-v3 .card-header-luxury,
  .palmistry-v3 .card-header-luxury,
  .matchmaking-page .card-header-luxury {
    padding: 15px;
  }
  .horoscope-v3 .card-header-luxury h2,
  .numerology-v3 .card-header-luxury h2,
  .palmistry-v3 .card-header-luxury h2,
  .matchmaking-page .card-header-luxury h2 {
    font-size: 1.35rem;
  }
  .horoscope-v3 .card-header-luxury p,
  .numerology-v3 .card-header-luxury p,
  .palmistry-v3 .card-header-luxury p,
  .matchmaking-page .card-header-luxury p {
    font-size: 0.9rem;
  }
}
.horoscope-v3 .horoscope-tabs,
.numerology-v3 .horoscope-tabs,
.palmistry-v3 .horoscope-tabs,
.matchmaking-page .horoscope-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid rgba(212, 175, 55, 0.2);
}
.horoscope-v3 .horoscope-tabs .nav-link,
.numerology-v3 .horoscope-tabs .nav-link,
.palmistry-v3 .horoscope-tabs .nav-link,
.matchmaking-page .horoscope-tabs .nav-link {
  flex: 1;
  padding: 18px;
  text-align: center;
  background: #fff;
  color: #666;
  border: none;
  border-right: 1px solid rgba(212, 175, 55, 0.1);
  font-weight: 700;
  font-family: "Philosopher", serif;
  font-size: 1.1rem;
  transition: all 0.3s;
}
.horoscope-v3 .horoscope-tabs .nav-link.active,
.numerology-v3 .horoscope-tabs .nav-link.active,
.palmistry-v3 .horoscope-tabs .nav-link.active,
.matchmaking-page .horoscope-tabs .nav-link.active {
  background: rgba(212, 175, 55, 0.05);
  color: #710000;
  box-shadow: inset 0 -4px 0 #710000;
}
@media (max-width: 768px) {
  .horoscope-v3 .horoscope-tabs .nav-link,
  .numerology-v3 .horoscope-tabs .nav-link,
  .palmistry-v3 .horoscope-tabs .nav-link,
  .matchmaking-page .horoscope-tabs .nav-link {
    padding: 10px;
    font-size: 0.9rem;
  }
}
.horoscope-v3 .horoscope-tabs .nav-link:last-child,
.numerology-v3 .horoscope-tabs .nav-link:last-child,
.palmistry-v3 .horoscope-tabs .nav-link:last-child,
.matchmaking-page .horoscope-tabs .nav-link:last-child {
  border-right: none;
}
.horoscope-v3 .horoscope-details-grid,
.numerology-v3 .horoscope-details-grid,
.palmistry-v3 .horoscope-details-grid,
.matchmaking-page .horoscope-details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 30px;
}
@media (max-width: 768px) {
  .horoscope-v3 .horoscope-details-grid,
  .numerology-v3 .horoscope-details-grid,
  .palmistry-v3 .horoscope-details-grid,
  .matchmaking-page .horoscope-details-grid {
    grid-template-columns: 1fr;
  }
}
.horoscope-v3 .detail-sub-card,
.numerology-v3 .detail-sub-card,
.palmistry-v3 .detail-sub-card,
.matchmaking-page .detail-sub-card {
  background: rgba(var(--card-bg-rgb, 212, 175, 55), 0.02);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 18px;
  padding: 18px;
  display: flex;
  gap: 15px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.horoscope-v3 .detail-sub-card:hover,
.numerology-v3 .detail-sub-card:hover,
.palmistry-v3 .detail-sub-card:hover,
.matchmaking-page .detail-sub-card:hover {
  background: #fff;
  border-color: #d4af37;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.15);
  transform: translateY(-5px);
}
.horoscope-v3 .detail-sub-card .icon-wrap,
.numerology-v3 .detail-sub-card .icon-wrap,
.palmistry-v3 .detail-sub-card .icon-wrap,
.matchmaking-page .detail-sub-card .icon-wrap {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #710000, #ff9933);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(113, 0, 0, 0.2);
}
.horoscope-v3 .detail-sub-card .content-box h5,
.numerology-v3 .detail-sub-card .content-box h5,
.palmistry-v3 .detail-sub-card .content-box h5,
.matchmaking-page .detail-sub-card .content-box h5 {
  font-family: "Philosopher", serif;
  color: #710000;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 1.15rem;
}
.horoscope-v3 .detail-sub-card .content-box p,
.numerology-v3 .detail-sub-card .content-box p,
.palmistry-v3 .detail-sub-card .content-box p,
.matchmaking-page .detail-sub-card .content-box p {
  margin: 0;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .horoscope-v3 .detail-sub-card,
  .numerology-v3 .detail-sub-card,
  .palmistry-v3 .detail-sub-card,
  .matchmaking-page .detail-sub-card {
    padding: 12px;
    gap: 10px;
    margin-bottom: 0px;
  }
  .horoscope-v3 .detail-sub-card .icon-wrap,
  .numerology-v3 .detail-sub-card .icon-wrap,
  .palmistry-v3 .detail-sub-card .icon-wrap,
  .matchmaking-page .detail-sub-card .icon-wrap {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }
  .horoscope-v3 .detail-sub-card .content-box h5,
  .numerology-v3 .detail-sub-card .content-box h5,
  .palmistry-v3 .detail-sub-card .content-box h5,
  .matchmaking-page .detail-sub-card .content-box h5 {
    font-size: 1rem;
    margin-bottom: 2px;
  }
  .horoscope-v3 .detail-sub-card .content-box p,
  .numerology-v3 .detail-sub-card .content-box p,
  .palmistry-v3 .detail-sub-card .content-box p,
  .matchmaking-page .detail-sub-card .content-box p {
    font-size: 0.85rem;
  }
}
.horoscope-v3 .lucky-assets-card,
.numerology-v3 .lucky-assets-card,
.palmistry-v3 .lucky-assets-card,
.matchmaking-page .lucky-assets-card {
  background: rgba(212, 175, 55, 0.05) !important;
  border: 1px dashed rgba(212, 175, 55, 0.4) !important;
}
.horoscope-v3 .welcome-om-icon,
.numerology-v3 .welcome-om-icon,
.palmistry-v3 .welcome-om-icon,
.matchmaking-page .welcome-om-icon {
  width: 160px;
  height: 160px;
  object-fit: contain;
  margin-bottom: 25px;
  border-radius: 50%;
  filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.6));
  animation: omGlow 3s ease-in-out infinite;
}
@keyframes omGlow {
  0%, 100% {
    filter: drop-shadow(0 0 15px rgba(212, 175, 55, 0.5));
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0 0 35px rgba(212, 175, 55, 0.9));
    transform: scale(1.05);
  }
}
@media (max-width: 768px) {
  .horoscope-v3 .welcome-om-icon,
  .numerology-v3 .welcome-om-icon,
  .palmistry-v3 .welcome-om-icon,
  .matchmaking-page .welcome-om-icon {
    width: 110px;
    height: 110px;
  }
}
.horoscope-v3 .number-jewels-grid,
.numerology-v3 .number-jewels-grid,
.palmistry-v3 .number-jewels-grid,
.matchmaking-page .number-jewels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 15px;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .horoscope-v3 .number-jewels-grid,
  .numerology-v3 .number-jewels-grid,
  .palmistry-v3 .number-jewels-grid,
  .matchmaking-page .number-jewels-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 576px) {
  .horoscope-v3 .number-jewels-grid,
  .numerology-v3 .number-jewels-grid,
  .palmistry-v3 .number-jewels-grid,
  .matchmaking-page .number-jewels-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.horoscope-v3 .number-jewel,
.numerology-v3 .number-jewel,
.palmistry-v3 .number-jewel,
.matchmaking-page .number-jewel {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(212, 175, 55, 0.25) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(212, 175, 55, 0.05)) !important;
  padding: 10px !important;
}
.horoscope-v3 .number-jewel h3,
.numerology-v3 .number-jewel h3,
.palmistry-v3 .number-jewel h3,
.matchmaking-page .number-jewel h3 {
  font-family: "Philosopher", serif;
  font-size: 2.8rem;
  background: linear-gradient(135deg, #710000, #ab0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  transition: all 0.4s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.horoscope-v3 .number-jewel:hover,
.numerology-v3 .number-jewel:hover,
.palmistry-v3 .number-jewel:hover,
.matchmaking-page .number-jewel:hover {
  background: linear-gradient(135deg, #710000, #a00) !important;
  transform: translateY(-8px) scale(1.05);
  border-color: #d4af37 !important;
  box-shadow: 0 15px 35px rgba(113, 0, 0, 0.3);
}
.horoscope-v3 .number-jewel:hover h3,
.numerology-v3 .number-jewel:hover h3,
.palmistry-v3 .number-jewel:hover h3,
.matchmaking-page .number-jewel:hover h3 {
  -webkit-text-fill-color: #d4af37;
  transform: scale(1.1);
}
.horoscope-v3 .number-jewel:hover small,
.numerology-v3 .number-jewel:hover small,
.palmistry-v3 .number-jewel:hover small,
.matchmaking-page .number-jewel:hover small {
  color: rgba(255, 255, 255, 0.8) !important;
}
.horoscope-v3 .border-gold-soft,
.numerology-v3 .border-gold-soft,
.palmistry-v3 .border-gold-soft,
.matchmaking-page .border-gold-soft {
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
}
.horoscope-v3 .form-control:focus,
.horoscope-v3 .form-select:focus,
.numerology-v3 .form-control:focus,
.numerology-v3 .form-select:focus,
.palmistry-v3 .form-control:focus,
.palmistry-v3 .form-select:focus,
.matchmaking-page .form-control:focus,
.matchmaking-page .form-select:focus {
  border-color: #d4af37 !important;
  box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.15);
}
.horoscope-v3 .btn-outline-gold,
.numerology-v3 .btn-outline-gold,
.palmistry-v3 .btn-outline-gold,
.matchmaking-page .btn-outline-gold {
  border: 1px solid #d4af37;
  color: #d4af37;
  background: transparent;
  transition: all 0.3s ease;
}
.horoscope-v3 .btn-outline-gold:hover,
.numerology-v3 .btn-outline-gold:hover,
.palmistry-v3 .btn-outline-gold:hover,
.matchmaking-page .btn-outline-gold:hover {
  background: #d4af37;
  color: #fff;
}
.horoscope-v3 .icon-wrap-sm,
.numerology-v3 .icon-wrap-sm,
.palmistry-v3 .icon-wrap-sm,
.matchmaking-page .icon-wrap-sm {
  width: 40px;
  height: 40px;
  background: rgba(212, 175, 55, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.btn-gold {
  background: linear-gradient(135deg, #ff9933, #d4af37);
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 12px 24px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}
.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
}

.appointment-offcanvas {
  width: 50% !important;
}
@media (max-width: 992px) {
  .appointment-offcanvas {
    width: 100% !important;
  }
}
.appointment-offcanvas {
  background-color: #fefcf8;
  background-image: url("/assets/images/mandala-pattern.png");
  background-size: 600px;
  background-repeat: repeat;
  background-position: center;
  background-blend-mode: soft-light;
  background-attachment: local;
  border-left: 2px solid #d4af37;
}
.appointment-offcanvas .luxury-offcanvas-header {
  background: linear-gradient(135deg, #3d0008 0%, #1d0004 100%);
  border-bottom: 3px solid #d4af37;
  padding: 1.25rem 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.appointment-offcanvas .luxury-offcanvas-header .offcanvas-title {
  font-family: "Philosopher", serif;
  color: #d4af37;
  font-size: 1.5rem;
  letter-spacing: 1px;
  text-shadow: none;
}
.appointment-offcanvas .luxury-offcanvas-header .luxury-brand-dot {
  width: 12px;
  height: 12px;
  background: #d4af37;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.8);
}
.appointment-offcanvas .luxury-offcanvas-body {
  padding: 1.5rem;
  background: rgba(254, 252, 248, 0.95);
}
.appointment-offcanvas .luxury-offcanvas-body::-webkit-scrollbar {
  width: 5px;
}
.appointment-offcanvas .luxury-offcanvas-body::-webkit-scrollbar-thumb {
  background: rgba(212, 175, 55, 0.4);
  border-radius: 10px;
}
.appointment-offcanvas .luxury-tab-btn {
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  border-radius: 10px !important;
  color: #710000 !important;
  padding: 0.75rem 1.5rem !important;
  font-weight: 600;
  transition: all 0.3s ease;
  background: #fff;
}
.appointment-offcanvas .luxury-tab-btn.active {
  background: #710000 !important;
  color: #d4af37 !important;
  border-color: #d4af37 !important;
  box-shadow: 0 4px 15px rgba(113, 0, 0, 0.2);
}
.appointment-offcanvas .luxury-tab-btn:hover:not(.active) {
  border-color: #d4af37 !important;
  background: rgba(212, 175, 55, 0.05);
}
.appointment-offcanvas .premium-slot-slider .logo_img {
  padding: 5px;
}
.appointment-offcanvas .premium-slot-slider .logo_img .sholt-hading {
  text-align: center;
  font-weight: 700;
  font-family: "Philosopher", serif;
  border-left: 4px solid #d4af37;
  padding-left: 12px;
  margin-bottom: 1rem;
  font-size: 1rem;
  justify-content: center;
}
.appointment-offcanvas .premium-slot-slider .luxury-slot-chip {
  border: 1px solid rgba(212, 175, 55, 0.2) !important;
  background: #fff !important;
  border-radius: 8px !important;
  padding: 0.5rem 0.25rem !important;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  min-height: 40px;
}
.appointment-offcanvas .premium-slot-slider .luxury-slot-chip .slot-time-text {
  font-size: 0.75rem !important;
  color: #710000 !important;
  font-weight: 700;
}
.appointment-offcanvas .premium-slot-slider .luxury-slot-chip:hover {
  border-color: #d4af37 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.1);
}
.appointment-offcanvas .premium-slot-slider .luxury-slot-chip.selected-slot {
  background: linear-gradient(135deg, #710000 0%, #2d0006 100%) !important;
  border-color: #d4af37 !important;
  box-shadow: 0 10px 25px rgba(113, 0, 0, 0.4);
}
.appointment-offcanvas .premium-slot-slider .luxury-slot-chip.selected-slot .slot-time-text {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.appointment-offcanvas .luxury-review-list .media {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.15);
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
  display: flex;
  padding: 1.25rem !important;
  margin-left: 0 !important;
}
.appointment-offcanvas .luxury-review-list .media:hover {
  transform: translateX(10px);
  border-color: #d4af37;
}
.appointment-offcanvas .luxury-review-list .media .media-left {
  margin-right: 1.25rem;
}
.appointment-offcanvas .luxury-review-list .media .media-left img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #d4af37;
  padding: 2px;
}
.appointment-offcanvas .luxury-review-list .media .media-body .media-heading {
  font-family: "Philosopher", serif;
  color: #710000;
  font-weight: 700;
  margin-bottom: 5px;
}
.appointment-offcanvas .luxury-review-list .media .media-body .rating_icon {
  display: flex;
  gap: 2px;
  margin-bottom: 8px;
  font-size: 0.8rem;
}
.appointment-offcanvas .luxury-review-list .media .media-body .desc {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}
.appointment-offcanvas .luxury-review-list .media .media-right {
  font-size: 0.85rem;
  color: #888;
  white-space: nowrap;
}
.appointment-offcanvas .luxury-offcanvas-footer {
  background: #fff;
  border-top: 1px solid rgba(212, 175, 55, 0.2) !important;
}
.appointment-offcanvas .luxury-offcanvas-footer.sticky-bottom {
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.08);
}
.appointment-offcanvas .luxury-offcanvas-footer .cart-total-amount {
  letter-spacing: -1px;
  color: #710000;
}
.appointment-offcanvas .luxury-input-group .form-label {
  font-family: "Philosopher", serif;
  color: #710000;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.3px;
}
.appointment-offcanvas .luxury-input-group .form-label span.text-danger {
  font-size: 1.1rem;
}
.appointment-offcanvas .luxury-input-group .input-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.appointment-offcanvas .luxury-input-group .input-icon-wrapper i {
  position: absolute;
  left: 18px;
  color: #d4af37;
  font-size: 1.1rem;
  pointer-events: none;
  z-index: 5;
  transition: all 0.3s ease;
}
.appointment-offcanvas .luxury-input-group .input-icon-wrapper .luxury-form-element {
  padding-left: 50px !important;
  border: 1.5px solid rgba(212, 175, 55, 0.25) !important;
  border-radius: 12px !important;
  background: #fff !important;
  height: 54px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 0.95rem;
}
.appointment-offcanvas .luxury-input-group .input-icon-wrapper .luxury-form-element::placeholder {
  color: #aaa;
}
.appointment-offcanvas .luxury-input-group .input-icon-wrapper .luxury-form-element:focus {
  border-color: #d4af37 !important;
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.1) !important;
}
.appointment-offcanvas .luxury-input-group .input-icon-wrapper .luxury-form-element:focus + i {
  color: #710000;
  transform: scale(1.1);
}
.appointment-offcanvas .luxury-input-group .input-icon-wrapper textarea.luxury-form-element {
  height: 140px !important;
  padding-top: 15px !important;
  padding-left: 15px !important;
  padding-bottom: 45px !important;
}
.appointment-offcanvas .luxury-input-group .input-icon-wrapper textarea.luxury-form-element + i {
  top: auto !important;
  bottom: 15px !important;
  right: 18px !important;
  left: auto !important;
  font-size: 1.2rem;
  transform: none !important;
}
.appointment-offcanvas .luxury-search-row {
  display: flex;
  align-items: end;
  gap: 12px;
}
.appointment-offcanvas .luxury-search-row .luxury-input-group {
  flex: 1;
  margin-bottom: 0;
}
.appointment-offcanvas .luxury-search-row .btn-cinematic {
  min-height: 54px;
  border-radius: 12px;
  padding: 0 24px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #710000;
  color: #d4af37;
  border: 1px solid #d4af37;
  transition: all 0.3s ease;
}
.appointment-offcanvas .luxury-search-row .btn-cinematic:hover {
  background: rgb(138.5, 0, 0);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(113, 0, 0, 0.3);
}
.appointment-offcanvas .sholt-hading {
  background: linear-gradient(90deg, #710000, #900000);
  color: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: "Philosopher", serif;
  box-shadow: 0 4px 15px rgba(113, 0, 0, 0.2);
}
.appointment-offcanvas .sholt-hading i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
}
.appointment-offcanvas .ServiceCharges {
  background: rgba(212, 175, 55, 0.03);
  border: 1px dashed rgba(212, 175, 55, 0.3);
  border-radius: 16px;
  padding: 1.2rem !important;
}
.appointment-offcanvas .ServiceCharges .col-6 {
  font-family: "Philosopher", serif;
  color: #710000;
  font-weight: 600;
}
.appointment-offcanvas .ServiceCharges strong.small {
  font-size: 1rem !important;
}
.appointment-offcanvas .ServiceCharges .text-end strong {
  color: #710000;
}
.appointment-offcanvas .btn-cinematic {
  background: linear-gradient(135deg, #710000 0%, #2d0006 100%);
  color: #d4af37 !important;
  border: 1px solid #d4af37;
  border-radius: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.appointment-offcanvas .btn-cinematic:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 25px rgba(113, 0, 0, 0.4), 0 0 15px rgba(212, 175, 55, 0.2);
  border-color: #fff;
}
.appointment-offcanvas .shadow-golden {
  box-shadow: 0 10px 20px rgba(113, 0, 0, 0.2), 0 0 0 2px rgba(212, 175, 55, 0.3);
}
@media (max-width: 768px) {
  .appointment-offcanvas .luxury-offcanvas-header {
    padding: 0.8rem 1.2rem !important;
  }
  .appointment-offcanvas .luxury-offcanvas-header .offcanvas-title {
    font-size: 1.15rem !important;
  }
  .appointment-offcanvas .luxury-offcanvas-header .luxury-brand-dot {
    width: 8px !important;
    height: 8px !important;
  }
  .appointment-offcanvas .luxury-offcanvas-header .btn-close {
    font-size: 0.8rem !important;
  }
  .appointment-offcanvas .luxury-offcanvas-body {
    padding: 0.8rem !important;
  }
  .appointment-offcanvas .booking-form-wrapper .text-maroon.mb-3 {
    font-size: 1.1rem !important;
    margin-bottom: 0.5rem !important;
  }
  .appointment-offcanvas .premium-tabs-nav {
    margin-bottom: 0.75rem !important;
  }
  .appointment-offcanvas .premium-tabs-nav .nav-tabs {
    padding-bottom: 0.4rem !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scrollbar-width: none; /* hide scrollbar in Firefox */
  }
  .appointment-offcanvas .premium-tabs-nav .nav-tabs::-webkit-scrollbar {
    display: none; /* hide scrollbar in Chrome/Safari */
  }
  .appointment-offcanvas .luxury-tab-btn {
    padding: 0 8px !important;
    height: 32px !important;
    min-height: 32px !important;
    font-size: 0.72rem !important;
    border-radius: 6px !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
  }
  .appointment-offcanvas .luxury-tab-btn i {
    font-size: 0.8rem !important;
    margin-right: 4px !important;
  }
  .appointment-offcanvas .consultation-selector-wrapper {
    margin-bottom: 0.75rem !important;
  }
  .appointment-offcanvas .consultation-selector-wrapper .form-label {
    font-size: 0.8rem !important;
    margin-bottom: 4px !important;
  }
  .appointment-offcanvas .luxury-consult-group {
    gap: 8px !important;
    margin-top: 6px !important;
  }
  .appointment-offcanvas .luxury-consult-label {
    padding: 8px 6px !important;
    border-radius: 10px !important;
    gap: 6px !important;
  }
  .appointment-offcanvas .luxury-consult-label i {
    font-size: 1.15rem !important;
  }
  .appointment-offcanvas .luxury-consult-label span {
    font-size: 0.72rem !important;
    letter-spacing: 0.2px !important;
  }
  .appointment-offcanvas .luxury-input-group .form-label {
    font-size: 0.8rem !important;
    margin-bottom: 4px !important;
  }
  .appointment-offcanvas .luxury-input-group .input-icon-wrapper i {
    left: 14px !important;
    font-size: 0.95rem !important;
  }
  .appointment-offcanvas .luxury-input-group .input-icon-wrapper .luxury-form-element {
    height: 44px !important;
    padding-left: 38px !important;
    font-size: 0.85rem !important;
    border-radius: 10px !important;
  }
  .appointment-offcanvas .luxury-input-group .input-icon-wrapper textarea.luxury-form-element {
    height: 80px !important;
    padding-top: 10px !important;
    padding-left: 12px !important;
    padding-bottom: 10px !important;
  }
  .appointment-offcanvas .luxury-input-group .input-icon-wrapper textarea.luxury-form-element + i {
    display: none !important;
  }
  .appointment-offcanvas .premium-upload-box {
    border-radius: 10px !important;
  }
  .appointment-offcanvas .premium-upload-box .upload-content {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .appointment-offcanvas .premium-upload-box .upload-content .upload-icon-pulse {
    margin-bottom: 4px !important;
  }
  .appointment-offcanvas .premium-upload-box .upload-content .upload-icon-pulse i {
    font-size: 1.25rem !important;
  }
  .appointment-offcanvas .premium-upload-box .upload-content p.mb-1 {
    font-size: 0.78rem !important;
  }
  .appointment-offcanvas .premium-upload-box .upload-content span.small {
    font-size: 0.65rem !important;
  }
  .appointment-offcanvas .luxury-search-row {
    gap: 8px !important;
  }
  .appointment-offcanvas .luxury-search-row .btn-cinematic {
    min-height: 44px !important;
    padding: 0 16px !important;
    font-size: 0.85rem !important;
    border-radius: 10px !important;
  }
  .appointment-offcanvas .sholt-hading {
    padding: 8px 12px !important;
    font-size: 0.85rem !important;
    margin-bottom: 10px !important;
    border-radius: 8px !important;
  }
  .appointment-offcanvas .sholt-hading i {
    font-size: 0.95rem !important;
  }
  .appointment-offcanvas .premium-slot-slider .logo_img {
    padding: 2px !important;
  }
  .appointment-offcanvas .premium-slot-slider .logo_img .sholt-hading {
    font-size: 0.85rem !important;
    padding-left: 8px !important;
    margin-bottom: 0.5rem !important;
  }
  .appointment-offcanvas .premium-slot-slider .luxury-slot-chip {
    padding: 0.35rem 0.2rem !important;
    min-height: 34px !important;
    border-radius: 6px !important;
  }
  .appointment-offcanvas .premium-slot-slider .luxury-slot-chip .slot-time-text {
    font-size: 0.7rem !important;
  }
  .appointment-offcanvas .ServiceCharges {
    padding: 0.8rem !important;
    border-radius: 12px !important;
    margin-top: 0.75rem !important;
  }
  .appointment-offcanvas .ServiceCharges .col-6 {
    font-size: 0.8rem !important;
    margin-bottom: 4px !important;
  }
  .appointment-offcanvas .ServiceCharges .text-end span, .appointment-offcanvas .ServiceCharges .text-end strong {
    font-size: 0.8rem !important;
  }
  .appointment-offcanvas .ServiceCharges strong.small {
    font-size: 0.8rem !important;
  }
  .appointment-offcanvas .luxury-offcanvas-footer {
    padding: 0.6rem 1rem !important;
    border-radius: 16px 16px 0 0 !important;
  }
  .appointment-offcanvas .luxury-offcanvas-footer .cart-total-amount {
    font-size: 1.25rem !important;
  }
  .appointment-offcanvas .luxury-offcanvas-footer p.tracking-widest {
    font-size: 0.65rem !important;
    letter-spacing: 0.5px !important;
  }
  .appointment-offcanvas .luxury-offcanvas-footer .btn-cinematic {
    padding: 8px 16px !important;
    font-size: 0.85rem !important;
    border-radius: 10px !important;
  }
}

.luxury-form-container .premium-upload-box {
  background: rgba(255, 255, 255, 0.4);
  border: 2px dashed rgba(212, 175, 55, 0.5);
  border-radius: 15px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  backdrop-filter: blur(5px);
}
.luxury-form-container .premium-upload-box:hover {
  background: rgba(255, 255, 255, 0.7);
  border-color: #d4af37;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(212, 175, 55, 0.1);
}
.luxury-form-container .premium-upload-box .upload-icon {
  font-size: 2rem;
  background: linear-gradient(135deg, #710000, #ff9933);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.luxury-form-container .premium-upload-box .luxury-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 15px;
  background: rgba(212, 175, 55, 0.03);
  padding: 15px;
  border-radius: 12px;
  border: 1px inset rgba(212, 175, 55, 0.1);
  width: 100%;
}
.luxury-form-container .premium-upload-box .luxury-preview-grid .image-card,
.luxury-form-container .premium-upload-box .luxury-preview-grid .upload-placeholder-mini {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.luxury-form-container .premium-upload-box .luxury-preview-grid .image-card {
  background: white;
  border: 2px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.luxury-form-container .premium-upload-box .luxury-preview-grid .image-card:hover {
  transform: translateY(-5px);
  border-color: #d4af37;
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.15);
}
.luxury-form-container .premium-upload-box .luxury-preview-grid .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.luxury-form-container .premium-upload-box .luxury-preview-grid .image-card .delete-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 26px;
  height: 26px;
  background: #710000;
  color: white;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  z-index: 10;
  padding: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}
.luxury-form-container .premium-upload-box .luxury-preview-grid .image-card .delete-btn:hover {
  background: #a00;
  transform: scale(1.1) rotate(90deg);
}
.luxury-form-container .premium-upload-box .luxury-preview-grid .upload-placeholder-mini {
  border: 2px dashed rgba(212, 175, 55, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(113, 0, 0, 0.5);
  background: rgba(212, 175, 55, 0.05);
  font-size: 1.8rem;
}
.luxury-form-container .premium-upload-box .luxury-preview-grid .upload-placeholder-mini:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: #710000;
  color: #710000;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.1);
}
.luxury-form-container .ast_availability_slider {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  display: block;
}
.luxury-form-container .ast_availability_slider .slick-list,
.luxury-form-container .ast_availability_slider .slick-track {
  min-width: 0;
}
.luxury-form-container .ast_availability_slider .slick-next,
.luxury-form-container .ast_availability_slider .slick-prev {
  top: 18px;
  z-index: 10;
}
.luxury-form-container .ast_availability_slider .slick-next {
  right: 20px;
}
.luxury-form-container .ast_availability_slider .slick-prev {
  left: 20px;
}
.luxury-form-container .ast_availability_slider .slick-slide {
  max-width: 100%;
}
.luxury-form-container .ast_availability_slider .slick-slide-item {
  max-height: 200px !important;
}
.luxury-form-container ._slots {
  min-width: 0;
  overflow: hidden;
}
.luxury-form-container.matchmaking-page {
  background: #fffcf9;
  background-image: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.05) 0%, transparent 100%), url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4af37' fill-opacity='0.03'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4h-2c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
}
.luxury-form-container.matchmaking-page .horoscope-layout-grid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.luxury-form-container.matchmaking-page .horoscope-main-content {
  background: transparent;
}
.luxury-form-container.matchmaking-page .banner-BG {
  height: 30vh !important;
  min-height: 30vh !important;
  max-height: 30vh !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}
.luxury-form-container.matchmaking-page .banner-BG .bannerSwiper {
  height: 100% !important;
}
.luxury-form-container.matchmaking-page .banner-BG .swiper-slide {
  height: 30vh !important;
}
.luxury-form-container.matchmaking-page .banner-BG .swiper-slide img {
  height: 30vh !important;
  max-height: 30vh !important;
  object-fit: cover !important;
  object-position: center;
}
.luxury-form-container.matchmaking-page .banner-BG .ad-banner {
  height: 30vh !important;
  object-fit: cover !important;
  border-radius: 12px;
}
.luxury-form-container.matchmaking-page .banner-BG .swiper {
  height: 30vh !important;
}
@media (max-width: 768px) {
  .luxury-form-container.matchmaking-page .banner-BG .swiper {
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
  }
  .luxury-form-container.matchmaking-page .banner-BG .swiper .swiper-slide {
    height: 250px !important;
  }
  .luxury-form-container.matchmaking-page .banner-BG .swiper .swiper-slide img {
    height: 250px !important;
  }
}
.luxury-form-container.matchmaking-page .luxury-input-group .luxury-form-element {
  font-size: 0.95rem;
}

.plustoppadding {
  padding: 0 !important;
}

/* Global Luxury Vedic Modal Styling */
#vastuPreviewModal.modal {
  z-index: 100001 !important;
  backdrop-filter: blur(5px);
}

.vedic-modal-content {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(212, 175, 55, 0.4) !important;
  overflow: hidden;
  border-radius: 24px !important;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
  z-index: 100002 !important;
  position: relative;
}
.vedic-modal-content::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px dashed rgba(212, 175, 55, 0.2);
  border-radius: 20px;
  pointer-events: none;
  z-index: 0;
}

.vedic-modal-header {
  background: linear-gradient(135deg, #710000 0%, #a00 100%) !important;
  border-bottom: 2px solid #d4af37 !important;
  padding: 1.5rem !important;
  position: relative;
  justify-content: center !important;
}
.vedic-modal-header .modal-title {
  font-family: "Philosopher", serif;
  color: #d4af37 !important;
  font-size: 1.6rem;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
}
.vedic-modal-header .btn-close {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0.8;
  transition: all 0.3s ease;
}
.vedic-modal-header .btn-close:hover {
  background-color: rgba(212, 175, 55, 0.2);
  opacity: 1;
}

.preview-group-luxury {
  margin-bottom: 2rem;
}
.preview-group-luxury .preview-group-title {
  font-family: "Philosopher", serif;
  color: #710000;
  font-size: 1.1rem;
  font-weight: 700;
  border-bottom: 2px solid rgba(212, 175, 55, 0.3);
  padding-bottom: 8px;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.preview-group-luxury .preview-group-title i {
  color: #d4af37;
}

.preview-data-row {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  font-size: 0.95rem;
}
.preview-data-row strong {
  min-width: 140px;
  color: #710000;
  font-weight: 600;
  font-family: "Philosopher", serif;
  opacity: 0.85;
}
.preview-data-row span {
  color: #333;
  font-weight: 600;
}

.preview-images-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 12px;
  padding: 10px;
  background: rgba(212, 175, 55, 0.05);
  border-radius: 12px;
  border: 1px dashed rgba(212, 175, 55, 0.2);
}
.preview-images-grid .img-preview-item {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
}
.preview-images-grid .img-preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.preview-images-grid .img-preview-item:hover {
  transform: scale(1.05);
  border-color: #d4af37;
  box-shadow: 0 8px 15px rgba(212, 175, 55, 0.2);
}

.vedic-modal-footer {
  padding: 1.5rem !important;
  background: white !important;
  border-top: 1px solid rgba(212, 175, 55, 0.2) !important;
}
.vedic-modal-footer .btn {
  border-radius: 50px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 10px 30px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.vedic-modal-footer .btn-outline-secondary {
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: #666 !important;
}
.vedic-modal-footer .btn-outline-secondary:hover {
  background: #f8f9fa !important;
  color: #333 !important;
}
.vedic-modal-footer .btn-outline-cinematic {
  border: 1.5px solid #ff9933 !important;
  color: #710000 !important;
}
.vedic-modal-footer .btn-outline-cinematic :hover {
  background: rgba(255, 153, 51, 0.1) !important;
}
.vedic-modal-footer .btn-cinematic {
  background: linear-gradient(135deg, #710000 0%, #a00 100%) !important;
  color: #fff !important;
  box-shadow: 0 5px 15px rgba(113, 0, 0, 0.3) !important;
  border: none !important;
}
.vedic-modal-footer .btn-cinematic:hover {
  box-shadow: 0 8px 25px rgba(113, 0, 0, 0.4) !important;
  transform: translateY(-2px);
  color: #d4af37 !important;
}

.btn-maroon {
  background: linear-gradient(135deg, #ab0000, #710000);
  border: none;
  color: white !important;
}
.btn-maroon:hover {
  background: linear-gradient(135deg, #710000, #4a0000);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(113, 0, 0, 0.3);
  color: #fff;
}

/* =========================================================================
   ROYAL NOTIFICATION SIDEBAR
   ========================================================================= */
.offcanvas-royal-scroll {
  width: 400px !important; /* significantly wider */
  background: #fdfaf6; /* soft cream background */
  border-left: 2px solid #d4af37;
  box-shadow: -5px 0 35px rgba(0, 0, 0, 0.15);
}
.offcanvas-royal-scroll::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.08), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.offcanvas-royal-scroll .offcanvas-header {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  padding: 1rem 1.2rem;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}
.offcanvas-royal-scroll .offcanvas-header .offcanvas-title {
  font-family: "Philosopher", serif;
  color: #710000 !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.25rem !important;
}
.offcanvas-royal-scroll .offcanvas-header .offcanvas-title::before {
  content: "\f0f3"; /* bell icon */
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
  font-weight: 900;
  color: #d4af37;
  font-size: 1.2rem;
  background: rgba(212, 175, 55, 0.1);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.2);
}
.offcanvas-royal-scroll .offcanvas-header .btn-close {
  background-color: rgba(113, 0, 0, 0.05);
  border-radius: 50%;
  opacity: 0.8;
  transition: all 0.3s ease;
  padding: 0.5rem;
}
.offcanvas-royal-scroll .offcanvas-header .btn-close:hover {
  opacity: 1;
  background-color: rgba(113, 0, 0, 0.15);
  transform: rotate(90deg);
}
.offcanvas-royal-scroll .offcanvas-body {
  position: relative;
  z-index: 1;
  padding: 1rem;
}
.offcanvas-royal-scroll .offcanvas-body::-webkit-scrollbar {
  width: 5px;
}
.offcanvas-royal-scroll .offcanvas-body::-webkit-scrollbar-track {
  background: rgba(212, 175, 55, 0.1);
  border-radius: 10px;
}
.offcanvas-royal-scroll .offcanvas-body::-webkit-scrollbar-thumb {
  background: #d4af37;
  border-radius: 10px;
}

#notification-list {
  gap: 0.6rem !important;
}

.royal-notif-item {
  background: white;
  border-radius: 10px;
  padding: 12px 12px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
}
.royal-notif-item:hover {
  transform: translateY(-2px) scale(1.005);
  box-shadow: 0 6px 15px rgba(212, 175, 55, 0.12);
  border-color: #d4af37;
}
.royal-notif-item:hover .notif-icon {
  background: linear-gradient(135deg, #710000, rgb(36.5, 0, 0));
  border-color: #710000;
}
.royal-notif-item:hover .notif-icon i {
  color: #d4af37;
  transform: scale(1.1) rotate(5deg);
}
.royal-notif-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #d4af37, rgb(156.7901234568, 127.7839506173, 33.7098765432));
  border-radius: 10px 0 0 10px;
  opacity: 0.8;
}
.royal-notif-item .notif-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.05), rgba(212, 175, 55, 0.15));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(212, 175, 55, 0.2);
}
.royal-notif-item .notif-icon i {
  font-size: 1rem;
  color: #710000;
  transition: all 0.3s ease;
}
.royal-notif-item .notif-msg {
  font-size: 0.85rem;
  color: #2c3e50;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
  font-family: "Inter", sans-serif;
}
.royal-notif-item .notif-time {
  font-size: 0.7rem;
  color: #888;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.royal-notif-item .notif-time::before {
  content: "\f017";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
  font-weight: 400;
  color: rgba(113, 0, 0, 0.6);
}

.msearch .suggestionBox {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 110%;
  width: calc(100% - 20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1050;
  max-height: 400px;
  overflow-y: auto;
  border-radius: 1rem;
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: white;
}

.calculation-modal-custom .modal-content {
  border: 4px solid #d4af37 !important;
  padding: 0;
  overflow: hidden;
}
.calculation-modal-custom .modal-header {
  background: #710000;
  color: #d4af37;
  border-bottom: 2px solid #d4af37;
}
.calculation-modal-custom .modal-header h5 {
  font-family: "Philosopher", serif;
  font-size: 1.8rem;
  color: #d4af37;
}
.calculation-modal-custom .calculation-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
.calculation-modal-custom .calculation-table td {
  background: rgba(212, 175, 55, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.2);
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
}
.calculation-modal-custom .calculation-table td b {
  color: #710000;
  font-size: 1.1rem;
}
.calculation-modal-custom .step-badge {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #710000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
}
.calculation-modal-custom .setwidth {
  width: calc(100% - 30px);
}

/* --- Consult Astrologers Page Redesign --- */
.consult-astrologers-v3 {
  background-image: url("/assets/images/mandala-pattern.png");
  background-size: 800px;
  background-position: center;
  background-attachment: fixed;
  background-color: #fefdfa;
  padding-bottom: 5rem;
}
.consult-astrologers-v3 .back-btn-luxury {
  background: #fff;
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #710000;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  cursor: pointer;
}
.consult-astrologers-v3 .back-btn-luxury i {
  color: #d4af37;
  font-size: 1rem;
}
.consult-astrologers-v3 .back-btn-luxury:hover {
  background: #710000;
  color: #d4af37;
  border-color: #d4af37;
  transform: translateX(-5px);
  box-shadow: 0 8px 25px rgba(113, 0, 0, 0.2);
}
.consult-astrologers-v3 .back-btn-luxury:hover i {
  color: #fff;
}
.consult-astrologers-v3 .luxury-astro-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.2) !important;
  border-top: 5px solid #d4af37 !important;
  padding: 1rem !important;
  border-radius: 16px !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.consult-astrologers-v3 .luxury-astro-card .profile-img-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 1rem;
}
.consult-astrologers-v3 .luxury-astro-card .profile-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #d4af37;
  padding: 3px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.consult-astrologers-v3 .luxury-astro-card .profile-img-wrap .status-badge {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #fff;
  z-index: 2;
  background-color: #dca83a;
}
.consult-astrologers-v3 .luxury-astro-card .profile-img-wrap .status-badge.Online {
  background: #28a745;
  box-shadow: 0 0 10px rgba(40, 167, 69, 0.5);
}
.consult-astrologers-v3 .luxury-astro-card .profile-img-wrap .status-badge.Busy {
  background: #ffc107;
}
.consult-astrologers-v3 .luxury-astro-card .profile-img-wrap .status-badge.Offline {
  background: #dc3545;
}
.consult-astrologers-v3 .luxury-astro-card .astro-name {
  font-family: "Philosopher", serif;
  font-size: 1.35rem;
  color: #710000;
  font-weight: 700;
  margin-bottom: 0.2rem;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.consult-astrologers-v3 .luxury-astro-card .luxury-badge-compact {
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #710000;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.consult-astrologers-v3 .luxury-astro-card .luxury-badge-compact i {
  color: #d4af37;
}
.consult-astrologers-v3 .luxury-astro-card .astro-expertise {
  font-size: 0.82rem;
  color: #710000;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  min-height: auto;
  opacity: 0.8;
}
.consult-astrologers-v3 .luxury-astro-card .astro-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  width: 100%;
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px dashed rgba(212, 175, 55, 0.4);
}
.consult-astrologers-v3 .luxury-astro-card .astro-meta-grid .meta-item {
  text-align: center;
}
.consult-astrologers-v3 .luxury-astro-card .astro-meta-grid .meta-item span {
  display: block;
  font-size: 0.65rem;
  color: #710000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 0px;
  opacity: 0.6;
}
.consult-astrologers-v3 .luxury-astro-card .astro-meta-grid .meta-item strong {
  display: block;
  font-size: 0.9rem;
  color: #710000;
  font-weight: 800;
}
.consult-astrologers-v3 .luxury-astro-card .astro-rating-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0.5rem;
  background: rgba(212, 175, 55, 0.15);
  padding: 2px 8px;
  border-radius: 20px;
}
.consult-astrologers-v3 .luxury-astro-card .astro-rating-wrap .stars {
  color: #d4af37;
  font-size: 0.7rem;
}
.consult-astrologers-v3 .luxury-astro-card .astro-rating-wrap .stars i {
  color: #d4af37 !important;
  margin-right: 1px;
}
.consult-astrologers-v3 .luxury-astro-card .astro-rating-wrap .count {
  font-size: 0.75rem;
  color: #710000;
  font-weight: 700;
}
.consult-astrologers-v3 .luxury-astro-card .book-btn-luxury {
  width: 100%;
  background: linear-gradient(135deg, #710000, #4d000a);
  color: #d4af37;
  border: 1px solid #d4af37;
  padding: 8px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  margin-top: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(113, 0, 0, 0.3);
}
.consult-astrologers-v3 .luxury-astro-card .book-btn-luxury:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(113, 0, 0, 0.4);
  background: #d4af37;
  color: #710000;
}
.consult-astrologers-v3 .luxury-astro-card:hover {
  transform: translateY(-10px);
  border-color: #d4af37 !important;
  box-shadow: 0 25px 50px rgba(113, 0, 0, 0.15);
  background: #fff !important;
}

/* Footer Newsletter Refinement */
.ast_newsletter_box {
  background: #fff !important;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  border-radius: 50px !important;
  padding: 5px 10px 5px 25px !important;
  display: flex !important;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.ast_newsletter_box input {
  border: none !important;
  box-shadow: none !important;
  padding: 15px 0 !important;
  background: transparent !important;
}
.ast_newsletter_box input::placeholder {
  color: #aaa;
}
.ast_newsletter_box button {
  background: #710000 !important;
  color: #d4af37 !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-left: auto;
  border: none !important;
}
.ast_newsletter_box button:hover {
  transform: scale(1.1) rotate(15deg);
  background: #4d000a !important;
}

@keyframes mic-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(113, 0, 0, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(113, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(113, 0, 0, 0);
  }
}
/* Royal Vedic Floating Offer - Light Theme */
#globalDiscountStrip {
  position: fixed;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

#globalDiscountStrip.d-none {
  display: none !important;
}

/* Maximized State (Center Popup) */
#globalDiscountStrip.state-maximized {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 90%;
  max-width: 600px;
  background: rgba(253, 252, 240, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 24px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), inset 0 0 30px rgba(212, 175, 55, 0.15);
  overflow: hidden;
  opacity: 1;
}

/* Minimized State (Bottom Left) */
#globalDiscountStrip.state-minimized {
  top: auto;
  bottom: 24px;
  left: 24px;
  transform: translate(0, 0) scale(1);
  width: auto;
  border-radius: 50px;
  background: rgba(253, 252, 240, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.6);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.25);
  opacity: 1;
}
@media (max-width: 768px) {
  #globalDiscountStrip.state-minimized {
    left: 12px;
    bottom: 100px;
  }
}

#globalDiscountStrip.state-hidden {
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  pointer-events: none;
}

/* Common Controls */
.offer-controls {
  display: flex;
  gap: 10px;
  position: absolute;
  z-index: 10;
}

.offer-controls button {
  background: rgba(113, 0, 0, 0.05);
  border: 1px solid rgba(113, 0, 0, 0.1);
  color: #710000;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.offer-controls button:hover {
  background: #710000;
  color: #fdfcf0;
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 4px 10px rgba(113, 0, 0, 0.2);
}

/* Maximized Content */
.offer-max-content {
  display: none;
  padding: 30px;
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .offer-max-content {
    padding: 12px;
  }
}

/* Backdrop for popup */
#globalDiscountBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

#globalDiscountBackdrop.show {
  opacity: 1;
  visibility: visible;
}

#globalDiscountStrip.state-maximized .offer-max-content {
  display: block;
}

#globalDiscountStrip.state-maximized .offer-controls {
  top: 20px;
  right: 20px;
}

.offer-max-header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding-right: 80px;
  border-bottom: 2px dashed rgba(212, 175, 55, 0.3);
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .offer-max-header {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}

.offer-max-header h5 {
  color: #710000;
  font-family: "Philosopher", serif;
  font-size: 1.8rem;
  margin: 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .offer-max-header h5 {
    font-size: 1.4rem;
  }
}

.offer-max-header h5 i {
  color: #d4af37;
  font-size: 1.6rem;
  filter: drop-shadow(0 2px 4px rgba(212, 175, 55, 0.4));
}

.offer-max-body {
  max-height: 55vh;
  overflow-y: auto;
  padding-right: 8px;
}
@media (max-width: 768px) {
  .offer-max-body {
    padding-right: 0;
    max-height: 65vh;
  }
}

.offer-max-body::-webkit-scrollbar {
  width: 6px;
}

.offer-max-body::-webkit-scrollbar-thumb {
  background: rgba(212, 175, 55, 0.4);
  border-radius: 10px;
}

/* Items Grid styling for max state */
.global-discount-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.global-discount-pill {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 16px;
  padding: 16px;
  color: #333;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
}

.global-discount-pill::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #d4af37;
  border-radius: 4px 0 0 4px;
}

.global-discount-pill .offer-icon-box {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(212, 175, 55, 0.2));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  color: #710000;
  font-size: 1.4rem;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.global-discount-pill .offer-text-box {
  flex: 1;
}

.global-discount-pill .offer-title {
  font-family: "Philosopher", serif;
  font-weight: 700;
  color: #710000;
  font-size: 1.15rem;
  margin-bottom: 2px;
}

.global-discount-pill .offer-val {
  font-weight: 600;
  color: #d4af37;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.global-discount-pill .min-pur {
  color: #888;
  font-size: 0.85rem;
  font-weight: 500;
}

.global-discount-pill:hover {
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.15);
  border-color: rgba(212, 175, 55, 0.6);
}

/* Minimized Content */
.offer-min-content {
  display: none;
  padding: 8px 16px;
  padding-right: 92px;
  align-items: center;
  gap: 12px;
  position: relative;
  cursor: pointer;
}

#globalDiscountStrip.state-minimized .offer-min-content {
  display: flex;
}

#globalDiscountStrip.state-minimized .offer-controls {
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}

.offer-min-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #710000, #4a0000);
  color: #d4af37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  animation: pulse-light 2s infinite;
  box-shadow: 0 4px 10px rgba(113, 0, 0, 0.2);
}

.offer-min-text {
  color: #710000;
  font-weight: 700;
  font-family: "Philosopher", serif;
  font-size: 1.15rem;
  white-space: nowrap;
}

/* Royal Background Pattern */
.offer-max-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M20 0L40 20L20 40L0 20L20 0ZM20 10L30 20L20 30L10 20L20 10Z" fill="%23d4af37" fill-opacity="0.08" fill-rule="evenodd"/></svg>');
  pointer-events: none;
  z-index: 0;
  border-radius: 24px;
}

.offer-max-header, .offer-max-body {
  position: relative;
  z-index: 1;
}

@keyframes pulse-light {
  0% {
    box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.6);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(212, 175, 55, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(212, 175, 55, 0);
  }
}
.global-discount-pill .offer-highlight {
  background: linear-gradient(135deg, #710000, #4a0000);
  color: #fdfcf0;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(113, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 4px;
}

@keyframes text-blink-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(0.98);
  }
}
.offer-min-text {
  animation: text-blink-pulse 1.5s infinite ease-in-out;
}

.offer-max-header h5 {
  animation: text-blink-pulse 2s infinite ease-in-out;
}

#sidemenu {
  z-index: 999999;
}

/* Astrologer Appointment Offcanvas & Consultation UI */
.text-gold {
  color: #e0c097 !important;
}

.text-maroon {
  color: #7c3507 !important;
}

.bg-luxury-cream {
  background-color: #fff9f4;
}

.border-gold-soft {
  border: 1px solid #e0c097;
}

.luxury-tab-btn {
  border-radius: 10px !important;
  background: #fff !important;
  border: 1px solid #e0c097 !important;
  color: #7c3507 !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  transition: all 0.3s ease;
}
.luxury-tab-btn.active {
  background: #7c3507 !important;
  color: #fff !important;
  border-color: #7c3507 !important;
  box-shadow: 0 4px 12px rgba(124, 53, 7, 0.2);
}

.glass-vedic-card, .vastu-shastra-page .draft-table-container .luxury-draft-card, .horoscope-v3 .premium-ad-card,
.numerology-v3 .premium-ad-card,
.palmistry-v3 .premium-ad-card,
.matchmaking-page .premium-ad-card, .horoscope-v3 .zodiac-item-luxury,
.numerology-v3 .zodiac-item-luxury,
.palmistry-v3 .zodiac-item-luxury,
.matchmaking-page .zodiac-item-luxury, .horoscope-v3 .minimized-zodiac-bar,
.numerology-v3 .minimized-zodiac-bar,
.palmistry-v3 .minimized-zodiac-bar,
.matchmaking-page .minimized-zodiac-bar, .horoscope-v3 .horoscope-card-main,
.numerology-v3 .horoscope-card-main,
.palmistry-v3 .horoscope-card-main,
.matchmaking-page .horoscope-card-main, .horoscope-v3 .number-jewel,
.numerology-v3 .number-jewel,
.palmistry-v3 .number-jewel,
.matchmaking-page .number-jewel, .calculation-modal-custom .modal-content {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(224, 192, 151, 0.4);
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Consultation Selector Styles */
.luxury-consult-group {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.luxury-consult-item {
  flex: 1;
  position: relative;
}
.luxury-consult-item input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.luxury-consult-item input[type=radio]:checked + .luxury-consult-label {
  background: #7c3507;
  border-color: #7c3507;
  box-shadow: 0 6px 20px rgba(124, 53, 7, 0.3);
  transform: translateY(-2px);
}
.luxury-consult-item input[type=radio]:checked + .luxury-consult-label i, .luxury-consult-item input[type=radio]:checked + .luxury-consult-label span {
  color: #fff;
}

.luxury-consult-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  border: 1px solid #e0c097;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  gap: 0.5rem;
}
.luxury-consult-label i {
  font-size: 1.6rem;
  color: #7c3507;
}
.luxury-consult-label span {
  font-size: 0.85rem;
  font-weight: 700;
  color: #7c3507;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.luxury-consult-label:hover:not(.luxury-consult-item input[type=radio]:checked + .luxury-consult-label) {
  border-color: #7c3507;
  background: #fff9f4;
}

#chatWidgetContainer {
  z-index: 1000 !important;
}

.premium-payment-modal .modal-content {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border-radius: 28px !important;
  overflow: hidden;
  box-shadow: 0 25px 80px -20px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(212, 175, 55, 0.2) !important;
}
.premium-payment-modal .modal-header {
  background: linear-gradient(135deg, #710000, #4a0000);
  color: #fff;
  border-bottom: none;
  padding: 1.25rem 1.5rem;
  position: relative;
}
.premium-payment-modal .modal-header .modal-title {
  font-family: "Philosopher", serif !important;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.premium-payment-modal .modal-header p {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}
.premium-payment-modal .modal-header .btn-close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  padding: 0.6rem;
  background-size: 0.7rem;
  filter: invert(1) grayscale(100%) brightness(200%);
  transition: all 0.3s ease;
}
.premium-payment-modal .modal-header .btn-close:hover {
  background-color: rgba(255, 255, 255, 0.25);
  transform: rotate(90deg);
}
.premium-payment-modal .section-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
  font-weight: 800;
  margin-top: 0.5rem;
}
.premium-payment-modal .payment-card {
  background: rgba(212, 175, 55, 0.03);
  border: 1px dashed rgba(212, 175, 55, 0.4);
  border-radius: 20px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}
.premium-payment-modal .payment-card:focus-within {
  background: rgba(212, 175, 55, 0.06);
  border-style: solid;
  border-color: #d4af37;
}
.premium-payment-modal .payment-card .form-label {
  font-weight: 700;
  color: #710000;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.premium-payment-modal .payment-card .form-control {
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 12px 0 0 12px;
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  background: #fff;
  font-weight: 600;
}
.premium-payment-modal .payment-card .form-control:focus {
  border-color: #d4af37;
  box-shadow: none;
}
.premium-payment-modal .payment-card .form-control::placeholder {
  font-weight: 400;
  color: #bbb;
}
.premium-payment-modal .payment-card .btn-apply {
  background: #710000;
  color: #d4af37;
  font-weight: 700;
  border-radius: 0 12px 12px 0;
  padding: 0 1.5rem;
  transition: all 0.3s ease;
  border: 1px solid #710000;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.premium-payment-modal .payment-card .btn-apply:hover {
  background: #4a0000;
  color: #fff;
}
.premium-payment-modal .payment-option-card {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 20px;
  padding: 1.5rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.premium-payment-modal .payment-option-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.05), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.premium-payment-modal .payment-option-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 30px -10px rgba(212, 175, 55, 0.15);
  border-color: #d4af37;
}
.premium-payment-modal .payment-option-card:hover::after {
  opacity: 1;
}
.premium-payment-modal .payment-option-card:hover .option-arrow {
  transform: translateX(5px);
  color: #710000;
}
.premium-payment-modal .payment-option-card:hover .option-icon {
  background: #710000;
  color: #d4af37;
  transform: scale(1.05);
}
.premium-payment-modal .payment-option-card:hover .option-details h6 {
  color: #710000;
}
.premium-payment-modal .payment-option-card .option-icon {
  width: 60px;
  height: 60px;
  background: #fdfaf5;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: #710000;
  margin-right: 1.5rem;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
  border: 1px solid rgba(212, 175, 55, 0.1);
}
.premium-payment-modal .payment-option-card .option-details {
  flex: 1;
  z-index: 1;
}
.premium-payment-modal .payment-option-card .option-details h6 {
  margin: 0;
  font-weight: 700;
  color: #222;
  font-size: 1.15rem;
  transition: color 0.3s ease;
  font-family: "Philosopher", serif !important;
}
.premium-payment-modal .payment-option-card .option-details p {
  margin: 0.1rem 0 0;
  font-size: 0.9rem;
  color: #777;
  font-weight: 400;
}
.premium-payment-modal .payment-option-card .option-arrow {
  color: #ddd;
  transition: all 0.3s ease;
  font-size: 1rem;
  z-index: 1;
}

/* =========================================================================
   PREMIUM GLASS MODAL (GLOBAL)
   ========================================================================= */
.premium-modal-glass .report-modal-profile-card {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 12px;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2) !important;
}
.premium-modal-glass .report-modal-profile-card .report-modal-profile-hint {
  color: white !important;
}
.premium-modal-glass .modal-content {
  background: linear-gradient(135deg, rgba(113, 0, 0, 0.95), rgba(74, 0, 0, 0.98)) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  border-radius: 25px !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5) !important;
  position: relative;
  overflow: hidden;
}
.premium-modal-glass .modal-content::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.premium-modal-glass .modal-header {
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  padding: 25px 25px 15px;
  position: relative;
  z-index: 1;
}
.premium-modal-glass .modal-header .premium-modal-icon-wrapper {
  margin-bottom: 10px;
}
.premium-modal-glass .modal-header .premium-modal-icon-wrapper .premium-modal-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
}
.premium-modal-glass .modal-header .premium-modal-icon-wrapper .premium-modal-icon i {
  font-size: 1.5rem;
  color: #d4af37;
  z-index: 2;
}
.premium-modal-glass .modal-header .premium-modal-icon-wrapper .premium-modal-icon .icon-glow {
  position: absolute;
  inset: -5px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse-gold 2s infinite;
}
.premium-modal-glass .modal-header .modal-title {
  color: #f4e0a1 !important;
  font-family: "Philosopher", serif !important;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.premium-modal-glass .modal-header .badge-container {
  margin-top: 5px;
}
.premium-modal-glass .modal-header .badge-container .bg-premium-gradient {
  background: linear-gradient(135deg, #d4af37 0%, #800000 100%) !important;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.premium-modal-glass .modal-header .btn-close-custom {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f4e0a1;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  padding: 0;
}
.premium-modal-glass .modal-header .btn-close-custom:hover {
  background: rgba(212, 175, 55, 0.2);
  color: #fff;
  transform: rotate(90deg);
}
@keyframes pulse-gold {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
.premium-modal-glass .modal-body {
  padding: 30px 25px;
  position: relative;
  z-index: 1;
  overflow-y: auto;
}
.premium-modal-glass .modal-body::-webkit-scrollbar {
  width: 6px;
}
.premium-modal-glass .modal-body::-webkit-scrollbar-thumb {
  background: rgba(212, 175, 55, 0.3);
  border-radius: 10px;
}

/* =========================================================================
   SAVED PROFILE CARDS (GLOBAL PREMIUM)
   ========================================================================= */
.premium-saved-card {
  background: linear-gradient(135deg, #ffffff 0%, #fffbf2 100%) !important;
  border: 1px solid rgba(212, 175, 55, 0.5) !important;
  border-radius: 18px !important;
  padding: 18px !important;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  height: 100%;
  box-shadow: 0 4px 15px rgba(113, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 110px;
  overflow: hidden;
}
.premium-saved-card::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.premium-saved-card:hover {
  background: #ffffff !important;
  border-color: #d4af37 !important;
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(113, 0, 0, 0.12);
}
.premium-saved-card:hover .card-delete-btn {
  opacity: 1;
}
.modal-content .premium-saved-card, .premium-modal-glass .premium-saved-card, .theme-dark .premium-saved-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%) !important;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.modal-content .premium-saved-card:hover, .premium-modal-glass .premium-saved-card:hover, .theme-dark .premium-saved-card:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(212, 175, 55, 0.6) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}
.modal-content .premium-saved-card .profile-name, .premium-modal-glass .premium-saved-card .profile-name, .theme-dark .premium-saved-card .profile-name {
  color: #ffd700 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.modal-content .premium-saved-card .profile-details li, .premium-modal-glass .premium-saved-card .profile-details li, .theme-dark .premium-saved-card .profile-details li {
  color: rgba(255, 255, 255, 0.9) !important;
}
.modal-content .premium-saved-card .profile-details li i, .premium-modal-glass .premium-saved-card .profile-details li i, .theme-dark .premium-saved-card .profile-details li i {
  color: #ffd700 !important;
  opacity: 0.8;
}
.premium-saved-card .card-delete-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(220, 53, 69, 0.08);
  border: 1px solid rgba(220, 53, 69, 0.15);
  border-radius: 50% !important;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dc3545;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  z-index: 10;
  padding: 0;
  opacity: 0.7;
}
.premium-saved-card .card-delete-btn:hover {
  background: #dc3545;
  color: white;
  border-color: #dc3545;
  transform: scale(1.1) rotate(90deg);
  opacity: 1;
}
.premium-saved-card .card-content {
  position: relative;
  z-index: 1;
}
.premium-saved-card .card-content .profile-name {
  color: #710000;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 10px;
  display: block;
  padding-right: 30px;
  font-family: "Philosopher", serif;
}
.premium-saved-card .card-content .profile-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.premium-saved-card .card-content .profile-details li {
  color: #444;
  font-size: 0.88rem;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
}
.premium-saved-card .card-content .profile-details li i {
  width: 20px;
  color: #d4af37;
  font-size: 0.9rem;
  text-align: center;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}
.premium-saved-card .profile-mini-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #fff;
}
.premium-saved-card .profile-mini-icon.boy-bg {
  background: linear-gradient(135deg, #007bff, #0056b3);
}
.premium-saved-card .profile-mini-icon.girl-bg {
  background: linear-gradient(135deg, #e91e63, #c2185b);
}

.recent-search-title-premium {
  font-family: "Philosopher", serif !important;
  color: #710000;
  font-weight: 700 !important;
  margin-bottom: 25px;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-size: 1.25rem !important;
}
.recent-search-title-premium::before {
  content: "❈";
  color: #d4af37;
  font-size: 1.4rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.recent-search-title-premium::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.3), transparent);
}

.border-gold-subtle {
  border-color: rgba(212, 175, 55, 0.2) !important;
}

#searchResults {
  top: 100%;
}

.section-spacing {
  clear: both;
}

/* -------------------------------------------------------------------------
   PANCHANG REDESIGN - PREMIUM VEDIC AESTHETIC
   ------------------------------------------------------------------------- */
.redesign-v3.panchang-redesign {
  background: #fdfaf0 !important;
  padding-top: 40px;
  padding-bottom: 60px;
  min-height: 100vh;
}
.redesign-v3.panchang-redesign .ad-container {
  position: sticky;
  top: 100px;
  height: fit-content;
  margin-bottom: 20px;
}
.redesign-v3.panchang-redesign .ad-container .ad-card {
  background: #fff;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.redesign-v3.panchang-redesign .ad-container .ad-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 45px rgba(212, 175, 55, 0.15);
}
.redesign-v3.panchang-redesign .ad-container .ad-card .ad-label {
  background: #fcf8e8;
  color: #710000;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  padding: 6px;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}
.redesign-v3.panchang-redesign .ad-container .ad-card .ad-content {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  background: radial-gradient(circle at center, #fff 0%, #fafafa 100%);
}
.redesign-v3.panchang-redesign .ad-container .ad-card .ad-content .ad-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box {
  background: linear-gradient(135deg, #ffffff 0%, #fffcf5 100%);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 16px;
  padding: 20px 25px;
  margin-bottom: 25px;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.08);
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  justify-content: center;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://www.transparenttextures.com/patterns/rice-paper.png");
  opacity: 0.05;
  pointer-events: none;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box .corner-flourish {
  position: absolute;
  width: 30px;
  height: 30px;
  pointer-events: none;
  opacity: 0.2;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box .corner-flourish.top-left {
  top: 8px;
  left: 8px;
  border-top: 2px solid #d4af37;
  border-left: 2px solid #d4af37;
  border-radius: 6px 0 0 0;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box .corner-flourish.bottom-right {
  bottom: 8px;
  right: 8px;
  border-bottom: 2px solid #d4af37;
  border-right: 2px solid #d4af37;
  border-radius: 0 0 6px 0;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box .moon-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box .moon-img:hover {
  transform: scale(1.05) rotate(5deg);
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box #topHeading {
  font-family: "Philosopher", serif;
  color: #710000;
  font-weight: 700;
  font-size: 1.6rem !important;
  margin-bottom: 4px;
  letter-spacing: -0.2px;
  line-height: 1.2;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box .festival-name {
  font-family: "Philosopher", serif;
  color: #ff9933;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box .festival-name::before {
  content: "✨";
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box .current-date-text {
  font-size: 0.95rem;
  color: #710000;
  font-weight: 600;
  margin-bottom: 12px;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box #btnSaveTithi {
  background-color: #710000;
  border-color: #710000;
  color: #fff;
  font-size: 0.85rem;
  padding: 6px 16px;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box #btnSaveTithi:hover {
  background-color: #5a0000;
  border-color: #5a0000;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box #changeLocationBtn {
  border-color: #710000;
  color: #710000;
  font-size: 0.85rem;
  padding: 5px 12px;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box #changeLocationBtn:hover {
  background-color: #710000;
  color: #fff;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box .rightshortdetails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box .rightshortdetails li {
  background: #fff;
  border: 1px solid rgba(212, 175, 55, 0.2);
  padding: 8px 12px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  width: 100%;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box .rightshortdetails li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #d4af37, #710000);
  opacity: 0.7;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box .rightshortdetails li::after {
  content: "❈";
  position: absolute;
  bottom: -8px;
  right: -2px;
  font-size: 1.2rem;
  color: rgba(212, 175, 55, 0.05);
  pointer-events: none;
  transition: all 0.4s ease;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box .rightshortdetails li:hover {
  border-color: #d4af37;
  background: linear-gradient(135deg, #fffcf0 0%, #fff 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(113, 0, 0, 0.05);
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box .rightshortdetails li:hover::after {
  color: rgba(212, 175, 55, 0.1);
  transform: rotate(45deg) scale(1.1);
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box .rightshortdetails li .label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  margin-bottom: 2px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.redesign-v3.panchang-redesign .newPanchang .today-details-box .rightshortdetails li .value {
  color: #710000;
  font-weight: 700;
  font-size: 0.95rem;
  font-family: "Philosopher", serif;
  text-shadow: 0 1px 0 rgb(255, 255, 255);
}
.redesign-v3.panchang-redesign .newPanchang .month-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
  padding: 0 10px;
}
.redesign-v3.panchang-redesign .newPanchang .month-nav .month-year {
  font-family: "Philosopher", serif;
  font-size: 1.8rem;
  color: #710000;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.redesign-v3.panchang-redesign .newPanchang .month-nav .arrow {
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #710000;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.redesign-v3.panchang-redesign .newPanchang .month-nav .arrow:hover {
  background: #710000;
  color: #fff;
  border-color: #710000;
  transform: scale(1.1);
}
.redesign-v3.panchang-redesign .newPanchang #detailTab {
  padding: 0;
  background-color: transparent !important;
}
.redesign-v3.panchang-redesign .newPanchang .calendar {
  gap: 12px;
}
.redesign-v3.panchang-redesign .newPanchang .calendar .day-label {
  text-align: center;
  font-weight: 800;
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.redesign-v3.panchang-redesign .newPanchang .calendar .date-cell {
  background: #fff;
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 16px;
  min-height: 100px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.redesign-v3.panchang-redesign .newPanchang .calendar .date-cell:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.15);
  border-color: #d4af37;
  z-index: 10;
}
.redesign-v3.panchang-redesign .newPanchang .calendar .date-cell.krishna {
  background: linear-gradient(135deg, #fdfaf0 0%, #f7f0e0 100%);
  border-color: rgba(113, 0, 0, 0.1);
}
.redesign-v3.panchang-redesign .newPanchang .calendar .date-cell.shukla {
  background: linear-gradient(135deg, #ffffff 0%, #fffdf5 100%);
}
.redesign-v3.panchang-redesign .newPanchang .calendar .date-cell.adjacent-month {
  opacity: 0.3;
  pointer-events: none;
  filter: grayscale(1);
}
.redesign-v3.panchang-redesign .newPanchang .calendar .date-cell.today {
  border: 2px solid #ff9933;
  background: #fffcf0;
  box-shadow: 0 0 15px rgba(255, 153, 51, 0.2);
}
.redesign-v3.panchang-redesign .newPanchang .calendar .date-cell.today::before {
  content: "TODAY";
  position: absolute;
  top: 8px;
  right: 12px;
  background: linear-gradient(90deg, #ff9933, #ff6400);
  color: #fff;
  font-size: 7px;
  font-weight: 900;
  padding: 2px 6px;
  border-radius: 50px;
  z-index: 5;
  letter-spacing: 0.5px;
}
.redesign-v3.panchang-redesign .newPanchang .calendar .date-cell .tithi {
  font-weight: 700;
  color: #710000;
  font-size: 0.88rem;
  line-height: 1.2;
  font-family: "Philosopher", serif;
  margin-top: 0;
}
.redesign-v3.panchang-redesign .newPanchang .calendar .date-cell .event-main {
  font-size: 0.7rem;
  color: #ff9933;
  font-weight: 600;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.1;
  text-align: center;
  display: none;
}
.redesign-v3.panchang-redesign .newPanchang .calendar .date-cell .bottom-info {
  margin-top: auto;
  padding-top: 5px;
  border-top: 1px dashed rgba(212, 175, 55, 0.15);
  font-size: 0.62rem;
  color: #999;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  letter-spacing: -0.2px;
}
.redesign-v3.panchang-redesign .newPanchang .calendar .date-cell .bottom-info span {
  line-height: normal;
}

@media (max-width: 991px) {
  .redesign-v3.panchang-redesign .newPanchang .today-details-box {
    flex-direction: column;
    text-align: center;
  }
  .redesign-v3.panchang-redesign .newPanchang .today-details-box .rightshortdetails {
    grid-template-columns: repeat(2, 1fr);
  }
  .redesign-v3.panchang-redesign .newPanchang .calendar {
    gap: 1px;
  }
  .redesign-v3.panchang-redesign .newPanchang .calendar .date-cell {
    min-height: 105px;
    padding: 10px;
  }
  .redesign-v3.panchang-redesign .newPanchang .calendar .date-cell .bottom-info span {
    line-height: normal;
  }
}
