.ast_services_cinematic {
  background: radial-gradient(circle at top, #111, #000);
  color: #fff;
  padding: 50px 0;
}

.cinematic_card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  margin-top: 40px;
  box-shadow: -10px 10px 25px rgba(245, 197, 66, 0.35),
    -20px 25px 70px rgba(245, 197, 66, 0.25) !important;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.ptrimary-orange {
  color: #ff6f00 !important;
}

.contact-text {
  color: black !important;
  font-size: 18px !important;
  font-weight: 400;
}

.cinematic_card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.cinematic_card:hover {
  transform: translateY(-18px) scale(1.03);
  box-shadow: 0 50px 100px rgba(0, 0, 0, 1);
}

.cinematic_card:hover img {
  transform: scale(1.12);
}

/* Bottom glass */
.card_glass {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    transparent
  );
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center;
}

.card_glass h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

/* Read more button */
.read_more {
  display: inline-block;
  margin-top: 12px;
  padding: 9px 26px;
  border-radius: 30px;
  border: 1px solid #f5c542;
  color: #f5c542;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.read_more:hover {
  background: #f5c542;
  color: #000;
}

.ast_testimonials_wrapper {
  background: #0d0d0d;
  color: #fff;
}

/* Testimonial card */
.testimonial_box {
  background: #111;
  padding: 35px 30px;
  margin-top: 30px;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease;
  position: relative;
}

/* Hover animation */
.testimonial_box:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.85);
}

/* Quote feel */
.testimonial_box::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 60px;
  color: rgba(245, 197, 66, 0.2);
  font-family: serif;
}

/* Text */
.testimonial_box p {
  font-size: 15px;
  color: #ccc;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Name */
.testimonial_box h4 {
  margin: 0;
  font-size: 18px;
  color: #f5c542;
}

/* Location */
.testimonial_box span {
  font-size: 13px;
  color: #aaa;
}

.ast_testimonial_slider {
  background: #0c0c0c;
  color: #fff;
}

/* Slide card */
.testimonial_slide {
  text-align: center;
  padding: 40px 30px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: -10px 10px 25px rgba(245, 197, 66, 0.35),
    -20px 25px 70px rgba(245, 197, 66, 0.25) !important;
  max-width: 700px;
  margin: 0 auto;
  animation: fadeUp 0.8s ease;
}

/* Client image */
.testimonial_slide img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 3px solid #f5c542;
}

/* Text */
.testimonial_slide p {
  font-size: 16px;
  color: #ddd;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Name */
.testimonial_slide h4 {
  margin: 0;
  color: #f5c542;
  font-size: 18px;
}

/* Location */
.testimonial_slide span {
  font-size: 13px;
  color: #aaa;
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ast_testimonial_slider {
  background: #0c0c0c;
  color: #fff;
}

/* Testimonial card */
.testimonial_slide {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 35px 30px;
  text-align: center;
  margin: 15px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7), 0 30px 70px rgba(0, 0, 0, 0.95);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* Hover depth */
.testimonial_slide:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.85), 0 45px 100px rgba(0, 0, 0, 1);
}

/* Client image */
.testimonial_slide img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #f5c542;
}

/* Text */
.testimonial_slide p {
  font-size: 15px;
  color: #ddd;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Name */
.testimonial_slide h4 {
  color: #f5c542;
  margin: 0;
  font-size: 18px;
}

/* Location */
.testimonial_slide span {
  font-size: 13px;
  color: #aaa;
}

/* --- Text animation --- */
.testimonial_slide p,
.testimonial_slide h4,
.testimonial_slide span {
  opacity: 0;
  transform: translateY(15px);
}

/* Animate when slide active */
.carousel-item.active .testimonial_slide p {
  animation: fadeUp 0.8s ease forwards;
}
.carousel-item.active .testimonial_slide h4 {
  animation: fadeUp 0.9s ease forwards;
}
.carousel-item.active .testimonial_slide span {
  animation: fadeUp 1s ease forwards;
}

/* Keyframes */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Section background */
.ast_about_cinematic {
  background: radial-gradient(circle at left, #111, #000);
  overflow: hidden;
}

/* IMAGE ANIMATION */
.cinematic-image {
  position: relative;
  animation: imageReveal 1.2s ease forwards;
}

.cinematic-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.75), 0 45px 100px rgba(0, 0, 0, 0.95);
  transform: scale(1.05);
}

