@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif !important;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1140px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}


.wrapper {
  overflow-x: hidden;
}

/* 
.header-area {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
} */

/* .custom-navbar.scrolled {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
} */

/* topbar-area-css-start */


.topbar {
  width: 100%;
  padding: 10px 0px;
  background: linear-gradient(135deg, #bf714d, #853256, #3a0ca3);
  border-bottom: 1px solid #ffffff3a;
  overflow: hidden;
}

/* LEFT SIDE (same) */
.topbar-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ph-number {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ph-icon {
  font-size: 13px;
  color: #fff;
}

.ph-text {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}

/* RIGHT SIDE TEXT SCROLL */
.topbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

/* Moving Text */
.scroll-text {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.scroll-text span {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding-left: 100%;
  animation: scrollLeft 20s linear infinite;
}

/* Animation */
@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}


@media (max-width: 775px) {


  .topbar-left {
    display: none;
  }


}

/* topbar-area-css-end */



/* Navbar Background Gradient */

.custom-navbar {
  background: linear-gradient(135deg, #bf714d, #853256, #3a0ca3);
  padding: 10px 0;
}

/* Navbar default */
.custom-navbar {
  position: relative;
  transition: all 0.3s ease;
}

/* When scrolled */
.custom-navbar.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: linear-gradient(135deg, #bf714d, #853256, #3a0ca3);
  /* backdrop-filter: blur(10px); */
}

/* Hide topbar smoothly */
.topbar.hide {
  transform: translateY(-100%);
  transition: 0.3s;
}

/* Logo */
.logo {
    width: 215px;
    height: auto;
    margin-bottom: -9px;
    margin-left: -48px;
    margin-top: -9px;
}

@media (max-width:768px) {
  .logo {
    width: 135px;
    height: auto;
    margin-bottom: -7px;
    margin-left: -17px;
    margin-top: -4px;
  }
}

/* Nav Links */
.navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0 5px;
  position: relative;
  transition: 0.3s;
  padding: 0;
  margin: 0;
  /* border: 2px solid #fff;
    border-radius: 30px;
    overflow: hidden; */
}

.navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0px !important;
}

.nav-item {
  padding: 0;
  margin: 0;
}

/* Hover Effect */
.navbar-nav .nav-link:hover {
  color: #fff;
}

/* Underline Animation */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #ffd700;
  left: 0;
  bottom: -2px;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.button-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.talk {
  padding: 8px 10px;
  border: 1px solid #fff;
  border-radius: 8px;
  outline: 0;
  font-size: 14px;
  color: #fff;
  background-color: #b96a4e;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
}

.talk:hover {
  background-color: #853256;
  color: #fff;
  transition: 0.3s;
}

.kunduli {
  padding: 8px 15px;
  border: 1px solid #fff;
  border-radius: 8px;
  outline: 0;
  font-size: 14px;
  color: #fff;
  background-color: #b96a4e;
  font-weight: 600;
}

.kunduli:hover {
  background-color: #853256;
  color: #fff;
  transition: 0.3s;
}

.navbar-toggler {
  border: var(--bs-border-width) solid #fff !important;
}

/* Offcanvas */
.custom-offcanvas {
  background: linear-gradient(135deg, #6a4c93, #1a1f5c, #3a0ca3);
  width: 260px;
}

.custom-offcanvas .nav-link {
  color: #fff;
  margin-bottom: 10px;
}

.custom-offcanvas .nav-link:hover {
  color: #ffd700;
  padding-left: 5px;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px !important;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 10px !important;
  overflow-y: auto;
}


.contact-info {
  /* margin-top: 8%; */
  text-align: left;
  border: 1px solid #fff;
  padding: 5% 3%;
  box-shadow: 0px 0px 15px #ffffff26;
  border-radius: 8px;
  margin: 3%;
}

.contact-info h6 {
  text-decoration: underline solid 2px;
  text-underline-offset: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  margin: 0px 0px 20px;
}

.contact-ph {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.contact-icon {
  font-size: 14px;
  color: #fff;
}

.contact-text-box {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}


/* Mobile Style */
@media (max-width: 991px) {
  .navbar-nav {
    background: #dc35458c;
    padding: 15px;
    border-radius: 10px;
  }

  .nav-link {
    margin: 8px 0;
  }

  .navbar-nav .nav-link {
    margin: 10px 10px;
  }

}

@media (max-width: 775px) {


  .button-area {
    display: none;
  }
}

/* navbar-area-end */

/* HERO SECTION */
.hero-section {
  width: 100%;
  min-height: 500px;
  background: url("../img/banner/banner01.webp") no-repeat center/cover;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Overlay */
.hero-overlay {
  width: 100%;
  min-height: 500px;
  background: rgba(0, 0, 0, 0.6);
  padding: 60px 0;
}

/* Content */
.hero-content {
  color: #fff;
}

.hero-content h5 {
  font-size: 18px;
  letter-spacing: 2px;
}

.hero-content h1 {
  font-size: 52px;
  font-weight: 700;
  color: #c77dff;
  margin: 10px 0;
}

.hero-content p {
  font-size: 20px;
  margin-bottom: 20px;
}

/* Button */
.hero-btn {
  display: inline-block;
  padding: 10px 25px;
  background: linear-gradient(135deg, #853256, #6a4c93);
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s;
}

.hero-btn:hover {
  background: linear-gradient(135deg, #bf714d, #853256);
}

/* Chakra Image */
.hero-img {
  max-width: 350px;
  width: 100%;
  animation: rotateCircle 20s linear infinite;
  filter: drop-shadow(0 0 20px rgba(140, 82, 255, 0.6));
}

/* Animation */
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 992px) {

  .hero-section {
    min-height: 450px;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-img {
    max-width: 250px;
    margin-top: 20px;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .hero-section {
    min-height: 200px;
    background-repeat: no-repeat;
    height: 150px;
  }

  .hero-overlay {
    /* padding: 40px 0; */
    min-height: 260px;
    background: #00000059;
  }

  .hero-content h1 {
    font-size: 30px;
    color: #fff;
  }

  .hero-content h5 {
    font-size: 10px;
    font-weight: 600;
    color: #f53131;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-btn {
    padding: 8px 20px;
    font-size: 13px;
    display: none;
  }

  /* ✅ SAME layout, just smaller */
  .hero-img {
    max-width: 180px;
    margin-top: -136px;
  }
}

/* hero-text-css-end */


/* banner-css-start */
.banner-area {
  position: relative;
  /* margin-top: 8%; */
}

.banner {
  position: relative;
  width: 100%;
  height: 500px;
}

.banner-gallery {
  position: relative;
}

.banner-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000054;
}

.banner-img1 {
  width: 100%;
  height: 500px;
  background-image: url(../img/banner/banner01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-img2 {
  width: 100%;
  height: 500px;
  background-image: url(../img/banner/astro02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-img3 {
  width: 100%;
  height: 500px;
  background-image: url(../img/banner/astro03.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-img4 {
  width: 100%;
  height: 500px;
  background-image: url(../img/banner/astro04.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-gallery .owl-nav {
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 40%;
  margin-left: 3%;
  z-index: 999;
}

.banner-gallery .owl-nav .owl-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff !important;
  transition: 0.3s;
  z-index: 999;
}

.banner-gallery .owl-nav .owl-prev span {
  font-size: 40px;
  color: #fff;
  margin-bottom: 23%;
  transition: 0.3s;
  z-index: 999;
}

.banner-gallery .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff !important;
  transition: 0.3s;
  z-index: 999;
}

.banner-gallery .owl-nav .owl-next span {
  font-size: 40px;
  color: #fff;
  margin-bottom: 23%;
  transition: 0.3s;
  z-index: 999;
}




.banner-gallery .owl-nav .owl-next:hover {
  background-color: #3a0ca3 !important;
  border: 2px solid #853256 !important;
  transition: 0.3s;
}

.banner-gallery .owl-nav .owl-next:hover span {
  color: #fff;
  transition: 0.3s;
}

.banner-gallery .owl-nav .owl-prev:hover {
  background-color: #3a0ca3 !important;
  border: 2px solid #853256 !important;
  transition: 0.3s;
}

.banner-gallery .owl-nav .owl-prev:hover span {
  transition: 0.3s;
  color: #fff;
}

@media (max-width: 768px) {

  .banner-area {
    position: relative;
    /* margin-top: 25%; */
  }

  .banner-img1 {
    width: 100%;
    height: 350px !important;
  }

  .banner-img2 {
    width: 100%;
    height: 350px;
  }

  .banner-img3 {
    width: 100%;
    height: 350px;
  }

  .banner-img4 {
    width: 100%;
    height: 350px;
  }

  .banner-gallery .owl-nav .owl-prev span {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15%;
    transition: 0.3s;
  }

  .banner-gallery .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff !important;
    transition: 0.3s;
  }

  .banner-gallery .owl-nav .owl-next span {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15%;
    transition: 0.3s;
  }

  .banner-gallery .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff !important;
    transition: 0.3s;
  }
}

/* banner-css-end */

/* banner-two-css-start */

.banner-area-two {
  position: relative;
  margin-top: 5%;
}

.banner {
  position: relative;
  width: 100%;
  height: 500px;
}

.banner-gallery-two {
  position: relative;
}

.banner-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000054;
}


.banner-gallery-two .owl-nav {
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 40%;
  margin-left: 3%;
  z-index: 999;
}

.banner-gallery-two .owl-nav .owl-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff !important;
  transition: 0.3s;
  z-index: 999;
}

.banner-gallery-two .owl-nav .owl-prev span {
  font-size: 40px;
  color: #fff;
  margin-bottom: 23%;
  transition: 0.3s;
  z-index: 999;
}

.banner-gallery-two .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff !important;
  transition: 0.3s;
  z-index: 999;
}

.banner-gallery-two .owl-nav .owl-next span {
  font-size: 40px;
  color: #fff;
  margin-bottom: 23%;
  transition: 0.3s;
  z-index: 999;
}




.banner-gallery-two .owl-nav .owl-next:hover {
  background-color: #3a0ca3 !important;
  border: 2px solid #853256 !important;
  transition: 0.3s;
}

.banner-gallery-two .owl-nav .owl-next:hover span {
  color: #fff;
  transition: 0.3s;
}

.banner-gallery-two .owl-nav .owl-prev:hover {
  background-color: #3a0ca3 !important;
  border: 2px solid #853256 !important;
  transition: 0.3s;
}

.banner-gallery-two .owl-nav .owl-prev:hover span {
  transition: 0.3s;
  color: #fff;
}

@media (max-width: 768px) {

  .banner-area-two {
    position: relative;
    margin-top: 20%;
  }



  .banner-gallery-two .owl-nav .owl-prev span {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15%;
    transition: 0.3s;
  }

  .banner-gallery-two .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff !important;
    transition: 0.3s;
  }

  .banner-gallery-two .owl-nav .owl-next span {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15%;
    transition: 0.3s;
  }

  .banner-gallery-two .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff !important;
    transition: 0.3s;
  }
}

.banner-img1 {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center;
}

/* Overlay layer */
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* Dark gradient overlay */
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7));

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  padding: 20px;
}

/* Content box */
.banner-content {
  color: #fff;
  max-width: 700px;
  animation: fadeInUp 1s ease;
}

/* Title styling */
.banner-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

/* Decorative image */
.chakro {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.chakro img {
  width: 80px;
  opacity: 0.8;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* banner-two-css-end */

/* Astro features */
.astro_features {
  padding: 30px 0;
  /* background: linear-gradient(270deg, #2b1c21, #4a3666, #02758a); */
  background-color: #f0ffff;
  background-size: 600% 600%;
  animation: gradientMove 10s ease infinite;
}

.astro_features a {
  text-decoration: none !important;
}

/* CARD */
.astro_box {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  padding: 46px 0;
  text-align: center;
  color: #000000;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2),
    inset 0 0 10px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  width: 74%;
  border: 1px solid #d9d9d9;
}

.astro_box:hover {
  transform: translateY(-8px) scale(1.03);

  background: rgba(255, 255, 255, 0.18);

  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(199, 125, 255, 0.4);
  /* purple glow */
}

/* ICON */
.astro_box i {
  font-size: 38px;
  color: #58356c;
  margin-bottom: 19px;
  transition: 0.3s;
}

.astro_box:hover i {
  color: #382929;
  transform: scale(1.2) rotate(8deg);
}

.astro_box h6 {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.5px;
  margin-top: 15px;
}


/* ACTIVE CLICK EFFECT */
.astro_box:active {
  transform: scale(0.95);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .astro_box {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 15px;
    padding: 25px 0;
    text-align: center;
    color: #000000;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2),
      inset 0 0 10px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid #d9d9d9;
  }

  .astro_box i {
    font-size: 24px;
  }

  .astro_box h6 {
    font-size: 14px;
  }
}


.ripple {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: scale(0);
  animation: rippleEffect 0.6s linear;
}

@keyframes rippleEffect {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* Astro feature exit */

/* our-best-astrologer-css-start */
/* Section */
.astro-team {
  padding-top: 50px;
  color: #fff;
}

.astro-team p {
  color: #000;
}

.team-title {
  font-size: 36px;
  color: #3a0ca3;
  font-weight: 600;
}

/* Title */
.team-title span {
  color: #853256;
}

/* Flip Card */
.flip-card {
  perspective: 1000px;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 260px;
  transition: 0.6s;
  transform-style: preserve-3d;
}

.flip-front a {
  background-color: #873456;
  text-decoration: none;
  color: #fff;
  padding: 8px 20px;
  margin-top: 20px;
}

/* FRONT + BACK */
.flip-front {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  border-radius: 15px;
  padding: 15px;
  /* Glass effect */
  background: rgb(58 12 163);
  backdrop-filter: blur(10px);
}

/* FRONT */
.flip-front img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
}

.flip-front h6 {
  margin: 8px 0px 5px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.flip-front p {
  margin: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

/* BACK */
.flip-back {
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Rating */
.rating {
  color: gold;
  font-size: 14px;
  margin-bottom: 20px;
}

/* Buttons */
.book-btn {
  background: #c77dff;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  color: #fff;
  margin: 8px 0;
}

/* Contact buttons */
.contact-btns a {
  margin: 0 5px;
  color: #fff;
  font-size: 16px;
}

/* Modal */
.astro-modal {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 12px;
}

.modal-img {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.modal-btn {
  display: inline-block;
  margin: 5px;
  padding: 6px 12px;
  background: #6a4c93;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}

/* Hover */
.flip-front:hover,
.flip-back:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media(max-width:768px) {
  .flip-inner {
    height: 240px;
  }

  .flip-front h6 {
    margin: 5px 0px 2px;
    font-size: 14px;
  }

  .flip-front p {
    font-size: 12px;
  }

  .rating {
    color: gold;
    font-size: 12px;
  }

  .team-title {
    font-size: 25px;
  }


}

/* our-best-astrologer-css-end */


/* zodic-css-start */

.zodiac-section {
  background: #3a0ca314;
  padding: 80px 0;
  text-align: center;
}

/* Title */
.zodiac-title {
  font-size: 34px;
  font-weight: 600;
  color: #3a0ca3;
}

.zodiac-title span {
  font-weight: 700;
  color: #853256;
}

/* Subtitle */
.zodiac-subtitle {
  font-size: 14px;
  color: #000;
  margin-bottom: 40px;
  font-weight: 500;
}

/* Card */
.card .dashboard_btn {
  background-color: blue;
  color: #fff;
}

.zodiac-card {
  position: relative;
  margin: 2% 10%;
  padding: 10px 0px;
  border-radius: 15px;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #3a0ca3, #853256, #bf714d);
  color: #fff;
  transition: 0.4s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}


/* Image */
.zodiac-card img {
  width: 80px;
  /* margin-bottom: 10px; */
  transition: 0.4s ease;
}

/* Text */
.zodiac-card h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0;
  color: #fff;
}

.zodiac-card p {
  font-size: 13px;
  color: #f1f1f1;

}

/* ✨ Hover Effects */
.zodiac-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #3a0ca3, #6a4c93, #a29bfe);
  transition: 0.4s;
}


/* Icon Animation */
.zodiac-card:hover img {
  transform: scale(1.15) rotate(5deg);
}

/* ✨ Optional Border Glow */
.zodiac-card:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Responsive Improvements */
@media (max-width: 768px) {
  .zodiac-card {
    /* padding: 20px 10px; */
  }

  .zodiac-card img {
    width: 60px;
  }

  .zodiac-card {
    margin: 0%;
    padding: 10px 0px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .zodiac-title {
    font-size: 24px;
  }

}

/* zodic-css-end */


/* full-service-css-start */

/* Section */
.full-service {
  padding: 80px 0;
  background: #f0ecf8;
}

/* Title */
.service-title {
  font-size: 34px;
  font-weight: 600;
  color: #3a0ca3;
  text-align: center;
  margin-bottom: 16px;
}

.service-title span {
  color: #853256;
  font-weight: 700;
}

.service-subtitle {
  font-size: 14px;
  color: #000;
  margin-bottom: 50px;
}

/* Card */
.astrologer-detalis {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 15px 15px 36px 15px;
  text-align: center;
  border: 1px solid #3a0ca3;
}

.astrologer-detalis:hover {
  background: linear-gradient(135deg, #6a4c93, #3a0ca3);
  transition: 0.3s;
}

/* Image */
.astrologer-icon {
  position: relative;
  overflow: hidden;
  width: 55%;
  text-align: center;
  margin: auto;
}

.astrologer-icon img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.4s;
}

.astrologer-detalis h4 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  transition: 0.3s;
}

.astrologer-detalis:hover h4 {
  color: #fff;
  transition: 0.3s;
}

.astrologer-detalis p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  padding-bottom: 10px;
  transition: 0.3s;
}

.astrologer-detalis:hover p {
  color: #fff;
  transition: 0.3s;
}

.view-all {
  padding: 10px 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background-color: #3a0ca3;
  border-radius: 20px;
  transition: 0.3s;
  text-align: center;
  /* margin-top: 10px; */
}

.view-all:hover {
  color: #000;
  background-color: #fff;
  transition: 0.3s;
}

.astrologer-detalis:hover .view-all {
  color: #000;
  background-color: #fff;
  transition: 0.3s;
}




.service-content h5 {
  font-size: 16px;
  font-weight: 600;
}

.service-content p {
  font-size: 13px;
  color: #000;
}

.service-content a {
  color: #3a0ca3;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
}

/* Hover Effects */
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-card:hover img {
  transform: scale(1.1);
}

/* Button */
.view-btn {
  background: #3a0ca3;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.view-btn:hover {
  background: #853256;
}

/* Responsive */
@media (max-width: 768px) {
  .service-title {
    font-size: 29px;
  }
}


/* most-service-css-end */

/* horoscope-area-css-start */

/* .horoscope-area {
  padding: 0px 0px;
  margin: 100px 0px;
  background-color: #3a0ca3;
}
.horoscope-img-area{
  background-image: url(../img/horoscope.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50%;
}
.horoscope-text{
  position: relative;
} */


/* SECTION BACKGROUND */
.horoscope-section {
  position: relative;
  padding: 100px 0;
  background: #fff;
  overflow: hidden;
}

/* Purple Side Bands */
.horoscope-section::before,
.horoscope-section::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50%;
  height: 200px;
  background: #3a0ca3;
  transform: translateY(-50%);
  z-index: 0;
}

.horoscope-section::before {
  left: 0;
}

.horoscope-section::after {
  right: 0;
}

/* CENTER CARD */
.horoscope-box {
  position: relative;
  padding: 60px 40px;
  border-radius: 12px;
  color: #fff;
  overflow: hidden;
  z-index: 1;

  background: url(../img/horoscope.webp) center/cover no-repeat;
}

/* DARK OVERLAY */
.horoscope-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
}

/* TEXT LAYER */
.horoscope-box * {
  position: relative;
  z-index: 1;
}

/* TEXT STYLES */

.item2 h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}

.item2 h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.item2 p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* BUTTON */
.horoscope-btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, #3a0ca3, #6a4c93);
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
  border: 0;
  outline: 0;
  margin-bottom: 30px;
}

.horoscope-btn:hover {
  transform: scale(1.05);
}

/* DOTS */


.horoscope-text {
  position: relative;
}

.horoscope-text .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 108%;
  gap: 5px;
  /* margin-left: 3%; */
}

.horoscope-text .owl-dots .owl-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 8px;
  border-radius: 15px;
  /* border: 2px solid #fff !important; */
  transition: 0.3s;
  background: linear-gradient(135deg, #3a0ca3, #6a4c93);
}

.horoscope-text .owl-dots .owl-dot.active {
  font-size: 40px;
  color: #fff;
  transition: 0.3s;
  background: linear-gradient(135deg, #d2baf7, #dbcdf0, #f5f3f8);
}







/* 📱 RESPONSIVE */
@media (max-width: 992px) {
  .main-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .horoscope-section {
    padding: 70px 0;
  }

  .horoscope-section::before,
  .horoscope-section::after {
    height: 120px;
  }

  .horoscope-box {
    padding: 40px 20px;
  }

  .main-title {
    font-size: 22px;
  }

  .desc {
    font-size: 13px;
  }
}

@media (max-width: 480px) {

  .horoscope-section::before,
  .horoscope-section::after {
    display: none;
    /* clean mobile look */
  }
}



/* horoscope-area-css-end */


/* our-service-css-start */



.our-services {
  padding: 50px 0px 50px 0px;
}

/* Container row fix */
.our-services .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
}

/* Column override */
.our-services .col-lg-3,
.our-services .col-md-6,
.our-services .col-6 {
  flex: 0 0 auto;
  width: auto;
}

/* Card */
.mini-card {
  width: 150px;
  min-height: 160px;
  background: linear-gradient(135deg, #f3f0ff, #e6dcff, #f8f5ff);
  padding: 20px 10px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px !important;
}

/* Icon */
.mini-card .mini-card-icon {
  font-size: 24px;
  color: #3a0ca3;
  margin-bottom: 8px;
}

/* Title */
.mini-card h5 {
  font-size: 13px;
  margin-bottom: 4px;
}

/* Text */
.mini-card p {
  font-size: 11px;
  color: #777;
  margin-bottom: 5px;
}

/* Link */
.mini-card a {
  font-size: 11px;
  color: #3a0ca3;
  text-decoration: none;
}

/* Hover */
.mini-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}



/* our-service-css-end */

/* career-css-start */


/* Career Section */
.career-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #44139c, #954e66, #5c34ac);
  color: #fff;
  width: 100%;
  float: left;
}

