@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
*{
    font-family: "Outfit", sans-serif;
}

body{
    margin:0;
    padding:0;
    font-family: "Outfit", sans-serif;
}
.topbar{
    background-color:#540351!important;
}
.navbar.sticky-top {
  background-color: #fff;
  z-index: 1030;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.as_breadcrum_wrapper
 {
    padding: 120px 0 140px!important;
   
}
.navbar-brand img {
      width: 300px;
      margin-right: 10px;
      transition: width 0.3s ease;
    }

    .navbar {
      background-color: #fff;
      z-index: 1030;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
          padding: 4px 0;
    }

    .navbar-shrink {
      padding: 10px 0 !important;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

   
.navbar-shrink .navbar-brand img {
  width: 200px !important;
}

    .navbar-nav .nav-link {
      color: #5b175d !important;
      font-weight: 500;
      font-family: "Outfit", sans-serif;
      font-size: 18px;
    }

    .navbar-nav .nav-link:hover {
      color: #E38127 !important;
    }

    .dropdown-menu {
      background-color: #fff;
      border: none;
      border-radius: 0;
    }

    .dropdown-item {
      font-family: "Outfit", sans-serif;
      color: #5b175d;
    }

    .dropdown-item:hover {
      background-color: #f8e0c6;
      color: #E38127;
    }

    /* Hover dropdown only on desktop */
    @media (min-width: 992px) {
      .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
      }
    }
    .astro-banner {
            background: url('../images/home-page-banner.jpg') no-repeat center center/cover;
            position: relative;
            color: white;
            padding: 30px 0;
            text-align: center;
            min-height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .astro-banner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 50, 0.7); /* Dark overlay for readability */
            z-index: 1;
        }

        .astro-banner .container {
            position: relative;
            z-index: 2;
        }

        .astro-banner h1 {
            font-size: 3rem;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        .astro-banner p {
            font-size: 1.25rem;
            margin-bottom: 1.5rem;
        }

        .astro-banner .regular-btn:hover {
            background-color: #b402ad;
        }
        .banner-text{
            text-align:left;
        }
        .regular-btn{
           background-color: #E38127; /* Purple for mystical vibe */
           color:white;
            border: none;
            padding: 10px 30px;
            font-size: 1.1rem;
            transition: background-color 0.3s ease;
        }

        @media (max-width: 768px) {
            .astro-banner h1 {
                font-size: 2rem;
            }

            .astro-banner p {
                font-size: 1rem;
            }
        }

   .about-section {
      position: relative;
       background: url('../images/image-6.png') no-repeat center center;
      background-size: cover;
      display: flex;
      align-items: center;
      color: #000;
      padding: 40px 0 0;
      z-index: 1;
    }

    /* Overlay */
    .about-section::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background-color: #FBFBF0;
      opacity: 0.6;
      z-index: -1;
    }

    .about-left h4 {
      font-weight: 600;
      border-left: 4px solid #b300ac;
      padding-left: 10px;
    }

    .about-left p {
      font-size: 0.95rem;
    }

    .experience-box {
      text-align: center;
    }

    .experience-box h2 {
      font-size: 48px;
      font-weight: bold;
      margin-bottom: 0;
    }

    .experience-box span {
      font-size: 14px;
      display: block;
      margin-top: -5px;
      letter-spacing: 1px;
    }

    .btn-rounded {
      border: 1px solid #000;
      border-radius: 50px;
      padding: 8px 30px;
      background-color: transparent;
      display: inline-block;
      margin-top: 20px;
    }

    .astro-img {
        width:600px;
      /*max-width: 100%;*/
      height: auto;
      z-index: 1;
      position: relative;
    }
    .horoscope-section {
      background: linear-gradient(to bottom, #fefefb, #f9bff3);
      position: relative;
      padding: 80px 0;
    }

    .horoscope-heading {
      font-size: 24px;
      font-weight: 700;
      color: #29292f;
      border-left: 4px solid #C000C0;
      padding-left: 10px;
      margin-bottom: 15px;
    }

    .horoscope-description {
      color: #333;
      font-size: 15px;
      max-width: 420px;
    }

    .zodiac-card {
      position: relative;
      text-align: center;
    }

    .zodiac-card img.card-img {
      width: 100%;
      z-index: 2;
      position: relative;
    }

    .zodiac-card img.chart-img {
      position: absolute;
      bottom: -30px;
      left: 50%;
      transform: translateX(-50%);
      width: 300px;
      z-index: 1;
      opacity: 0.8;
    }

    /* Optional decorative SVG elements */
    .decorative-star {
      position: absolute;
      top: 0%;
      right: 0%;
      opacity: 0.7;
    }

    .decorative-sun {
      position: absolute;
      bottom: 0%;
      right: 0%;
      opacity: 0.5;
    }

     .services-section {
      padding: 80px 0;
      background-color: #fffff9;
    }

    .services-section h3 {
      font-size: 24px;
      font-weight: 700;
      border-left: 4px solid #000;
      padding-left: 10px;
      margin-bottom: 10px;
    }

    .services-section p {
      max-width: 400px;
      font-size: 15px;
      color: #444;
    }

    .swiper {
      padding: 50px 0;
    }

    .swiper-slide {
      width: 250px;
      transition: transform 0.4s ease, filter 0.4s ease;
      filter: brightness(0.5);
      transform: scale(0.85);
      border-radius: 16px;
      overflow: hidden;
      position: relative;
      text-align: center;
    }

    .swiper-slide-active {
      transform: scale(1);
      filter: brightness(1);
      z-index: 2;
    }

    .card-img {
      width: 100%;
      object-fit: cover;
    }

    .card-overlay {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      padding: 20px 0;
    }

    .swiper-slide-active .card-overlay {
      background: linear-gradient(to top, #9b03aa, #370078);
    }

    .card-title {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
    }

    .btn-oval {
      width: 50px;
      height: 20px;
      border: 1px solid #fff;
      border-radius: 30px;
      margin: 10px auto 0;
    }
.testimonials-section {
  background: linear-gradient(to bottom, #fefefb, #f9bff3);
  padding: 100px 0 80px;
  text-align: center;
  position: relative;
}

/* CURVE SVG */
.curve-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  z-index: 1;
}

/* CONTAINER */
.testimonial-wrapper {
  position: relative;
  height: 200px;
  margin-top: 80px;
  margin-bottom: 60px;
}

.testimonial-slider-container {
  position: absolute;
  bottom: 30px; /* aligns images on curve */
  width: 100%;
  left: 0;
  z-index: 2;
}

/* Common style for all testimonial items */
.owl-carousel .testimonial-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.4s ease;
  z-index: 1;
}

/* Active item - raised and full opacity */
.testimonial-active {
  transform: translateY(-50px) scale(1.05);
  z-index: 2;
}

/* Non-active items - lowered and dimmed */
.testimonial-inactive {
  transform: translateY(20px) scale(0.85);
  opacity: 0.5;
  z-index: 1;
}


/* TESTIMONIAL IMAGE CIRCLE */
.testimonial-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all 0.3s ease;
}