/* CONTENT BOX */
.cinematic-content {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 45px;
  border-radius: 20px;
  margin-left: -70px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7), 0 40px 90px rgba(0, 0, 0, 1);
  animation: contentReveal 1.3s ease forwards;
}

/* Heading */
.cinematic-content h4 {
  font-size: 30px;
  color: #f5c542;
  margin-bottom: 20px;
}

/* Text */
.cinematic-content p {
  font-size: 16px;
  color: #ddd;
  line-height: 1.8;
}

/* Bottom glass caption */
.img-glass-caption {
  position: absolute;
  bottom: 143px !important;
  width: 100%;
  padding: 16px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.35));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-align: center;
}

.img-glass-caption h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.img-glass-caption span {
  font-size: 13px;
  color: #ddd;
}

/* ANIMATIONS */
@keyframes imageReveal {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes contentReveal {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* MOBILE FIX */
@media (max-width: 991px) {
  .cinematic-content {
    margin-left: 0;
    margin-top: 30px;
  }
}

/* INITIAL STATE (before scroll) */
.scroll-animate {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s ease;
}

/* ACTIVE STATE */
.scroll-animate.active {
  opacity: 1;
  transform: translateY(0);
}

/* Section background */
.ast_about_cinematic {
  background: radial-gradient(circle at left, #111, #000);
  overflow: hidden;
}

/* Cinematic image */
.cinematic-image img.img-responsive {
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.75), 0 45px 100px rgba(0, 0, 0, 0.95);
}

/* Content box */
.cinematic-content {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
  padding: 45px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7), 0 40px 90px rgba(0, 0, 0, 1);
}

/* Floating horoscopy icons */
.float-icon {
  position: absolute;
  width: 10px;
  opacity: 0.7;
  animation: floatY 4s ease-in-out infinite;
}

.icon-1 {
  top: 20%;
  left: -30px;
}

.icon-2 {
  bottom: 25%;
  right: -30px;
  animation-delay: 1.5s;
}

/* Floating animation */
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Glass caption */
.img-glass-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.3));
  text-align: center;
}

/* Mobile fix */
@media (max-width: 991px) {
  .float-icon {
    display: none;
  }
}

.cinematic-content {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
  padding: 45px;
  border-radius: 20px;

  /* Yellow glow on LEFT & BOTTOM */
  box-shadow: -10px 10px 25px rgba(245, 197, 66, 0.35),
    -20px 25px 70px rgba(245, 197, 66, 0.25);
}

.cinematic-content:hover {
  box-shadow: -15px 15px 40px rgba(245, 197, 66, 0.55),
    -30px 35px 90px rgba(245, 197, 66, 0.35);
}

