 body {
            background: linear-gradient(to bottom right, #000428, #004e92);
            color: white;
            font-family: 'Helvetica Neue', sans-serif;
            text-align: center;
        }
        .navbar {
            background: transparent;
            border: none;
            margin-bottom: 10px;
        }
        .navbar-brand {
            font-weight: bold;
            font-family: initial;
            font-size: 3rem;
		
        }
       .navbar-inverse .navbar-nav>li>a {
           color:white;
		   font-size:18px;
		   
        }
        .btn-template {
            background-color: #6c5ce7;
            border: none;
            border-radius: 20px;
            color: white;
            padding: 8px 20px;
        }
        .hero h1 {
            font-size: 30px;
            font-weight: bold;
        }
        .hero p {
            font-size: 16px;
            color: #dcdde1;
            padding-top: 20px;
        }
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 24px;
            }
            .hero p {
                font-size: 14px;
            }
        }
        .input-group {
            max-width: 400px;
            margin: 20px auto;
        }
        .partner-logos img {
           width: 19%;
           
        }
        .logo-text {
            display: inline-block;
            margin: 15px;
            font-weight: bold;
        } 
      .about-section {
      background: url('your-temple-background.jpg') no-repeat center center;
      background-size: cover;
      color: white;
      
    }
    .about-overlay {
      background: rgba(0, 0, 0, 0.7);
      padding: 60px 20px;
    }
    .about-img {
      max-width: 100%;
      border-radius: 5px;
    }
    .btn-orange {
      background-color: #ff7f50;
      color: white;
      border: none;
      margin-top: 10px;
      margin-right: 10px;
    }
    .stats {
      margin-top: 40px;
    }
    .stat-box {
      text-align: center;
      padding: 10px 0;
    }
    .stat-box h3 {
      font-size: 28px;
      font-weight: bold;
      color: #f1c40f;
    }
    .stat-box p {
      color: #ddd;
      font-size: 14px;
    }

  .video-background {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: -1;
}

.container-fluid {
  position: relative;
  z-index: 0;
}

.hero,
.container.text-center {
  position: relative;
  z-index: 1;
  text-align: center;
}




