/* Global */
:root {
  --primary: #ff8c42;
  --primary-dark: #ff6b35;
  --dark-bg: #120824;
  --dark-card: #1e1135;
  --light-bg: #fff8e7;
  --text-dark: #333;
  --text-light: #666;
}

body {
  font-family: 'Poppins', sans-serif;

  overflow-x: hidden;
}

body {
  background-image: url("/frontend/images/website-bg.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-position: center !important;
}

p,
li {
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Philosopher", sans-serif;
}

.text-primary {
  color: var(--primary) !important;
}

.btn-orange {
  background: linear-gradient(90deg, #FD562D 0%, #F0951A 100%);

  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  border: none;
  transition: 0.3s;
}

.btn-orange:hover {
  background: linear-gradient(90deg, #FD562D 0%, #F0951A 100%);

  color: #fff;
  transform: translateY(-2px);
}

.section-subtitle-astro {
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  font-size: 50px;
}

.service-card {
  /* background-image: linear-gradient(rgba(116, 73, 23, 0.85), rgba(167, 124, 0, 0.85)), url('/images/hand_bg.svg');
  background-size: cover;
  background-position: center; */
  background-color: #F7E7DA;
  border-width: 1px 0px 1px 4px;
  border-style: solid;
  border-color: #FF6F00;
}

.service-card img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(2077%) hue-rotate(8deg) brightness(102%) contrast(105%);
}

a.text-d-none {
  text-decoration: none;
}

a.Astro-btn-link {
  color: #FF512F;
}

.section-title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #000 !important;
  font-size: 45px !important;
}

h4.section2-subtitle {
  font-size: 18px;
  font-weight: 400;
}

.about-cosmic-title {
  font-size: 37px;
  color: #BA792E;
}

.custom-list li {
  margin-bottom: 10px;
  font-size: 15px;
}

.custom-list i {
  margin-right: 10px;
}

ul li {
  list-style: none;
}

ul {
  margin: 0px !important;
  padding: 0px !important
}

/* Top Announcement Marquee */
.top-announcement-marquee {
  background: linear-gradient(90deg, #FD562D 0%, #F0951A 100%);
  padding: 8px 0;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
}

.top-announcement-marquee marquee {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: block;
  margin: 0;
  padding: 0;
}

/* Navbar wrapper */
.navbar-custom {
  background: #000;
  width: 100%;
  /* position: fixed; */
  top: 0;
  left: 0;
  z-index: 1000;
}

/* Row 1 */
.navbar-top {
  background: #000;
}

.navbar-top .container-fluid {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px !important;
  border-bottom: 1px solid #ffffff5e;
  width: 96%;

}

.navbar-brand img {
  height: 100px;
}

.nav-toggler {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  margin-right: 10px;
  margin-left: auto;
}

.nav-toggler span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

@media (max-width: 991px) {
  .nav-toggler {
    display: flex;
  }

  .btn-talk {
    display: none;
  }

  .navbar-bottom {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .navbar-bottom.open {
    max-height: 500px;
  }

  .navbar-bottom .navbar-nav {
    flex-direction: column !important;
    align-items: flex-start !important;
    overflow-x: hidden;
    padding: 10px 0;
  }

  .navbar-bottom .nav-link {
    padding: 10px 16px !important;
    width: 100%;
  }

  .more-item {
    margin-left: 0 !important;
  }
}

.section-panchang {

  /* background:
  linear-gradient(
    180deg,
    rgba(178, 81, 6, 0.85) 11.02%,
    rgba(0, 0, 0, 0.90) 188.05%
  ),
  url('/images/bg-image.png') center/cover no-repeat; */

  background:
    url('/frontend/images/bg-imagess.png') 0 -74px / cover no-repeat,
    linear-gradient(180deg, #B25106 11.02%, #000 188.05%);
  min-height: 500px;

}

/* Talk Button */
.btn-talk {
  background: linear-gradient(90deg, #FD562D 0%, #F0951A 100%);
  color: #fff !important;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  white-space: nowrap;
}

/* Profile Navbar Icon */
.profile-navbar-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  vertical-align: middle;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.profile-navbar-link:hover {
  transform: scale(1.08);
}

.profile-navbar-avatar {
  width: 30px;
  height: 30px;
}

/* Row 2 */
/* ===== NAVBAR BOTTOM ===== */
.navbar-bottom {
  background: #000;
  border-top: 1px solid #1c1c1c;
}

.navbar-bottom .container-fluid {
  padding: 0 16px;
}

/* ===== NAV MENU ===== */
.navbar-bottom .navbar-nav {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}


/* ===== NAVBAR FIX FINAL ===== */

/* remove stretch issue */
.navbar-bottom .navbar-nav {
  width: auto !important;
}

/* dropdown parent */
.nav-item.dropdown {
  position: relative;
}

/* dropdown box fix */
.nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  max-width: 240px;
  width: auto !important;
  /* max-height: 400px; */
  overflow-y: auto;
  background: #111;
  border: 1px solid #333;
  display: none;
  border-radius: 4px;
  padding: 8px 0;
  z-index: 999;
}

/* dropdown items */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 16px;
  color: #ccc;
  font-size: 13px;
  white-space: normal;
}

.dropdown-item:hover {
  background: #1a1a1a;
  color: var(--primary);
}

/* hover open */
.nav-item.dropdown .dropdown-menu {
  display: none;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;

}

.nav-item.dropdown:last-child .dropdown-menu {

  left: -140px;
}

.nav-item.dropdown:last-child .dropdown-menu li:hover .dropdown-menu {
  left: -100%;
}

/* remove unwanted full space */
.navbar-bottom {
  position: relative;
}

/* Hide scrollbar but keep scroll working */
.dropdown-menu {
  /* max-height: 400px; */
  overflow-y: auto;


  scrollbar-width: none;


  -ms-overflow-style: none;
}


.dropdown-menu::-webkit-scrollbar {
  display: none;
}


.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #ff7438;
}

/* IMPORTANT: submenu parent */
.dropdown-submenu {
  position: relative;
}

/* 2nd & 3rd level menu positioning */
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  display: none;
}

.nav-item.dropdown:hover .dropdown-menu .dropdown-menu .dropdown-menu,
.nav-item.dropdown:hover .dropdown-menu .dropdown-menu {
  display: none;
}

/* SHOW submenu on hover */
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.nav-item.dropdown .dropdown-menu li:hover .dropdown-menu {
  display: block;
}

.nav-item.dropdown .dropdown-menu .dropdown-menu li:hover .dropdown-menu {
  display: block;
}

/* arrow optional */
.dropdown-submenu>a::after {
  content: "›";
  float: right;
  color: #aaa;
}

/* FIX overflow issue (VERY IMPORTANT) */
.nav-item .dropdown-menu {
  overflow: visible !important;
}







/* ===== NAV ITEMS ===== */
.nav-item {
  display: flex;
}

/* ===== NAV LINKS ===== */
.nav-link {
  color: #ddd !important;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 6px !important;
  white-space: nowrap;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--primary) !important;
}