.glass-black-header {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* ================================
   CINEMATIC GEMSTONES SECTION
   White Background + Gold Shadow
================================ */

/* Section background */
.ast_gemstones_wrapper {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Gemstone card */
.ast_gemstonea_slider_box {
  background: #fff;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  margin-bottom: 30px;

  /* gold cinematic shadow */
  box-shadow: -8px 8px 20px rgba(245, 197, 66, 0.25),
    -18px 18px 45px rgba(245, 197, 66, 0.15), 0 20px 40px rgba(0, 0, 0, 0.08);

  transition: all 0.6s ease;
  animation: gemstoneFadeUp 0.9s ease forwards;
}

/* Hover effect */
.ast_gemstonea_slider_box:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: -12px 12px 30px rgba(245, 197, 66, 0.45),
    -30px 30px 80px rgba(245, 197, 66, 0.25), 0 30px 60px rgba(0, 0, 0, 0.12);
}

/* Image animation */
.ast_gemstonea_slider_box img {
  max-width: 170px;
  transition: transform 0.6s ease;
}

.ast_gemstonea_slider_box:hover img {
  transform: scale(1.12) rotate(-2deg);
}

/* Title */
.ast_gemstonea_slider_box h4 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

/* Description */
.ast_gemstonea_slider_box p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

/* Button */
.ast_gemstonea_slider_box .ast_btn {
  background: transparent;
  border: 1px solid #f5c542;
  color: #000;
  padding: 0 22px;
  border-radius: 30px;
  transition: all 0.4s ease;
}

.ast_gemstonea_slider_box .ast_btn:hover {
  background: #f5c542;
  color: #000;
}

/* Entry animation */
@keyframes gemstoneFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ast_gemstonea_slider_box h4 {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #f5c542;
}

.footer-top-center {
  text-align: center;
  margin-bottom: 35px;
}

/* Logo */
.footer-top-logo img {
  width: 110px;
  margin-bottom: 12px;
  padding-top: 10px;
}

/* Gold title */
.footer-top-title {
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #f5c542; /* GOLD */
}

/* Social icons */
.footer-top-social {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-top-social li {
  display: inline-block;
  margin: 0 8px;
}

.footer-top-social li a {
  color: #f5c542; /* GOLD */
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer-top-social li a:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

/* Section background */
.ast_download_wrapper {
  background: #0b0b0b; /* deep black */
  position: relative;
  height: 680px;
}

/* Heading */
.ast_heading h1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ast_heading h1 span {
  color: #f5c542; /* gold */
}

.ast_heading p {
  color: #cccccc;
  max-width: 720px;
  margin: 0 auto 40px;
  font-size: 15px;
  line-height: 1.7;
}

/* Form wrapper */
.ast_contact_form {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 40px;
  border-radius: 20px;
  margin-top: 237px;
  box-shadow: -12px 12px 30px rgba(245, 197, 66, 0.25),
    0 25px 60px rgba(0, 0, 0, 0.9);
}

/* Inputs & select & textarea */
.ast_contact_form input,
.ast_contact_form select,
.ast_contact_form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 20px;
  border-radius: 30px;
  border: 1px solid rgba(245, 197, 66, 0.35);
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 14px;
  outline: none;
  transition: all 0.4s ease;
}

/* Placeholder color */
.ast_contact_form input::placeholder,
.ast_contact_form textarea::placeholder {
  color: #aaaaaa;
}

/* Focus effect */
.ast_contact_form input:focus,
.ast_contact_form select:focus,
.ast_contact_form textarea:focus {
  border-color: #f5c542;
  box-shadow: 0 0 0 2px rgba(245, 197, 66, 0.25);
}

/* Textarea */
.ast_contact_form textarea {
  border-radius: 16px;
  resize: none;
}

/* Submit button */
.ast_contact_form .ast_btn {
  background: transparent;
  border: 2px solid #f5c542;
  color: #f5c542;
  padding: 0 40px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.4s ease;
}

/* Button hover */
.ast_contact_form .ast_btn:hover {
  background: #f5c542;
  color: #000000;
  box-shadow: 0 12px 30px rgba(245, 197, 66, 0.45);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .ast_contact_form {
    padding: 30px 20px;
  }

  .ast_heading h1 {
    font-size: 28px;
  }
}

/* Custom date picker styling */
.date-picker {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
}

/* Calendar icon color (Chrome / Edge) */
.date-picker::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

.ast_testimonial_wrapper {
  background: radial-gradient(circle at top, #111, #000);
}

/* Heading */
.ast_testimonial_wrapper .ast_heading h1 {
  color: #fff;
}

.ast_testimonial_wrapper .ast_heading h1 span {
  color: #f5c542;
}

.ast_testimonial_wrapper .ast_heading p {
  color: #ccc;
  max-width: 720px;
  margin: 0 auto 40px;
}

/* Testimonial card */
.testimonial_card {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  padding: 35px;
  border-radius: 20px;
  margin-bottom: 30px;
  text-align: center;

  box-shadow: -10px 10px 25px rgba(245, 197, 66, 0.25),
    0 25px 60px rgba(0, 0, 0, 0.9);

  transition: all 0.5s ease;
}

/* Hover animation */
.testimonial_card:hover {
  transform: translateY(-10px);
  box-shadow: -15px 15px 40px rgba(245, 197, 66, 0.45),
    0 35px 80px rgba(0, 0, 0, 1);
}

/* Text */
.testimonial_card p {
  color: #ddd;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Name */
.testimonial_card h4 {
  margin: 0;
  color: #f5c542;
  font-size: 18px;
  font-weight: 600;
}

/* Location */
.testimonial_card span {
  display: block;
  margin-top: 5px;
  color: #aaa;
  font-size: 13px;
}

/* Section background */
.why6jvr {
  background: radial-gradient(circle at top, #111, #000);
}

/* Heading */
.why6jvr .ast_heading h1 {
  color: #ffffff;
}

.why6jvr .ast_heading h1 span {
  color: #f5c542;
}

.why6jvr .ast_heading p {
  color: #cccccc;
  max-width: 750px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

/* Info box */
.why6jvr_box {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  margin-bottom: 30px;

  box-shadow: -10px 10px 30px rgba(245, 197, 66, 0.25),
    0 20px 50px rgba(0, 0, 0, 0.9);

  transition: all 0.5s ease;
}

/* Number / label */
.why6jvr_box span {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #f5c542;
  margin-bottom: 10px;
}

/* Text */
.why6jvr_box p {
  color: #e0e0e0;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* Hover animation */
.why6jvr_box:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: -15px 15px 45px rgba(245, 197, 66, 0.45),
    0 35px 90px rgba(0, 0, 0, 1);
}

/* Mobile */
@media (max-width: 768px) {
  .why6jvr_box span {
    font-size: 26px;
  }

  .ast_pagetitle {
    display: none;
  }
}

/* ================================
   6JVR – Cinematic Contact Section
================================= */

.ast_contact_wrapper {
  position: relative;
  background: radial-gradient(
      circle at top,
      rgba(246, 196, 83, 0.08),
      transparent 40%
    ),
    linear-gradient(180deg, #05060f, #0b0e1d);
  overflow: hidden;
}

/* subtle moving light */
.ast_contact_wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 40%,
    rgba(246, 196, 83, 0.06),
    transparent 60%
  );
  animation: lightSweep 10s linear infinite;
}

@keyframes lightSweep {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Heading */
.ast_contact_wrapper .ast_heading h1 {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
}

.ast_contact_wrapper .ast_heading h1 span {
  color: #f6c453; /* 6JVR gold */
}

.ast_contact_wrapper .ast_heading p {
  color: #fff;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Contact Cards */
.ast_contact_info {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.5s ease;
  box-shadow: -10px 10px 25px rgba(245, 197, 66, 0.35),
    -20px 25px 70px rgba(245, 197, 66, 0.25) !important;
}

/* Glow border */
.ast_contact_info::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 18px;
  background: linear-gradient(135deg, transparent, #f6c453, transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.ast_contact_info:hover {
  color: #000 !important;
}

.ast_contact_info:hover::after {
  opacity: 1;
}

/* Hover Motion */
.ast_contact_info:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
}

/* Icon */
.ast_contact_info span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: radial-gradient(circle, #f6c453, #b88a28);
  color: #111;
  font-size: 30px;
  margin-bottom: 22px;
  box-shadow: 0 0 35px rgba(246, 196, 83, 0.55);
}

/* Title */
.ast_contact_info h4 {
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* Text */
.ast_contact_info p,
.ast_contact_info p a {
  color: #e0e0e0;
  font-size: 26px !important;
  line-height: 1.7;
  text-decoration: none;
  font-weight: 800;
}

/* Links Hover */
.ast_contact_info p a:hover {
  color: #715515;
}

/* Mobile spacing */
@media (max-width: 767px) {
  .ast_contact_info {
    margin-bottom: 25px;
  }
}

/* ================================
   6JVR – Gemstone & Horoscopy Heading
================================ */

.ast_heading {
  position: relative;
  text-align: center;
  padding: 2px 0 10px;
}

/* Glow divider */
.ast_heading::after {
  content: "";
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #f6c453, transparent);
  display: block;
  margin: 20px auto 0;
  box-shadow: 0 0 18px rgba(246, 196, 83, 0.6);
}

/* Main Title */
.ast_heading h1 {
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 18px;
  animation: fadeUp 1.2s ease forwards;
}

/* Highlight */
.ast_heading h1 span {
  color: #f6c453; /* gemstone gold */
  position: relative;
}

/* Soft glow behind text */
.ast_heading h1 span::after {
  content: "";
  position: absolute;
  left: -10%;
  top: 50%;
  width: 120%;
  height: 60%;
  background: rgba(246, 196, 83, 0.15);
  filter: blur(18px);
  transform: translateY(-50%);
  z-index: -1;
}

/* Description */
.ast_heading p {
  max-width: 720px;
  margin: 0 auto;
  color: #d4d4d4;
  font-size: 16px;
  line-height: 1.8;
  animation: fadeUp 1.5s ease forwards;
}

/* Fade Up Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .ast_heading h1 {
    font-size: 30px;
  }
  .ast_heading p {
    font-size: 15px;
  }
}

/* Rudraksha Section */
.ast_rudraksha_wrapper {
  background: linear-gradient(180deg, #060714, #0d1024);
}

.ast_rudraksha_box {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 35px 30px;
  text-align: center;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s ease;
}

.ast_rudraksha_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
  border-color: #f6c453;
}

.ast_rudraksha_box h4 {
  color: #f6c453;
  font-size: 20px;
  margin-bottom: 15px;
}

.ast_rudraksha_box p {
  color: #e0e0e0;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Rudraksha Section */
.ast_rudraksha_wrapper {
  background: linear-gradient(180deg, #050714, #0d1024);
}

/* Rudraksha Card */
.ast_rudraksha_box {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

/* Image */
.ast_rudraksha_box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 18px;
  transition: transform 0.6s ease;
}

/* Hover Effects */
.ast_rudraksha_box:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7);
  border-color: #f6c453;
}

.ast_rudraksha_box:hover img {
  transform: scale(1.1);
}

/* Title */
.ast_rudraksha_box h4 {
  color: #f6c453;
  font-size: 18px;
  margin-bottom: 10px;
}

/* Text */
.ast_rudraksha_box p {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Button */
.ast_rudraksha_box .ast_btn {
  padding: 0px 26px;
  font-size: 14px;
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  line-height: 60px;
  z-index: 9999;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
  transition: all 0.3s ease;
  animation: pulseGlow 2s infinite;
}

/* Hover */
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.8);
  color: #fff;
}

/* Pulse Animation */
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Mobile adjustment */
@media (max-width: 767px) {
  .whatsapp-float {
    width: 54px;
    height: 54px;
    font-size: 28px;
    line-height: 54px;
    bottom: 20px;
    right: 20px;
  }
}

/* ===============================
   6JVR Contact Section – Premium
================================ */

.ast_contact_wrapper {
  position: relative;
  background: radial-gradient(
      circle at top,
      rgba(246, 196, 83, 0.08),
      transparent 45%
    ),
    linear-gradient(180deg, #050714, #0b0f24);
  overflow: hidden;
}

/* subtle animated light sweep */
.ast_contact_wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 35%,
    rgba(246, 196, 83, 0.06),
    transparent 65%
  );
  animation: contactSweep 12s linear infinite;
}

@keyframes contactSweep {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

/* Heading */
.ast_contact_wrapper .ast_heading h1 {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.ast_contact_wrapper .ast_heading h1 span {
  color: #f6c453; /* gemstone gold */
}

/* Description */
.ast_contact_wrapper .ast_heading p {
  color: #d4d4d4;
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
}

/* Contact Cards */
.ast_contact_info {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 40px 28px;
  text-align: center;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.45s ease;
}

/* glowing border */
.ast_contact_info::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  background: linear-gradient(135deg, transparent, #f6c453, transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.ast_contact_info:hover::after {
  opacity: 1;
}

/* Hover motion */
.ast_contact_info:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.65);
}

/* Icon */
.ast_contact_info span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: radial-gradient(circle, #f6c453, #b88a28);
  color: #111;
  font-size: 30px;
  margin-bottom: 22px;
  box-shadow: 0 0 35px rgba(246, 196, 83, 0.55);
}

/* Title */
.ast_contact_info h4 {
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* Text */
.ast_contact_info p,
.ast_contact_info p a {
  color: #e5e5e5;
  font-size: 15px;
  line-height: 1.7;
  text-decoration: none;
}

/* Hover link */
.ast_contact_info p a:hover {
  color: #f6c453;
}

/* Mobile */
@media (max-width: 767px) {
  .ast_contact_info {
    margin-bottom: 25px;
  }
}
.ast_slider_wrapper.ast_index_vastu {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

/* Background Video */
.ast_slider_wrapper.ast_index_vastu .ast_bg_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.text-yellow {
  color: #fffe00 !important;
}

/* Dark Gradient Overlay (same as your image version) */
.ast_slider_wrapper.ast_index_vastu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  z-index: 1;
}

/* Banner content above video */
.ast_slider_wrapper.ast_index_vastu .ast_banner_text {
  position: relative;
  z-index: 2;
}

/* Optional: Better text visibility */
.ast_bannertext_wrapper h1 {
  color: #ffffff;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.8);
  font-weight: 800;
}

.ast_bannertext_wrapper ul li {
  color: #f6c453;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ast_slider_wrapper.ast_index_vastu::after {
  content: "";
  position: absolute;
  inset: 0;

  z-index: 1;
}

/* ===============================
   6JVR – Vastu Section
================================ */

.ast_vastu_wrapper {
  background: linear-gradient(180deg, #050714, #0c1026);
}

/* Content Box */
.ast_vastu_info {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border-radius: 24px;
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Heading */
.ast_vastu_info h3 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
}

.ast_vastu_info h3 span {
  color: #f6c453; /* 6JVR gold */
}

/* Paragraph */
.ast_vastu_info p {
  color: #d4d4d4;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}

/* Image */
.ast_vastu_info img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

/* List */
.ast_vastu_info ul {
  list-style: none;
  padding: 0;
}

.ast_vastu_info ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  color: #e5e5e5;
  font-size: 15px;
  line-height: 1.6;
}

/* Gold bullet */
.ast_vastu_info ul li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #f6c453;
  font-size: 14px;
}

/* Mobile */
@media (max-width: 767px) {
  .ast_vastu_info {
    padding: 30px;
  }

  .ast_vastu_info h3 {
    font-size: 26px;
  }
}

.ast_vastu_info {
  box-shadow: -10px 10px 25px rgba(245, 197, 66, 0.35),
    -20px 25px 70px rgba(245, 197, 66, 0.25) !important;
}

/* ===============================
   6JVR – Vastu Cards Section
================================ */

.gray_wrapper {
  background: linear-gradient(180deg, #060714, #0d1024);
}

/* Card */
.ast_vastu_box {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  transition: all 0.45s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Image */
.ast_vastu_box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Overlay */
.ast_vastu_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.75));
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Hover Effects */
.ast_vastu_box:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7);
  border-color: #f6c453;
}

.ast_vastu_box:hover img {
  transform: scale(1.1);
}

.ast_vastu_box:hover::before {
  opacity: 1;
}

/* Title */
.ast_vastu_box h4 {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 2;
  transition: color 0.3s ease;
}

/* Hover Title */
.ast_vastu_box:hover h4 {
  color: #f6c453;
}

/* Link reset */
.ast_vastu_box a {
  text-decoration: none;
  display: block;
  position: relative;
}

/* Glassy title container */
.ast_vastu_box h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  margin: 0;
  padding: 14px 10px;

  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;

  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border-top: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.4s ease;
  z-index: 2;
}

/* Hover glow */
.ast_vastu_box:hover h4 {
  color: #f6c453; /* 6JVR gold */
  background: rgba(0, 0, 0, 0.45);
}

/* Ensure overlay doesn’t cover text */
.ast_vastu_box::before {
  z-index: 1;
}

.ast_vastu_box {
  box-shadow: -10px 10px 25px rgba(245, 197, 66, 0.35),
    -20px 25px 70px rgba(245, 197, 66, 0.25) !important;
}

/* ===============================
   6JVR – Video Tour Section
================================ */

.ast_videotour_wrapper {
  background: linear-gradient(180deg, #050714, #0d1024);
}

/* Video Container */
.ast_videotour_img {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7);
}

/* Image */
.ast_videotour_img img {
  width: 100%;
  height: auto;
  display: block;
}

/* Dark Overlay */
.ast_img_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.75));
  z-index: 1;
}

