  Html,body{
Overflow-x:hidden important ;
font-family: "Times New Roman", Times, serif;
}


   /* Overlay background */
  /* Popup overlay */
/* Popup overlay */

  #preloader {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: linear-gradient(135deg, #0a0a1f, #3a0f0f, #1c0033);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      overflow: hidden;
      z-index: 9999;
    }

    /* Twinkling stars */
    .star {
      position: absolute;
      width: 3px; height: 3px;
      background: #fff;
      border-radius: 50%;
      animation: twinkle 2s infinite;
    }

    @keyframes twinkle {
      0%, 100% { opacity: 0.2; }
      50% { opacity: 1; }
    }

    /* Crystal ball effect */
    .crystal-ball {
      width: 120px;
      height: 120px;
      background: radial-gradient(circle, rgba(255,255,255,0.9), rgba(255,215,0,0.2));
      border-radius: 50%;
      box-shadow: 0 0 40px rgba(255, 215, 0, 0.8), 0 0 100px rgba(255, 215, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      animation: glowPulse 2.5s infinite ease-in-out;
    }

    .crystal-ball img {
      width: 60px;
      height: 60px;
      animation: spin 6s linear infinite;
      filter: drop-shadow(0px 0px 10px gold);
    }

    @keyframes glowPulse {
      0%, 100% { box-shadow: 0 0 40px rgba(255, 215, 0, 0.8), 0 0 100px rgba(255, 215, 0, 0.5); }
      50% { box-shadow: 0 0 70px rgba(255, 255, 0, 1), 0 0 150px rgba(255, 215, 0, 0.9); }
    }

    @keyframes spin {
      from { transform: rotate(0deg); }
      to { transform: rotate(360deg); }
    }

    /* Text */
    .loading-text {
      margin-top: 25px;
      font-size: 22px;
      color: #ffd700;
      font-family: "Georgia", serif;
      letter-spacing: 2px;
      text-shadow: 0 0 12px rgba(255, 215, 0, 0.9);
      animation: fadeBlink 1.5s infinite;
    }

    @keyframes fadeBlink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.5; }
    }


 .modal-content {
      background: radial-gradient(circle at top, #7a0f0f, #2c0a0a);
      color: #fff;
      text-align: center;
      border-radius: 20px;
      border: 3px solid gold;
      box-shadow: 0 0 25px rgba(255, 215, 0, 0.7);
      overflow: hidden;
      animation: zoomIn 0.7s ease;
    }
    .modal-body {
      padding: 35px 25px;
    }
    .modal-body h2 {
      font-family: 'Georgia', serif;
      font-size: 30px;
      margin-top: 15px;
      margin-bottom: 15px;
      color: #ffd700;
      text-shadow: 0 0 12px rgba(255,215,0,0.8);
    }
    .modal-body p {
      font-size: 18px;
      line-height: 1.6;
      color: #f1f1f1;
    }
    .modal-header {
      border: none;
    }
    .btn-close {
      background-color: #fff;
      border-radius: 50%;
      opacity: 0.9;
    }
    /* Icon image */
    .divine-icon {
      width: 200px;
      object-fit: contain;
      margin-bottom: 15px;
      filter: drop-shadow(0px 0px 8px gold);
    }
    /* Animation */
    @keyframes zoomIn {
      from {transform: scale(0.6); opacity: 0;}
      to {transform: scale(1); opacity: 1;}
    }
         .ink {
      
      min-height: 600px;
      background-size: cover;
      background-position: center;
      position: relative;
    }
    @media(max-width:550px)
    {
      .ink {
      
      min-height: 770px;
      background-size: cover;
      background-position: center;
      position: relative;
    }
    }





    .ink::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.6); /* Dark overlay */
      z-index: 1;
    }

    .carousel-caption {
      z-index: 2;
      text-align: left;
    }

    .carousel-caption h2,
    .carousel-caption h5,
    .carousel-caption p,
    .carousel-caption .event-info {
      color: #fff;
    }
    

    .carousel-caption .event-title {
      color: #FFD700;
      font-weight: 700;
    }

    .carousel-caption .view-map {
      color: #FFD700;
      font-weight: bold;
      text-decoration: underline;
    }
    @media(max-width:550px){
      .event-title
      {
        margin-top: 4.5rem;
      }
    }

    .event-info {
      font-size: 1.25rem;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      align-items: center;
    }

    .event-info i {
      font-size: 1.5rem;
      margin-right: 0.5rem;
    }

    .btn-danger, .btn-warning {
      font-weight: bold;
      padding: 12px 24px;
      font-size: 1.1rem;
    }

    @media (max-width: 768px) {
      .carousel-caption {
        text-align: center;
        padding: 0 1rem;
      }

      .event-info {
        flex-direction: column;
        align-items: center;
      }

      .btn {
        width: 100%;
      }
    }
   
 .navbar-nav {
      margin: 0 auto;
    }

    .nav-link {
      color: white !important;
      padding: 0.5rem 1rem;
      font-weight: 500;
      font-size: 19px;
      
    }

    .nav-link:hover {
      background: linear-gradient(90deg, #8B4513, #FFD700);
      border-radius: 5px;
      color: white !important;
      transition: all 0.3s ease;
    }

    .navbar-collapse {
      transition: max-height 0.5s ease-in-out;
    }

    .navbar-toggler {
      border: none;
      outline: none;
    }

    .navbar {
      background-color: #7a0f0f;
    }
    

    .btn-ticket {
      background-color: #FF3C38;
      color: white;
      font-weight: 600;
      border-radius: 5px;
      padding: 0.4rem 1rem;
      transition: background 0.3s ease;
    }

    .btn-ticket:hover {
      background: linear-gradient(90deg, #FFD700, #FFA500);
      color: black;
    }
    .expo-logos img {
      max-height: 40px;
      margin: 0 10px;
    }
    .date-box {
      display: inline-block;
      background: #8B4513;
      color: white;
      padding: 10px;
      margin: 0 3px;
      font-weight: bold;
      border: 4px solid #cdcbcb;
    }
    .date-box:nth-child(2) {
      background: #50C878;
      color: black;
    }
    .date-box:nth-child(3) {
      background: #a4a3a3;
      color: black;
    }
    .expo-header {
      text-align: center;
      padding: 5px;
    }
    @media (max-width: 768px) {
      .expo-logos {
        flex-direction: column;
        align-items: center;
      }
    }
   
    .form-control
    {
      padding: 15px;
      border-radius: 0px;
    }
    .navbar-collapse.collapse.show {
      animation: fadeInDown 0.5s ease-in-out;
    }
    @keyframes fadeInDown {
      from {
        opacity: 0;
        transform: translateY(-10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    .marquee-container {
      width: 100%;
      overflow: hidden;
      background: #fff;
      
      padding: 10px 0;
    }
    .marquee-wrap{
  --bg:#0f0f10;
  --fg:#fff;
  --accent:#ffd166;
  --blur:12px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

/* soft fade edges */
.marquee-wrap::before,
.marquee-wrap::after{
  content:"";
  position:absolute; top:0; bottom:0; width:80px; z-index:2;
  pointer-events:none;
}
.marquee-wrap::before{
  left:0; 
  background: linear-gradient(90deg, var(--bg), transparent);
}
.marquee-wrap::after{
  right:0;
  background: linear-gradient(270deg, var(--bg), transparent);
}

.marquee{
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  white-space: nowrap;
  will-change: transform;
  animation: marquee var(--duration, 20s) linear infinite;
  padding: .6rem 0;
}

.marquee span{
  font-family: "Noto Sans Tamil","Catamaran", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2.2vw + .3rem, 34px);
  color: var(--fg);
  letter-spacing: .3px;
  text-shadow: 0 1px 0 rgba(0,0,0,.25), 0 0 12px rgba(255, 209, 102, .25);
}
.marquee span[aria-hidden="true"]{
  font-weight: 700;
  color: var(--accent);
}

@keyframes marquee{
  from{ transform: translateX(0); }
  to  { transform: translateX(-50%); } /* content duplicated to loop */
}

/* pause on hover */
.marquee-wrap:hover .marquee{ animation-play-state: paused; }

/* accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .marquee{ animation: none; }
}

 .choose-section {
      background-color: #7a0f0f;
      color: #fff;
      padding: 70px 0;
    }
    .choose-section h2 {
      font-weight: bold;
      margin-bottom: 20px;
    }
    .choose-section h2 span {
      color: #ff6600;
    }
    .choose-section p {
      max-width: 900px;
      margin: 0 auto 50px;
      font-size: 16px;
      line-height: 1.7;
    }

    /* Feature box */
    .feature-box {
      background: #fff;
      color: #000;
      border-radius: 12px;
      display: flex;
      align-items: center;
      padding: 20px;
      margin-bottom: 30px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .feature-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(255,102,0,0.35);
    }

    /* Perfect circle icon */
    .feature-icon {
      background: #ff6600;
      color: #fff;
      font-size: 28px;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
      flex-shrink: 0;
      box-shadow: 0 0 12px rgba(255,102,0,0.6);
      transition: all 0.3s ease;
    }
    .feature-box:hover .feature-icon {
      background: #ff8533;
      box-shadow: 0 0 20px rgba(255,102,0,0.8);
      transform: scale(1.1);
    }

    .feature-box span {
      font-size: 16px;
      font-weight: 600;
    }

    /* Responsive tweaks */
    @media (max-width: 768px) {
      .feature-box {
        flex-direction: column;
        text-align: center;
        padding: 25px;
      }
      .feature-icon {
        margin: 0 0 15px 0;
      }
    }
     .card-img-top {
      height: 200px;
      object-fit: cover;
    }
    .card {
      transition: transform 0.3s, box-shadow 0.3s;
      padding: 10px;
    }
    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }
    .card-button {
      background: url('images/nadi.png');
      color: white;
      border: none;
    }
    .card-button:hover {
      color: yellow;
    }
    .card-title
    {
        text-align: center;
        background-color:#8B4513;
        color: white;
        padding: 10px;
    }
    .astro-box {
      
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      border-radius: 12px;
      transition: all 0.3s ease;
      background: #fff;
      display: flex;
      flex-direction: column;
      height: 100%;
      border: #FFD8B1 8px solid;
    }
    .astro-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    }
    .astro-box img {
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      height: 180px;
      object-fit: cover;
      width: 100%;
    }
    .astro-body {
      padding: 15px;
      text-align: center;
      flex-grow: 1;
    }
    .astro-title {
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 8px;
      color: #333;
      font-size: 16px;
    }
    .astro-text {
      font-size: 17px;
      color: #555;
      min-height: 50px;
      margin-bottom: 12px;
    }
    .btn-custom {
      background-color: #7b1818;
      color: white;
      border-radius: 25px;
      font-size: 14px;
      padding: 6px 18px;
      transition: all 0.3s ease;
    }
    .btn-custom:hover {
      background-color: #a01c1c;
      color: #fff;
    }
    .end
    {
        background: url('images/nadi.png');
        color: white;

    }
    .hero-banner {
      background: url('images/galaxy.jpg') no-repeat center center;
      background-size: cover;
      min-height: 55vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      position: relative;
    }

    /* Overlay effect for readability */
    .hero-banner::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.55);
      z-index: 0;
    }

    .hero-content {
      position: relative;
      z-index: 1;
      max-width: 800px;
    }

    .hero-content h1 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .hero-content p {
      font-size: 1rem;
      margin-bottom: 10px;
    }

    .btn-gradient {
      background: linear-gradient(90deg, #7b1818, #f4a300);
      border: none;
      padding: 12px 30px;
      font-weight: bold;
      text-transform: uppercase;
      border-radius: 30px;
      color: white;
      transition: all 0.3s ease;
    }

    .btn-gradient:hover {
      opacity: 0.9;
    }

    @media (min-width: 768px) {
      .hero-content h1 {
        font-size: 2.5rem;
      }
      .hero-content p {
        font-size: 1.1rem;
      }
    }
    .end:hover
    {
        color: yellow;
    }
    
    .lmo {
      position: relative;
      background: url('images/back.webp') no-repeat center center/cover;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      z-index: 1;
    }

    /* Black Overlay */
    .lmo::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); /* adjust opacity */
      z-index: -1;
    }
     .info-box {
  background-color: white;
  border-radius: 10px;
  padding: 43px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
  border-left: 6px solid orange;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  
}

