/* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
}

.nav-auth-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* Header */
header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: linear-gradient(to top, rgba(68, 4, 69, 0.9), #3d0269);
  padding: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

header a {
  text-decoration: none;
}

.logo {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  font-weight: 550;
  font-family: math;
}

.logo img {
  width: 55px;
  height: 55px;
  border-radius: 40px;
}


nav {
  position: relative;
  top: 0px;
}

nav ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0 20px;
  gap: 45px;
  margin: auto 80px;
}

nav ul li {
  margin: 0 10px;
  position: relative; 
}

nav ul li a {
  color: white;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 0;
  display: inline-block;
  position: relative;
}


nav ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: white;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

nav ul li:hover a::after {
  width: 100%;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #beb8b8;
  top: 100%;
  width: auto;
  left: 0; 
  min-width: 220px;
  z-index: 999;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 10px 0;
  transform: translateX(-80%);
}

.dropdown-menu li {
  border-bottom: 1px solid #eee;
  width: auto;
  text-align: center;
}

.dropdown-menu li a {
  color: #333;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
}

.dropdown-menu li a:hover {
  color: #525050;
}

.dropdown:hover .dropdown-menu {
  display: block;
}


nav ul li:hover a::after {
  width: 100%;
}

.auth-links {
  display: flex;
  justify-content: center;
}

.auth-links button {
  background-color: transparent;
  border: none;
  padding: 14px 24px;
  border-radius: 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;

  background: linear-gradient(to right, #4e1142, #420889);
  background-size: 200% auto;
  transition: background-position 0.4s ease, box-shadow 0.3s ease, transform 0.3s ease;
  border: 0.4px solid rgb(83, 83, 84);
  box-shadow: 0 10px 20px rgba(39, 3, 65, 0.2);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.auth-links button a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

.auth-links button:hover {
  background-position: right center; 
  box-shadow: 0 8px 16px rgba(60, 9, 96, 0.4);
  transform: translateY(-3px);
}

.auth-links a {
  display: flex;
  text-decoration: none;
  color: white;
  margin-left: 10px;
  font-weight: 530;
  font-size: 14px;
  /* border-right: 1px solid black; */
}

.auth-links i {
  margin-left: 10px;
  font-size: 20px;
  margin-top: -4px;
}

.auth-links #blog {
  border-right: 1.6px solid white;
  padding-right: 10px;
  height: 20px;
}

.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 550px;
  max-width: 100%;
  margin: auto;
  margin-top: 0px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: auto;
  border-radius: 0px;
}

.slide {
  min-width: 100%;
  height: auto;
  transition: opacity 0.5s ease;
  border-radius: 1px;
}

.slide img {
  width: 100%;
  max-width: 100%;
  height: 550px;
  object-fit: fill;
  border-radius: 1px;
}

.nav-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.nav-buttons button {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 2rem;
  padding: 0 20px;
  cursor: pointer;
}

.dots {
  text-align: center;
  margin-top: 10px;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background-color: #333;
}

.kundl{
    background: url('images/banner.png') no-repeat center center;
}

#banner {
  background-size: cover;
  padding: 150px 20px;
  position: relative;
  color: white;
  text-align: center;
}

.pancha{
    background: url('images/banner2.png') no-repeat center center;
}

.matching{
  background: url('images/banner1.jpg') no-repeat center center;
}

#banner::before{
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
   background: rgba(18, 17, 17, 0.5);
  z-index: 1;
}

.kundli {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.kundli h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 20px;
  color:white;
}


.kundli p {
  font-size: 18px;
  line-height: 1.6;

}

.astrology-services {
  padding: 50px 30px;
  background-color: #f1f1f1;
  text-align: center;
}

.astrology-services h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #222;
}

.services-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.services-container {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px;
  justify-content: flex-start;
  -ms-overflow-style: none;  
  scrollbar-width: none;   
}

.service-card {
  flex: 0 0 auto; 
  width: 270px; 
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-bottom: 6px solid #4f096f;
}