/* Play Button */
.ast_videotour_img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 32px;
  box-shadow: 0 0 40px rgba(246, 196, 83, 0.6);
  transition: all 0.4s ease;
}

/* Pulse animation */
.ast_videotour_img a::before {
  content: "";
  position: absolute;
  inset: -15px;
  border-radius: 50%;
  border: 2px solid rgba(246, 196, 83, 0.6);
  animation: videoPulse 2s infinite;
}

/* Hover */
.ast_videotour_img a:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(246, 196, 83, 0.9);
  color: #111;
}

/* Animation */
@keyframes videoPulse {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}

.ast_video_inline {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7);
}

/* Thumbnail */
.ast_video_inline .video-thumb {
  width: 100%;
  display: block;
}

/* Play Button */
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 0 40px rgba(246, 196, 83, 0.6);
}

/* Pulse */
.video-play-btn::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  border: 2px solid rgba(246, 196, 83, 0.6);
  animation: videoPulse 2s infinite;
}

/* Iframe */
.ast_video_inline iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
}

/* Animation */
@keyframes videoPulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.ast_video_inline {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7);
}

/* Iframe full cover */
.ast_video_inline iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ast_video_inline {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7);
}

/* Video full cover */
.ast_video_inline video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

/* =========================
   Mobile Responsive Styles
   ========================= */
