@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

.font  {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.sacramento-regular {
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
}

.custom-container {
  width: 66%;
  margin: auto;
}

.top-bar {

  color: white;
  text-align: center;
  align-items: center;
  background-color: #8C08A0;
  border-radius: 0px 0px 16px 16px;
}

.social-link {
  text-decoration: none;
  color: var(--background-color);
  background-color: var(--primary-color);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;

}

.hide-logo {
  opacity: 0;

}

.main-header .navbar-brand img {
  width: 65px !important;
}
.second-header .navbar-brand img {
  width: 110px !important;
}

.phone-navbar .navbar-brand img {
  width: 110px !important;
}

.abs-logo {
  position: absolute;
  left: 17px;
  top: -6px;
  z-index: 10;
  width: 150px;
}

.logo2 img {
  width: 90px !important;

}

.top-bar-left ul {
  display: flex;
  justify-content: start;
  align-items: center;
  list-style: none;
  gap: 40px;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
}

.top-bar-right {
  background-color: var(--primary-color);
  display: flex;
  justify-content: end;
  align-items: center;
  list-style: none;
  gap: 10px;
  margin: 0px;
  padding: 0px;
  font-size: 16px;

}

.top-bar-right a {
  text-decoration: none;
  color: var(--background-color);
  font-size: 18px;

}

.top-bar-right i {

  color: var(--primary-color);
  font-size: 16px;
  background-color: var(--background-color);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

/* Smooth scroll for ID-based navigation */
html {
  scroll-behavior: smooth;
}

/* Navbar link */
.nav-link {
  position: relative;

}

/* Hover effect */
.nav-link:hover {
  color: #e63946;
}

/* "New" badge */
.nav-link .new {
  background: #e63946;
  color: #fff;
  font-size: 10px;
  margin-top: -10px;
  padding: 2px 6px;
  border-radius: 12px;
  margin-left: 1px;
  animation: pulse 1.5s infinite;
  /* position: absolute;
    top: -13px;
    right: -6px; */
}

.white-btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: #fff;
  color: #222222;
  /* Text color */
  font-weight: 600;
  border: 2px solid white;
  /* Border color */
  border-radius: 60px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Pulse animation for New badge */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Target section spacing fix (for fixed header) */
#events {
  scroll-margin-top: 100px;
  /* adjust based on header height */
}


.navbar {

  background-color: transparent !important;
  padding: 10px 0px !important;
}

.phone-navbar {
  background-color: white !important;
  position: fixed !important;
  top: 0px !important;
  width: 100%;
  z-index: 9999 !important;
}


.main-header,
.second-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.main-header {
  transform: translateY(0);
  opacity: 1;
  background-color: rgb(255, 255, 255) !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
  border-radius: 0px 0px 20px 20px !important;
}

.second-header {
  transform: translateY(-100%);
  opacity: 0;
}

.main-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header.visible {
  transform: translateY(0);
  opacity: 1;
}

.main-header {
  transform: translateY(0);
  opacity: 1;
}

.main-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header.visible {
  transform: translateY(0);
  opacity: 1;
}


.header2 {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  background: white;
  border-radius: 0px 0px 16px 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.6px);
  -webkit-backdrop-filter: blur(9.6px);
  padding: 6px 0px !important;
  border: 1px solid rgba(255, 255, 255, 0.3);


}

.navbar-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header2 nav {
  padding: 5px;
}



.nav-links i {
  font-size: 12px;
  color: #62A4D2;
}

.nav-link {
  font-size: 16px !important;
  color: var(--text-color) !important;

}

.nav-links ul li a {
  text-decoration: none;
  color: var(--text-color);

  transition: color 0.3s ease;
}


.nav-links ul li a:hover {
  color: #007bff;
}


.nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
}


.custom-navbar {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #0d1117;
  display: flex;
}

/* Nav item */
.custom-item {
  position: relative;
}

/* Nav link */
.custom-link {
  color: var(--primary-color);
  text-decoration: none;

  font-size: 15px;
}