/* Restore galaxy background after this */
.section-header {
  background: linear-gradient(to bottom right, #000428, #004e92);
  padding-top: 40px;
  padding-bottom: 10px;
}
    .content {
      position: relative;
      z-index: 1;
      color: white;
      text-align: center;
      top: 22%;
      transform: translateY(-50%);
    }

  
   .navbar-inverse .navbar-nav>ul {
    margin-top: 100px;
           
        }
      .section-header {
    text-align: center;
    margin-bottom: 40px;
  }

  .section-header h2 {
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 1px;
    text-shadow: 0 0 15px #6c5ce7;
  }

  .section-header p {
    color: #aaa;
    font-size: 16px;
  }

  .panel {
    
    
  background: rgba(255, 255, 255, 0.05); /* translucent background */
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 0 20px rgba(120, 100, 255, 0.2);
  backdrop-filter: blur(12px); /* 🔮 glass blur */
  -webkit-backdrop-filter: blur(12px); /* for Safari */
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;


  }

  .panel:before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: rotateGalaxy 6s linear infinite;
    pointer-events: none;
  }

  @keyframes rotateGalaxy {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .panel:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 0 30px rgba(108, 92, 231, 0.7);
  }

  .panel img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    filter: brightness(0.9) contrast(1.2) saturate(1.1);
    transition: transform 0.5s ease;
  }

  .panel:hover img {
    transform: scale(1.05);
  }

  .panel-body {
    padding: 20px 5px 20px 5px;
    background: linear-gradient(to bottom, rgba(46, 46, 62, 0.9), rgba(20, 20, 30, 0.9));
  }

  .panel-body h4 {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffd700;
  }

  .panel-body p {
    font-size: 14px;
    color: #cccccc;
    line-height: 1.6;
  }
    h1, h2, h3, h4, h5, h6 {
      margin-left:0px;
    }
      .astro-feedback-section {
      width: 100%;
      padding: 80px 30px;
      background: url('https://images.unsplash.com/photo-1600628422019-d817b6db8b22?auto=format&fit=crop&w=1650&q=80') no-repeat center center;
      background-size: cover;
      background-attachment: fixed;
      color: #fffbe6;
      text-align: center;
      overflow: hidden;
      position: relative;
    }

    .astro-feedback-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(5, 0, 20, 0.85);
      backdrop-filter: blur(4px);
      z-index: 0;
    }

    .astro-feedback-section > * {
      position: relative;
      z-index: 1;
    }

    .astro-feedback-section h2 {
      font-size: 36px;
      color: #ffcc00;
      text-shadow: 0 0 12px #ff9800;
      margin-bottom: 10px;
    }

    .astro-feedback-section p {
      font-size: 18px;
      color: #ffe082;
      margin-bottom: 40px;
    }

    .astro-slider-wrapper {
      overflow: hidden;
      width: 100%;
    }

    .astro-slider-track {
      display: flex;
      gap: 20px;
      width: max-content;
      padding: 10px;
      animation: scrollTestimonials 60s linear infinite;
    }

    @keyframes scrollTestimonials {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    .astro-testimonial {
      flex: 0 0 auto;
      width: 280px;
      margin: 10px 0;
      padding: 20px;
      border-radius: 16px;
      background: rgba(0, 0, 0, 0.6);
      border: 1px solid rgba(255, 215, 0, 0.2);
      backdrop-filter: blur(8px);
      box-shadow: 0 0 20px rgba(255, 200, 0, 0.2);
      transition: 0.3s;
      color: #ffeebd;
    }

    .astro-testimonial:hover {
      transform: scale(1.05);
      box-shadow: 0 0 35px rgba(255, 215, 0, 0.35);
    }

    .astro-testimonial .media {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
    }

    .astro-testimonial .media img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 12px;
      border: 2px solid #ffd70099;
    }

    .name {
      font-weight: bold;
      color: #ffeb3b;
      font-size: 16px;
    }

    .role {
      font-size: 12px;
      color: #fbc02d;
    }

    .stars {
      color: #ffeb3b;
      font-size: 14px;
      margin: 5px 0;
    }

    .content {
      font-size: 14px;
      line-height: 1.6;
    }

    @media (max-width: 768px) {
      .astro-slider-track {
        animation: scrollTestimonialsMobile 220s linear infinite;
      }

      @keyframes scrollTestimonialsMobile {
        0% { transform: translateX(0); }
        100% { transform: translateX(-300%); }
      }
    }
     .services-section {
      padding: 60px 15px;
    }

    .services-section h2 {
      font-weight: bold;
      text-align: center;
      color: #ffd700;
      text-shadow: 0 0 20px #ff9500;
      margin-bottom: 14px;
      position: relative;
    }

    .services-section h2::after {
      content: '';
      position: absolute;
      width: 70px;
      height: 3px;
      background: #ff9500;
      bottom: -12px;
      left: 50%;
      transform: translateX(-50%);
    }

    .slider-box {
      max-width: 1100px;
      margin: auto;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 10px;
      box-shadow: 0 0 25px rgba(255, 183, 0, 0.2);
      overflow: hidden;
      position: relative;
    }

    .slide {
      display: none;
      padding: 30px;
    }

    .slide.active {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      align-items: center;
      animation: fadeIn 0.5s ease-in-out;
    }

    .slide img {
      width: 400px;
      height: 300px;
      object-fit: cover;
      border-radius: 10px;
      border: 3px solid #ffd700;
    }

    .slide-content {
      flex: 1;
     
    }

    .slide-content h3 {
      color: #ffa500;
      
      margin-top: 0;
    }

    .slide-content p {
      color: #e0e0e0;
      line-height: 1.6;
    }

    .price {
      color: #ffcc00;
      font-weight: bold;
      margin-top: 10px;
    }

    .btn-book {
      background: #ff6f00;
      color: #fff;
      padding: 10px 25px;
      border: none;
      border-radius: 4px;
      font-weight: 600;
      margin-top: 20px;
    }

    .btn-book:hover {
      background: #ffa500;
    }

    .nav-arrows,
    .slider-nav {
      text-align: center;
      margin-top: 20px;
    }

    .nav-arrow {
      background: rgba(255,255,255,0.1);
      color: #ff9800;
      border: none;
      font-size: 20px;
      padding: 8px 16px;
      margin: 5px;
      border-radius: 5px;
    }

    .nav-arrow:hover {
      background: #ff9800;
      color: #000;
    }

    .slider-nav button {
      background: #aaa;
      border: none;
      margin: 0 5px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
    }

    .slider-nav button.active {
      background: #ffa500;
      width: 25px;
      border-radius: 5px;
    }

    @keyframes fadeIn {
      from {opacity: 0;}
      to {opacity: 1;}
    }

    @media (max-width: 768px) {
      .slide {
        flex-direction: column;
        text-align: center;
      }

      .slide img {
        width: 100%;
        height: auto;
      }
    }
     h2 {
      text-align: center;
      font-size: 30px;
      text-shadow: 0 0 10px #ffaa00;
      margin-bottom: 40px;
    }

    .viewer-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
      max-width: 1100px;
      margin: auto;
    }

    .viewer-box {
      flex: 1;
      min-width: 300px;
      background: rgba(255,255,255,0.03);
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 0 20px rgba(255, 200, 0, 0.1);
      text-align: center;
    }

    .viewer-box img {
      width: 220px;
      height: 220px;
      object-fit: contain;
      border-radius: 10px;
      border: 3px solid #ffd700;
      box-shadow: 0 0 15px #ffcc00;
      margin-bottom: 20px;
    }

    .info-title {
      font-size: 20px;
      margin-bottom: 10px;
      color: #ffcc33;
    }

    .info-text {
      font-size: 14px;
      color: #eee;
      min-height: 60px;
    }

    .dot-group {
      margin-top: 20px;
    }

    .dot {
      background: #888;
      border: none;
      width: 14px;
      height: 14px;
      margin: 0 5px;
      border-radius: 50%;
      display: inline-block;
      cursor: pointer;
      transition: 0.3s;
    }

    .dot.active {
      background: #ffaa00;
      width: 24px;
      border-radius: 7px;
    }

    @media (max-width: 768px) {
      .viewer-row {
        flex-direction: column;
      }
    }
   /* Existing styles retained and improved */