/* ===== DROPDOWN ===== */
.dropdown-menu {
  background: #111;
  border: 1px solid #333;
}

.dropdown-item {
  color: #ccc;
  font-size: 13px;
}

.dropdown-item:hover {
  background: #1a1a1a;
  color: var(--primary);
}

/* ===== EXTRA (HIDDEN) ITEMS ===== */
.extra-items {
  display: flex;
  flex-wrap: wrap;
}

.extra-items .nav-item {
  margin-right: 10px;
}


.d-none {
  display: none;
}

/* ===== MORE BUTTON ===== */


.btn-more {
  background: #2a2a2a !important;
  border: 1px solid #3a3a3a;
  border-radius: 3px;
  color: #ccc !important;
  font-size: 11px !important;
  padding: 6px 10px !important;
  cursor: pointer;
}

.btn-more:hover {
  background: #3a3a3a !important;
  color: #fff !important;
}


/* active state (optional) */
.btn-more.active {
  color: var(--primary) !important;
  border-color: var(--primary);
}

/* ALL DROPDOWNS SAME LOOK */
.navbar .dropdown-menu {
  min-width: 220px;
  padding: 10px 0;
  border-radius: 4px;
}

/* dropdown items full width */
.navbar .dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 16px;
}

/* fix weird small dropdown (PLANETS issue) */
.navbar .dropdown-menu.show {
  display: block;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* Hero */
.hero-section {
  background: linear-gradient(135deg,
      #0a0a1a 0%,
      #1a0a2e 50%,
      #16213e 100%);
  min-height: 100vh;
  position: relative;
  padding: 35px 0 31px;
  overflow: hidden;
}

.stars {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(2px 2px at 20px 30px,
      #eee,
      transparent),
    radial-gradient(2px 2px at 40px 70px,
      #fff,
      transparent);
  background-size: 200px 200px;
  opacity: 0.5;
  animation: twinkle 5s infinite;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-subtitle {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

.hero-title {
  font-size: 58px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 25px;
}

.hero-title span {
  color: #a78bfa;
}

.hero-description {
  font-size: 16px;
  color: #c7d2fe;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 550px;
}

.btn-book {
  background: linear-gradient(90deg, #FD562D 0%, #F0951A 100%);

  color: #fff;
  padding: 16px 45px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
}

.btn-book:hover {
  transform: translateY(-3px);

  color: #fff;
}

.carousel-indicators-custom {
  margin-top: 50px;
  display: flex;
  gap: 15px;
}

.carousel-dot {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
  color: #fff;
  font-size: 18px;
}

.carousel-dot:hover,
.carousel-dot.active {
  background: rgba(255, 255, 255, .3);
}

.hand-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  z-index: 2;
}

.hand-bg {
  width: 100%;
  max-width: 650px;
  animation: rotateWheel 80s linear infinite;
}

@keyframes rotateWheel {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.hand-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 420px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 40px rgba(139, 92, 246, .6));
  animation: floatHand 6s ease-in-out infinite;
  z-index: 3;
}

@keyframes floatHand {

  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }

  50% {
    transform: translate(-50%, -50%) translateY(-20px);
  }
}




/* Contact Buttons */
.contact-buttons {
  position: fixed;
  right: 30px;
  top: 70%;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  transition: .3s;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

.contact-btn:hover {
  transform: scale(1.1) translateX(-5px);
}

.phone {
  background: #ef4444;
}

.whatsapp1 {
  background: #22c55e;
}

.whatsapp2 {
  background: #3b82f6;
}

.chat {
  background: #ef4444;
}


/* Panchang & Horoscope */
.card-custom {
  border: none;
}

button.btn.btn-orange.btn-sm.mt-3 {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

span.text-muted {
  color: #FF512F !IMPORTANT;
  font-weight: 500 !important;
  font-size: 18px;
}

.fw-bold.mb-5 {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.card-header-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.panchaang-text {
  margin: 0;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.zodiac-box {
  padding: 15px;
  border-radius: 10px;
  background: #fff8e7;
  transition: .3s;
}

.zodiac-box:hover {
  background: #ffe6cc;
  transform: translateY(-5px);
}


/* Services Cards */
.service-card {
  padding: 30px 20px;
  border-radius: 15px;
  color: #fff;
  transition: .3s;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-10px);
}

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

.service-card p {
  opacity: .8;
  margin-bottom: 15px;
}

.service-card .btn-link {
  color: #ffddaa;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.service-card .btn-link:hover {
  color: #fff;
}



/* Responsive */
@media (max-width: 991px) {
  .hero-title {
    font-size: 42px;
  }

  .hand-container {
    min-height: 400px;
    margin-top: 50px;
  }

  .hand-bg {
    max-width: 450px;
  }

  .hand-image {
    max-width: 300px;
  }

  .contact-buttons {
    display: none;
  }

  .navbar-collapse {
    background: #000;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-description {
    font-size: 14px;
  }

  .section-title {
    font-size: 28px;
  }
}


section.py-5.text-center.gemology-services {
  padding: 60px 20px;
}

h2 {
  color: #000;
  font-size: 50px;
  margin-bottom: 10px;
}

.gemology-subtitle {
  margin: 10px auto 40px;
  font-size: 15px;
  color: #000000;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.card {
  background: #f7e7da;
  border-radius: 15px;
  padding: 20px 15px;
  width: 270px;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  border-width: 1px 0px 1px 4px;
  border-style: solid;
  border-color: #FF6F00;
}

.icon {
  font-size: 32px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(2077%) hue-rotate(8deg) brightness(102%) contrast(105%);
  margin-bottom: 15px;
}

.card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
}

.card p {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
}

/* Numerology Services css */

.title {
  color: #ba792e;
  font-weight: 600;
}

.numerlogy-subtitle {
  font-size: 13px;
  color: #000000;
  max-width: 700px;
  margin: 10px auto 0;
}

.row.g-4 {
  margin-top: 10px;
}

.service-card-numerology {
  background-color: #F7E7DA;
  border-width: 1px 0px 1px 4px;
  border-style: solid;
  border-color: #FF6F00;
  color: #000000;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  position: relative;
  height: 100%;
  cursor: pointer;
}

.service-card-numerology img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(2077%) hue-rotate(8deg) brightness(102%) contrast(105%);
}

.service-card-numerology i {
  font-size: 26px;
  margin-bottom: 12px;
  display: block;
}

.service-card-numerology h6 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: bold;
}

.service-card-numerology p {
  font-size: 14px;
  color: #000000;
  margin: 0;
  line-height: 1.4;
}

section.py-5.text-center.specials-service {
  background: linear-gradient(180deg, #B25106 11.02%, #000 188.05%);
  position: relative;
  overflow: hidden;
}

/* container above */
.specials-service .container {
  position: relative;
  z-index: 2;
}

/* BOTH CIRCLES */
section.py-5.text-center.specials-service::before,
section.py-5.text-center.specials-service::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;

  background: url('/frontend/images/services-circle.png') no-repeat center;
  background-size: contain;

  z-index: 1;
  animation: floatRotate 12s linear infinite;
}

/* LEFT */
section.py-5.text-center.specials-service::before {
  top: -136px;
  left: -144px;
}

/* RIGHT */
section.py-5.text-center.specials-service::after {
  top: -136px;
  right: -144px;
  transform: rotate(180deg);
  animation-direction: reverse;
}

@keyframes floatRotate {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(15px) rotate(180deg);
  }

  100% {
    transform: translateY(0px) rotate(360deg);
  }
}

.section-our-special-service {
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 50px;
}


.title {
  color: #d4a017;
  font-weight: 600;
}

.subtitle {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 35px;
}

.service-box {
  background: #fff3df;
  border-width: 1px 0px 1px 4px;
  border-style: solid;
  border-color: #FF6F00;
  border-radius: 12px;
  padding: 25px 10px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  height: 100%;
}

.service-box img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(2077%) hue-rotate(8deg) brightness(102%) contrast(105%);

}