/* Arrow */
.custom-link svg {
  transition: transform 0.3s ease;
}

/* Dropdown box */
.custom-dropdown {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 240px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  padding: 12px 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) scale(0.95);
  transition: all 0.35s ease;
}

/* Dropdown links */
.custom-dropdown li a {
  display: block;
  padding: 12px 20px;
  color: #222;
  text-decoration: none;
  font-size: 14px;
}

.custom-link li a svg {
  transition: transform 0.3s ease;
}

.custom-dropdown li a:hover {
  background: #f0f6ff;
  color: #007bff;
}

/* Align text + icon */
.custom-link {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Chevron default state */
.custom-link svg {
  transition: transform 0.3s ease;
}

/* Rotate chevron when dropdown is active */
.custom-item:hover .custom-link svg {
  transform: rotate(180deg);
}

/* Hover effects */
.custom-item:hover .custom-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.custom-item:hover .arrow {
  transform: rotate(-135deg);
}

.main-btn {
  padding: 13px 28px;
  color: white;
  text-align: center;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(132, 10, 190, 1) 0%, rgba(163, 0, 81, 1) 100.2%);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;

}



.poster {
  height: 630px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(132, 10, 190, 1) 0%, rgba(163, 0, 81, 1) 100.2%);
  margin-top: 140px;
  border-radius: 20px;
  padding: 5px;
  position: relative;
}

.chakra {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 660px;
  animation: rotate360 30s linear infinite;
  opacity: 1;
}


@keyframes rotate360 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.hero-content {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.814);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  padding: 20px 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;


}



/* Chakra stays behind */
.chakra {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 660px;
  animation: rotate360 30s linear infinite;
  z-index: 1;
  /* LOWER */
}

/* Glass box above chakra */
.hero-content {
  position: relative;
  z-index: 2;

}

/* Text always on top */
.hero-text {
  position: relative;
  z-index: 3;
}

.hero-text {

  position: relative;
}

.hero-title {
  font-size: 69px;
  margin: 0px;
  padding: 0px;
  color: #8C08A0;
}

.hero-text h4 {
  font-size: 34px;
  background-color: gold;
  color: rgb(36, 36, 36);
  height: 73px;
  width: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-top: 13px;
  font-family: Georgia, 'Times New Roman', Times, serif;

}

.by-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

}

.hero-text h2 {
  font-size: 49px;
  margin: 0px;
  padding: 0px;
  color: #8C08A0;
  text-transform: uppercase;
}

.hero-subtitle {
  font-size: 21px;
  color: #8C08A0;
  width: 500px;
  margin: auto;

}


.call-to-action-box {
  padding: 20px;
}

/* CSS */
.button-48 {
  appearance: none;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(132, 10, 190, 1) 0%, rgba(163, 0, 81, 1) 100.2%);

  border-width: 0;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: Clarkson, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  font-weight: 600;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 1em 2.2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  text-transform: uppercase;
  transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 50px;
}

.button-48:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #410459;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
  border-radius: 50px;
}

.button-48:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button-48:after {
  background-color: #FFFFFF;
}

.button-48 span {
  z-index: 1;
  position: relative;
}

.tag {
  font-size: 21px;
  background-color: gold;
  color: #5b0254;
  padding: 3px 20px;
  width: max-content;
  border-radius: 50px;
  margin: auto;
  font-size: 15px;
  font-weight: 600;
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;



}


.heading-section {
  width: 100%;

  margin: 40px 0;
}

.heading-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;

}

.heading-section h6 {
  font-size: 66px;
  text-align: center;
  color: #8C08A0;

}

.heading-icon img {
  width: 200px !important;
  height: auto;
  object-fit: contain;
}

/* Decorative lines */
.heading-icon .line {
  width: 180px;
  height: 2px;
  background: linear-gradient(to right,
      transparent,
      #8C08A0,
      transparent);
}


.heading-section2 {
  width: 100%;

  margin: 40px 0;
}

.heading-icon2 {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;

}