.career-heading h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.career-heading p {
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto 40px;
  color: #ddd;
}

/* Career Card */
.career-card {
  background: #3a0ca3;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 25px;
  backdrop-filter: blur(10px);
  transition: 0.3s;
  height: 100%;
}

.career-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.career-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.career-card p {
  font-size: 14px;
  color: #ccc;
}

.career-card ul {
  padding: 0;
  margin: 15px 0;
}

.career-card ul li {
  font-size: 13px;
  margin-bottom: 5px;
}

/* Button */
.career-btn {
  display: inline-block;
  padding: 8px 18px;
  background: #bf714d;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  transition: 0.3s;
  text-decoration: none;
}

.career-btn:hover {
  background: #853256;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .career-heading h2 {
    font-size: 24px;
  }

  .career-heading p {
    font-size: 13px;
  }
}


/* career-css-end */

/* marriage-css-start */

/* Marriage Section */
.marriage-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #44139c, #954e66, #5c34ac);
  color: #fff;
  width: 100%;
  float: left;
}

.section-heading h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.section-heading p {
  font-size: 14px;
  max-width: 650px;
  margin: 0 auto 40px;
  color: #fff;
}

/* Card */
.marriage-card {
  background: rgba(255, 255, 255, 0.08);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 25px;
  backdrop-filter: blur(10px);
  transition: 0.3s;
  height: 100%;
  padding-bottom: 15px;
}