.service-box:hover {

  transform: translateY(-5px);
}

.service-box i {
  font-size: 28px;
  margin-bottom: 10px;
  display: block;
  color: #ffffff;
}

.service-box span {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
}

/* vasstu section css */
.vaastu-section {
  padding: 80px 0;
  text-align: center;
}

.section-title {
  font-size: 34px;
  font-weight: 600;
  color: #b67a2d;
}

.row.g-4.justify-content-center {
  margin-top: 20px;
}

.section-desc {
  font-size: 14px;
  color: #000000;
  margin: 10px auto 0;
}

/* cards */
.our-service-card {
  background: #F7E7DA;
  border-width: 1px 0px 1px 4px;
  border-style: solid;
  border-color: #FF6F00;
  border-radius: 18px;
  padding: 25px 10px;
  transition: 0.3s;
  height: 100%;
  cursor: pointer;
  font-weight: bold;
}

.our-service-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}


.icon-box {
  margin-bottom: 12px;
}

.icon-box img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(2077%) hue-rotate(8deg) brightness(102%) contrast(105%);

}

.icon-box svg {
  width: 36px;
  height: 36px;
  fill: #FF6F00;
}

.service-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

/* why section css */

.why-section {
  padding: 0px 0px 80px 0;
  text-align: center;
  position: relative;
}