.heading-section2 h6 {
  font-size: 66px;
  text-align: center;
  color: white;

}

.heading-icon2 img {
  width: 200px !important;
  height: auto;
  object-fit: contain;
}

/* Decorative lines */
.heading-icon2 .line {
  width: 180px;
  height: 2px;
  background: linear-gradient(to right,
      transparent,
      white,
      transparent);
}

/* Responsive */
@media (max-width: 768px) {
  .heading-icon img {
    width: 40px;
  }

  .heading-icon .line {
    width: 50px;
  }
}


.points-section {
  padding: 5px 0;

}

.point-box-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 5px;
  background: #fef5ff;
  border-radius: 10px;
  padding: 10px
}

.point-box {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  border-radius: 8px;
  text-align: left;
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 10px;
}

.point-box img {
  width: 100px !important;
  margin-right: 0px;
  aspect-ratio: 3 / 2.6;
  object-fit: contain;
}


.point-box h3 {
  font-size: 17px;
  font-weight: 600;
  color: #9E0161;
  margin: 0px;
  padding: 0px;
}

.point-box p {
  font-size: 13px;
  line-height: 1.1;
  color: #555;
}

/* Tablet */
@media (max-width: 992px) {
  .point-box-main {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .point-box-main {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
  }
}

.about-section {
  padding-bottom: 40px;
}

.about-image img {
  border-radius: 10px;
}

.about-content h2 {
  color: #8C08A0;
}


  .service-fluid {
  position: relative;
  padding-bottom: 40px;
/* background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(132,10,190,1) 0%, rgba(163,0,81,1) 100.2% ); */
  overflow: hidden;
  border-radius: 20px;
  
}

.service-data {
  position: relative;
  z-index: 2;
}
.service-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  margin-top: 20px;

}



.service-card:hover .layer {
  opacity: 0.95;
}
.service-card .content {

  padding: 20px 16px;
  text-align: center;

}

.service-card .image img {
  width: 100%;
  margin-bottom: 15px;
  height: 260px;

}


.service-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #8916BC;
  transition: color 0.4s ease;
}

.service-card a {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #8916BC;
  text-decoration: none;
  transition: all 0.4s ease;
}


.service-card a i {
  margin-left: 6px;
  transition: transform 0.4s ease;
}

.service-card:hover a i {
  transform: translateX(6px);
}

 .achievement-section {
    background: #FFFFFF;
    padding-bottom: 40px 
    ;
}

.achievement-box {
    background: linear-gradient(135deg, #8608B6, #9F005D);
    text-align: center;
    padding: 40px 20px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    animation: fadeUp 0.8s ease forwards;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.achievement-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.12);
    opacity: 0;
    transition: 0.4s;
}

.achievement-box:hover::after {
    opacity: 1;
}