.marriage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Icon */
.marriage-card .icon {
  font-size: 40px;
  margin-bottom: 10px;
}

/* Title */
.marriage-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* Text */
.marriage-card p {
  font-size: 14px;
  color: #fff;
}

/* Button */
.marriage-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 18px;
  background: #bf714d;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  transition: 0.3s;
  text-decoration: none;
}

.marriage-btn:hover {
  background: #853256;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .section-heading h2 {
    font-size: 24px;
  }

  .section-heading p {
    font-size: 13px;
  }

  .marriage-card {
    padding: 20px;
  }
}


/* marriage-css-end */


/* testimonial-section-css-start */

.testimonial-section {
  padding: 80px 0px;
}

.testimonial-title {
  text-align: center;
}

.testimonial-title h2 {
  font-size: 32px;
  font-weight: 600;
  color: #3a0ca3;

}

.testimonial-title h2 span {
  color: #853256;
}

.testimonial-title p {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;

}

.testimonial-slider {
  padding: 40px 0px;
}

.testimonial-gallery {
  position: relative;
}

.item3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.test-box-one {
  border: 1px solid #3a0ca3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 50px 30px;
  background-color: rgb(58 12 163);
  border-radius: 10px;
  transition: 0.3s;
  width: 100%;
}

.test-box-one:hover {
  background-color: transparent;
  transition: 0.3s;
}

.test-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-bottom: 15px;
  transition: 0.3s;
  overflow: hidden;
}

.item3:hover .test-img {
  border: 1px solid #000;
  transition: 0.3s;
}

.test-box-one p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  transition: 0.3s;
}

.test-box-one:hover p {
  color: #000;
  transition: 0.3s;
}

.test-box-one h3 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0;
  transition: 0.3s;
}

.test-box-one:hover h3 {
  color: #000;
  transition: 0.3s;
}

.testimonial-gallery .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 110%;
  gap: 5px;
  /* margin-left: 3%; */
}