.icon-circle {
  width: 80px;
  height: 80px;
  background-color: #270f42;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle img {
  width: 40px;
  height: 40px;
}

.service-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}

.service-card p {
  font-size: 14px;
  color: #555;
}

/* Arrows */
.arrow {
  font-size: 28px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  z-index: 10;
}

.prev {
  margin-right: 10px;
}

.next {
  margin-left: 10px;
}


.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 115px;
  margin-top: -130px;
}

.left-side img {
  max-width: 100%;
  height: auto;
  width: 612px;
}

.right-side {

  padding: 106px;
  border-radius: 10px;
  width: 40%;
}

.panchang {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  margin: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.panchang .panchang-txt {
  background: #a00050;
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.panchang-txt p {
  margin: 10px 0;
  font-size: 16px;
  text-align: center;
}

.panchang a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.panchang-details {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 10px;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
}

.panchang-details span {
  font-weight: bold;

  text-transform: uppercase;
}

.day {
  display: flex;
  gap: 50px;
  margin-left: 20px;
}

.day p {
  max-width: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.panchang-details p img {
  width: 30px;
}

.panchang-btn {
  display: inline-block;
  background: #a00050;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
  width: 80%;
  height: 50px;
  padding-top: 15px;
}

.panchang-btn:hover {
  background: #8c0045;
}

.panchang-btn img {
  height: 30px;
  margin-left: 20px;
  transform: translateY(12px);
}

.month-samvat-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
}

.month,
.samvat {
  flex: 1;
}

.month-samvat-container h4 {
  text-transform: uppercase;
}

.sign {
  text-align: center;
  margin-top: -150px;
}

.astro-cta-section {
  background: linear-gradient(to right, #3e0e61, #7b2cbf);
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  margin: -130px auto;
  height: 60vh;
  max-width: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.astro-cta-section .mobile {
  height: 500px;
  width: 350px;
}

.astro-cta-container h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.astro-cta-container p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #e0d6f6;
  text-align: center;
}

.astro-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.astro-btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.astro-btn i {
  font-size: 20px;
}

.talk-btn {
  background-color: #ffb703;
  color: white;
}

.chat-btn {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.talk-btn:hover {
  background-color: #ff9f1c;
  color: #000;
}

.chat-btn:hover {
  background-color: #fff;
  color: #7b2cbf;
}

.app-content {
  font-size: 1.5rem;
  margin-top: 40px;
}

.app-buttons {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
  align-items: center;
}

.store-btn img {
  height: 60px;
  transition: transform 0.3s ease;
}

.store-btn:hover img {
  transform: scale(1.05);
}


#line {
  width: 200px;
  border: 2px solid #38bdf8;
  margin: 5px auto;
  margin-bottom: 30px;
}


.zodiac-section {
  background: linear-gradient(45deg, #4c1d50, #8245be);
  padding: 20px 0;
  overflow: hidden;
}

.slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.zodiac-container {
  display: flex;
  gap: 30px;
  animation: scroll 40s linear infinite;
  width: fit-content;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.zodiac-container a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: white;
  min-width: 100px;
  padding: 10px;
  border-radius: 10px;
  transition: background 0.3s;
}

.zodiac-container a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.zodiac-container img {
  width: 60px;
  height: 60px;
}

.zodiac-container span {
  margin-top: 5px;
  font-weight: bold;
}


.Calculator {
  text-align: center;
  margin-top: 100px;
}


.accordion-section {
  padding: 50px 20px;
  text-align: center;
}

.accordion-title h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.accordion-title hr {
  width: 200px;
  border: 2px solid #38bdf8;
  margin: 10px auto;
}

.accordion-title p {
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
}

.accordion-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.accordion-item {
  background: #fff;
  color: #000;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #e6dcdc;
}

.accordion-btn {
  height: 80px;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  color: #000;
  border: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-content {
  transition: max-height 3s ease-in-out, padding 3s ease-in-out;
  display: none;
  padding: 20px;
  font-size: 15px;
  line-height: 1.6;
}

.accordion-content.show {
  max-height: 500px;
  padding: 15px 20px;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-item.active .accordion-btn span {
  transform: rotate(180deg);
}

.cards {
  background-color: #f5f5f5;
  margin: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  margin-bottom: 200px;
}

.hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: bold;
  color: #000;
  /* Black text */
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
  width: 100%;
}


.cards .card:hover {
  background: #fff;
  /* White background */
}

.cards .card:hover img,
.cards .card:hover h3 {
  opacity: 0;
  /* Hide image and default text */
}

.cards .card:hover .hover-text {
  opacity: 1;
  /* Show new text */
}


.card-container {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.card-container .card {
  background: #fff;
  padding: 20px;
  padding-top: 50px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center !important;
  transition: transform 0.2s ease-in-out;
  height: 150px;
  width: 250px;
  border: 1px solid rgb(218, 214, 214);
}

.card-container .card:hover {
  transform: translateY(-5px);
}

.card-container .card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 10px;
}

.card-container .card h3 {
  font-size: 16px;
  color: #333;
  margin: 0;
  text-align: center;
}

.product-txt {
  display: flex;
  padding: 150px;
  align-items: center;
  justify-content: space-between;
  line-height: 2;
}

.product-txt h1 {
  max-width: 400px;
  font-size: 25px;
}

.product-txt button {
  padding: 20px;
  border-radius: 10px;
  font-size: 15px;
}

.product-txt button:hover {
  background-color: black;
  color: white;
}

#artical-btn {
  border: 2px solid rgb(37 99 235);
  color: rgb(37 99 235);
  font-weight: bold;
}

#artical-btn:hover {
  border: none;
  color: white;
  background-color: rgb(37 99 235);
}


.artical-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 40px;
  margin-top: -100px;
}

.vedic-card {
  width: 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.vedic-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.card-content {
  padding: 15px;
  background: white;
}

.card-content h3 {
  font-size: 25px !important;
}

.card-content p {
  font-size: 16px;
  line-height: 2;
}


.vedic-card h3 {
  font-size: 18px;
  margin: 10px 0;
}

.vedic-card p {
  font-size: 14px;
  color: #555;
}

.vedic-card a {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
}

.vedic-card:hover {
  transform: translateY(-5px);
}

.card-one {
  color: black;
}

.card-two {
  color: black;
}

.card-three {
  color: black;
}

.site-footer {
  background: linear-gradient(to bottom, #000000, #4b0073);
  color: #fff;
  font-family: Arial, sans-serif;
  width: 100%;
  border-top: 1px solid white;
}

.footer-content {
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin: auto;
  font-size: 13px;
  padding: 20px;
}

.footer-column {
  flex: 1 1 180px;
  margin: 20px;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
  color: #ccc;
  cursor: pointer;
}

.footer-column ul li:hover {
  color: #fff;
}

.store-btn {
  width: 150px;
  margin: 10px 0;
  display: block;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.social-icons img {
  width: 35px;
  height: 35px;
  background-color: white;
  border-radius: 6px;
  padding: 5px;
}

.footer-bottom {
  border-top: 1px solid #ffffff20;
  background-color: black;
  background-color: black;
  height: 50px;
  margin-bottom: -22px;
  text-align: center;
  padding-top: 15px;
  font-size: 14px;
  color: white;
  font-weight: 450;
  width: 100%;
  max-width: 100%;
}

.footer-bottom p {
  text-align: center;
}



.kundli-container {
  margin: 0 auto;
  background: #fff;
  color: #333;
  padding: 30px;
  border-radius: 12px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}


.kundli-container h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #5c0266;
}

.form-group {
  margin-bottom: 20px;
}

.janmk {
  color: #3d0269;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 10px 3px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.form-group select {
  background: #fff;
}

.submit-btn {
  background-color: #5c0266;
  color: white;
  border: none;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background-color: #7a1185;
}

.kundli-info-section {
  color: black;
  padding: 20px 40px;
  text-align: center;
}

.kundli-info {
  max-width: 900px;
  margin: auto;
}

.kundli-info h2 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 40px;
  position: relative;
  display: inline-block;
  color: black;
}

.kundli-info h2::after {
  content: "";
  width: 200px;
  height: 3px;
  background-color: #1e90ff;
  display: block;
  margin: 10px auto 0;
}

.kundli-info p {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20px;
  text-align: justify;
  max-width: 100%;
}

.kundli-info ul {
  text-align: left;
  margin-top: 20px;
  margin-left: 20px;

}

.kundli-info ul li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  list-style: disc;
  max-width: 100%;
}

#matchForm {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

#matchForm .form-section {
  width: 400px;
}


.matching-form-container {
  background: #fff;
  color: #333;
  padding: 30px;
  border-radius: 12px;
  /* max-width: 700px; */
  margin: auto 40px;
  width: 90%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.matching-form-container h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #5c0266;
}


.page-heading {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: black;
  padding: 15px 0;
  margin-top: 10px;
  border-radius: 8px;
  width: 50%;
  text-align: center;

}

.search-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
  margin: 20px 0;
}