@media (max-width: 767px) {
  .ast_videotour_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ast_heading h1 {
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
  }

  .ast_heading p {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    padding: 0 10px;
  }

  .ast_videotour_img {
    margin-top: 20px;
  }

  .ast_videotour_img video {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
  }
}

.ast_rudraksha_box {
  background: #111;
  padding: 25px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.ast_rudraksha_box img {
  margin-bottom: 15px;
  transition: transform 0.4s ease;
}

.ast_rudraksha_box h4 {
  color: #fff;
  margin-bottom: 8px;
}

.ast_rudraksha_box p {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 15px;
}

.ast_rudraksha_box {
  transform: translateY(-10px);
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.4);
}

.ast_rudraksha_box:hover img {
  transform: scale(1.15);
}

.ast_btn {
  display: inline-block;
  padding: 0px 22px;
  border-radius: 30px;
  background: linear-gradient(45deg, #f5c542, #ffdf7e);
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

/* ===== SECTION BACKGROUND ===== */
.ast_rudraksha_wrapper {
  background: #0b0b0b;
  color: #fff;
}

/* ===== HEADING ===== */
.ast_heading h1 {
  color: #fff;
}
.ast_heading span {
  color: #ffd54f;
}
.ast_heading p {
  color: #ccc;
  max-width: 720px;
  margin: auto;
}

/* ===== CARD ===== */
.ast_rudraksha_box {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #000;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease;
  margin-bottom: 35px;
}

/* Lift on hover */
.ast_rudraksha_box:hover {
  transform: translateY(-12px);
  box-shadow: 0 40px 90px rgba(255, 193, 7, 0.35);
}

/* ===== IMAGE ===== */
.ast_rudraksha_box img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: all 0.8s ease;
}

/* Image highlight */
.ast_rudraksha_box:hover img {
  transform: scale(1.15);
  filter: brightness(1.15) contrast(1.1);
}

/* ===== GLASS CONTENT (HIDDEN INITIALLY) ===== */
.ast_rudraksha_box .content {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  padding: 24px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.45),
    transparent
  );
  backdrop-filter: blur(12px);
  transition: all 0.6s ease;
}