.testimonial-gallery .owl-dots .owl-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #3a0ca3 !important;
  transition: 0.3s;
  background-color: transparent;
}

.testimonial-gallery .owl-dots .owl-dot.active {
  font-size: 40px;
  color: #fff;
  transition: 0.3s;
  background-color: #3a0ca3;
}




/* testimonial-section-css-end */



/* footer-css-start */


/* Footer */
.footer-area {
  background: linear-gradient(135deg, #0b0c2a, #1a1f5c, #3a0ca3);
  color: #fff;
  padding: 60px 0 20px;
  width: 100%;
  float: left;
}

/* Logo */
.footer-logo {
  width: 140px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

/* Box */
.footer-box {
  margin-bottom: 30px;
  margin: 10px 10px 30px 10px;
}

/* Text */
.footer-box p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
}

/* Icon */
.footer-box p i {
  color: #3a0ca3;
  margin-top: 3px;
  min-width: 16px;
}

/* Address text wrap */
.footer-address span {
  line-height: 1.5;
}

/* Heading */
.footer-box h5 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #fff;
  text-align: left;
}

/* Links */
.footer-box ul {
  padding: 0;
}

.footer-links li {
  list-style: none;
  margin-bottom: 10px;
  text-align: left;
}

.footer-links li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

/* Icon Style */
.footer-links li a i {
  font-size: 12px;
  color: #a78bfa;
  transition: 0.3s;
}

/* Hover Effect */
.footer-links li a {
  position: relative;
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Underline effect */
.footer-links li a::after {
  content: "";
  position: absolute;
  left: 23px;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: #a78bfa;
  transition: width 0.3s ease;
}

/* Hover */
.footer-links li a:hover::after {
  width: 100%;
}

/* Keep text color change optional */
.footer-links li a:hover {
  color: #fff;
}

/* Contact Icons */
.footer-box i {
  margin-right: 8px;
}

/* Social Icons */
.footer-social {
  margin-top: 10px;
  text-align: left;
}

.footer-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 5px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #fff;
  color: #3a0ca3;
}

/* Bottom */

/* .footer-bottom-box {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
} */


.footer-bottom-left {
  text-align: center;
  padding-top: 15px;
}

.footer-bottom-left p {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
  letter-spacing: 0.1px;
}

.footer-bottom-left p span {
  font-size: 14px;
  font-weight: 600;
  color: #eb1a1a;
}

.footer-middle {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0px;
}

/* Remove default link style */
.policy-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Ensure full clickable */
.policy-link:hover {
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .footer {
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-bottam-right {
    text-align: left;
  }

}



/* Box */
.policy-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: transparent;
  padding: 12px 15px;
  border-radius: 8px;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid #eee;
}

/* Icon */
.policy-box i {
  font-size: 16px;
  color: #3a0ca3;
}

/* Text */
.policy-box p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

/* Hover */
.policy-box:hover {
  background: #3a0ca3;
  color: #fff;
}

.policy-box:hover i {
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .policy-box {
    justify-content: flex-start;
  }
}

/* footer-css-end */



/* about-banner-section-start */

.about-banner {
  width: 100%;
  height: 300px;
  float: left;
  text-align: center;
  position: relative;
  /* background: #D98E70; */
  /* background: linear-gradient(to right, #D98E70, #F5B59B); */
}

.breadcrumbs-area {
  width: 100%;
  float: left;
  text-align: center;
  /* padding-top: 16%; */
  position: absolute;
  top: 30%;
  left: 0;
}

.breadcrumbs-area-two {
  width: 100%;
  float: left;
  text-align: center;
  /* padding-top: 16%; */
  position: absolute;
  top: 40%;
  left: 0;
}

.breadcrumbs-area-two h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
}

.breadcrumbs-area-two h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}

.breadcrumbs-area h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
}

.breadcrumbs-color {
  padding: 1% 43%;
}

.bread-text {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  border: 2px solid #fff;
  padding: 6% 0%;
  border-radius: 10px;
}

.bread-text a {
  text-decoration: none;
  color: #fff;
}

.bread-text a:hover {
  text-decoration: none;
  color: #cc161e;
}

.breadcrumb-gradient {
  min-height: 100%;
  background: linear-gradient(-45deg, #bf714d, #853256, #3a0ca3, #853256);
  background-size: 400% 400%;
  animation: gradientMove 12s ease infinite;
  position: relative;
  overflow: hidden;
  color: #fff;
  transition: all 0.5s ease;
  /* margin-top: 8%; */
}

/* gradient animation */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* floating glow effect */
.breadcrumb-gradient::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent 70%);
  top: -150px;
  left: -150px;
  animation: glowMove 12s linear infinite;
  transition: 0.5s;
}

/* second glow */
.breadcrumb-gradient::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 70%);
  bottom: -150px;
  right: -150px;
  animation: glowMove2 10s linear infinite;
  transition: 0.5s;
}

@keyframes glowMove {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(250px, 150px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes glowMove2 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-200px, -120px);
  }

  100% {
    transform: translate(0, 0);
  }
}

/* 🔥 HOVER EFFECT */
.breadcrumb-gradient:hover {
  background: linear-gradient(-45deg, #3a0ca3, #853256, #bf714d, #853256);
  background-size: 400% 400%;
  transform: scale(1.02);
}

/* glow stronger on hover */
.breadcrumb-gradient:hover::before {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35), transparent 70%);
  transform: scale(1.1);
}

.breadcrumb-gradient:hover::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent 70%);
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .breadcrumb-gradient {
    /* margin-top: 30%; */
  }
}




/* about-banner-section-end */





/* about-banner-main-css-start */


.about-main {
  width: 100%;
  float: left;
  text-align: center;
  padding: 40px 0px;
}

.about-main-left {
  width: 70%;
  box-shadow: 0px 0px 15px #00000053;
  overflow: hidden;
  border-radius: 8px;
  padding: 10px;
  margin-left: 15%;
}

.about-main-logo {
  width: 100%;
  border-top-left-radius: 10%;
  border-bottom-right-radius: 10%;
  overflow: hidden;
}