.why-section .container {
  position: relative;
  z-index: 2;
}

.why-choose-section-title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #BA792E;
}

.section-description {
  /* max-width: 700px; */
  margin: 10px auto 0;
  font-size: 14px;
  color: #000000;
}

.stat-box {
  margin-bottom: 30px;
}

/* .row.text-center {
  margin-top: 30px;
} */

.circle-text {
  background-image: url(/frontend/images/item.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 130px;
  height: 120px;

  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: #ffffff;
  font-weight: 700;
}

.stat-number {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.stat-text {
  font-size: 13px;
  color: #ccc;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
}

/* Articles section css */
.articles-section {
  padding: 80px 0;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #ba792e;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.section-subtitle {
  max-width: 600px;
  margin: 10px auto 0;
  font-size: 14px;
  color: #202020;
}

.article-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.article-card:hover {
  transform: translateY(-5px);
}

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

.article-card .card-body {
  padding: 10px;
}

.date {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}

.article-card h5 {
  font-size: 16px;
  color: #c48b3a;
  margin-bottom: 10px;
}

.article-card p {
  font-size: 13px;
  color: #202020;
  line-height: 1.6;
}

/* testimonial section */
.testimonial-section {
  padding: 80px 0;
  color: #fff;
  background: linear-gradient(180deg, #B25106 11.02%, #000 188.05%);

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  position: relative;
  overflow: hidden;
}


.title {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;

}

.subtitle {
  color: #ffffff;
  max-width: 600px;
  margin: 10px auto 0;
  font-size: 14px;
}

.testimonial-card {
  background: #FFF6E8;
  padding: 25px;
  border-radius: 15px;
  text-align: left;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.testimonial-card p {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

.testimonial-card h6 {
  margin-top: 15px;
  font-weight: 500;
  color: #000
}

.testimonial-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.testimonial-img img {
  width: 100%;
  height: 266px;
  min-height: 266px;
  object-fit: cover;
  border-radius: 15px;
}

.testimonial-img span {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 13px;
}

/* Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 45px;
  height: 45px;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
}

/* Icon */
.play-btn i {
  font-size: 20px;
  color: #5c5b5b;
}

/* Responsive */
@media (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}

/* Footer css  */
.footer {
  background-color: #000;
  color: #fff;
}

img.footer-top-image {
  width: 100%;
}

img.footer-logo-img {
  height: 100px;
}

/* Top Section */
.footer-top {
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding-top: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.footer-title {
  font-size: 22px;
}

a.footer-links {
  color: #ffffff;
  text-decoration: none;
}

/* Button */
.btn-gradient {
  background: linear-gradient(45deg, #ff512f, #f09819, #ff512f);
  border: none;
  border-radius: 25px;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s;
}

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

/* Columns */
.footer h5 {
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.footer p,
.footer li {
  font-size: 14px;
  color: #ccc;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 8px;
  list-style: disc;
}

/* Logo */
.logo {
  color: #f5a623;
  font-weight: 600;
  font-size: 18px;
}

.footer i {
  /* color: #ffb347; */
  font-size: 16px;
}

/* Newsletter */
.newsletter-input {
  border-radius: 25px;
  padding-right: 45px;
}

.send-btn {
  width: 100%;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  padding: 15px 0;
  font-size: 13px;
  color: #aaa;
}

h2.footer-title {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 37.2px;
  text-transform: capitalize;
}

/* dashboard css start here */

.dashboard-coming-soon {

  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-box {
  background: #fff;
  padding: 80px 30px;
  border-radius: 20px;

}

.dashboard-title {
  font-size: 48px;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 15px;

}

.dashboard-subtitle {
  font-size: 28px;
  color: #f26a00;
  font-weight: 600;
  margin: 0;
}

.col-lg-6.mb-4.mb-lg-0.about-cosmic-section {
  padding-left: 20px;
}



.section-about {


  width: 100%;





}

.container-about-section {
  text-align: center;
  background: url("/frontend/images/about-section-bg.png") center center/cover no-repeat;
  margin: 0 88px;

  border-radius: 22px;
  padding: 60px 121px;

}


.top-title {
  color: #b9782f;
  font-size: 44px;

  font-weight: 700;
  margin-bottom: 18px;
}

.top-desc {

  margin: 0 auto;
  color: #4a4036;
  line-height: 32px;
  font-size: 20px;
}

.divider {
  width: 100%;
  height: 1px;
  background: #d7b890;
  margin: 45px 0;
  opacity: 0.5;
}

.main-title {
  color: #b9782f;
  font-size: 44px;
  line-height: 1.2;

  font-weight: 700;
  margin-bottom: 25px;
}

.main-desc {

  margin: 0 auto;
  color: #3f352c;
  line-height: 32px;
  font-size: 20px;
}

.btn {
  display: inline-block;
  margin-top: 40px;
  background: linear-gradient(to right, #ff5a1f, #ff8a1d);
  color: #fff;
  text-decoration: none;
  padding: 16px 38px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease;

}

.btn:hover {
  transform: translateY(-3px);

  color: #ffffff;
}

.video-box {
  height: 500px;
  border-radius: 12px;
  border: none;
}

/* 4 videos in one row */
.col-md-2-4 {
  flex: 0 0 auto;
  width: 25%;
}

/* Arrow Styling */
.arrow-icon i {
  font-size: 40px;
  color: #222;
  cursor: pointer;
  transition: 0.3s;
}

.arrow-icon i:hover {
  color: #000;
  transform: scale(1.2);
}

.arrow-icon-testimonial i {
  font-size: 40px;
  color: #dbdbdb;
  cursor: pointer;
  transition: 0.3s;
}

.arrow-icon-testimonial i:hover {
  color: #fffcfc;
  transform: scale(1.2);
}



/* Mobile Responsive */
@media (max-width: 768px) {
  .col-md-2-4 {
    width: 100%;
  }

  .video-box {
    height: 250px;
  }
}

/* kundi css starts by vinay */
.report-kundli-hero {
  background: url("/frontend/images/numerology-concept-composition 1.png") no-repeat center center;
  background-size: cover;
  padding: 124px 0;
}

.report-kundli-hero .hero-title {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.report-kundli-hero .hero-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.report-kundli-hero .btn {
  padding: 18px 40px;
  border-radius: 30px;
}

.kundli-report-section {
  padding: 48px 0;
  background: url("/frontend/images/kundli-report-bg.jpg") no-repeat center center;
  background-size: cover;
}

.report-kundli-title {
  color: #866c1e;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.kundli-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.summary-box {
  border-radius: 20px;
  border-top: 1px solid #ff6f00;
  border-right: 1px solid #ff6f00;
  border-bottom: 1px solid #ff6f00;
  border-left: 11px solid #ff6f00;
  background: rgba(255, 255, 255, 0.6);
  padding: 29px 42px;
  margin-bottom: 18px;
}

.summary-box .summary-border:nth-child(2) {
  border-left: 1px solid #866c1e66;
  border-right: 1px solid #866c1e66;
  display: flex;
  justify-content: center;
}

.summary-box .summary-border:nth-child(3) {
  border-right: 1px solid #866c1e66;
  display: flex;
  justify-content: center;
}

.summary-box .summary-border:nth-child(4) {
  display: flex;
  justify-content: center;
}

.summary-item h6 {
  color: #ff6f00;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.summary-item p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

p.summary-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  margin: 0;
}

.row.planet-bg {
  border-radius: 20px;
  border-top: 1px solid #ff6f00;
  border-right: 1px solid #ff6f00;
  border-bottom: 1px solid #ff6f00;
  border-left: 8px solid #ff6f00;
  background: rgba(255, 255, 255, 0.6);
  padding: 40px 42px;
}

.planet-item h5 {
  color: #ff6f00;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.planet-item p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}

.planet-item {
  border-bottom: 1px solid rgba(134, 108, 30, 0.4);
  margin-bottom: 30px;
}

.kundli-card.personailty-card .content-box {
  border-radius: 20px;
  border-top: 1px solid #ff6f00;
  border-right: 1px solid #ff6f00;
  border-bottom: 1px solid #ff6f00;
  border-left: 11px solid #ff6f00;
  background: rgba(255, 255, 255, 0.6);
  padding: 40px 42px;
}

.kundli-card.personailty-card .content-box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.insight-wrapper {
  border-radius: 20px;
  border-top: 1px solid #ff6f00;
  border-right: 1px solid #ff6f00;
  border-bottom: 1px solid #ff6f00;
  border-left: 11px solid #ff6f00;
  background: rgba(255, 255, 255, 0.6);
  padding: 40px 42px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.insight-item h5 {
  color: #ff6f00;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 12px;
}

.insight-item p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.insight-item {
  border-bottom: 1px solid rgba(134, 108, 30, 0.4);
  padding-bottom: 20px;
}

.strength-content-box {
  border-radius: 20px;
  border-top: 1px solid #ff6f00;
  border-right: 1px solid #ff6f00;
  border-bottom: 1px solid #ff6f00;
  border-left: 11px solid #ff6f00;
  background: rgba(255, 255, 255, 0.6);
  padding: 40px 42px;
}

.strength-item h5 {
  color: #ff6f00;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 18px;
}

p.strength-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.remedy-bg {
  padding: 40px 42px;
  border-radius: 20px;
  border-top: 1px solid #ff6f00;
  border-right: 1px solid #ff6f00;
  border-bottom: 1px solid #ff6f00;
  border-left: 11px solid #ff6f00;
  background: rgba(255, 255, 255, 0.6);
}

.remedy-item h5 {
  color: #ff6f00;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.remedy-item p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 18px;
}

.remedy-item {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(134, 108, 30, 0.4);
  margin-bottom: 20px;
}

ul.guidance-list li {
  list-style: disc !important;
  padding-bottom: 18px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

ul.guidance-list li:last-child {
  padding-bottom: 0px;
}

ul.guidance-list {
  padding-left: 2rem !important;
}

.summary-box.lucky-box {
  margin-bottom: 40px;
}

section.kundli-pricing-section {
  padding: 120px 0;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(180deg, #b25106 0%, #2e1d07 100%);
}

.pricing-heading h2 {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
}

.pricing-header {
  margin-bottom: 54px;
}

.pricing-card.dark-card {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #4e2906;
  padding: 28px;
}

.pricing-card.light-card {
  border-radius: 28px;
  border: 1px solid rgba(134, 108, 30, 0.2);
  background: #f9f5ea;
  padding: 28px;
}

.pricing-card h3 {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 13px;
}

span.pricing-badge {
  color: #ff6f00;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 172.4%;
  /* 31.032px */
  border-radius: 100px;
  border: 1px solid #ff6f00;
  background: rgba(255, 111, 0, 0.12);
  padding: 5px 16px;
}

.price-wrap {
  margin: 18px 0;
}

.price-wrap h4 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
  margin: 0;
}

.price-wrap span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
}

p.include-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
  margin-bottom: 12px;
}

ul.pricing-list {
  margin-bottom: 48px !important;
}

a.btn.pricing-btn {
  padding: 18px 40px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.503px;
}

a.btn.pricing-btn.white-btn {
  background: #fff;
  color: #000;
  border-radius: 30px;
  border: 1px solid #fff;
}

a.btn.pricing-btn.white-btn:hover {
  background: transparent;
  color: #fff;
  border-radius: 30px;
}

a.btn.kundli-downlaod-btn {
  padding: 18px 40px;
  border-radius: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.503px;
}

.dosha-summary .dosha-border:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(134, 108, 30, 0.4);
  border-right: 1px solid rgba(134, 108, 30, 0.4);
}

.dosha-summary .dosha-border:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.strength-item {
  margin-bottom: 30px;
}

.strength-item:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .summary-box.lucky-box .summary-item {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .summary-item h6 {
    font-size: 20px;
  }

  .summary-item p {
    font-size: 16px;
  }

  .summary-box .summary-border:nth-child(2) {
    border-right: 0px;
  }

  .summary-item {
    text-align: center;
  }

  .report-kundli-title {
    font-size: 24px;
  }

  p.summary-text {
    font-size: 16px;
    line-height: normal;
  }

  .planet-item h5 {
    font-size: 20px;
  }

  .planet-item p {
    font-size: 16px;
    line-height: normal;
  }

  .row.planet-bg {
    padding: 24px;
  }

  .kundli-card.personailty-card .content-box p {
    font-size: 16px;
    line-height: normal;
  }

  .insight-item h5 {
    font-size: 20px;
    line-height: normal;
  }

  .insight-item p {
    font-size: 16px;
  }

  p.strength-text {
    font-size: 16px;
    line-height: normal;
  }

  .remedy-item h5 {
    font-size: 20px;
    line-height: normal;
  }

  .remedy-item p {
    font-size: 16px;
    line-height: normal;
  }

  .remedy-bg {
    padding: 24px;
  }

  .strength-content-box {
    padding: 24px;
  }

  .dosha-summary .dosha-border:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(134, 108, 30, 0.4);
    border-bottom: 1px solid rgba(134, 108, 30, 0.4);
    border-left: 0px;
    border-right: 0px;
    padding: 20px 0;
  }

  .summary-box {
    padding: 24px;
  }

  a.btn.kundli-downlaod-btn {
    padding: 12px 24px;
  }

  .pricing-heading h2 {
    font-size: 28px;
    line-height: normal;
  }

  section.kundli-pricing-section {
    padding: 60px 0;
  }

  .pricing-header {
    margin-bottom: 24px;
  }
}

/* kundi css ends */

/* payment css starts by vinay*/
.payment-hero-section {
  background: url("/frontend/images/payment-bg.png") no-repeat center center;
  background-size: cover;
  padding: 124px 0;
}

.payment-content h1 {
  color: #fff;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.payment-content p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.payment-checkout-section {
  background: #faf6f1;
}

.checkout-card {
  background: #fff;
  border: 1px solid #f0dcc9;
  border-radius: 18px;
  padding: 28px;
}

.checkout-title {
  font-size: 24px;
  font-weight: 700;
  color: #2d1b12;
  margin-bottom: 28px;
}

/* PLAN CARD */
.plan-card {
  border: 1.5px solid #ecd6c0;
  border-radius: 18px;
  padding: 24px;
  height: 100%;
  transition: 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-5px);
}

.active-plan {
  border-color: #ff7b22;
  box-shadow: 0 8px 24px rgba(255, 123, 34, 0.12);
}

.plan-card h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.popular-badge {
  display: inline-block;
  background: #ff7b22;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 50px;
  margin-left: 8px;
}

.plan-price {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 24px;
}

.plan-price span {
  font-size: 16px;
  color: #777;
}

.plan-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.plan-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}

.plan-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff7b22;
}

.plan-radio {
  width: 22px;
  height: 22px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin: auto;
}

.plan-radio.active {
  border-color: #ff7b22;
  position: relative;
}

.plan-radio.active::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ff7b22;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}

.plan-note {
  background: #fff7ef;
  border-radius: 12px;
  padding: 14px 18px;
  color: #7b5a43;
}

/* TABS */
.payment-methods {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.method-btn {
  border: 1px solid #e8d5c1;
  background: #fff;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 600;
  color: #444;
  transition: 0.3s ease;
}

.method-btn.active {
  border-color: #ff7b22 !important;
  background: #fff7f0 !important;
  color: #ff7b22 !important;
}

/* FORM */
.card-form {
  border: 1px solid #f0dcc9;
  border-radius: 14px;
  padding: 24px;
}

.form-label {
  font-weight: 600;
  color: #444;
}

.form-control,
.form-select {
  border-radius: 10px;
  border: 1px solid #e6d2be;
  height: 50px;
}

.form-control:focus,
.form-select:focus {
  border-color: #ff7b22;
  box-shadow: none;
}

/* CARD ICONS */
.card-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.card-icons span {
  border: 1px solid #e6d2be;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
}

/* UPI */
.upi-box {
  border: 1px solid #f0dcc9;
  border-radius: 12px;
  padding: 18px;
  text-align: center;
}

.upi-box p {
  margin-bottom: 14px;
  font-weight: 600;
}

.upi-icons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.upi-icons span {
  background: #fff7f0;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 600;
}

/* REVIEW PAY */
.pay-btn {
  transition: 0.3s ease;
}

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

.secure-note {
  margin-top: 14px;
  color: #777;
  font-size: 14px;
}

.form-check-label a {
  color: #ff7b22;
  text-decoration: none;
}

/* SUMMARY */
.summary-product {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0dcc9;
}

.summary-product img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  object-fit: cover;
}

.summary-product h5 {
  margin-bottom: 6px;
  font-size: 18px;
}

.summary-product p {
  margin: 0;
  color: #777;
}

.summary-price {
  padding: 22px 0;
  border-bottom: 1px solid #f0dcc9;
}

.summary-price div,
.total-amount {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.total-amount {
  padding: 22px 0;
  margin-bottom: 0;
}

.total-amount strong {
  color: #ff6b2c;
  font-size: 34px;
}

/* SECURE */
.secure-box {
  background: #f7fff7;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 22px;
}

.secure-box h6 {
  color: #2d7c39;
  margin-bottom: 10px;
  font-weight: 700;
}

.secure-box p {
  color: #5f6d61;
  margin-bottom: 0;
}

.payment-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.payment-badges span {
  border: 1px solid #e8d5c1;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
}

/* WHY */
.why-item {
  border-bottom: 1px solid #f0dcc9;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.why-item h5 {
  font-size: 18px;
  margin-bottom: 8px;
}

.why-item p {
  margin: 0;
  color: #666;
  line-height: 1.7;
}

/* STICKY */
.sticky-card {
  position: sticky;
  top: 20px;
}

/* TAB ANIMATION */
.tab-pane {
  animation: fadeIn 0.3s ease;
}

.payment-checkout-section ul.pricing-list li {
  font-size: 14px;
}

.payment-checkout-section .pricing-card h3 {
  font-size: 18px;
  line-height: normal;
}

.payment-checkout-section span.pricing-badge {
  font-size: 12px;
}

.payment-checkout-section .pricing-card.dark-card {
  padding: 18px;
}

.payment-checkout-section .price-wrap h4 {
  font-size: 28px;
}

.payment-checkout-section .price-wrap span {
  font-size: 14px;
}

.payment-checkout-section p.include-title {
  font-size: 18px;
}

.payment-checkout-section .pricing-card.light-card {
  padding: 18px;
}

.payment-checkout-section a.btn.pricing-btn {
  padding: 16px 24px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .payment-content h1 br {
    display: none;
  }

  .sticky-card {
    position: relative;
    top: 0;
  }
}

@media (max-width: 767px) {
  .container-about-section {
    margin: 0 20px;
    padding: 24px;
  }

  .top-title {
    font-size: 34px;
  }

  .top-desc {
    line-height: 32px;
    font-size: 16px;
  }

  .checkout-card {
    padding: 20px;
  }

  .checkout-title {
    font-size: 20px;
  }

  .plan-card h4 {
    font-size: 20px;
  }

  .plan-price {
    font-size: 40px;
  }

  .method-btn {
    width: 100%;
  }

  .payment-methods {
    gap: 10px;
  }
}

@media (max-width: 575px) {
  .header-login-buttons {
    justify-content: center;
    width: 100%;
  }

  .navbar-top .container-fluid {
    width: 100%;
    flex-wrap: wrap;
  }

  section.section-kundli {
    margin: 0 20px;
  }
}

/* payment css end */

a.footer-sec-btn {
  background: transparent;
  border: 1px solid #FFF;
}

a.footer-sec-btn:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}

.header-login-buttons .signup-btn {
  background: transparent !important;
  border: 1px solid #fff;
  color: #fff !important;
  opacity: 1;
}

.header-login-buttons .signup-btn:hover {
  background: #fff !important;
  color: #000 !important;
}

/* Profile Dropdown Styling */
.profile-dropdown {
  position: relative;
  display: inline-block;
}

.profile-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  min-width: 170px;
  margin-top: 8px;
  background: #12121d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  padding: 8px 0;
  display: none;
  z-index: 1060;
}

/* Ensure hover shows dropdown */
.profile-dropdown:hover .profile-dropdown-menu {
  display: block;
}

/* Hover buffer to prevent accidental close */
.profile-dropdown::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 12px;
  background: transparent;
}

.profile-dropdown-menu .dropdown-item {
  color: #ccc !important;
  font-size: 14px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.profile-dropdown-menu .dropdown-item i {
  width: 16px;
  text-align: center;
}

.profile-dropdown-menu .dropdown-item:hover {
  background: rgba(253, 86, 45, 0.15) !important;
  color: #FD562D !important;
}

.profile-dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin: 6px 0;
}

/* Remove default Bootstrap caret from dropdown-toggle when it has profile icon */
.profile-dropdown .dropdown-toggle::after {
  display: none !important;
}

.horoscope-sign {
  cursor: pointer;
}


.about-content-section {
  position: relative;
  z-index: 2;
  margin: 60px 0 40px;
}

.about-desc-card {
  background: #ffffff;
  border: 1px solid #FF6F00;
  border-left: 8px solid #FF6F00;
  border-radius: 20px;
  padding: 45px;
  box-shadow: 0 8px 25px rgba(186, 121, 46, 0.04);
  margin-bottom: 50px;
}

.about-desc-card p {
  color: #5c4e4d;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.about-desc-card p:last-child {
  margin-bottom: 0;
}

.about-link-card {
  background: #fffcf7;
  border: 1px solid #FD562D;
  border-left: 8px solid #FD562D;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 8px 25px rgba(186, 121, 46, 0.04);
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(186, 121, 46, 0.08);
}

.about-card-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff8e7;
  border: 2px dashed #BA792E;
  color: #FD562D;
  font-size: 28px;
  transition: 0.3s ease;
}

.about-link-card:hover .about-card-icon {
  background: #FD562D;
  color: #fff;
  border-color: #FD562D;
  transform: scale(1.1);
}

.about-link-card h3 {
  font-family: 'Philosopher', sans-serif;
  font-size: 26px;
  color: #b25106;
  margin-bottom: 15px;
  font-weight: 700;
}

.about-link-card p {
  color: #5c4e4d;
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 25px;
  flex-grow: 1;
}

.btn-about-link {
  background: linear-gradient(90deg, #FD562D 0%, #F0951A 100%);
  color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
  border: none;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(253, 86, 45, 0.2);
}

.btn-about-link:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(253, 86, 45, 0.3);
}

@media (max-width: 767px) {
  .about-desc-card {
    padding: 30px 20px;
  }

  .about-link-card {
    padding: 30px 20px;
  }
}

.highlight-card {
  border: 1px solid #FF6F00;
  border-left: 8px solid #FF6F00;
  border-radius: 20px;
  background: #F7E7DA;
  padding: 38px;
}

/* Tablet */
@media (max-width: 991px) {
  .highlight-card {
    padding: 30px;
    border-radius: 16px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .highlight-card {
    padding: 24px 20px;
    border-radius: 14px;
    border-left-width: 6px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .highlight-card {
    padding: 20px 16px;
    border-radius: 12px;
    border-left-width: 5px;
  }
}

.panchang-hero-section .btn:nth-child(1),
.panchang-hero-section .btn:nth-child(2) {
  display: none
}

.table>:not(caption)>*>* {
  background-color: unset !important;
}