/* Show text AFTER image */
.ast_rudraksha_box:hover .content {
  bottom: 0;
}

/* ===== TEXT ===== */
.ast_rudraksha_box h4 {
  font-size: 20px;
  color: #ffd54f;
  margin-bottom: 8px;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.9);
}

.ast_rudraksha_box p {
  font-size: 14px;
  color: #eee;
  line-height: 1.6;
  margin-bottom: 14px;
}

/* ===== BUTTON ===== */
.ast_rudraksha_box .ast_btn {
  background: linear-gradient(135deg, #ffcc33, #ff9800);
  color: #000;
  padding: 8px 22px;
  border-radius: 30px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
}

.ast_rudraksha_box .ast_btn:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(255, 193, 7, 0.6);
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {
  .ast_rudraksha_box img {
    height: 280px;
  }
  /* Always show text on mobile */
  .ast_rudraksha_box .content {
    bottom: 0;
  }
}

/* ===== SECTION ===== */
.ast_rudraksha_wrapper {
  background: #0b0b0b;
  color: #fff;
}

/* ===== CARD ===== */
.ast_rudraksha_box {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #000;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.85);
  transition: all 0.45s ease;
  margin-bottom: 45px; /* GAP BOTTOM */
}

/* Hover lift */
.ast_rudraksha_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 90px rgba(255, 193, 7, 0.4);
}