.astro-footer {
  background-color: #0a0c23;
  color: #fff;
  padding: 50px 0 20px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  overflow: hidden;
}

/* Section fade-in animation */
.astro-footer .col-sm-3 {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease-out forwards;
  text-align: left;
}

/* Delay for each section */
.astro-footer .col-sm-3:nth-child(1) { animation-delay: 0.2s; }
.astro-footer .col-sm-3:nth-child(2) { animation-delay: 0.4s; }
.astro-footer .col-sm-3:nth-child(3) { animation-delay: 0.6s; }
.astro-footer .col-sm-3:nth-child(4) { animation-delay: 0.8s; }

/* Animation keyframes */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hover effects for links */
.footer-links li a {
  display: block;
  text-align: left;
  transition: color 0.3s ease;
   position: relative;
   color: #fff;
   font-size:17px;

}
.footer-links li {
  list-style: none;
  margin-bottom: 10px;
  text-align: left;
}

.footer-links li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background: #ffd700;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}

.footer-links li a:hover {
  color: #ffd700;
  
}

.footer-links li a:hover::after {
  transform: scaleX(1);
}
.footer-links{
  padding-left: 0;
  text-align: left;
}/* Hover effect for contact info lines */
.astro-footer p:hover {
  color: #ffd700;
  transform: translateX(5px);
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Email link hover inside paragraph */
.astro-footer p a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.astro-footer p a:hover {
  color: #ffd700;
  text-decoration: underline;
}


/* Social icons hover animation */
.social-icons a {
  margin-right: 10px;
  font-size: 18px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
  color: #ffd700;
}

/* QR Image Styling */
.qr-img {
  width: 100px;
  height: auto;
  transition: transform 0.3s ease;
}

.qr-img:hover {
  transform: scale(1.1) rotate(2deg);
}

.social-icons {
  margin-top: 15px;
}

.social-icons a {
  color: #ddd;
  font-size: 21px;
  margin-right: 10px;
  display: inline-block;
}

.social-icons a:hover {
  color: #ffd700;
}

.qr-img {
 width: 265px;
    height: 171px;
  margin-top: 10px;
  border: 2px solid #fff;
  border-radius: 8px;
}

.copyright {
  margin-top: 30px;
  font-size: 13px;
  color: #aaa;
}
@media (max-width: 767px) {
  .astro-footer {
    text-align: center;
    padding: 30px 15px 20px;
  }

  .astro-footer .col-sm-3 {
    margin-bottom: 30px;
   
    animation: none; /* optional: skip animation on mobile */
    opacity: 1;
    transform: none;
  }

  .footer-links {
    padding-left: 0;
    text-align: center;
  }

  .footer-links li {
  
  }

  .footer-links li a {
    display: inline-block;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }

  .qr-img {
    width: 180px;
    height: auto;
  }

  .copyright {
    font-size: 12px;
    text-align: center;
  }
}
/* Responsive tap/click effects for mobile */
@media (max-width: 767px) {

  /* Tap feedback on footer links */
  .footer-links li a:active {
    transform: scale(0.95);
    color: #ffd700;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    transition: none;
  }

  /* Tap feedback on social icons */
  .social-icons a:active {
    transform: scale(1.2);
    color: #ffd700;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-radius: 50%;
    transition: none;
  }

  /* Disable desktop hover underline on mobile */
  .footer-links li a::after {
    display: none;
  }
}

.astro-faq-wrapper {
  background: #000;
  color: #fff;
  padding: 40px 15px;
  font-family: 'Segoe UI', sans-serif;
 width:100%;
 
  margin-bottom: 40px;
      margin-top: 56px;
  
}


.astro-faq-section {
  margin: auto;
}

.astro-faq-row {
  margin-bottom: 25px;
  padding: 15px 20px;
  background: #111;
  border-radius: 8px;
  position: relative;
}

.astro-faq-question {
  font-size: 16px;
  font-weight: bold;
  color: #ffd700;
  margin: 0;
  padding-right: 50px;
}

.astro-toggle-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: #222;
  color: #ffa500;
  border: 1px solid #444;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.astro-toggle-btn:hover {
  background: #ffa500;
  color: #000;
}