.form-box {
  background-color: #7b1818;
  border-radius: 10px;
  padding: 35px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form-box input, 
.form-box textarea {
  border-radius: 6px;
}

.form-box button {
  background: linear-gradient(to right, #e68a00, #ffc107);
  border: none;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 6px;
  width: 100%;
}

.form-box button:hover {
  opacity: 0.9;
}
    .nadi-unique-card {
      position: relative;
      background: url('images/templeban.webp') no-repeat center center;
      background-size: cover;
      color: white;
      padding: 40px 20px;
      text-align: center;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      transition: transform 0.3s ease;
      height: 100%;
      min-height: 280px; /* equal height */
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .nadi-unique-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(122, 15, 15, 0.85); /* #7a0f0f overlay */
      z-index: 1;
    }
    .nadi-unique-card * {
      position: relative;
      z-index: 2;
    }
    .nadi-unique-card:hover {
      transform: translateY(-5px);
    }
    .nadi-unique-card h3 {
      font-weight: bold;
      font-size: 1.5rem;
      margin-bottom: 20px;
    }
    .nadi-unique-card p {
      color: #fff;
      background: #f4a300;
      padding: 10px;
      border-radius: 4px;
      margin: 0 auto;
      display: inline-block;
    }
    .nadi-unique-btn {
      background: #f4a300;
      color: #fff;
      border: none;
      padding: 10px 20px;
      margin: 5px;
      border-radius: 4px;
      font-weight: 500;
      transition: background 0.3s ease;
    }
    .nadi-unique-btn:hover {
      background: #ff5722;
    }
    .footer-unique {
      position: relative;
      background: url('images/leaf.jpg') no-repeat center center/cover;
      color: #fff;
      padding: 60px 0 20px;
      overflow: hidden;
    }
    .footer-unique::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.65);
      backdrop-filter: blur(5px);
      z-index: 1;
    }
    .footer-unique .container {
      position: relative;
      z-index: 2;
    }
    .footer-logo {
      font-size: 26px;
      font-weight: 700;
      color: #ffcc00;
      margin-bottom: 10px;
      display: block;
    }
    .footer-caption {
      font-size: 14px;
      color: #ddd;
    }
    .footer-links {
      display: flex;
      justify-content: center;
      gap: 25px;
      flex-wrap: wrap;
    }
    .footer-links a {
      text-decoration: none;
      color: #ccc;
      transition: color 0.3s ease;
      font-weight: 500;
    }
    .footer-links a:hover {
      color: #ffcc00;
    }
    .footer-social a {
      color: #fff;
      margin: 0 8px;
      font-size: 18px;
      transition: color 0.3s ease;
    }
    .footer-social a:hover {
      color: #ffcc00;
    }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.2);
      margin-top: 30px;
      padding-top: 15px;
      font-size: 13px;
      color: #bbb;
      text-align: center;
    }
     .floating-buttons {
    position: fixed;
    top: 80%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .floating-buttons a {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .floating-buttons a:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0,0,0,0.3);
  }
  .floating-buttons img {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }
  .btn-dangerese
  {
    background-color: #e68a00;
    color: white;
    font-weight: 700;
  }
  .btn-dangerese:hover
  {
    background-color: #e68a00;
    color: white;
    font-weight: 700;
  }
   .kon {
      margin-top: 50px;
    }

    .zodiac-wrapper {
  position: relative;
  width: 100%;
  max-width: 320px;  /* slightly smaller for mobiles */
  aspect-ratio: 1/1; /* keeps square */
  margin: 0 auto;
  overflow: hidden;  /* ensures no overflow */
}