.achievement-box h2 {
    font-size: 42px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.achievement-box p {
    font-size: 19px;
    color: #F3E6F8;
    margin: 0;
    font-weight: 500;
}

/* Hover effect */
.achievement-box:hover {
    transform: translateY(-10px) scale(1.02);
}

/* Entry animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 767px) {
    .achievement-box h2 {
        font-size: 36px;
    }
}




@media (max-width: 768px) {
  .heading-section2 h2 {
    font-size: 32px;
  }

  .service-card {
    margin-bottom: 25px;
  }
}


   .review-section {
    background: #ffffff;
    padding-bottom:  40px;
}


/* Review Card */
.review-box {
    padding: 20px;
}

.review {
    background:white !important;
    border-radius: 18px;
    padding: 30px;
    min-height: 260px;
    transition: all 0.4s ease;
    box-shadow: 0 15px 40px rgba(0,0,0,0.18);
    position: relative;
}


/* User Info */
.user-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.user-image {
    width: 60px !important;
    height: 60px;
    border-radius: 50% !important;
    object-fit: cover;
    border: 3px solid  #8608B6;
}

.user-info h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.review-date {
    font-size: 12px;
    opacity: 0.8;
}

/* Stars */
.review-rating {
    margin-top: 4px;
}

.review-rating i {
    color: #FFD700;
    font-size: 14px;
}

/* Review Text */
.review-text {
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.95;
}

/* Center Active Slide Effect */
.owl-item.active.center .review {
    transform: scale(1.05);
    background: linear-gradient(135deg, #9F005D, #8608B6);
}

/* Owl Nav Buttons */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.owl-nav button {
    background: #9F005D !important;
    color: #fff !important;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 18px !important;
    transition: 0.3s;
}

.owl-nav button:hover {
    background: #8608B6 !important;
}

/* CTA Button */
.main-btn {
    display: inline-block;
    background: linear-gradient(135deg, #8608B6, #9F005D);
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.main-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Responsive */
@media (max-width: 767px) {
    .heading-section{
        margin: 0px 0px !important;
    }
    .review {
        min-height: auto;
    }

    .heading-section h6 {
        font-size: 49px;
    }
    .review-section{
            padding-bottom:  00px;
    }
}
 .blog-section {
    background: #ffffff;
    padding: 80px 0;
}

/* Heading */
.heading-section2 {
    text-align: center;
    margin-bottom: 50px;
}

.heading-section2 h2 {
    font-size: 34px;
    color: #9F005D;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Blog item */
.blog-box {
    height: 100%;
    transition: transform 0.3s ease;
}

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

/* Image – clean edge, no card */
.blog-image {
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-box:hover .blog-image img {
    transform: scale(1.08);
}

/* Content */
.blog-content {
    padding-top: 14px;
}

.blog-content h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    color: #111;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.blog-box:hover h5 {
    color: #9F005D;
}

/* Divider – thin editorial line */
.blog-content hr {
    width: 40px;
    border: none;
    height: 2px;
    background: linear-gradient(135deg, #8608B6, #9F005D);
    margin: 10px 0 14px;
}

/* Meta info */
.dated {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #666;
}

.dated p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dated i {
    color: #9F005D;
    font-size: 12px;
}

/* Responsive */
@media (max-width: 991px) {
    .blog-image img {
        height: 200px;
    }
}

@media (max-width: 575px) {
    .heading-section2 h2 {
        font-size: 26px;
    }
}

 .connect-section {
    position: relative;
background: url('/image/bg.jpg');
background-position: center;
background-size: cover;

    padding-bottom: 40px;
    overflow: hidden;
}

.connect-overlay {
    position: absolute;
    inset: 0;
    background: rgba(240, 240, 240, 0.96);
    z-index: 0;
}

.connect-data {
    position: relative;
    z-index: 1;
}

/* Heading */
.connect-section h3 {
    font-size: 32px;
    line-height: 1.3;
}

/* Accordion Container */
#faqAccordion {
    margin-top: 25px;
}

/* Accordion Item */
.accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden;
}

/* Accordion Button */
.accordion-button {
    background: #ffffff;
    color: #9F005D;
    font-weight: 600;
    font-size: 15px;
    padding: 18px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #8608B6, #9F005D);
    color: #ffffff;
}

/* Remove default arrow bg */
.accordion-button::after {
    filter: brightness(0.6);
}

/* Accordion Body */
.accordion-body {
    background: #ffffff;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    padding: 20px;
    border-radius: 0 0 12px 12px;
}

/* Image Styling */
.connect-section img {
    border-radius: 18px;
   width: 100% !important;
   
}

/* Image Animation */
@keyframes floatImg {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

/* Responsive */
@media (max-width: 991px) {
    .connect-section {
        padding: 60px 0;
    }

    .connect-section h3 {
        font-size: 26px;
        text-align: center;
    }

    .connect-section img {
        margin-top: 30px;
    }
}

.custom-breadcrumb-list {
    display: flex;
    gap: 8px;
    
}

.custom-breadcrumb-list li:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    color: #ccc;
}

.custom-breadcrumb-list .current {
    color: #fff;
    font-weight: 600;
}
 .astrology-why {
  position: relative;
  padding-bottom:40px;
  background: linear-gradient(135deg, #1b0b2e, #2c124f);
  color: #fff;
  overflow: hidden;
}

.astro-overlay {
  position: absolute;
  inset: 0;
  background: url('/icons/stars-bg.png') repeat;
  opacity: 0.08;
}

.why-choose-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.subtitle {
  color: #ddd;
  margin-bottom: 40px;
  font-style: italic;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.features-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: rgba(255, 255, 255, 0.08);
  padding: 18px 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  text-align: left;
  backdrop-filter: blur(6px);
}

.features-list .icon {
  font-size: 26px;
  color: #f4d47c;
}

.features-list h4 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #fff;
}

.features-list p {
  margin: 0;
  font-size: 14px;
  color: #ddd;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.astrology-why .main-btn {
  background: linear-gradient(135deg, #f4d47c, #e3b94f);
  color: #2c124f;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  border: none;
  transition: 0.3s;
}

.astrology-why .main-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.outline-btn {
  border: 2px solid #f4d47c;
  color: #f4d47c;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.outline-btn:hover {
  background: #f4d47c;
  color: #2c124f;
}


/* Blog Section Styling */
.blog-section {
    background-color: #ffffff;
    padding: 60px 0;
}

.heading-section2 h2 {
    color: #333;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
}

/* Card Container */
.blog-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(153, 2, 114, 0.1); /* Subtle brand-colored glow */
    border-color: #990272;
}

/* Image Styling */
.blog-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

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

.blog-box:hover .blog-image img {
    transform: scale(1.1);
}

/* Content Styling */
.blog-content {
    padding: 20px;
    flex-grow: 1;
}

.blog-content h5 {
    font-size: 1.1rem;
    line-height: 1.4;
    height: 3em; /* Limits height for alignment */
    overflow: hidden;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.blog-box:hover .blog-content h5 {
    color: #990272 !important;
}

.blog-content hr {
    border-top: 2px solid #990272;
    width: 40px;
    margin: 15px 0;
    opacity: 1;
}

/* Meta Data (Date/Icons) */
.dated {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #666;
}

.dated i {
    color: #990272;
    margin-right: 5px;
}

.dated p {
    margin: 0;
}
/* Layout Container */
.service-detail-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 60px 0;
}

.service-header {
    flex: 1;
    min-width: 300px;
}

/* Main Content Styling */
.service-page-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.service-contents h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #222;
}

.service-contents p span, 
.service-contents p {
    color: #666;
}

/* Sidebar Styling */
.sidebar {
    width: 350px;
}

.sidebar h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 4px solid #990272; /* Brand accent */
}

.sidebar ul {
    list-style: none;
}

.sidebar li {
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.sidebar li a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #444;
    font-weight: 500;
}

/* Sidebar Hover Effects */
.sidebar li:hover {
    border-color: #990272;
    background-color: #fdf7fb; /* Very light brand tint */
    transform: translateX(5px);
}

.sidebar li:hover a {
    color: #990272;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .sidebar {
        width: 100%;
    }
}
.clr{
color: #990272; /* Brand accent */;
text-align: center;
text-transform: uppercase;

}
   .phone-navbar{
    display: none !important;
   }

/* Responsive Adjustments */
@media (max-width: 756px) {
    .main-header{
      display: none;

    }
    .second-header{
      display: none;
    }
    .custom-breadcrumb-section{
        padding-top: 130px !important;
    }
   .phone-navbar{
    display: block !important;
   }
   .hero-title{
    font-size: 45px;
   }
   .by-box{
    flex-direction: column;
   }
   .hero-text h4{
    height: 30px;
    width: 39px;
    font-size: 17px;;
   }
   .chakra{
    display: none;
   }
   .hero-text h2{
    font-size: 31px;
   }
   .hero-subtitle{
    width: 100%;
    font-size: 15px;
   }
   .poster{
    margin-top: 100px;;
   }
   .poster{
    height: auto;
   }
    .astrology-why{
        padding-bottom: 20px;
    }
}