.search-filters input,
.search-filters select {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 250px;
  font-size: 14px;
  background-color: #f5f6fa;
  color: #333;
  outline: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.search-filters input:focus,
.search-filters select:focus {
  border-color: #7c0595;
  box-shadow: 0 0 5px rgba(124, 5, 149, 0.6);
}


.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 equal-width columns */
  gap: 20px;
  padding: 0 40px;

}

.astro-card {
  background: linear-gradient(135deg, #170425, #542584);
  border: 2px solid #2c85ce;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  color: white;
  width: 400px;
}

.astro-card img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.chat-icon {
  color: #7c0595;
  padding: 8px 10px;
  border-radius: 50%;
  font-size: 15px;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.chat-icon i {
  background-color: #280342;
  padding: 8px 20px;
  border-radius: 25px;
  color: rgb(84, 206, 243);
  border: 2px solid rgb(31, 148, 183);
  font-size: 26px;
}


.chat-actions {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 10px;
} 

.astro-card .status-dot {
  width: 12px;
  height: 12px;
  background: #00ff00;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}

.astro-info {
  display: flex;
  gap: 32px;
  align-items: center;
}

.astro-details {
  flex-grow: 1;
}

.astro-details h4 {
  margin: 5px 0 5px;
  font-size: 20px;
  font-weight: 200;
}

.astro-details small {
  display: block;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #dcdcdc;
}

.astro-details .price {
  color: #04caa2;
  font-weight: 300;
  font-size: 14px;
}

.astro-details .category {
  font-size: 14px;
  margin-top: 5px;
}


.free-label {
  font-size: 12px;
  color: #ffffff;
  background: green;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 5px;
}

.astrochat {
  padding: 10px 20px;
  align-items: center;
  gap: 10px;
  /* font-weight: bold; */
  font-size: 14px;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}

.panchang-section {
  padding: 60px 20px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}


.panchang-card {
  background: linear-gradient(135deg, #f9f6ff, #f3ecff);
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: left;
  
}

.panchang-row {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: #333;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 6px 0;
}

.panchang-row strong {
  min-width: 180px;
  color: #7c0595;
}

.horoscope-section {
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.horoscope-section h2 {
  font-size: 2.5rem;
}

.zodiac-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.zodiac-card {
  background: linear-gradient(135deg, #1d054b, #067b9b);
  border-radius: 12px;
  padding: 20px;
  transition: 0.3s;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  color: white;
}


.zodiac-card:hover {
  transform: translateY(-5px);
}

.zodiac-card img {
  height: 70px;
  margin-bottom: 10px;
}

.zodiac-card h4 {
  margin: 10px 0;
  color: white;
}

.horoscope-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  background-color: #7c0595;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.horoscope-btn:hover {
  background-color: #560272;
}

.horoscope-details{
  margin-top: 120px;
  margin-bottom: 70px;
}

.details{
  background-color: white;
}

  .tabs {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-bottom: 40px;
    }

    .zodiac-img{
      background-color: #3c044c;
       padding: 10px 40px;
       border-radius: 16px;
       color: white;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
    }

    .tabs button {
      background-color: #230035;
      border: none;
      padding: 10px 35px;
      border-radius: 999px;
      color: white;
      font-weight: bold;
      cursor: pointer;
    }

    .tabs .active {
      background-color: #5ba0ff;
      color: #000;
    }

    .horoscope-box {
      display: flex;
      align-items: flex-start;
      gap: 30px;
      max-width: 1000px;
      margin: 0 auto;
      justify-content: space-around;
      align-items: center;
     
    }

    .horoscope-box img {
      width: 120px;
      height: 120px;
    }

    .horoscope-info h2 {
      font-size: 2.5rem;
      margin-bottom: 8px;
      text-align: center;
    }

    .line {
      width: 60px;
      height: 3px;
      background-color: #6dabff;
      margin: 5px 0 15px 0;
    }

    .lucky-box {
      background: linear-gradient(to bottom, #4a045a, #30003c);
      border-radius: 12px;
      padding: 20px;
      margin-top: 20px;
      width: 100%;
      box-shadow: 0 0 10px #3c0059;
      color: white;
    }

    .lucky-box h3 {
      background-color: #500c89;
      padding: 10px;
      border-radius: 6px;
      margin-bottom: 15px;
      text-align: center;
      color: white;
      font-size: 1.2rem;
    }

    .lucky-grid {
      display: flex;
      gap: 20px;
      text-align: center;
      justify-content: space-around;
    }

    .lucky-grid img {
      width: 60px;
      height: 60px;
      margin-bottom: 10px;
    }

    .lucky-grid div {
      flex: 1;
    }

    .horoscope-head{
      text-align: center;
    }

     .contact-wrapper {
      background: #fff;
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      max-width: 100%;
      width: 90%;
      display: flex;
      justify-content: space-around;
      flex-direction: row-reverse;
      margin-bottom: 50px;
    }

    .form-inline h2{
      text-align: center;
    }


        .form-inline{
          width: 600px;
        }

    .contactcontainer{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

    }


    .contactForm{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

     .form-inline {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .form-inline .form-group {
      flex: 1;
    }

    input, textarea {
      padding: 12px;
      border: 1.5px solid #ccc;
      border-radius: 6px;
      font-size: 1rem;
      transition: 0.3s;
    }

    input:focus, textarea:focus {
      border-color: #4a78ff;
      outline: none;
    }

    textarea {
      resize: vertical;
      min-height: 100px;
    }

    .submit-btn {
      background-color: #29063e;
      color: white;
      font-weight: bold;
      padding: 12px;
      border: none;
      border-radius: 6px;
      width: 100%;
      font-size: 1rem;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .submit-btn:hover {
      background-color: #13031d;
    }

    .contact-info {
      margin-top: 30px;
      font-size: 0.95rem;
      color: #333;
      line-height: 1.8;

    }

    .msg{
      padding: 12px;
      border: 1.5px solid #ccc;
      border-radius: 6px;
      font-size: 1rem;
      transition: 0.3s;
      width: 96%;
    }

    .contact-info p {
      margin: 8px 0;
    }

    .contact-info i {
      color: #280c4a;
      margin-right: 8px;
    }

    /* Popup */
    .popup, .overlay {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 999;
      justify-content: center;
      align-items: center;
    }

    .popup {
      background: white;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.2);
      text-align: center;
    }

    .popup h3 {
      color: #4a78ff;
      margin-bottom: 10px;
    }

    .popup button {
      background: #4a78ff;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 6px;
      margin-top: 10px;
      cursor: pointer;
    }

    .overlay {
      background: rgba(0, 0, 0, 0.5);
    }



    /* -------------------------------------------------------------------------------------- */
                                           /* login-signup css */
    /* -------------------------------------------------------------------------------------- */


    
.auth-wrapper {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  position: relative;
  width: 1000px;
  max-width: 100%;
  min-height: 480px;
  display: flex;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.auth-form {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.auth-form h1 {
  color: black;
}

.auth-form form {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  height: 100%;
}

.auth-form input {
  background-color: #eee;
  border: none;
  margin: 8px 0;
  padding: 10px 15px;
  font-size: 15px;
  border-radius: 8px;
  width: 100%;
  outline: none;
}

.auth-form button {
  background-color: orange;
  color: #fff;
  font-size: 12px;
  padding: 10px 45px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 10px;
  cursor: pointer;
}

.auth-form button:hover {
  background-color: #00a1ff;
}

.auth-hidden {
  background-color: transparent;
  border-color: #fff;
  color: white;
  margin-top: 30px;
  font-size: 12px;
  padding: 10px 45px;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.social-icons-auth {
  margin: 20px 0;

}

.social-icons-auth a {
  border: 1px solid #ccc;
  border-radius: 20%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
  width: 40px;
  height: 40px;
    transition: all 0.3s ease;
}

.social-icons-auth img{
  height: 30px;
  width: auto;
}

.social-icons-auth a:hover {
  /* background: linear-gradient(to right, #380314, #070b32); */
transform: translateY(-5px);
}

.auth-form select{
   width: 453px;
    border-radius: 10px;
    padding: 10px 15px;
    color: #6f6b6b;
    border: none;
    font-size: 15px;
    background-color: #f7f4f4; text-transform: capitalize;
}


.auth-signin {
  left: 0;
  width: 50%;
  z-index: 2;
}

.auth-wrapper.active .auth-signin {
  transform: translateX(100%);
}

.auth-signup {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}

.auth-wrapper.active .auth-signup {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: fadeIn 0.6s;
}

@keyframes fadeIn {
  0%,
  49.99% {
    opacity: 0;
    z-index: 1;
  }
  50%,
  100% {
    opacity: 1;
    z-index: 5;
  }
}

.auth-toggle-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  border-radius: 150px 0 0 100px;
  z-index: 1000;
}

.auth-wrapper.active .auth-toggle-container {
  transform: translateX(-100%);
  border-radius: 0 150px 100px 0;
}

.auth-toggle {
  background: linear-gradient(to right, #c33764, #1d2671);
  color: #fff;
  position: relative;
  left: -100%;
  width: 200%;
  height: 100%;
  display: flex;
  transition: all 0.6s ease-in-out;
}

.auth-wrapper.active .auth-toggle {
  transform: translateX(50%);
}

.auth-panel {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
  text-align: center;
}

.auth-panel-left {
  transform: translateX(-200%);
}

.auth-wrapper.active .auth-panel-left {
  transform: translateX(0);
}

.auth-panel-right {
  transform: translateX(0);
}

.auth-wrapper.active .auth-panel-right {
  transform: translateX(200%);
}

select:invalid {
  color: #686767;
}

.auth-wrapper select{
  outline: none;
}

.auth-wrapper select option{
   outline: none;
   border-radius: 14px;
}

.auth-form span,
.auth-wrapper a {
  font-size: 12px;
  color: #333;
  text-decoration: none;
  margin: 15px 0 10px;
}

.auth-form h1 {
  font-weight: 700;
}

.pheading{
  font-weight: bold;
}

ol li{
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.site-footer a {
  color: white !important;
  text-decoration: none !important;
}

.site-footer a:hover {
  color: #f0f0f0 !important;
  text-decoration: underline;
}


    @media(max-width: 500px) {
      .form-inline {
        flex-direction: column;
      }
    }

@media(max-width: 500px) {

  .search-filters input,
  .search-filters select {
    width: 100%;
  }
}



@media(max-width: 500px) {
  .kundli-container {
    padding: 20px;
  }
}


@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-auth-wrapper {
    display: none;
    flex-direction: column;
    background: #3d0269;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 64vh;

  }

  .nav-auth-wrapper.active {
    display: flex;
  }

  nav ul {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin: -20px 0;
  }

  nav ul li {
    width: 100%;
  }

  nav ul li a {
    color: white;
    display: block;
    width: 100%;
    padding: 10px;
  }

  .auth-links {
    width: 100%;
    margin-top: 67px;
    margin-left: 53%;
  }

  .auth-links button {
    width: 40%;
  }

  header {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 20px;
  }


  .carousel {
    height: 260px;
    margin-top: 60px;
    /* border-radius: 8px; */
  }

  .slide img {
    height: 260px;
    object-fit: cover;
  }

  .nav-buttons button {
    font-size: 1.5rem;
    padding: 0 10px;
  }

  .dot {
    height: 10px;
    width: 10px;
  }

  .container {
    flex-direction: column;
    padding: 30px 20px;
    margin-top: -30px;
    margin-bottom: 100px;
  }

  .left-side img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .right-side {
    width: 100%;
    padding: 20px;
  }

  .panchang {
    margin: 10px;
  }

  .panchang-txt h2,
  .panchang h2 {
    font-size: 20px;
  }

  .panchang-txt p {
    font-size: 14px;
  }

  .day {
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .day p {
    max-width: none;
    font-size: 12px;
  }

  .panchang-details {
    font-size: 13px;
    padding: 10px;
  }

  .month-samvat-container {
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }

  .panchang-btn {
    font-size: 16px;
    height: auto;
    padding: 12px;
    margin-top: 10px;
    width: 100%;
  }

  .panchang-btn img {
    height: 22px;
    margin-left: 10px;
    transform: translateY(6px);
  }

  .astro-cta-section {
    flex-direction: column;
    height: auto;
    padding: 40px 20px;
    text-align: center;
  }

  .astro-cta-container h2 {
    font-size: 1.6rem;
  }

  .astro-cta-container p,
  .app-content {
    font-size: 1rem;
  }

  .astro-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .astro-btn {
    width: 90%;
    font-size: 0.95rem;
    padding: 12px 20px;
  }

  .astro-cta-section .mobile {
    height: 300px;
    width: 220px;
    margin-top: 25px;
  }

  .app-buttons {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .store-btn img {
    height: 50px;
  }

  .card-container {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    margin-bottom: 50px;
  }

  .card-container .card {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 15px;
  }

  .card-container .card img {
    width: 80px;
    height: 80px;
    margin-bottom: 6px;
  }

  .card-container .card h3 {
    font-size: 12px;
  }

  .hover-text {
    font-size: 11px;
    font-weight: 400;
  }

  /* Optionally adjust the overall container padding/margin */
  .cards {
    padding: 10px;
    margin-bottom: 100px;
  }

  .product-txt {
    /* flex-direction: column; */
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
    gap: 20px;
  }

  .product-txt h1 {
    font-size: 18px;
  }

  .product-txt button {
    font-size: 10px;
    padding: 10px 15px;
  }

  .artical-container {
    flex-direction: column;
    margin: 10px;
    margin-top: -40px;
    gap: 30px;
  }

  .vedic-card {
    width: 100%;
  }

  .vedic-card img {
    height: 220px;
    object-fit: fill;
  }

  .card-content {
    padding: 12px;
  }

  .card-content h3 {
    font-size: 18px !important;
  }

  .card-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .vedic-card a {
    font-size: 14px;
  }

  .accordion-section {
    padding: 40px 15px;
  }

  .accordion-title h2 {
    font-size: 22px;
  }

  .accordion-title hr {
    width: 150px;
  }

  .accordion-title p {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .accordion-btn {
    font-size: 15px;
    padding: 15px;
  }

  .accordion-content {
    font-size: 13px;
    padding: 15px;
  }

  .footer-content {
    flex-direction: column;
    padding: 20px 15px;
    text-align: center;
  }

  .footer-column {
    flex: 1 1 100%;
    margin: 10px 0;
  }

  .footer-column h4 {
    font-size: 14px;
  }

  .footer-column ul li {
    font-size: 12.5px;
  }


  .dwnlod {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .store-btn {
    width: 120px;
  }

  .social-icons {
    justify-content: center;
    margin-top: 20px;
  }

  .social-icons img {
    width: 28px;
    height: 28px;
  }

  .footer-bottom {
    font-size: 13px;
    padding-top: 10px;
  }
}


@media (min-width: 769px) and (max-width: 1024px) {

  header {
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    flex-wrap: wrap;
  }

  .logo {
    font-size: 18px;
    gap: 10px;
  }

  .logo img {
    width: 50px;
    height: 50px;
  }

  nav {
    position: static;
    top: auto;
    width: auto;
    display: block;
  }

  nav ul {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  nav ul li {
    margin: 0;
  }

  nav ul li a {
    color: white;
    font-size: 15px;
    padding: 8px 0;
  }

  /* Carousel */
  .carousel {
    height: 400px;
    margin-top: 70px;
    /* border-radius: 10px; */
  }

  .slide img {
    height: 400px;
    object-fit: fill;
  }

  .nav-buttons button {
    font-size: 1.8rem;
    padding: 0 16px;
  }

  /* Dots */
  .dot {
    height: 12px;
    width: 12px;
  }

  /* Panchang Section */
  .container {
    flex-direction: column;
    padding: 50px 30px;
    margin-top: -60px;
    align-items: center;
    text-align: center;
  }

  .left-side img {
    width: 90%;
    max-width: 450px;
    margin-bottom: 30px;
  }

  .right-side {
    width: 100%;
    padding: 30px;
  }

  .day {
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .month-samvat-container {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .panchang-btn {
    width: 90%;
    font-size: 18px;
  }

  /* Astro CTA Section */
  .astro-cta-section {
    flex-direction: column;
    height: auto;
    padding: 50px 30px;
    text-align: center;
  }

  .astro-cta-container h2 {
    font-size: 2rem;
  }

  .astro-cta-container p {
    font-size: 1.1rem;
  }

  .astro-cta-section .mobile {
    height: 420px;
    width: 280px;
    margin-top: 30px;
  }

  .app-buttons {
    gap: 50px;
  }

  .store-btn img {
    height: 50px;
  }

  .cards {
    margin-bottom: 120px;
  }

  .card-container {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
    padding: 0 20px;
    margin-bottom: 50px;

  }

  .card-container .card {
    height: auto;
    width: 100%;
    padding: 30px 20px;
  }

  .card-container .card img {
    width: 100px;
    height: 100px;
  }

  .card-container .card h3,
  .hover-text {
    font-size: 15px;
  }

  /* Product Text Section */
  .product-txt {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 30px;
    gap: 20px;
  }

  .product-txt h1 {
    font-size: 22px;
    max-width: 100%;
  }

  .product-txt button {
    font-size: 14px;
    padding: 15px 25px;
  }

  /* Article Section */
  .artical-container {
    flex-direction: column;
    align-items: center;
    margin: 20px;
    margin-top: -50px;
  }

  .vedic-card {
    width: 90%;
  }

  .card-content h3 {
    font-size: 20px !important;
  }

  .card-content p {
    font-size: 15px;
  }

  /* Accordion Section */
  .accordion-title h2 {
    font-size: 24px;
  }

  .accordion-title p {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .accordion-btn {
    font-size: 16px;
    padding: 18px;
    height: auto;
  }

  .accordion-content {
    font-size: 14px;
    padding: 18px;
  }

  /* Footer Section */
  .footer-content {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 30px 20px;
  }

  .footer-column {
    flex: 1 1 45%;
    margin: 15px 0;
  }

  .footer-column h4 {
    font-size: 15px;
  }

  .footer-column ul li {
    font-size: 13px;
  }

  .store-btn {
    width: 130px;
  }

  .social-icons img {
    width: 30px;
    height: 30px;
  }
}

/* Large screens (Desktop default is fine, but optional for 1440px+) */
@media (min-width: 1440px) {
  .carousel {
    height: 600px;
  }

  .slide img {
    height: 600px;
  }

  .nav-buttons button {
    font-size: 2.5rem;
  }

  .dot {
    height: 14px;
    width: 14px;
  }
}