/* ===== IMAGE ===== */
.ast_rudraksha_box img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: all 0.8s ease;
}

.ast_rudraksha_box:hover img {
  transform: scale(1.12);
  filter: brightness(1.15) contrast(1.1);
}

/* ===== TITLE (ALWAYS VISIBLE) ===== */
.ast_rudraksha_box h4 {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  font-size: 20px;
  font-weight: 600;
  color: #ffd54f;
  z-index: 3;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.9);
  transition: all 0.4s ease;
}

/* Move title up on hover */
.ast_rudraksha_box:hover h4 {
  bottom: 110px;
}

/* ===== GLASS CONTENT (HIDDEN INITIALLY) ===== */
.ast_rudraksha_box .content {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  padding: 20px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.5),
    transparent
  );
  backdrop-filter: blur(12px);
  transition: all 0.55s ease;
  z-index: 2;
}

/* Show content on hover */
.ast_rudraksha_box:hover .content {
  bottom: 0;
}

/* ===== DESCRIPTION ===== */
.ast_rudraksha_box p {
  font-size: 14px;
  color: #eee;
  line-height: 1.6;
  margin-bottom: 14px;
}

/* ===== BUTTON ===== */
.ast_rudraksha_box .ast_btn {
  background: linear-gradient(135deg, #ffcc33, #ff9800);
  color: #000;
  padding: 8px 22px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  transition: all 0.3s ease;
}

.ast_rudraksha_box .ast_btn:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(255, 193, 7, 0.6);
}