.outer, .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Animation */
.outer {
  background-image: url('images/abt-removebg-preview.png');
  animation: spin 8s linear infinite; /* slower for smoothness */
}

.inner {
  background-image: url('images/abt2-removebg-preview.png');
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* About section styling */
.about-section {
  padding: 30px;
  text-align: center; /* better for mobile */
}

.about-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

/* 📱 Mobile fix */
@media (max-width: 576px) {
  .zodiac-wrapper {
    max-width: 220px; /* smaller size for phones */
  }

  .about-section h2 {
    font-size: 1.5rem;
  }

  .about-section p {
    font-size: 0.9rem;
  }
}

    .gallery-item {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  height: 250px; /* fixed height for all images */
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures images fill the box uniformly */
  transition: transform 0.5s, filter 0.5s;
  display: block;
  background-color: white;
  padding: 10px;
}

.gallery-item img:hover {
  transform: scale(1.1);
  filter: brightness(1.1);
}

/* Responsive adjustments */
@media(max-width:767px){
  .gallery-item {
    height: 200px; /* slightly smaller on mobile */
  }
}
.banner-section {
      position: relative;
      height: 60vh;
      background-image: url('images/banthree.jpg'); /* replace with your banner image */
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      
    }

    /* Black overlay */
    .banner-section::before {
      content: '';
      position: absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background-color: rgba(0,0,0,0.6);
      z-index:1;
    }

    /* Container content */
    .banner-content {
      position: relative;
      z-index:2;
    }

    .banner-heading {
      font-size: 3rem;
      font-weight: 700;
      color: #ffdd00; /* neon/gold color */
      margin-bottom: 20px;
      
    }

    .banner-text {
      font-size: 1.2rem;
      color: #ffffff;
      max-width: 800px;
      margin: 0 auto;
      line-height: 1.6;
    }

    /* Responsive adjustments */
    @media(max-width: 767px) {
      .banner-section { height: 50vh; }
      .banner-heading { font-size: 2rem; }
      .banner-text { font-size: 1rem; }
    }
    .outers {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('images/palm2.png') no-repeat center;
      background-size: contain;
      animation: spin 5s linear infinite;
    }

    .inners {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('images/palm.png') no-repeat center;
      background-size: contain;
    }
       /* Counter Section */
    .counter-section {
      padding: 80px 0;
      position: relative;
      overflow: hidden;
      text-align: center;
    }

    .counter-section h2 {
      font-size: 2.5rem;
      margin-bottom: 50px;
    }

    .counter-box {
      background-color: #7a0f0f;
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 16px;
      padding: 30px 20px;
      backdrop-filter: blur(6px);
      transition: transform 0.3s ease;
    }

    .counter-box:hover {
      transform: translateY(-6px);
    }

    .counter-number {
      font-size: 2.6rem;
      font-weight: 800;
      color: #ffdd00;
      line-height: 1;
    }

    .counter-title {
      margin-top: 10px;
      font-weight: 500;
      color: #ddd;
      font-size: 1.1rem;
    }

    @media (max-width: 576px) {
      .counter-number {
        font-size: 2.1rem;
      }
    }
     section.trust-section {
       background: linear-gradient(rgba(122, 15, 15, 0.9), rgba(122, 15, 15, 0.95)),
                  url('images/olaisuvadi.jpg') no-repeat center/cover;
      color: #fff;
      padding: 80px 0;
      position: relative;
    }

    .section-title {
      font-size: 2.5rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 60px;
      color: #ffd700;
      text-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
    }

    .trust-line {
      position: relative;
      border-left: 3px solid rgba(255, 215, 0, 0.6);
      margin: 0 auto;
      padding-left: 30px;
      max-width: 800px;
    }

    .trust-item {
      margin-bottom: 40px;
      position: relative;
      opacity: 0;
      animation: fadeInUp 1s forwards;
    }

    .trust-item:nth-child(1) { animation-delay: 0.3s; }
    .trust-item:nth-child(2) { animation-delay: 0.5s; }
    .trust-item:nth-child(3) { animation-delay: 0.7s; }
    .trust-item:nth-child(4) { animation-delay: 0.9s; }
    .trust-item:nth-child(5) { animation-delay: 1.1s; }
    .trust-item:nth-child(6) { animation-delay: 1.3s; }
    .trust-item:nth-child(7) { animation-delay: 1.5s; }
    .trust-item:nth-child(8) { animation-delay: 1.7s; }
    .trust-item:nth-child(9) { animation-delay: 1.9s; }
    .trust-item:nth-child(10) { animation-delay: 2.1s; }

    .trust-dot {
      width: 18px;
      height: 18px;
      background: #ffd700;
      border-radius: 50%;
      position: absolute;
      left: -41px;
      top: 5px;
      box-shadow: 0 0 10px #ffd700, 0 0 20px #ffa500;
    }

    .trust-item h5 {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 8px;
      color: #fff;
    }

    .trust-item p {
      font-size: 1rem;
      margin: 0;
      color: #eee0c9; /* softer brownish white */
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(25px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
      .astrologer-section {
      background: linear-gradient(rgba(122, 15, 15, 0.9), rgba(0, 0, 0, 0.95));
      color: #fff;
      padding: 80px 0;
      letter-spacing: 1px;
      line-height: 1.8;
    }

    .astrologer-section h2 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #ffd700;
      margin-bottom: 20px;
      text-shadow: 0 0 10px rgba(255,215,0,0.6);
    }

    .astrologer-section p {
      font-size: 1.1rem;
      color: #eee;
      margin-bottom: 25px;
      line-height: 1.6;
    }

    .btn-astro {
      display: inline-block;
      background: #ffd700;
      color: #000;
      padding: 12px 28px;
      border-radius: 30px;
      font-weight: 600;
      text-decoration: none;
      transition: 0.3s ease-in-out;
      box-shadow: 0 0 15px rgba(255,215,0,0.6);
    }

    .btn-astro:hover {
      background: #ffa500;
      color: #fff;
      box-shadow: 0 0 20px rgba(255,165,0,0.9);
    }

    .astro-img-circle {
      position: relative;
      width: 380px;
      height: 380px;
      margin: 0 auto;
      border-radius: 50%;
      padding: 10px;
      background: radial-gradient(circle, #ffd700, #ffa500, transparent 80%);
      box-shadow: 0 0 25px rgba(255,215,0,0.6), 0 0 50px rgba(255,165,0,0.4);
      animation: pulseGlow 3s infinite ease-in-out;
    }

    .astro-img-circle img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
      border: 5px solid #fff;
    }

    @keyframes pulseGlow {
      0% { box-shadow: 0 0 20px rgba(255,215,0,0.6), 0 0 40px rgba(255,165,0,0.3); }
      50% { box-shadow: 0 0 40px rgba(255,215,0,0.9), 0 0 80px rgba(255,165,0,0.5); }
      100% { box-shadow: 0 0 20px rgba(255,215,0,0.6), 0 0 40px rgba(255,165,0,0.3); }
    }

    @media (max-width: 991px) {
      .astro-img-circle {
        width: 220px;
        height: 220px;
      }
      .astrologer-section h2 {
        text-align: center;
        margin-top: 30px;
      }
      .astrologer-section p, .btn-astro {
        text-align: center;
        display: block;
        margin: 0 auto;
      }
    }
   /* RESET Bootstrap defaults */
.accordion-button,
.accordion-button:not(.collapsed),
.accordion-body {
  background: none !important;
  box-shadow: none !important;
}

/* FAQ accordion styles */
.accordion-item {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  background-color: #7b1818;
  backdrop-filter: blur(5px);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
  margin-top: 1rem;
  padding: 10px;
}

.accordion-button {
  background: #7a0f0f !important;
  color: #fff !important;   /* FIXED → white text */
  font-weight: 600;
  font-size: 1.1rem;
  padding: 18px 20px;
  border: none;
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease;
}

.accordion-button.collapsed {
  background: #7a0f0f !important;
  color: #fff !important;   /* also white when collapsed */
}


.accordion-button:hover {
  background: rgba(122, 15, 15, 0.8) !important;
}

/* Remove Bootstrap arrow */
.accordion-button::after {
  display: none !important;
}

/* Custom + and - icon */
.accordion-button::before {
  content: "+";
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffd700;
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::before {
  content: "-";
  transform: rotate(180deg);
}

/* Body */
.accordion-body {
  background: rgba(0, 0, 0, 0.8) !important;
  color: #ddd !important;
  font-size: 1rem;
  line-height: 1.6;
  padding: 20px;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 0 0 12px 12px;
}

     .hero-section {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 50px 0;
    }
    .hero-text h2 {
      font-weight: 700;
      font-size: 2.5rem;
      color: #653200;
      line-height: 1.4;
      margin-bottom: 20px;
    }
    .hero-text p {
      font-size: 1.1rem;
      color: #333;
      margin-bottom: 25px;
      line-height: 1.8;
      letter-spacing: 0.5px;
    }
    .enquire-btn {
      background-color: #653200;
      color: #fff;
      padding: 12px 35px;
      border-radius: 30px;
      border: none;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .enquire-btn:hover {
      background-color: #4b2400;
    }
    .hero-img img {
      width: 100%;
      border-radius: 15px;
      box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    }
     .section-titles {
      font-weight: 900;
      text-transform: uppercase;
      font-size: 22px;
      text-align: center;
      margin-bottom: 20px;
    }
    .step-title {
      color: #2196f3;
      font-weight: 700;
      font-size: 20px;
      text-align: center;
      margin-bottom: 30px;
    }
    .gender-title {
      color: #ff6600;
      font-weight: 800;
      font-size: 18px;
      margin-bottom: 10px;
    }
    .divider-line {
      width: 40px;
      height: 2px;
      background-color: #00bcd4;
      margin: 0 auto 15px;
    }
    .apply-btn {
      background-color: #ff6600;
      color: #fff;
      font-weight: 600;
      border: none;
      padding: 6px 15px;
      border-radius: 3px;
      text-decoration: none;
      transition: 0.3s;
    }
    .apply-btn:hover {
      background-color: #e65c00;
      color: #fff;
    }
    .step-title {
      color: #7b1818;
      font-weight: 700;
      font-size: 23px;
      margin-bottom: 10px;
      text-transform: uppercase;
    }
    .dropdown-item
    {
      font-size: 18px;
    }
    .dropdown-item:hover
    {
       background: linear-gradient(90deg, #8B4513, #FFD700);
       color: white;
    }
    .step-text {
      font-size: 18px;
      line-height: 1.7;
      color: #333;
    }
    .step-block {
      margin-bottom: 40px;
    }
    .step-img {
      max-width: 100%;
      border-radius: 3px;
    }
     .testimonial-card {
      border: 1px solid #ddd;
      padding: 20px;
      background: #fff;
      height: 100%;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      border-radius: 12px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .testimonial-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 18px rgba(0,0,0,0.25);
    }
    .testimonial-card h5 {
      font-weight: 700;
      font-size: 1.2rem;
      margin-bottom: 15px;
    }
    .testimonial-card img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      margin-bottom: 15px;
      border-radius: 50%;
    }
    /* Move indicators down */
    .carousel-indicators {
      position: static;
      margin-top: 20px;
    }
    .carousel-indicators [data-bs-target] {
      background-color: #444;
      width: 12px;
      height: 12px;
      border-radius: 50%;
    }
    .chapter-card {
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
      border-bottom-right-radius: 70px;
      border-top-left-radius: 70px;
    }
    .chapter-card:hover {
      transform: translateY(-5px);
    }
    .chapter-img {
      height: 200px;
      object-fit: cover;
      width: 100%;
    }
    .chapter-content {
      background-color: #7a0f0f;
      color: white;
      text-align: center;
      padding: 15px;
    }
    .book-btn
    {
      background: linear-gradient(90deg, #8B4513, #FFD700);
      color: white;
      font-size: 19px;
      margin-top: 1rem;
    }
    .nadi-tabs {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 1.5rem;
      padding: 0;
      list-style: none;
    }
    .nadi-tab-link {
      border: 1px solid #7b1818;
      color:  #7b1818;
      font-weight: 600;
      padding: 8px 16px;
      background: transparent;
      border-radius: 0;
      transition: 0.3s;
    }
    .nadi-tab-link.active {
      background:  #7b1818;
      color: #fff;
    }
    .nadi-tab-link:hover {
      background:  #7b1818;
      color: #fff;
    }
    .content-title {
      color: #7b1818;
      font-weight: bold;
    }
    .highlight-box {
      background-color: #7a0f0f;
      color: #fff;
      padding: 20px;
      border-radius: 10px;
      margin-top: 20px;
    }
    .tab-pane img {
      border-radius: 10px;
      max-width: 100%;
    }
    
     .astro-card {
      display: flex;
      flex-direction: column;
      height: 100%;
      border: 1px solid #e9ecef;
      border-radius: 1rem;
      overflow: hidden;
      transition: transform .2s ease, box-shadow .2s ease;
      background: #fff;
    }

    .astro-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 0.5rem 1.25rem rgba(0,0,0,.08);
    }

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

    .astro-card-body {
      flex: 1;
      display: flex;
      flex-direction: column;
      padding: 1rem;
    }

    .astro-card-title {
      font-size: 1.2rem;
      font-weight: 700;
      color: #8B0000;
      text-transform: uppercase;
      margin-bottom: 0.6rem;
      text-align: center;
    }

    .astro-card-text {
      flex-grow: 1;
      font-size: 17px;
      color: #333;
      text-align: justify;
      line-height: 1.6;
    }

    .astro-card-btn {
      margin-top: auto;
      text-align: center;
      display: inline-block;
      padding: 0.6rem 1rem;
      border-radius: 0.5rem;
      background: #8B0000;
      color: #fff;
      text-decoration: none;
      transition: background 0.3s ease;
    }

    .astro-card-btn:hover {
      background: #600000;
      color: #fff;
    }
      .custom-card {
      border: none;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.2s ease-in-out;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      height: 100%;
      background-color: white;
      padding: 10px;
    }
    .custom-card:hover {
      transform: translateY(-5px);
    }
    .custom-card img {
      border-radius: 10px 10px 0 0;
      width: 100%;
      height: 250px;
      object-fit: cover;
    }
    .custom-card-body {
      padding: 15px;
      text-align: center;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .custom-title {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .custom-text {
      font-size: 18px;
      margin-bottom: 15px;
      line-height: 1.6;
      text-align: justify;
      flex-grow: 1;
    }
    .custom-btn {
      background: #7b1818;
      color: #fff;
      border: none;
      border-radius: 30px;
      padding: 8px 18px;
      margin-top: auto;
      font-size: 17px;
    }
    .custom-btn:hover {
      background: white;
      border: solid 1px #7b1818;
      color: #7b1818;
    }
    /* Increase font size for the Google Translate widget */
#google_translate_element {
  font-size: 28px !important;  /* container text */
}

/* Dropdown itself */
.goog-te-gadget {
  font-size: 48px !important;
  color: #000 !important;
}

.goog-te-gadget .goog-te-combo {
  font-size: 18px !important;
  padding: 20px 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.gmeet-float {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 10px;
      right: 10px;
      background-color: white; /* GMeet Teal/Green shade */
      color: #fff;
      border-radius: 50%;
      text-align: center;
      font-size: 28px;
      box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
      z-index: 1000;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: transform 0.2s;
    }
    .gmeet-float:hover {
      transform: scale(1.1);
    }
    .gmeet-float img {
      width: 32px;
      height: 32px;
    }

    .lang-dropdown-container {
      position: fixed;
      top: -20px;
      right: 20px;
      z-index: 9999;
    }

    .lang-select {
      display: flex;
      align-items: center;
      padding: 5px 10px;
      font-size: 16px;
      border: 1px solid #ddd;
      border-radius: 5px;
      background-color: #fff;
      cursor: pointer;
    }

    .lang-select img {
      width: 20px;
      height: 14px;
      margin-right: 8px;
    }

    .goog-te-banner-frame.skiptranslate {
      display: none !important;
    }
     .astro-gallery-section {
      padding: 60px 20px;
    }
    .astro-gallery-title {
      text-align: center;
      margin-bottom: 40px;
      font-size: 2rem;
      font-weight: 600;
      color: #7a0f0f;
    }
    .astro-gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
      transition: transform 0.3s ease-in-out;
      height: 250px; /* ensures same height */
    }
    .astro-gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }
    .astro-gallery-item:hover img {
      transform: scale(1.1);
    }
    .astro-gallery-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(122, 15, 15, 0.7);
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity 0.4s ease;
      color: #fff;
      font-size: 1.2rem;
      font-weight: 500;
      text-align: center;
      padding: 10px;
    }
    .astro-gallery-item:hover .astro-gallery-overlay {
      opacity: 1;
    }
    .step-title {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  transition: all 0.3s ease;
}

.step-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #7a0f0f; /* underline color */
  transition: width 0.4s ease;
}

.step-title.active::after {
  width: 100%;
}


.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #7b1818;
  margin-bottom: 30px;
}

.timeline {
  position: relative;
  padding: 2rem 0;
  list-style: none;
  overflow-x: hidden; /* ✅ prevent horizontal scroll */
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ad7e50;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  width: 50%;
  padding: 20px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.timeline-item.left {
  left: 0;
}

.timeline-item.right {
  left: 50%;
}

.timeline-item::before {
  content: '';
  position: absolute;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #7b1818;
  box-shadow: 0 0 0 4px #ede7f6;
}

.timeline-item.left::before {
  right: -10px;
}

.timeline-item.right::before {
  left: -10px;
}

.timeline h5 {
  color: #7b1818;
  font-weight: 600;
}

.note-box {
  background: #ede7f6;
  padding: 25px;
  border-left: 6px solid #7b1818;
  border-radius: 8px;
  margin-top: 50px;
}

/* ✅ Responsive Fix */
@media (max-width: 992px) {
  .timeline::before {
    left: 20px; /* move vertical line to left */
  }
  .timeline-item {
    width: 100%;
    left: 0 !important;
    margin-left: 40px; /* space from line */
  }
  .timeline-item::before {
    left: -30px; /* keep dot aligned with line */
    right: auto;
  }
}

.popup-overlay-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  padding: 20px;
  overflow-y: auto; /* ✅ allow scroll if popup bigger */
}

/* Popup box */
.popup-box-custom {
  background: #7b1717;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 420px;
  max-width: 95%;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 9999;
  animation: popupFadeIn 0.6s ease;
  max-height: 90vh;      /* ✅ prevent overflowing viewport */
  overflow-y: auto;      /* ✅ scroll inside if content too long */
  box-sizing: border-box;
}

.popup-box-custom h2 {
  text-align: center;
  margin-bottom: 20px;
}

/* Input and textarea styling */
.popup-box-custom input,
.popup-box-custom textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 7px;
  border: none;
  outline: none;
  font-size: 14px;
  box-sizing: border-box;
}