.astro-faq-answer {
  display: none;
  margin-top: 15px;
  color: #eee;
  font-size: 14px;
  animation: fadeIn 0.3s ease-in-out;
}

.astro-faq-section hr {
  border-top: 1px solid #333;
  margin-top: 30px;
  margin-bottom: 30px;
}

.astro-side-img {
  display: inline;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
  
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@media (max-width: 768px) {
  .astro-image-side {
    margin-top: 30px;
  }
}
.astro-booking-wrapper {
    background: linear-gradient(135deg, #0c0c28, #1b1b3a);
    padding: 40px 20px;
    width: 100%;
    border-radius: 12px;
    color: #fff;
    box-shadow: 0 0 25px #ffc10740;
    font-family: 'Segoe UI', sans-serif;
  }

  .booking-title {
    text-align: center;
    color: #ffd700;
    margin-bottom: 30px;
    font-weight: bold;
    text-shadow: 0 0 12px #ffa500;
  }

  .form-group label {
    color: #ffd700;
    margin-bottom: 5px;
    display: block;
  }

  .form-control {
    background: #111c3a;
    border: 1px solid #444;
    color: #fff;
    border-radius: 5px;
    width: 100%;
  }

  .form-control::placeholder {
    color: #bbb;
  }

  .btn-success {
    background: #25D366;
    border: none;
    font-weight: bold;
    padding: 12px 25px;
    width: 100%;
    border-radius: 6px;
    font-size: 16px;
  }

  .btn-success:hover {
    background: #1eb84e;
  }
  .partner-flip-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.flip-card {
  background-color: transparent;
  width: 160px;
  height: 160px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 12px #ffcc00;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  padding: 8px;
}

.flip-card-back {
  background: radial-gradient(circle at center, #1a0933, #000000);
  color: #ffd700;
  transform: rotateY(180deg);
  padding: 15px;
  font-family: 'Sanskrit Text', 'Mukta', serif;
  font-size: 15px;
  line-height: 1.5;
  text-shadow: 1px 1px 3px #ff8c00;
}
.astroabout-section {
  background: url('images/temple-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 60px 20px;
  color: white;
}

.astroabout-image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 204, 0, 0.4);
  border: 3px solid #ffcc00;
}

.astroabout-card {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(255, 170, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.astroabout-title {
  color: #ffd700;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 15px;
  text-shadow: 0 0 10px #ff9900;
}

.astroabout-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #f0f0f0;
}

.astroabout-buttons a {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.astroabout-call {
  background: #ff6f00;
  color: white;
}

.astroabout-call:hover {
  background: #ffa500;
  color: black;
}

.astroabout-book {
  background: transparent;
  border: 2px solid #ffcc00;
  color: #ffcc00;
}

.astroabout-book:hover {
  background: #ffcc00;
  color: black;
}

.astroabout-stats h2 {
  color: #ffd700;
  font-size: 28px;
  margin-bottom: 5px;
  text-shadow: 0 0 5px #ffaa00;
}

.astroabout-stats p {
  color: #ccc;
  font-size: 14px;
}

@media (max-width: 768px) {
  .astroabout-buttons a {
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .astroabout-section {
    padding: 40px 15px;
  }

  .astroabout-title {
    font-size: 24px;
    text-align: center;
  }

  .astroabout-card {
    padding: 20px;
    text-align: justify;
  }

  .astroabout-buttons {
    text-align: center;
  }

  .astroabout-call, .astroabout-book {
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
  }

  .astroabout-stats h2 {
    font-size: 22px;
  }

  .astroabout-stats p {
    font-size: 14px;
  }

  .astroabout-image {
    margin-bottom: 20px;
  }
}
.astro-gallery-section {
  
  background-size: cover;
  padding: 50px 20px;
  color: #fff;
}

.astro-heading {
  text-align: center;
  font-size: 28px;
  font-family: 'Georgia', serif;
  color: #ffd700;
  margin-bottom: 30px;
  text-shadow: 2px 2px #000;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 per row on desktop */
  gap: 20px;
  justify-items: center;
}

.gallery-item {
  width: 100%;
  max-width: 293px;
  height: 232px; /* Reduced height */
  overflow: hidden;
  border-radius: 12px;
  border: 3px solid #fffacd;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.5);
  background: #1e1e1e;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

/* Responsive for mobile/tablet */
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
/* Video Gallery Section - Matches your theme */
.pujan-videos-section {
  padding: 60px 20px;
  background: linear-gradient(to bottom right, #000428, #004e92);
}

.pujan-videos-header {
  text-align: center;
  margin-bottom: 40px;
}

.pujan-videos-header h2 {
  color: #f6cf00;
  font-size: 32px;
  letter-spacing: 1px;
  text-shadow: 0 0 15px #6c5ce7;
  margin-bottom: 15px;
}

.pujan-videos-header p {
  color: #aaa;
  font-size: 16px;
}

.pujan-videos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.pujan-video-card {
  width: calc(25% - 25px);
  min-width: 250px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 0 20px rgba(120, 100, 255, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: relative;
}

.pujan-video-card:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  animation: rotateGalaxy 6s linear infinite;
  pointer-events: none;
}

.pujan-video-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 0 30px rgba(108, 92, 231, 0.7);
}

.pujan-video-container {
  position: relative;
  height: 238px;
  overflow: hidden;
}

.pujan-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}

.pujan-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.pujan-video-container.playing .pujan-video-overlay {
  opacity: 0;
  pointer-events: none;
}

.pujan-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 40px;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.pujan-video-play:hover {
  color: #6c5ce7;
  transform: translate(-50%, -50%) scale(1.1);
}

.pujan-video-duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.7);
  padding: 3px 8px;
  border-radius: 4px;
  color: white;
  font-size: 12px;
}

.pujan-video-body {
  padding: 20px;
  background: linear-gradient(to bottom, rgba(46, 46, 62, 0.9), rgba(20, 20, 30, 0.9));
}

.pujan-video-title {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c5ce7;
}

.pujan-video-desc {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.6;
}

/* Responsive Media Queries */
@media (max-width: 1100px) {
  .pujan-video-card {
    width: calc(33.33% - 25px);
  }
}

@media (max-width: 800px) {
  .pujan-video-card {
    width: calc(50% - 25px);
  }
}

@media (max-width: 550px) {
  .pujan-video-card {
    width: 100%;
    max-width: 350px;
  }
}
.astro-page-header.alt-overlay {
  background-size: cover;
  background-position: center;
 
  position: relative;
  text-align: center;
  color: #fff;
  font-family: 'Georgia', serif;
  overflow: hidden;
}

/* Simulated dark overlay, does not affect layout height */
.astro-page-header.alt-overlay::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* Bring actual content above overlay */
.astro-page-header .container {
  position: relative;
  z-index: 2;
}

.page-title {
  font-size: 29px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px #000;
  margin-bottom: 10px;
}

.breadcrumb {
  font-size: 18px;
  color: #ffd700;
  margin-top: 10px;
  position: relative;
  z-index: 2;
  background: transparent;
}

.breadcrumb a {
  color: #ffd700;
  text-decoration: none;
  font-weight: bold;
}

.breadcrumb a:hover {
  text-decoration: underline;
}


/* Zig-Zag Bottom Style */
.zigzag-bottom {
  position: relative;
  width: 100%;
  height: 20px;
  line-height: 0;
  overflow: hidden;
  margin-top: -1px;
}

.zigzag-bottom svg {
  display: block;
  width: 100%;
  height: 100%;
}
/* Animation Keyframes */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animation Class */
.fade-up {
  animation: fadeUp 1.2s ease-out both;
}

/* Optional: Make animation smoother on mobile */
@media (max-width: 767px) {
  .fade-up {
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
  }
}


.footer-whatsapp {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 5px;
    display: block;
}
.footer-whatsapp  a {
    background: transparent;
}
.footer-call {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    left: 5px;
    display: block;
}




/* CSS */
.button-87 {
  margin: 10px;
  padding: 15px 16px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #bb150d 0%, #d8ba19 51%, #bb150d  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-87:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.button-87:active {
  transform: scale(0.95);
}