.about-main-right {
  width: 100%;
  text-align: left;
  padding: 1% 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.about-main-right h2 {
  font-size: 34px;
  color: #d94351;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-main-right p {
  font-size: 14px;
  color: #111;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}


/* Features */
.about-features {
  margin-top: 20px;
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #000;
  transition: 0.3s;
}

.feature-box-icon {
  color: #000;
  font-size: 14px;
}

.feature-box span {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.feature-box:hover {
  transform: translateX(5px);
}

/* Button */
.about-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px;
  background: linear-gradient(45deg, #bf714d, #853256, #3a0ca3);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.4s;
}

.about-btn:hover {
  background: linear-gradient(45deg, #3a0ca3, #853256, #bf714d);
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .about-title {
    font-size: 26px;
  }
}

/* about-banner-main-css-end */


/* rashifol-css-start */

/* Section */
.rashifol-section {
  padding: 80px 0;
  background: #fff;
  width: 100%;
  float: left;
}

/* Title */
.rashi-title {
  font-size: 32px;
  font-weight: 600;
  color: #3a0ca3;
}

.rashi-title span {
  color: #853256;
}

.rashi-subtitle {
  font-size: 14px;
  color: #000;
  margin-bottom: 40px;
}

/* Card */
.rashi-card {
  background: linear-gradient(135deg, #ffffff, #f3f0ff);
  padding: 20px 10px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #3a0ca3;
}

/* Icon */
.rashi-icon {
  font-size: 30px;
  margin-bottom: 10px;
  color: #3a0ca3;
}

/* Text */
.rashi-card h6 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #3a0ca3;
}

.rashi-card p {
  font-size: 12px;
  color: #000;
}

/* Hover */
.rashi-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(135deg, #3a0ca3, #6a4c93);
  color: #fff;
}

.rashi-card:hover p {
  color: #fff;
}

.rashi-card:hover h6 {
  color: #fff;
}

.rashi-card:hover .rashi-icon {
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .rashi-title {
    font-size: 24px;
  }
}

.rashi-btn {
  display: inline-block;
  text-decoration: none;
  /* remove underline */
  margin-top: 10px;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 20px;
  background: #3a0ca3;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

/* Hover */
.rashi-btn:hover {
  background: #853256;
  color: #fff;
}

/* Card hover effect */
.rashi-card:hover .rashi-btn {
  background: #fff;
  color: #3a0ca3;
}

/* rashifol-css-end */

/* aries-section-css-start */

/* Section */
.aries-section {
  background: linear-gradient(135deg, #44139c, #954e66, #5c34ac);
  padding: 80px 0;
  width: 100%;
  float: left;
}

/* Title */
.aries-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

/* Subtitle */
.aries-subtitle {
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
}

/* Card */
.aries-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #3a0ca3;
  transition: 0.3s;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
  height: 100%;
  /* equal height cards */
}

/* Card Title */
.aries-card h5 {
  color: #3a0ca3;
  font-weight: 600;
  font-size: 16px;
}

/* Card Text */
.aries-card p {
  font-size: 13px;
  color: #333;
}

/* Hover */
.aries-card:hover {
  background: linear-gradient(135deg, #3a0ca3, #6a4c93);
  color: #fff;
  transform: translateY(-6px);
}

.aries-card:hover h5,
.aries-card:hover p {
  color: #fff;
}

/* =========================
   📱 Tablet (≤ 992px)
========================= */
@media (max-width: 992px) {
  .aries-title {
    font-size: 26px;
  }

  .aries-card h5 {
    font-size: 15px;
  }

  .aries-card p {
    font-size: 12px;
  }
}

/* =========================
   📱 Mobile (≤ 768px)
========================= */
@media (max-width: 768px) {
  .aries-section {
    padding: 40px 0;
  }

  .aries-title {
    font-size: 22px;
  }

  .aries-subtitle {
    font-size: 13px;
  }

  .aries-card {
    padding: 15px;
  }

  .aries-card h5 {
    font-size: 14px;
  }

  .aries-card p {
    font-size: 12px;
  }
}

/* =========================
   📱 Small Mobile (≤ 576px)
========================= */
@media (max-width: 576px) {
  .aries-title {
    font-size: 20px;
  }

  .aries-subtitle {
    font-size: 12px;
  }

  .aries-card {
    padding: 12px;
  }

  .aries-card h5 {
    font-size: 13px;
  }

  .aries-card p {
    font-size: 11px;
  }
}

/* aries-section-css-end */


/* subh-muharat-css-start */

.subh-muharat-section {
  padding: 80px 0;
  background: #fff;
}


/* Section */
.muharat-section {
  padding: 80px 0;
  background: #fff;
  width: 100%;
  float: left;
}

/* Title */
.muharat-title {
  font-size: 32px;
  font-weight: 600;
  color: #3a0ca3;
}

.muharat-title span {
  color: #853256;
}

.muharat-subtitle {
  font-size: 14px;
  color: #000;
  margin-bottom: 40px;
}

/* Card */
.muharat-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.233);
  height: 100%;
}

/* Date Box */
.muharat-date {
  background: linear-gradient(135deg, #3a0ca3, #6a4c93);
  color: #fff;
  padding: 20px;
  text-align: center;
  min-width: 80px;
  height: 100%;
}

.muharat-date h3 {
  font-size: 22px;
  margin: 0;
}

.muharat-date span {
  font-size: 12px;
}

/* Content */
.muharat-content {
  padding: 15px;
  text-align: left;
}

.muharat-content h5 {
  font-size: 15px;
  margin-bottom: 5px;
}

.muharat-content p {
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
}

/* Hover */
.muharat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.muharat-card:hover .muharat-date {
  background: linear-gradient(135deg, #853256, #bf714d);
}

/* Responsive */
@media (max-width: 768px) {
  .muharat-title {
    font-size: 24px;
  }

  .muharat-card {
    flex-direction: row;
  }
}

/* View More Button */
.view-btn-two {
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  margin-top: 8px;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
  background-color: #3a0ca3;
  border-radius: 20px;
  transition: 0.3s;
}

.view-btn-two:hover {
  background-color: #1a1f5c;
  transition: 0.3s;
}

.sub_btn {
  text-decoration: none;
  background-color: #491F9F;
  padding: 7px 64px;
  margin-top: 32px;
  display: inline-block;
  border-radius: 22px;
  transition: 0.3s;
}

.sub_btn:hover {
  background-color: #873556;
}

.sub_btn a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}


/* gemstone-css-start */

.gemstone-section {
  padding: 80px 0;
  background: #fff;
}

/* Section */
.gem-section {
  padding: 80px 0;
  background: #fff;
  width: 100%;
  float: left;
}

/* Title */
.gem-title {
  font-size: 32px;
  font-weight: 600;
  color: #3a0ca3;
}

.gem-title span {
  color: #853256;
}

.gem-subtitle {
  font-size: 14px;
  color: #000;
  margin-bottom: 40px;
}

/* Card */
.gem-card {
  background: linear-gradient(135deg, #a37ff4, #c5bce9);
  padding: 20px 10px;
  border-radius: 12px;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgb(0 0 0 / 18%);
  transition: 0.3s;
}

/* Icon */
.gem-icon {
  font-size: 28px;
  margin-bottom: 8px;
}

/* Text */
.gem-card h6 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  transition: 0.3s;
}

/* Hover */
.gem-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(135deg, #3a0ca3, #6a4c93);
  color: #fff;
  transition: 0.3s;
}

.gem-card:hover h6 {
  color: #fff;
  transition: 0.3s;
}

/* Button */
.gem-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #3a0ca3;
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
  margin-top: 10px;
}

.gem-btn:hover {
  background: #853256;
}

.gem-btn i {
  transition: 0.3s;
}

.gem-btn:hover i {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
  .gem-title {
    font-size: 24px;
  }
}


/* gemstone-css-end */

/* mission-vision-css-start */

/* Section */
.mission-section {
  padding: 80px 0;
  background: #fff;
  width: 100%;
  float: left;
}

/* Box */
.mission-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgb(0 0 0 / 19%);
}

/* Icon */
.mission-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3a0ca3, #6a4c93);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-icon {
  color: #fff;
  font-size: 26px;
}

/* Heading */
.mission-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}

/* Text */
.mission-box p {
  font-size: 14px;
  color: #000;
}

/* Hover */
.mission-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .mission-box {
    margin-bottom: 20px;
  }
}

/* mission-vision-css-end */

/* why-choose-us-css-start */

/* Section */
.why-section {
  padding: 80px 0;
  background: #fff;
  width: 100%;
  float: left;
}

/* Title */
.why-title {
  font-size: 32px;
  font-weight: 600;
  color: #3a0ca3;
}

.why-title span {
  color: #853256;
}

.why-subtitle {
  font-size: 14px;
  color: #000;
  margin-bottom: 40px;
}

/* Card */
.why-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid #3a0ca3;
  box-shadow: 0 5px 15px rgb(0 0 0 / 16%);
}

/* Icon */
.why-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3a0ca3, #6a4c93);
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon {
  color: #fff;
  font-size: 22px;
}

/* Text */
.why-card h5 {
  font-size: 16px;
  margin-bottom: 8px;
}

.why-card p {
  font-size: 13px;
  color: #666;
}

/* Hover */
.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.why-card:hover .why-icon {
  background: linear-gradient(135deg, #853256, #bf714d);
}

/* Responsive */
@media (max-width: 768px) {
  .why-title {
    font-size: 24px;
  }
}

/* why-choose-us-css-end */


/* gallery-css-start */


/* Section */
.gallery-section {
  padding: 80px 0;
  background: #fff;
  width: 100%;
  float: left;
}

/* Title */
.gallery-title {
  font-size: 32px;
  font-weight: 600;
  color: #3a0ca3;
}

.gallery-title span {
  color: #853256;
}

.gallery-subtitle {
  font-size: 14px;
  color: #000;
  margin-bottom: 40px;
}

/* Card */
.gallery-card {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  border: 1px solid #3a0ca3c7;
}

/* Image */
.gallery-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.4s;
}

/* Hover Zoom */
.gallery-card:hover img {
  transform: scale(1.1);
}

/* Optional overlay */
.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(58, 12, 163, 0.2);
  opacity: 0;
  transition: 0.3s;
}

.gallery-card:hover::after {
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .gallery-title {
    font-size: 24px;
  }

  .gallery-card img {
    height: 160px;
  }
}


/* gallery-css-end */

/* our-top-vendor-css-start */

/* Section */
.vendor-section {
  background: #fff;
  width: 100%;
  float: left;
}

/* Title */
.vendor-title {
  font-size: 32px;
  font-weight: 700;
  color: #3a0ca3;
}

.vendor-subtitle {
  font-size: 14px;
  color: #000;
}

/* Card */
.vendor-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #3a0ca3;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}

/* Image */
.vendor-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* Text */
.vendor-card h4 {
  font-size: 18px;
  color: #3a0ca3;
  font-weight: 600;
}

.vendor-card p {
  font-size: 13px;
  color: #000;
  font-weight: 400;
}

/* Info */
.vendor-info {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin: 10px 0;
  color: #000;
}

/* Button */
.vendor-btn {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, #853256, #3a0ca3);
  color: #fff;
  border-radius: 25px;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s;
}

.vendor-btn:hover {
  background: linear-gradient(135deg, #bf714d, #853256);
}

/* Hover */
.vendor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .vendor-title {
    font-size: 24px;
  }

  .vendor-card img {
    height: 150px;
  }
}