/* Row for Name & Phone side by side */
.popup-row-custom {
  display: flex;
  gap: 10px;
}

.popup-row-custom input {
  flex: 1;
  margin-bottom: 15px;
}

.popup-submit-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(to right, #ff9800, #ffc107);
  border: none;
  border-radius: 7px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}

.popup-submit-btn:hover {
  background: linear-gradient(to right, #e68900, #ffb300);
}

/* Close button */
.popup-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

@keyframes popupFadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

/* ✅ Responsive Fix */
@media (max-width: 500px) {
  .popup-overlay-custom {
    align-items: flex-start; /* instead of center */
  }

  .popup-box-custom {
    margin-top: 30px; /* space from top */
    max-height: calc(100vh - 60px); /* fit inside screen */
  }

  .popup-row-custom {
    flex-direction: column;
  }
}
Html,body{
Overflow-x:hidden important ;
font-family: "Times New Roman", Times, serif;
}
/* ===== BLOG STYLES ADDED HERE ===== */
.banner-section {
    background: linear-gradient(rgba(122, 15, 15, 0.8), rgba(139, 69, 19, 0.8)), url('images/banner-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: white;
    text-align: center;
}

.banner-heading {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-section {
    padding: 60px 0;
}

.blog-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.blog-img {
    height: 220px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.blog-card:hover .blog-img img {
    transform: scale(1.05);
}

.blog-content {
    padding: 20px;
}

.blog-date {
    color: #7a0f0f;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.blog-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #7a0f0f;
}

.blog-excerpt {
    color: #666;
    margin-bottom: 15px;
}

.read-more {
    color: #8B4513;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.read-more:hover {
    color: #7a0f0f;
}

.read-more i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(5px);
}

.pagination {
    justify-content: center;
    margin-top: 40px;
}

.page-link {
    color: #7a0f0f;
    border: 1px solid #ddd;
}

.page-item.active .page-link {
    background-color: #7a0f0f;
    border-color: #7a0f0f;
}

.sidebar-widget {
    background: white;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.widget-title {
    font-size: 1.3rem;
    color: #7a0f0f;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFD700;
}

.recent-post {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.recent-post-img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
}

.recent-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-post-content h5 {
    font-size: 1rem;
    margin-bottom: 5px;
}

.recent-post-content h5 a {
    color: #7a0f0f;
    text-decoration: none;
}

.recent-post-content h5 a:hover {
    color: #8B4513;
}

.recent-post-date {
    font-size: 0.8rem;
    color: #888;
}

.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.categories-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.categories-list a {
    color: #333;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
}

.categories-list a:hover {
    color: #7a0f0f;
}

.categories-list span {
    background: #f9f5f0;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 0.8rem;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    background: #f9f5f0;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tag:hover {
    background: #7a0f0f;
    color: white;
}

@media (max-width: 768px) {
    .banner-heading {
        font-size: 2.2rem;
    }
}