/* ENLARGE ACTIVE CIRCLE */
.owl-carousel .center .testimonial-circle {
  width: 150px;
  height: 150px;
}

/* IMAGE STYLE */
.testimonial-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TESTIMONIAL TEXT BELOW */
.testimonial-text-box {
  border-radius: 12px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.testimonial-content {
  font-size: 18px;
  font-style: italic;
  color: #333;
}

.testimonial-author {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: #000;
}


  @media (max-width: 768px) {
    .curve-svg {
      display: none;
    }
  }
     .blog-section {
      padding: 40px 0;
      /*background-color: #FDF9F7;*/
    }

    .blog-section h2 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 40px;
    }

    .blog-card {
      border: 1px solid #eee;
      padding: 20px;
      background-color: #fff;
      height: 100%;
      transition: box-shadow 0.3s ease;
    }
    .blog-card a{
        color:black!important;
        text-decoration: none;
    }

    .blog-card:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }

    .blog-card img {
      width: 100%;
      object-fit: cover;
      margin-bottom: 15px;
    }

    .blog-card h5 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .blog-card p {
      font-size: 14px;
      color: #555;
    }
    .blog-content p{
        text-align:justify!important;
    }

    .read-more-btn {
      margin-top: 40px;
    }

    .btn-outline-dark {
      border-color: #E38127;
      color: #dc3545;
    }

    .btn-outline-dark:hover {
      background-color: #E38127;
      color: #fff;
      border:#E38127;
    }
    .counter-section {
          background-color: #b300ac6b;
      background-image: url('../images/Shutterstock-OiPFtX6z5J-3.png'); /* Optional: Add your background pattern */
      background-repeat: repeat;
      padding: 60px 0;
      border-radius: 15px;
      color: #E38127;
    }

    .counter-circle {
      background-color: #fff;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      margin: 0 auto;
      padding: 20px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }

    .counter-number {
      font-size: 28px;
      font-weight: 700;
      color: #b300ac;
    }

    .counter-label {
      font-size: 14px;
      font-weight: 500;
      color: #b300ac;
      margin-top: 8px;
    }

    @media (max-width: 767px) {
      .counter-circle {
        width: 120px;
        height: 120px;
        padding: 15px;
      }

      .counter-number {
        font-size: 22px;
      }

      .counter-label {
        font-size: 12px;
      }
    }
      .consultation-section {
      padding: 60px 0;
      background-color: #fff;
    }

    .video-box {
      background: url('../images/ast-compressed.webp') no-repeat center center;
      background-size: cover;
      border: 2px solid #ce9875;
      border-radius: 12px;
      padding: 20px;
      text-align: center;
      position: relative;
      min-height: 330px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .video-box h5 {
      font-size: 22px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 15px;
    }

    .video-box .play-button {
      background-color: #E38127;
      color: #fff;
      font-size: 22px;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 10px auto;
    }

    .video-box .watch-text {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    }

    .video-box .person-image {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 130px;
      height: auto;
      border-radius: 0 0 12px 0;
    }

    .section-heading {
      color: #E38127;
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .section-desc {
      font-size: 15px;
      color: #333;
    }

    .legacy-box {
      display: flex;
      align-items: center;
      margin-top: 30px;
    }

    .legacy-box img {
      width: 40px;
      margin-right: 10px;
    }

    .legacy-text {
      color: #E38127;
      font-weight: 700;
    }

    .legacy-subtext {
      font-size: 14px;
      color: #444;
    }
    
  @media screen and (max-width: 480px) {
  .navbar-brand img {
    width: 213px;
    margin-right: 10px;
    transition: width 0.3s ease;
}
.testimonial-wrapper {
    height: 162px;
    margin-top:0;
    margin-bottom:0;
}
.testimonial-wrapper .owl-dots{
    display:none!important;
}
.banner-text {
    margin-bottom: 30px;
}
.about-section {
    padding: 20px;
}
.decorative-sun {
    bottom: 0%;
}
.services-section {
    padding: 30px 0;
}
.testimonials-section {
padding: 30px 0 30px;
}
.testimonial-circle {
    width: 84px!important;
    height: 84px!important;
}
.blog-section {
    padding: 49px 0;
}
.as_padderBottom40 {
    padding-bottom: 10px;
}
.as_breadcrum_wrapper
 {
 padding: 80px 0 125px;
}
}  
    