/* our-top-vendor-css-end */

/* our-top-vendor_details-css-start */

.vendor-details-section {
  background: linear-gradient(135deg, #44139c, #954e66, #5c34ac);
  color: #fff;
  padding: 80px 0px;
  width: 100%;
  float: left;
}

/* LEFT PROFILE */
.vendor-profile {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #3a0ca3;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vendor-img {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #00000052;
  margin-bottom: 15px;
  box-shadow: 0px 0px 15px #3a0ca3;
}

.vendor-profile h3 {
  color: #3a0ca3;
  font-size: 20px;
  font-weight: 600;
}

.vendor-rating {
  font-size: 14px;
  color: #ff9800;
  margin-bottom: 10px;
}

.vendor-contact p {
  font-size: 13px;
  margin: 5px 0;
  color: #000;
}

.vendor-contact i {
  margin-right: 5px;
  color: #3a0ca3;
}

/* BUTTON */
.vendor-contact-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 20px;
  background: linear-gradient(135deg, #3a0ca3, #6a4c93);
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  font-size: 13px;
}

.vendor-contact-btn:hover {
  background: linear-gradient(135deg, #bf714d, #853256);
}

/* RIGHT SIDE */
.vendor-about,
.vendor-products {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #3a0ca3;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.vendor-about h4,
.vendor-products h4 {
  color: #3a0ca3;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.vendor-about p,
.vendor-products p {
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

/* PRODUCT CARD */
.product-card {
  text-align: center;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #eee;
  transition: 0.3s;
}

.product-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

.product-card h6 {
  font-size: 14px;
  margin: 8px 0 5px;
  color: #3a0ca3;
}

.product-card p {
  font-size: 13px;
  color: #000;
}

/* HOVER */
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.book-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 16px;
  font-size: 13px;
  color: #fff;
  background: linear-gradient(135deg, #3a0ca3, #6a4c93);
  border-radius: 20px;
  text-decoration: none;
  transition: 0.3s;
}

.book-btn:hover {
  background: linear-gradient(135deg, #bf714d, #853256);
  transform: scale(1.05);
}

/* ✅ RESPONSIVE */
@media (max-width: 768px) {
  .vendor-profile {
    margin-bottom: 20px;
  }

  .vendor-img {
    width: 90px;
    height: 90px;
  }

  .vendor-profile h3 {
    font-size: 18px;
  }

  .vendor-about,
  .vendor-products {
    padding: 15px;
  }

  .product-card img {
    height: 100px;
  }
}

/* marriage-muharat-css-start */


.muhurat-section {
  background: linear-gradient(135deg, #44139c, #954e66, #5c34ac);
  color: #fff;

  padding: 80px 0px;
  width: 100%;
  float: left;
}

.muhurat-content h2 {
  font-size: 36px;
  font-weight: 700;
}

.muhurat-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #eee;
}

.muhurat-list {
  padding-left: 0;
}

.muhurat-list li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 15px;
}

.muhurat-btn {
  background: #fff;
  color: #5c34ac;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 30px;
  border: none;
  transition: 0.3s ease;
}

.muhurat-btn:hover {
  background: #ffd6ff;
  color: #44139c;
  transform: scale(1.05);
}

.muhurat-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .muhurat-content h2 {
    font-size: 28px;
  }

  .muhurat-content p {
    font-size: 14px;
  }

  .muhurat-image img {
    max-width: 100%;
  }
}

/* our-top-vendor_details-css-end */


/* marriage-muharat-css-end */


/* tarrot-reading-css-start */

.tarot-section {
  background: linear-gradient(135deg, #44139c, #954e66, #5c34ac);
  color: #fff;
  /* border-radius: 10px; */
  width: 100%;
  float: left;
}

.tarot-content {
  margin-left: 40px;
}

.tarot-content h2 {
  font-size: 36px;
  font-weight: 700;
}

.tarot-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #ddd;
}

.tarot-list {
  padding-left: 0;
}

.tarot-list li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 15px;
}

.tarot-btn {
  background: linear-gradient(45deg, #ff9a9e, #fad0c4);
  border: none;
  color: #000;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 30px;
  transition: 0.3s ease;
}

.tarot-btn:hover {
  background: linear-gradient(45deg, #fad0c4, #ff9a9e);
  transform: scale(1.05);
}

.tarot-image img {
  width: 100%;
  /* max-width: 400px; */
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .tarot-content h2 {
    font-size: 28px;
  }

  .tarot-content p {
    font-size: 14px;
  }

  .tarot-image img {
    max-width: 100%;
  }
}

/* tarrot-reading-css-end */


/* ruby--section-css-start */

.ruby-section {
  background: linear-gradient(135deg, #44139c, #954e66, #5c34ac);
  padding: 80px 0px;
  width: 100%;
  float: left;
}

.ruby-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.ruby-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 15px #00000014;
}

.ruby-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.ruby-card p {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}

.ruby-card h5 {
  font-size: 18px;
  color: #44139c;
  font-weight: 700;
  background-color: gold;
  padding: 6px 5px;
  border-radius: 6px;
  margin-top: 10px;
}

/* Hover Effect */
.ruby-card:hover {
  transform: translateY(-10px);
}

/* Responsive */
@media (max-width: 768px) {
  .ruby-card img {
    height: 180px;
  }
}

/* ruby--section-css-end */

/* refund-policy-css-start */

/* Section Background */
.refund-section {
  padding: 60px 15px;
  background: linear-gradient(135deg, #f3e7ff, #e0d4ff);
  width: 100%;
  float: left;
}

/* Box */
.refund-box {
  max-width: 800px;
  margin: auto;
  background: #ffffff;
  padding: 35px;
  border-radius: 15px;
  border: 1px solid #3a0ca3;
  box-shadow: 0 10px 25px rgba(58, 12, 163, 0.1);
  position: relative;
  overflow: hidden;
}

/* Optional Glow Effect */
.refund-box::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: #c77dff;
  opacity: 0.2;
  border-radius: 50%;
  top: -40px;
  right: -40px;
}

/* Title */
.refund-title {
  font-size: 26px;
  font-weight: 700;
  color: #3a0ca3;
  margin-bottom: 15px;
}

/* Text */
.refund-text {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}

/* List */
.refund-list {
  list-style: none;
  padding: 0;
}

/* List Item */
.refund-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

/* Tick Icon Circle */
.refund-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 4px;
  background: linear-gradient(135deg, #3a0ca3, #6a4c93);
  color: #fff;
  font-size: 11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover Effect */
.refund-list li:hover {
  transform: translateX(5px);
  transition: 0.3s;
}

/* Responsive */
@media (max-width: 768px) {
  .refund-box {
    padding: 20px;
  }

  .refund-title {
    font-size: 20px;
  }

  .refund-text,
  .refund-list li {
    font-size: 13px;
  }
}

/* refund-policy-css-end */


/* return-policy-css-start */

/* Section */
.return-section {
  background: #fff;
  width: 100%;
  float: left;
}

/* Title */
.return-title {
  font-size: 30px;
  font-weight: 700;
  color: #3a0ca3;
}

.return-subtitle {
  font-size: 14px;
  color: #000;
}

/* Card */
.return-card {
  max-width: 700px;
  margin: auto;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #3a0ca3;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

/* List */
.return-list {
  list-style: none;
  padding: 0;
}

.return-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #000;
}

/* Tick Icon */
.return-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  background: #3a0ca3;
  color: #fff;
  font-size: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Note */
.return-note {
  margin-top: 15px;
  font-size: 13px;
  color: #000;
  background: #f3f0ff;
  padding: 10px;
  border-radius: 8px;
}

/* Hover */
.return-card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

/* Responsive */
@media (max-width: 768px) {
  .return-title {
    font-size: 24px;
  }

  .return-card {
    padding: 18px;
  }

  .return-list li {
    font-size: 13px;
  }

  .return-note {
    font-size: 12px;
  }
}

/* return-policy-css-end */




@media (max-width: 768px) {


  .breadcrumbs-color {
    padding: 1% 30%;
  }

  .breadcrumbs-area h2 {
    font-size: 32px;
  }

}

/* ===================== LOGIN PART ============================= */
.whole_wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #A75850, #481395, #7E2E5E, #000D36);
  background-size: 400% 400%;
  animation: gradientBG 10s ease infinite;
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.login-container {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: 15px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}


.login-container h2 {
  color: #fff;
  margin-bottom: 1.5rem;
}

.input-group {
  margin-bottom: 1rem;
  text-align: left;
}

.input-group label {
  color: #fff;
  font-size: 0.9rem;
}

.input-group input {
  width: 100%;
  padding: 10px;
  border: none;
  /* border-radius: 8px; */
  margin-top: 5px;
  outline: none;
}

.login_btn {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 8px;
  background: #873556;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.login_btn:hover {
  background: #010F3B;
  color: #fff;
}

@media (max-width: 480px) {
  .login-container {
    margin: 1rem;
    padding: 1.5rem;
  }
}

/* ================================================Sidebar Part================================================= */

/* ========================== Admin Sidebar ============================================== */
:root {
  --admin-bg: #07111f;
  --admin-surface: #0c1730;
  --admin-surface-2: #101d3b;
  --admin-border: rgba(255, 255, 255, 0.09);
  --admin-text: #e9efff;
  --admin-muted: #9fb0d0;
  --admin-accent: #f5c45b;
  --admin-accent-2: #8dd6ff;
  --admin-shadow: 0 22px 60px rgba(4, 10, 24, 0.18);
}

.wrapper {
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(245, 196, 91, 0.15), transparent 28%),
    radial-gradient(circle at top right, rgba(141, 214, 255, 0.14), transparent 25%),
    linear-gradient(180deg, #f6f8fd 0%, #eef3fb 100%);
  min-height: 100vh;
}

.sidebar-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(3, 8, 20, 0.58);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 1040;
}

.sidebar-backdrop.show {
  opacity: 1;
  visibility: visible;
}

.sidebar {
  width: 280px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 53px 18px;
  color: #fff;
  overflow-y: auto;
  z-index: 1045;
  /* 🌈 GRADIENT */
  background: linear-gradient(270deg,
      #441f5a,
      #87416A,
      purple,
      #3f1b53);

  background-size: 400% 400%;

  /* ✨ ANIMATION */
  animation: gradientBG 12s ease infinite;

  border-right: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.sidebar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 28%);
  pointer-events: none;
}

.sidebar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.admin-sidebar-close {
  margin-left: auto;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 18px;
}

.admin-sidebar-close:hover {
  background: rgba(255, 255, 255, 0.18);
}

.admin-tab-logo img {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.sidebar-brand-copy h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.sidebar-brand-copy p {
  margin: 2px 0 0;
  color: #ffffff;
  font-size: 12px;
}

.sidebar-nav {
  position: relative;
  z-index: 1;
}

.sidebar-link {
  display: flex !important;
  align-items: center;
  gap: 12px;
  color: #fff;
  padding: 12px 14px;
  margin: 6px 0;
  text-decoration: none;
  border-radius: 14px;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
  font-weight: 500;
}

.sidebar-link i:first-child {
  width: 18px;
  text-align: center;
  opacity: 0.95;
}

.sidebar-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: translateX(4px);
}

.logout-link {
  margin-top: 14px;
  background: linear-gradient(135deg, rgba(245, 196, 91, 0.18), rgba(141, 214, 255, 0.12));
}

.dropdown {
  margin-bottom: 4px;
}

.menu-link {
  width: 100%;
  cursor: pointer;
}

.dropdown-arrow {
  margin-left: auto;
  font-size: 12px;
  opacity: 0.8;
  transition: transform 0.2s ease;
}

.dropdown.active .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-content {
  display: none;
  padding-left: 12px;
}

.dropdown.active .dropdown-content {
  display: block;
}

.dropdown-content a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
  margin: 4px 0;
  text-decoration: none;
  border-radius: 12px;
  font-size: 14px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.dropdown-content a:hover {
  background: rgba(255, 255, 255, 0.07);
  transform: translateX(3px);
}

.sidebar::-webkit-scrollbar {
  width: 6px;
}

.sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 999px;
}

/* ============================================= Dashboard =============================================== */
.admin-mobile-topbar {
  display: none;
}

.main-content {
  margin-left: 280px;
  min-height: 100vh;
  padding: 30px;
  position: relative;
}

.dashboard-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
  gap: 22px;
  align-items: stretch;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #1a2450 0%, #5b2874 48%, #8b3e62 100%);
  color: #fff;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 28px 70px rgba(58, 27, 88, 0.22);
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}

.dashboard-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.22) 0 2px, transparent 2.5px),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.18) 0 1.7px, transparent 2.2px),
    radial-gradient(circle at 65% 72%, rgba(245, 196, 91, 0.3) 0 2.3px, transparent 2.8px);
  opacity: 0.8;
  pointer-events: none;
}

