:root{
  --primary-color:#f50202;
  --secondary-color:#0000000d;
  --text-color:#727272;
  --heading-color:#f50202;
  --tertiary-color:#424242;
  --card-bg-color:#ff56560d;
}

.logo{
  height: 70px;
}
body{
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #0D0D0D;
  color: #F1F1F1;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Blanck', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  color: #E0B341;
}
a{
  text-decoration: none;
}
.text-primary{
    color:#E0B341!important;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent;
/*transition: top 0.3s ease, background 0.3s ease, backdrop-filter 0.3s ease;*/
  
}

.navbar.blurred {
  margin: 0px 0px 10px 0px !important;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

@keyframes slideInDown{
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
}


.navbar-hidden {
  top: -100px; /* push navbar out of view */
}
.nav-link.active{
  color: #E0B341!important;
  font-weight: 500;
}
.navbar .nav-link{
  color: #FFFFFF;
  font-weight: 500;
  display: inline-block;
  position: relative;
  transition:all ease 0.4s;
}
.navbar .nav-link:hover{
  color: #E0B341!important;
  font-weight: 500;
}

.navbar .nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 4px;
  left: 0;
  background-color: #E0B341;
  transition: transform 0.25s ease-out;
}

.navbar .nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom center;
}

.navbar .nav-link::after {
  transform-origin: bottom center;
}

.font-10{
  font-size: 10px;
}
.font-11{
  font-size: 11px;
}
.font-12{
  font-size: 12px;
}
.font-13{
  font-size: 14px;
}
.font-14{
  font-size: 15px;
}
.font-16{
  font-size: 16px;
}
.font-18{
  font-size: 18px;
}
.font-20{
  font-size: 20px;
}
.font-22{
  font-size: 22px;
}
.font-24{
  font-size: 25px;
}
.font-30{
  font-size: 30px;
}
.font-40{
  font-size: 40px;
}
.font-50{
  font-size: 50px;
}
.fw-400{
  font-weight: 400;
}
.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;}
.fw-700{
  font-weight: 700;
}

.page-content{
  margin-top: 100px;
}

.navbar-collapse.show {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 10px 20px;
  border-radius: 8px;
}

/*hero section start*/
.hero-heading{
  font-size: 4.375rem;
  font-weight: 800;
}
/*.hero-btn{
  font-size: 18px;
  padding: 16px 25px;
   background: #554023;
  background: linear-gradient(
    to right,
    #E0B341,#c99846
  );
  border-radius: 8px;
  border:goldenrod;
  font-weight: 600;
}*/
.hero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  overflow: hidden;
  height: 3.75rem;
  background-size: 300% 300%;
  cursor: pointer;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
  transition: 0.5s;
  animation: gradient_301 5s ease infinite;
  border: double 4px transparent;
  background-image: linear-gradient(#212121, #212121),
    linear-gradient(
      137.48deg,
      #ffdb3b 10%,
      #fe53bb 45%,
      #8f51ea 67%,
      #0044ff 87%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.hero-btn strong {
  z-index: 2;
  font-size: 15px;
  letter-spacing: 2px;
  color: #ffffff;
  text-shadow: 0 0 4px white;
}
#container-stars {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
}

#glow {
  position: absolute;
  display: flex;
  width: 12rem;
}

.circle {
  width: 100%;
  height: 30px;
  filter: blur(2rem);
  animation: pulse_3011 4s infinite;
  z-index: -1;
}

.circle:nth-of-type(1) {
  background: rgba(254, 83, 186, 0.636);
}

.circle:nth-of-type(2) {
  background: rgba(142, 81, 234, 0.704);
}

.hero-btn:hover #container-stars {
  z-index: 1;
  background-color: #212121;
}

.hero-btn:hover {
  transform: scale(1.05);
}

.hero-btn:active {
  border: double 4px #fe53bb;
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: none;
}

.hero-btn:active .circle {
  background: #fe53bb;
}

#stars {
  position: relative;
  background: transparent;
  width: 200rem;
  height: 200rem;
}

#stars::after {
  content: "";
  position: absolute;
  top: -10rem;
  left: -100rem;
  width: 100%;
  height: 100%;
  animation: animStarRotate 90s linear infinite;
}

#stars::after {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
}

#stars::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 170%;
  height: 500%;
  animation: animStar 60s linear infinite;
}

#stars::before {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
  opacity: 0.5;
}

@keyframes animStar {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-135rem);
  }
}