/* ===== 3 COLUMN SPACING ===== */
.col-lg-4 {
  margin-bottom: 35px;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {
  .ast_rudraksha_box img {
    height: 280px;
  }
  /* Always show content on mobile */
  .ast_rudraksha_box .content {
    bottom: 0;
  }
  .ast_rudraksha_box h4 {
    bottom: 120px;
  }
}

/* ===== GEMSTONE SEARCH – MODERN CINEMATIC UI ===== */

.gemstone_search {
  background: linear-gradient(135deg, #0b0b0b, #111111);
  padding: 80px 0;
  margin-top: -200px;
}

.ast_search_box {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 22px;
  padding: 40px 35px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.7),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  animation: fadeUpCinematic 1s ease forwards;
}

/* Heading */
.ast_search_box h1 {
  text-align: center;
  color: #ffd700;
  font-size: 32px;
  margin-bottom: 35px;
  letter-spacing: 1.2px;
  text-shadow: 0 8px 20px rgba(255, 215, 0, 0.35);
}

/* Inputs & Select */
.ast_search_box input,
.ast_search_box select {
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  padding: 0 15px;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.4s ease;
}

/* Placeholder */
.ast_search_box input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Focus effect */
.ast_search_box input:focus,
.ast_search_box select:focus {
  outline: none;
  border-color: #ffd700;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 18px rgba(255, 215, 0, 0.4);
}

/* Button */
.ast_search_box .ast_btn {
  display: block;
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ffd700, #ffae00);
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  box-shadow: 0 15px 35px rgba(255, 215, 0, 0.45);
  transition: all 0.4s ease;
}

/* Button hover */
.ast_search_box .ast_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 55px rgba(255, 215, 0, 0.75);
  color: #000 !important;
}

/* Spacing between fields */
.ast_search_box .row > div {
  margin-bottom: 18px;
}

/* Fade-up animation */
@keyframes fadeUpCinematic {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === CINEMATIC HOROSCOPE WRAPPER === */
.ast_horoscope_wrapper {
  background: radial-gradient(circle at top, #1b1b1b, #0a0a0a);
  position: relative;
  overflow: hidden;
}

/* === HOROSCOPE CARD === */
.ast_horoscope_box {
  position: relative;
  height: 100%;
  padding: 30px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-align: center;
  transition: all 0.5s ease;
  box-shadow: -10px 10px 25px rgba(245, 197, 66, 0.35),
    -20px 25px 70px rgba(245, 197, 66, 0.25) !important;
  overflow: hidden;
}

/* === GOLDEN LIGHT BORDER EFFECT === */
.ast_horoscope_box::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 18px;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 215, 0, 0.35),
    transparent
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* === FLOATING SHADOW ANIMATION === */
@keyframes floatCard {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}

/* === HOVER EFFECT === */
.ast_horoscope_box:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.9), 0 0 40px rgba(255, 193, 7, 0.35);
  animation: floatCard 3s ease-in-out infinite;
  color: #000 !important;
}
.ast_horoscope_box p:hover {
  color: #000 !important;
}

.ast_horoscope_box:hover::before {
  opacity: 1;
  color: #000 !important;
}

/* === ICON (SVG) STYLE === */
.ast_horoscope_box span svg {
  fill: #f5c46b;
  filter: drop-shadow(0 0 10px rgba(255, 193, 7, 0.6));
  transition: transform 0.5s ease, filter 0.5s ease;
}

.ast_horoscope_box:hover span svg {
  transform: rotate(-3deg) scale(1.15);
  filter: drop-shadow(0 0 20px rgba(255, 215, 0, 0.9));
}

/* === TITLE === */
.ast_horoscope_box h4 {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 600;
  color: #ffd27d;
  letter-spacing: 0.5px;
  text-shadow: 0 0 10px rgba(255, 193, 7, 0.3);
}

/* === DESCRIPTION === */
.ast_horoscope_box p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #dcdcdc;
  opacity: 0.9;
}

.ast_horoscope_box p:hover {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  opacity: 0.9;
}

/* === LINK RESET === */
.ast_horoscope_box a {
  text-decoration: none;
  color: #000;
  display: block;
}

/* === MOBILE OPTIMIZATION === */
@media (max-width: 768px) {
  .ast_horoscope_box {
    padding: 25px 18px;
  }
}

.ast_service_slider .item {
  padding-bottom: 10px;
}