.hero-copy,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.dashboard-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 800;
  line-height: 1.05;
}

.dashboard-hero p {
  margin: 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.7;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
}

.hero-panel {
  display: grid;
  gap: 14px;
}

.hero-panel-card {
  background: rgba(6, 12, 28, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 22px;
  backdrop-filter: blur(10px);
}

.hero-panel-card span {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 12px;
}

.hero-panel-card strong {
  display: block;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 8px;
}

.hero-panel-card small {
  color: rgba(255, 255, 255, 0.8);
}

.hero-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mini-metric {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 16px;
  backdrop-filter: blur(8px);
}

.mini-metric span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 10px;
}

.mini-metric strong {
  font-size: 24px;
  line-height: 1;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.84);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.16);
  display: flex;
  align-items: center;
  gap: 16px;
  backdrop-filter: blur(8px);
}

.stat-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 22px;
  color: #fff;
  flex-shrink: 0;
}

.tone-primary {
  background: linear-gradient(135deg, #5c7cff, #71c7ff);
}

.tone-success {
  background: linear-gradient(135deg, #07a57e, #58dda6);
}

.tone-warning {
  background: linear-gradient(135deg, #d97706, #f5c45b);
}

.tone-info {
  background: linear-gradient(135deg, #0f9fb4, #57d7f8);
}

.stat-card h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
}

.stat-card p {
  margin: 0 0 4px;
  color: #475569;
  font-weight: 600;
  font-size: 14px;
}

.dashboard-section {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  border: 1px solid rgba(148, 163, 184, 0.14);
  height: 100%;
  backdrop-filter: blur(10px);
}

.section-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.section-header h4 {
  margin: 0;
  color: #111827;
  font-weight: 800;
}

.section-header a {
  text-decoration: none;
  color: #5b2874;
  font-weight: 700;
}

.section-subtext {
  margin: 4px 0 0;
  color: #64748b;
  font-size: 14px;
}

.premium-table thead th {
  border-bottom: none;
  color: #64748b;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-top: 0;
}

.premium-table tbody td {
  vertical-align: middle;
  color: #1e293b;
  padding-top: 16px;
  padding-bottom: 16px;
}

.badge-soft {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.badge-active {
  background: #dcfce7;
  color: #166534;
}

.badge-inactive {
  background: #fee2e2;
  color: #b91c1c;
}

.badge-pending {
  background: #fef3c7;
  color: #92400e;
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.quick-action-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
  border: 1px solid rgba(148, 163, 184, 0.16);
  color: #111827;
  min-height: 120px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quick-action-card i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #5b2874, #8b3e62);
  color: #fff;
}

.quick-action-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 24px rgba(91, 40, 116, 0.12);
}

.insight-card {
  margin-top: 14px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, #111827 0%, #5b2874 65%, #8b3e62 100%);
  color: #fff;
}

.insight-label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.74);
}

.insight-card strong {
  display: block;
  font-size: 20px;
  margin-bottom: 6px;
}

.insight-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.list-stack {
  display: grid;
  gap: 12px;
}

.list-item-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid rgba(148, 163, 184, 0.14);
}