@keyframes animStarRotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes gradient_301 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulse_3011 {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/*hero section end*/


@media(max-width:768px){
  .gold-wheel{
    display: none;
  }
}
@media(max-width:426px){
  .hero-heading{
      font-size: 60px;
  }
}


.list-inline-item a{
  color: #E0B341!important;
  font-weight: 500;
}
.pac-container {
  z-index: 1055 !important; /* Bootstrap modal z-index is 1050 */
}

.navbar-toggler:focus {
    box-shadow: none!important; 
}

.gold-wheel{
  height: 600px;
  animation: rotate  180s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .gold-wheel{
    height: 370px;
    width: 370px;
  }
  .hero-heading {
    font-size: 3.575rem;
    font-weight: 800;
  }
}

@media (min-width: 1024px) {
  .gold-wheel{
    height: 500px!important;
    width: 500px;
  }
  .hero-heading {
    font-size: 3.575rem;
    font-weight: 800;
  }
} 

@media (max-width: 375px) {
  .logo{
    height: 50px;
  }
  .hero-section {
        margin: 44px 0 10px 0;
    }
        .hero-heading {
        font-size: 54px;
    }
    .hero-text{
        font-size: 16px!important;
    }
} 


.nakshatra-card-min {
  background-color: #1a1a1a;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.nakshatra-card-min:hover {
  background-color: #E0B341;
  color: #0D0D0D;
  cursor: pointer; 
}
/* Accordion container */
.custom-accordion .accordion-item {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}

/* Accordion header button */
.custom-accordion .accordion-button {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  padding: 1.5rem 1.25rem;
  box-shadow: none;
  transition: background-color 0.3s ease;
  position: relative;
}

/* Remove focus outline */
.custom-accordion .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

/* Hover effect */
.custom-accordion .accordion-button:hover {
  background-color: #292929;
}

/* Active (expanded) state */
.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #E0B341;
  color: #000;
}

/* Accordion body content */
.custom-accordion .accordion-body {
  padding: 1.25rem 1.5rem;
  background-color: #1a1a1a;
  color: #ffffffbf;
}

/* Accordion icons (arrow) */
.custom-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

/* Rotate arrow on expand */
.custom-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
.custom-nakshatra-btn {
  background-color: #E0B341;
  color: #f0f0f0;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(224, 179, 65, 0.3);
}

.custom-nakshatra-btn:hover {
  background-color: #f5cc5b;
  color: #000;
  box-shadow: 0 6px 20px rgba(224, 179, 65, 0.45);
  transform: translateY(-2px);
}

.custom-nakshatra-btn:focus {
  box-shadow: none;
  outline: none;
}

.what-is-nakshatra-img{
  max-height: 420px;
  object-fit: cover;
  border-radius: 10px;
}

.free-nakshatra-finder-img{
  max-height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
/* .banner-ad {*/
/*    max-width: 728px;*/
/*    width: 100%;*/
/*    height: 90px;*/
/*    margin: 0 auto;*/
/*    overflow: hidden;*/
/*}*/


/* footer */
.footer-dark {
            background: #0D0D0D;
            color: #E0B341;
            position: relative;
            overflow: hidden;
        }
        
        .footer-dark::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><radialGradient id="star" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="rgba(224,179,65,0.15)"/><stop offset="100%" stop-color="transparent"/></radialGradient></defs><circle cx="10" cy="20" r="0.5" fill="url(%23star)"/><circle cx="80" cy="10" r="0.3" fill="url(%23star)"/><circle cx="30" cy="70" r="0.4" fill="url(%23star)"/><circle cx="90" cy="80" r="0.2" fill="url(%23star)"/><circle cx="60" cy="30" r="0.3" fill="url(%23star)"/></svg>') repeat;
            opacity: 0.3;
        }
        
        .footer-content {
            position: relative;
            z-index: 2;
        }
        
        .logo-section {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 2rem;
        }
        
        .logo-section img {
            max-height: 60px;
            width: auto;
        }
        
        .footer-section h6 {
            color: #E0B341;
            font-weight: 600;
            margin-bottom: 1rem;
            position: relative;
        }
        
        .footer-section h6::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -3px;
            width: 30px;
            height: 2px;
            background: linear-gradient(90deg, #E0B341, transparent);
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
        }
        
        .footer-links li {
            margin-bottom: 0.5rem;
        }
        
        .footer-links a {
            color: #999;
            text-decoration: none;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .footer-links a:hover {
            color: #E0B341;
            padding-left: 5px;
        }
        
        .footer-links a::before {
            content: '';
            position: absolute;
            left: -10px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 1px;
            background: #E0B341;
            transition: width 0.3s ease;
        }
        
        .footer-links a:hover::before {
            width: 5px;
        }
        
        .tools-section {
            background: rgba(224, 179, 65, 0.1);
            border-radius: 10px;
            padding: 1.5rem;
            border: 1px solid rgba(224, 179, 65, 0.2);
        }
        
        .tool-item {
            display: flex;
            align-items: center;
            padding: 0.5rem 0;
            color: #ccc;
        }
        
        .tool-item i {
            color: #E0B341;
            margin-right: 0.5rem;
            width: 20px;
        }
        
        .footer-bottom {
            border-top: 1px solid rgba(224, 179, 65, 0.2);
            margin-top: 2rem;
            padding-top: 1.5rem;
        }
        
        .social-links {
            display: flex;
            gap: 1rem;
            justify-content: center;
            margin-bottom: 1rem;
            flex-wrap: wrap;
        }
        
        .social-links a {
            width: 40px;
            height: 40px;
            background: rgba(224, 179, 65, 0.1);
            border: 1px solid rgba(224, 179, 65, 0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #E0B341;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .social-links a:hover {
            background: #E0B341;
            color: #0D0D0D;
            transform: translateY(-2px);
        }
        
        .copyright {
            text-align: center;
            color: #666;
            font-size: 0.9rem;
        }
        
        @media (max-width: 768px) {
            .logo-section {
                flex-direction: column;
                text-align: center;
            }
            
            .logo-icon {
                margin-right: 0;
                margin-bottom: 0.5rem;
            }
            
            .footer-section {
                margin-bottom: 2rem;
                text-align: center;
            }
            
            .footer-section h6::after {
                left: 50%;
                transform: translateX(-50%);
            }
        }