.list-item-card p {
  margin: 4px 0 0;
  color: #64748b;
  font-size: 13px;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.overview-card {
  min-height: 128px;
  border-radius: 22px;
  padding: 18px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.overview-card span {
  font-size: 13px;
  opacity: 0.85;
}

.overview-card strong {
  font-size: 32px;
  line-height: 1;
}

.overview-accent-1 {
  background: linear-gradient(135deg, #1e3a8a, #4f83ff);
}

.overview-accent-2 {
  background: linear-gradient(135deg, #0f766e, #34d399);
}

.overview-accent-3 {
  background: linear-gradient(135deg, #8b5cf6, #c084fc);
}

.overview-accent-4 {
  background: linear-gradient(135deg, #b45309, #f59e0b);
}

@media (max-width: 991.98px) {
  .admin-mobile-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: sticky;
    top: 0;
    z-index: 1060;
    padding: 14px 16px;
    background: linear-gradient(135deg, #0b1730 0%, #5b2874 60%, #8b3e62 100%);
    box-shadow: 0 12px 30px rgba(11, 23, 48, 0.22);
  }

  .admin-mobile-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.02em;
  }

  .admin-mobile-brand img {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    object-fit: cover;
  }

  .admin-mobile-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 18px;
  }

  .sidebar {
    width: min(86vw, 320px);
    transform: translateX(-105%);
    transition: transform 0.28s ease;
  }

  .sidebar.active {
    transform: translateX(0);
    margin-top: 35px;
  }

  .main-content {
    margin-left: 0;
    padding: 18px 16px 28px;
  }

  .sidebar-brand {
    align-items: flex-start;
  }

  .dashboard-hero {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 24px;
  }

  .hero-panel-grid,
  .quick-actions,
  .overview-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .main-content {
    padding: 14px 12px 24px;
  }

  .dashboard-hero,
  .dashboard-section,
  .stat-card {
    border-radius: 20px;
  }

  .hero-panel-grid,
  .quick-actions,
  .overview-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel-card strong {
    font-size: 30px;
  }

  .list-item-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

body.sidebar-open {
  overflow: hidden;
}

/* Dashboard End */

/* ==============Add Banner ============================= */
.wrap-content {
  margin-left: 267px;
  padding: 32px;
  min-height: 100vh;
  background: #f4f6fb;
}

.wrap_card {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 20px rgba(121, 44, 98, 0.6);
}

.zodiac-shell {
  border: 0;
  border-radius: 28px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 242, 255, 0.96));
  box-shadow: 0 20px 50px rgba(32, 24, 51, 0.12);
}

.zodiac-hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
}

.zodiac-hero h2 {
  margin: 6px 0 10px;
  font-size: 30px;
  font-weight: 800;
  color: #1f1630;
}

.zodiac-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f0d9ff, #ffe8d8);
  color: #6c2f62;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.zodiac-hero p {
  margin: 0;
  max-width: 760px;
  color: #5a5a6d;
  font-size: 15px;
  line-height: 1.65;
}

.zodiac-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7e2e5e, #481395);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(72, 19, 149, 0.22);
  white-space: nowrap;
}

.zodiac-link-badge {
  color: #fff;
}

.zodiac-header {
  margin-bottom: 20px;
}

.zodiac-stats {
  min-width: 140px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(32, 24, 51, 0.08);
  text-align: center;
}

.zodiac-stats strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #211832;
}

.zodiac-stats span {
  color: #7a7487;
  font-size: 13px;
}

.zodiac-section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0 12px;
}

.zodiac-section-heading h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #211832;
}

.zodiac-section-heading p {
  margin: 0;
  color: #7a7487;
  font-size: 13px;
}

.grid-2,
.grid-3 {
  display: grid;
  gap: 16px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* CARD */
.add-banner-card {
  max-width: 600px;
  margin: auto;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
}

/* TITLE */
.add-banner-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #222;
}

/* FORM GROUP */
.form-group {
  margin-bottom: 20px;
}

/* LABEL */
.form-group label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #444;
}

/* INPUT */
.form-group input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 16px;
  transition: 0.3s;
}

.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #d8d4e5;
  font-size: 15px;
  background: #fff;
  color: #222;
  transition: 0.3s;
}

.form-group textarea {
  resize: vertical;
  min-height: 130px;
}

.form-group input:focus {
  border-color: #7E2E5E;
  box-shadow: 0 0 0 3px rgba(126, 46, 94, 0.1);
  outline: none;
}

.form-group select:focus,
.form-group textarea:focus {
  border-color: #7E2E5E;
  box-shadow: 0 0 0 3px rgba(126, 46, 94, 0.1);
  outline: none;
}

/* FILE INPUT */
.form-group input[type="file"] {
  padding: 10px;
  background: #fafafa;
  cursor: pointer;
}

/* IMAGE PREVIEW */
#previewImg {
  display: none;
  margin-top: 15px;
  width: 180px;
  max-width: 100%;
  border-radius: 16px;
  border: 2px solid #eee;
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.zodiac-preview-box {
  margin: 14px 0 0;
}

.zodiac-preview-box img {
  width: 160px;
  height: 160px;
  object-fit: cover;
}

/* BUTTON */
.dashboard_btn {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: none;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #A75850, #481395, #7E2E5E, #000D36);
  background-size: 300% 300%;
  animation: gradientMove 6s ease infinite;
  transition: 0.3s;
}

.dashboard_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.zodiac-error-msg {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff1f2;
  color: #9f1239;
  border: 1px solid #fecdd3;
  font-weight: 600;
}

/* ANIMATION */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* MOBILE */
@media(max-width:768px) {
  .wrap-content {
    margin-left: 0;
    padding: 20px;
  }

  .add-banner-card {
    padding: 20px;
  }

  .zodiac-shell {
    padding: 20px;
    border-radius: 22px;
  }

  .zodiac-hero {
    flex-direction: column;
  }

  .zodiac-hero h2 {
    font-size: 24px;
  }

  .zodiac-section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .zodiac-hero-badge {
    width: 100%;
    justify-content: center;
  }
}

/* ====================================All Banners===================================================  */

/* HEADER */
.astro-header h2 {
  font-size: 26px;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}

.astro-header p {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

/* TABLE WRAPPER */
.astro-table-wrapper {
  overflow-x: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow:
    0 8px 20px rgba(121, 44, 98, 0.15),
    0 15px 40px rgba(121, 44, 98, 0.25);
  padding: 10px;
}

/* TABLE */
.astro-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

/* TABLE HEAD */
.astro-table thead {
  background: linear-gradient(135deg, #A75850, #481395, #7E2E5E);
  color: #fff;
}

.astro-table th {
  padding: 14px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
}

.zodiac-table th {
  white-space: nowrap;
}

/* TABLE BODY */
.astro-table td {
  padding: 14px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}

/* ROW HOVER */
.astro-table tbody tr {
  transition: 0.3s;
}

.astro-table tbody tr:hover {
  background: rgba(121, 44, 98, 0.05);
}

/* IMAGE */
.astro-img-box {
  width: 90px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #eee;
}

.astro-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TITLE */
.astro-title {
  font-weight: 600;
  color: #333;
}

/* ACTION BUTTONS */
.astro-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* EDIT BUTTON */
.btn-edit {
  padding: 6px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #7E2E5E, #481395);
  transition: 0.3s;
}

.btn-edit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(72, 19, 149, 0.4);
}

/* DELETE BUTTON */
.btn-delete {
  padding: 6px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #A75850, #792C62);
  transition: 0.3s;
}

.btn-delete:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(121, 44, 98, 0.4);
}

.zodiac-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f0d9ff, #ffe6c5);
  color: #48215a;
  font-weight: 700;
}

.zodiac-copy {
  color: #4f4a5e;
  line-height: 1.6;
}

.zodiac-img-box {
  width: 100px;
  height: 100px;
  border-radius: 16px;
}

.zodiac-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zodiac-empty-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #f5f1fb;
  color: #726b83;
  font-size: 13px;
  font-weight: 600;
}

.zodiac-empty-state {
  padding: 20px;
  text-align: center;
}

.zodiac-empty-state strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  color: #211832;
}

.zodiac-empty-state p {
  margin: 0 0 16px;
  color: #726b83;
}

/* MOBILE RESPONSIVE */
@media(max-width:768px) {

  .astro-header h2 {
    font-size: 20px;
  }

  .astro-table {
    min-width: 100%;
  }

  .astro-table thead {
    display: none;
  }

  .astro-table tr {
    display: block;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 10px;
  }

  .astro-table td {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    border: none;
  }

  .astro-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #555;
  }

  .astro-actions {
    justify-content: flex-end;
  }

  .astro-img-box {
    width: 100%;
    height: auto;
  }
}

/* =======================================Edit Banners ================================================== */

/* CARD */
.edit-card {
  /* max-width: 550px; */
  margin: auto;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(121, 44, 98, 0.25),
    0 15px 40px rgba(121, 44, 98, 0.35);
}

/* TITLE */
.edit-card h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #222;
}

/* FORM GROUP */
.edit-group {
  margin-bottom: 18px;
}

.edit-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #444;
}

/* INPUT */
.edit-group input {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.edit-group input:focus {
  border-color: #7E2E5E;
  box-shadow: 0 0 0 3px rgba(126, 46, 94, 0.15);
  outline: none;
}

/* IMAGE PREVIEW */
.preview-box {
  text-align: center;
  margin: 20px 0;
}

.preview-box p {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.preview-box img {
  width: 140px;
  border-radius: 12px;
  border: 2px solid #eee;
}

/* BUTTON */
.btn-update {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #A75850, #481395, #7E2E5E);
  transition: 0.3s;
}

.btn-update:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(121, 44, 98, 0.4);
}

/* SUCCESS MESSAGE */
.success-msg {
  background: #e6fffa;
  color: #065f46;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
}

/* MOBILE */
@media(max-width:768px) {
  .wrap-content {
    margin-left: 0;
    padding: 20px;
  }

  .edit-card {
    padding: 20px;
  }

  .zodiac-preview-box img {
    width: 120px;
    height: 120px;
  }
}

/* ===============================Add_Zodiac_sign==========================================  */