@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Raleway", sans-serif;
}

::selection {
  background: #ff589e;
  color: #fff;
}

::-moz-selection {
  background: #ff589e;
  color: #fff;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.colored {
  background: #f2f2fe;
}

.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  color: #1e1e1e;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  font-size: 15px;
  color: #777;
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding-right:2%;
  padding: 12px 20px;
  background-color: #ff589e;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #8261ee;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #8261ee;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #ff589e;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #8261ee;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #ff589e;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 40px;
  min-height: 80px;
  background: #fff;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 37px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 30px;
}

.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a:hover {
  color: #ff589e;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .logo {
  margin-top: 25px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: #1e1e1e;
}

.header-area.header-sticky .nav li a.active {
  color: #ff589e;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 27px !important;
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(284deg, #FFA500 0%, #FFF0B3 100%);
  padding-top: 0px; /* If navbar is fixed */
  margin-top: -8%;
}

.welcome-inner {
  display: flex;
  width: 90%;
  max-width: 1300px;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.welcome-content {
  flex: 1;
  padding-bottom: 0%;
  margin-top:0%;
}

.welcome-content h1 {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #000;
}

.welcome-content p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-bottom: 30px;
}

.main-button-slider {
  background-color: #b11c1c;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.main-button-slider:hover {
  background-color: #701010;
}

.welcome-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.welcome-image img {
  max-width: 166%;
  height: auto;
  margin-bottom: -14%;
  transition: all 0.3s ease;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.3));
  animation: book-float 3s ease-in-out infinite;
}

@keyframes book-float {
    0% {
        transform: perspective(1000px) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: perspective(1000px) rotateY(-5deg) translateY(-10px);
    }
    100% {
        transform: perspective(1000px) rotateY(-5deg) translateY(0);
    }
}

.welcome-image img:hover {
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.4));
    transform: perspective(1000px) rotateY(-5deg) scale(1.02);
}

.image-background {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mystical-spotlight {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
  animation: spotlight-pulse 4s ease-in-out infinite;
}

.floating-symbols {
  position: absolute;
  width: 100%;
  height: 100%;
}

.symbol {
  position: absolute;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.2);
  animation: float-symbol 6s ease-in-out infinite;
}

.symbol:nth-child(1) { top: 20%; left: 20%; animation-delay: 0s; }
.symbol:nth-child(2) { top: 60%; left: 30%; animation-delay: 1s; }
.symbol:nth-child(3) { top: 30%; left: 70%; animation-delay: 2s; }
.symbol:nth-child(4) { top: 70%; left: 60%; animation-delay: 3s; }
.symbol:nth-child(5) { top: 40%; left: 40%; animation-delay: 4s; }

.energy-rings {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.ring1 {
  width: 100%;
  height: 100%;
  animation: ring-expand 4s ease-out infinite;
}

.ring2 {
  width: 80%;
  height: 80%;
  animation: ring-expand 4s ease-out infinite 1s;
}

.ring3 {
  width: 60%;
  height: 60%;
  animation: ring-expand 4s ease-out infinite 2s;
}

@keyframes spotlight-pulse {
  0% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.1); }
  100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
}

@keyframes float-symbol {
  0% { transform: translateY(0) rotate(0deg); opacity: 0.2; }
  50% { transform: translateY(-20px) rotate(180deg); opacity: 0.4; }
  100% { transform: translateY(0) rotate(360deg); opacity: 0.2; }
}

@keyframes ring-expand {
  0% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.8; }
  100% { transform: translate(-50%, -50%) scale(1.2); opacity: 0; }
}

/* Remove the old effects */
.mystical-spotlight {
  display: none;
}

.floating-symbols {
  display: none;
}

.energy-rings {
  display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .welcome-image {
    min-height: 200px;
  }
  
  .welcome-image img {
    max-height: 60vh;
  }
}

/* Responsive Layout */
@media (max-width: 991px) {
  .welcome-inner {
    flex-direction: column;
    text-align: center;
  }

  .welcome-image img {
    max-height: 300px;
  }
}

/* Responsive Design for All Screens */
@media screen and (max-width: 1200px) {
  .welcome-inner {
    width: 95%;
    gap: 30px;
  }
  
  .welcome-content h1 {
    font-size: 32px;
    line-height: 45px;
  }
  
  .kundli-wrapper {
    padding: 0 15px;
  }
}

@media screen and (max-width: 991px) {
  /* Welcome Section */
  .welcome-area {
    height: auto;
    padding: 80px 0;
  }
  
  .welcome-inner {
    flex-direction: column;
    text-align: center;
  }
  
  .welcome-content {
    margin-top: 0;
  }
  
  .welcome-image img {
    max-height: 300px;
  }
  
  /* Kundli Section */
  .kundli-wrapper {
    flex-direction: column;
    text-align: center;
  }
  
  .kundli-features li {
    justify-content: center;
  }
  
  /* Astrologer Section */
  .astrologer-section .content {
    flex-direction: column;
    text-align: center;
  }
  
  /* Kundali Section */
  .kundali-container {
    flex-direction: column;
    text-align: center;
  }
  
  .video-frame, .kundali-text {
    flex: 1 1 100%;
  }
  
  /* Problems Grid */
  .problems-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  /* Navbar */
  .custom-navbar {
    height: auto;
    padding: 10px;
  }
  
  .logo {
    height: 40px;
    margin-left: 10px;
  }
  
  /* Welcome Section */
  .welcome-content h1 {
    font-size: 28px;
    line-height: 40px;
  }
  
  .welcome-content p {
    font-size: 15px;
  }
  
  /* Kundli Section */
  .kundli-section {
    padding: 40px 0;
    margin: 10px;
  }
  
  .kundli-text h2 {
    font-size: 26px;
  }
  
  .kundli-list li {
    padding: 6px 10px;
    font-size: 13px;
  }
  
  /* Problems Grid */
  .problems-grid {
    grid-template-columns: 1fr;
  }
  
  /* Testimonials */
  .testimonial-box {
    padding: 20px;
  }
  
  /* Footer */
  .footer-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .footer-form {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 576px) {
  /* Welcome Section */
  .welcome-content h1 {
    font-size: 24px;
    line-height: 35px;
  }
  
  .kundali-points {
    font-size: 16px;
  }
  
  /* Kundli Section */
  .kundli-text h2 {
    font-size: 24px;
  }
  
  .kundli-features li {
    font-size: 14px;
  }
  
  /* Social Icons */
  .social-icons-right a {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  
  /* Fixed Button */
  #kundali-button {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  /* Lucky Box */
  .lucky-box {
    grid-template-columns: 1fr;
    padding: 10px;
  }
}

/* Fix for very small screens */
@media screen and (max-width: 360px) {
  .welcome-content h1 {
    font-size: 22px;
  }
  
  .kundli-features li {
    font-size: 13px;
  }
  
  .social-icons-right {
    display: none;
  }
  
  #kundali-button {
    width: 90%;
    text-align: center;
  }
}

/* Fix for landscape orientation on mobile */
@media screen and (max-height: 500px) and (orientation: landscape) {
  .welcome-area {
    height: auto;
    padding: 60px 0;
  }
  
  .welcome-inner {
    flex-direction: row;
  }
  
  .welcome-image img {
    max-height: 200px;
  }
}

/* Fix for tablets in portrait mode */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .welcome-inner {
    gap: 20px;
  }
  
  .welcome-content h1 {
    font-size: 30px;
  }
  
  .problems-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Fix for tablets in landscape mode */
@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .welcome-inner {
    max-width: 1100px;
  }
  
  .problems-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Fix for large screens */
@media screen and (min-width: 1400px) {
  .welcome-inner {
    max-width: 1400px;
  }
  
  .kundli-wrapper {
    max-width: 1400px;
  }
  
  .problems-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  cursor: pointer;
  display: block;
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 30px;
}

.features-small-item:hover .icon {
  background-color: #ff589e;
}

.features-small-item .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: #8261ee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.features-small-item .icon i {
  font-size: 18px;
  color: #fff;
}

.features-small-item .features-title {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.features-small-item p {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.home-feature {
  padding-bottom: 0px;
  padding-top: 30px;
  margin-top: 0px;
  z-index: 9;
}

@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/dirty-old-wallpaper-textured-backdrop.jpg);
  opacity: 80%;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.mini .mini-content {
  position: relative;
  z-index: 3;
}

.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
}

.mini .mini-content .info h1 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}

.mini .mini-content .mini-box {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.mini .mini-content .mini-box:hover {
  margin-top: -10px;
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box i {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}

.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.counter {
  overflow: hidden;
  position: relative;
}

.counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
  background-image: url(../images/bg3.jpg);
  opacity: 0.5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.counter .content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}

.counter .content .count-item.decoration-bottom {
  position: relative;
}

.counter .content .count-item.decoration-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item.decoration-top {
  position: relative;
}

.counter .content .count-item.decoration-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item:hover strong {
  margin-top: 110px;
}

.counter .content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 120px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .counter .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #4E47DE;
  text-align: center;
}

.team-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
}

.team-item .team-content {
  text-align: left;
  overflow: hidden;
}

.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #ff589e;
  letter-spacing: 0.25px;
}

.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 30px 0px 40px 0px;
}

.pricing-item.active .pricing-header {
  position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
  color: #1e1e1e;
}

.pricing-item.active .pricing-body .price-wrapper {
  background-color: #ff589e;
}

.pricing-item.active .pricing-body .price-wrapper .currency {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .period {
  color: #fff;
}

.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.pricing-item .pricing-body {
  margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 13px;
  background: #8261ee;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 5px;
  border-radius: 20px;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  position: relative;
  top: -1px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: block;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  color: #7a7a7a;
  letter-spacing: 0.25px;
  text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
  color: #7a7a7a;
  text-decoration: none;
}

.pricing-item .pricing-footer {
  text-align: center;
  margin-top: 50px;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 200px;
}

.blog-post-thumb .blog-content {
  margin-top: -30px;
  padding-top: 50px;
}

.blog-post-thumb h3 {
  margin-bottom: 20px !important;
}

.blog-post-thumb h3 a {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-post-thumb h3 a:hover {
  color: #ff589e;
}

.blog-post-thumb .text {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.26px;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  padding-left: 30px;
}

.blog-post-thumb a.main-button  {
  margin-top: 10px;
  display: inline-block;
}

.blog-list .blog-post-thumb {
  text-align: left;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  padding: 160px 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
.site-footer,
.site-footer::before,
.footer-container,
.footer-contact-social,
.footer-contact-social h3,
.phone-numbers,
.phone-numbers p,
.footer-contact-social a,
.footer-contact-social a:hover,
.social-icons,
.social-icons a,
.social-icons a:hover,
.footer-form,
.footer-form h3,
.footer-form form,
.footer-form input,
.footer-form input:focus,
.footer-form input::placeholder,
.footer-form textarea,
.footer-form button,
.footer-form button:hover,
.form-response {
  display: none;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background: linear-gradient(135deg, #B11C1C 0%, #711604 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#preloader .welcome-text {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

#preloader .sub-text {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeIn 0.5s ease-in 0.25s forwards;
}

#preloader .jumper {
  position: relative;
  width: 80px;
  height: 80px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  opacity: 0;
  animation: jumper 0.5s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  animation-delay: 0.16667s;
}

#preloader .jumper > div:nth-child(3) {
  animation-delay: 0.33333s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* Responsive styles for preloader */
@media screen and (max-width: 768px) {
  #preloader .welcome-text {
    font-size: 2rem;
  }
  
  #preloader .sub-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  #preloader .welcome-text {
    font-size: 1.5rem;
  }
  
  #preloader .sub-text {
    font-size: 0.9rem;
  }
  
  #preloader .jumper {
    width: 60px;
    height: 60px;
  }
  
  #preloader .jumper > div {
    width: 12px;
    height: 12px;
  }
}

/* css by raunak ----------------------------------------------------------------------------------*/

/* Navigation Bar Fix */
.custom-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-image: linear-gradient(180deg, #B11C1C 0%, #711604 100%);
  color: white;
  height: 60px;
  font-family: Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.logo {
  height: 50px;
  width: auto;
  margin-left: 20px;
}

.nav-right {
  margin-right: 20px;
}

.contact-link {
  color: white;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 20px;
  background: rgba(255,255,255,0.1);
  transition: all 0.3s ease;
}

.contact-link:hover {
  background: rgba(255,255,255,0.2);
}

/* Social Media Icons Fix */
.social-icons-right {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 999;
  gap: 10px;
}

.social-icons-right a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: white;
  text-decoration: none;
  border-radius: 8px 0 0 8px;
  font-size: 20px;
  transition: all 0.3s ease;
  box-shadow: -2px 0 5px rgba(0,0,0,0.1);
}

.social-icons-right a:hover {
  width: 55px;
  transform: translateX(-5px);
}

.social-icons-right .you { background: #e90505; }
.social-icons-right .insta { background: #E1306C; }
.social-icons-right .fb { background: #3b5998; }
.social-icons-right .wa { background: #25D366; }

/* Bottom Button Fix */
#kundali-button {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #B11C1C 0%, #711604 100%);
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: all 0.3s ease;
  white-space: nowrap;
}

#kundali-button:hover {
  transform: translateX(-50%) translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

/* Body Padding Fix */
body {
  padding-top: 60px; /* Adjusted to match navbar height */
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .custom-navbar {
    height: auto;
    padding: 10px;
  }
  
  .logo {
    height: 40px;
    margin-left: 10px;
  }
  
  .nav-right {
    margin-right: 10px;
  }
  
  .contact-link {
    padding: 6px 12px;
    font-size: 14px;
  }
  
  .social-icons-right a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  
  #kundali-button {
    bottom: 20px;
    padding: 12px 25px;
    font-size: 14px;
  }
}

/* welcome area started */
.custom-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-image: linear-gradient(180deg, #B11C1C 0%, #711604 100%);
  color: white;
  height: 46px;
  font-family: Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/* Flex containers */
.nav-left,
.nav-center,
.nav-right {
  display: flex;
  align-items: center;
}

.nav-left {
  flex: 1;
}

.logo {
  height: 80px;
  cursor: pointer;
  transform: translateY(40%);
  position: relative;
  margin-left: 10%;
  z-index: 2;
}

.nav-center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.banner-text h2 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  color: #fff;
}

.nav-right {
  flex: 1;
  justify-content: flex-end;
  gap: 20px;
  font-size: 14px;
}

.contact-link {
  display: flex;
  align-items: center;
  color: #25D366;
  text-decoration: none;
  font-weight: 600;
}

.contact-link:hover {
  text-decoration: underline;
}

.icon {
  height: 20px;
  margin-right: 8px;
}

.phone {
  display: flex;
  align-items: center;
  color: white;
}

@media (max-width: 768px) {
  .custom-navbar {
    flex-wrap: wrap;
    height: auto;
    padding: 15px;
  }
  .nav-left,
  .nav-center,
  .nav-right {
    flex: 100%;
    justify-content: center !important;
    margin-bottom: 10px;
  }
  .nav-right {
    gap: 10px;
  }

  .logo {
    transform: none;
    height: 60px;
    margin-top: 0;
  }
}
body {
  padding-top: 100px; /* creates space below fixed navbar */
}

.lucky-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 10px;
  padding: 10px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff9100, #ff5722);
  color: white;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  max-width: 500px;
  animation: fadeInUp 1s ease-in-out;
}

.lucky-item {
  text-align: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.lucky-label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.85;
}

.lucky-value {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}

/* Responsive */
@media (max-width: 600px) {
  .lucky-box {
    grid-template-columns: 1fr 1fr;
    padding: 15px;
  }
}

/* Optional animation fallback */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

  .kundali-points {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
  color: #4a2c0a;
}

.kundali-points li {
  margin-bottom: 10px;
  font-weight: 500;
}

.kundali-points li::before {
  content: "➤";
  color: #ff6f00; /* Saffron shade */
  font-weight: bold;
  margin-right: 10px;
}

/* welcome area end */
/* kundli bookin button start */
#kundali-button {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #B11C1C 0%, #711604 100%); /* saffron-orange gradient */
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 25px;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: all 0.3s ease;
  }

  #kundali-button:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transform: translateX(-50%) scale(1.05);
  }
/* kundli bookin button end */

/* meet astro sachin pandit section start */
.astrologer-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #fff6e5, #ffeacc);
  width: 100%;
}

.astrologer-section .container {
  max-width: 1200px;
  margin: auto;
}

.astrologer-section .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.astrologer-section .text {
  flex: 1 1 50%;
}

.astrologer-section .text h2 {
  font-size: 32px;
  color: #3e2723;
  margin-bottom: 20px;
}

.astrologer-section .text p {
  font-size: 16px;
  line-height: 1.7;
  color: #4e342e;
  margin-bottom: 15px;
}

.astrologer-section .image {
  flex: 1 1 40%;
  text-align: center;
}

.astrologer-section .image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.astrologer-section .image img:hover {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .astrologer-section .content {
    flex-direction: column;
    text-align: center;
  }
  .astrologer-section .text {
    flex: 1 1 100%;
  }
  .astrologer-section .image {
    flex: 1 1 100%;
  }
}
/* meet astro sachin pandit section end */

/* what is kundi section start */
.kundali-section {
  padding: 30px 0; /* Further reduced padding */
  background: linear-gradient(to right, #fff9f2, #ffe7dc);
  border: 8px solid #FF7722; /* Added saffron border */
  border-radius: 20px;
  margin: 20px;
}

.kundali-container {
  display: flex;
  align-items: center;
  gap: 25px; /* Further reduced gap */
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.video-frame {
  flex: 1;
  position: relative;
  padding-bottom: 35%; /* Further reduced from 45% to make it shorter */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  max-height: 350px; /* Reduced max-height */
  border: 4px solid #FF7722; /* Added saffron border to video frame */
}

/* Responsive Styles */
@media (max-width: 991px) {
  .kundali-section {
    margin: 15px;
    border-width: 6px;
  }

  .video-frame {
    width: 100%;
    max-width: 450px; /* Further reduced max-width */
    margin: 0 auto;
    padding-bottom: 32%; /* Further reduced for tablets */
    max-height: 280px; /* Reduced max-height */
  }
}

@media (max-width: 768px) {
  .kundali-section {
    padding: 20px 0;
    margin: 10px;
    border-width: 4px;
  }

  .video-frame {
    padding-bottom: 28%; /* Further reduced for mobile */
    max-height: 240px; /* Further reduced max-height */
  }
}

@media (max-width: 480px) {
  .kundali-section {
    margin: 8px;
    border-width: 3px;
  }

  .video-frame {
    padding-bottom: 25%; /* Further reduced for small mobile */
    max-height: 200px; /* Further reduced max-height */
  }
}

.kundali-text {
  flex: 1;
  padding: 15px; /* Reduced padding */
}

.kundali-text h2 {
  color: var(--primary-color);
  font-size: 2.2rem; /* Slightly reduced font size */
  margin-bottom: 15px; /* Reduced margin */
  font-weight: 700;
}

.kundali-text p {
  color: #333;
  font-size: 1rem; /* Slightly reduced font size */
  line-height: 1.5;
  margin-bottom: 20px; /* Reduced margin */
}

.kundali-btn {
  display: inline-block;
  padding: 12px 30px;
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.kundali-btn:hover {
  background: #a60000;
  transform: translateY(-2px);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .kundali-container {
    flex-direction: column;
    gap: 20px; /* Reduced gap */
  }

  .video-frame {
    width: 100%;
    max-width: 500px; /* Reduced max-width */
    margin: 0 auto;
    padding-bottom: 40%; /* Further reduced for tablets */
  }

  .kundali-text {
    text-align: center;
    padding: 0 15px;
  }

  .kundali-text h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .kundali-section {
    padding: 30px 0; /* Further reduced padding */
  }

  .kundali-container {
    padding: 0 15px;
  }

  .video-frame {
    border-radius: 10px;
    padding-bottom: 35%; /* Further reduced for mobile */
    max-height: 300px; /* Reduced max-height for mobile */
  }

  .kundali-text h2 {
    font-size: 1.6rem;
  }

  .kundali-text p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .kundali-text h2 {
    font-size: 1.4rem;
  }

  .kundali-text p {
    font-size: 0.9rem;
  }

  .video-frame {
    padding-bottom: 30%; /* Further reduced for small mobile */
    max-height: 250px; /* Further reduced max-height */
  }
}

/* Kundli Solutions Section */
.kundli-solutions {
  padding: 80px 0;
  background: #fff;
}

.kundli-solutions .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.kundli-solutions h2 {
  text-align: center;
  color: #711604;
  font-size: 32px;
  margin-bottom: 20px;
}

.kundli-solutions .subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 50px;
}

.problems-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.problem-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.problem-card:hover {
  transform: translateY(-5px);
}

.problem-card h3 {
  color: #711604;
  font-size: 20px;
  margin-bottom: 15px;
}

.problem-card p {
  color: #666;
  line-height: 1.6;
}

/* Kundli Features Section */
.kundli-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.kundli-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.kundli-content {
  flex: 1;
}

.kundli-content h2 {
  font-size: 32px;
  color: #1e1e1e;
  margin-bottom: 15px;
  font-weight: 600;
}

.kundli-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}

.kundli-features {
  list-style: none;
  padding: 0;
  margin: 5px 0;
}

.kundli-features li {
  margin: 2px 0;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #333;
  transition: transform 0.3s ease;
}

.kundli-features li i {
  color: #FF6F00;
  font-size: 16px;
}

.kundli-features li:hover {
  transform: translateX(5px);
}

.kundli-button {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(180deg, #B11C1C 0%, #711604 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(177, 28, 28, 0.3);
}

.kundli-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(177, 28, 28, 0.4);
  background: linear-gradient(180deg, #711604 0%, #B11C1C 100%);
}

.kundli-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kundli-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .kundli-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .kundli-features li {
    justify-content: center;
  }

  .kundli-image {
    margin-top: 30px;
  }

  .kundli-image img {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .kundli-section {
    padding: 40px 0;
  }

  .kundli-content h2 {
    font-size: 28px;
  }

  .kundli-features li {
    margin: 1px 0;
    padding: 3px 0;
    font-size: 14px;
  }
}

/* Why Kundli is Important Section */
.kundli-section {
  padding: 60px 0;
  background: linear-gradient(284deg, #fffaf0, #fff0e0);
  border: 2px solid #711604;
  margin: 20px;
  border-radius: 15px;
}

.kundli-flex {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.kundli-text h2 {
  color: #711604;
  font-size: 32px;
  margin-bottom: 15px;
}

.kundli-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kundli-list li {
  margin: 5px 0;
  padding: 8px 12px;
  background: #f9f9f9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 1.3;
}

.kundli-list li:hover {
  transform: translateX(5px);
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.kundli-list li i {
  color: #711604;
  font-size: 14px;
  flex-shrink: 0;
}

.kundli-list li strong {
  color: #333;
  font-size: 15px;
  margin-right: 4px;
}

.kundli-note {
  margin-top: 15px;
  padding: 12px;
  background: #fff3e0;
  border-radius: 8px;
  color: #711604;
  font-size: 14px;
  line-height: 1.4;
}

.kundli-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .kundli-section {
    margin: 10px;
    padding: 40px 0;
  }

  .kundli-text h2 {
    font-size: 26px;
  }
  
  .kundli-list li {
    padding: 6px 10px;
    font-size: 13px;
    margin: 4px 0;
  }
  
  .kundli-list li strong {
    font-size: 14px;
  }
  
  .kundli-note {
    font-size: 13px;
    padding: 10px;
  }
}

/* Color Variables */
:root {
  --primary-color: #ff589e;
  --primary-dark: #ff2d75;
  --secondary-color: #8261ee;
  --text-dark: #1e1e1e;
  --text-light: #666;
  --background-light: #f8f9fa;
  --background-dark: #e9ecef;
  --white: #ffffff;
  --shadow: rgba(0, 0, 0, 0.1);
}

/* Global Styles Update */
body {
  font-family: "Raleway", sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--text-dark);
  font-weight: 600;
}

a {
  color: var(--primary-color);
  transition: all 0.3s ease;
}

a:hover {
  color: var(--primary-dark);
}

/* Section Styles Update */
.section {
  padding: 80px 0;
}

.section.colored {
  background: var(--background-light);
}

/* Button Styles Update */
.main-button {
  background: var(--primary-color);
  color: var(--white);
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 88, 158, 0.3);
}

.main-button:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 88, 158, 0.4);
}

/* Features Section Update */
.features-small-item {
  background: var(--white);
  box-shadow: 0 2px 48px 0 var(--shadow);
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
}

.features-small-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 60px 0 rgba(0, 0, 0, 0.15);
}

.features-small-item .icon {
  background: var(--secondary-color);
  transition: all 0.3s ease;
}

.features-small-item:hover .icon {
  background: var(--primary-color);
}

/* Responsive Updates */
@media (max-width: 991px) {
  .section {
    padding: 60px 0;
  }
  
  h1 {
    font-size: 32px;
  }
  
  h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
  
  h1 {
    font-size: 28px;
  }
  
  h2 {
    font-size: 24px;
  }
}

/* Kundli Popup Styles */
.kundli-popup {
  position: fixed;
  top: 80px; /* Position below navbar */
  left: 50%;
  transform: translateX(-50%);
  background: #ff6f00;
  color: white;
  padding: 15px 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 9999;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.kundli-popup.show {
  opacity: 1;
  visibility: visible;
  top: 80px; /* Keep it below navbar when shown */
}

.kundli-popup img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
}

@media (max-width: 768px) {
  .kundli-popup {
    top: 70px; /* Slightly higher on tablets */
    padding: 12px 20px;
    font-size: 14px;
  }
  
  .kundli-popup.show {
    top: 70px;
  }
  
  .kundli-popup img {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 480px) {
  .kundli-popup {
    top: 60px; /* Even higher on mobile */
    padding: 10px 15px;
    font-size: 13px;
    width: 90%;
  }
  
  .kundli-popup.show {
    top: 60px;
  }
  
  .kundli-popup img {
    width: 30px;
    height: 30px;
  }
}

.kundli-popup strong {
  color: #790101;
  font-weight: 600;
}

.kundli-popup span {
  color: #FF7722;
  font-weight: 500;
}

@keyframes slideDown {
  0% {
    top: -120px;
  }
  100% {
    top: 20px; /* Position below the top of the page */
  }
}

/* Responsive styles for popup */
@media (max-width: 768px) {
  .kundli-popup {
    width: 90%;
    max-width: 350px;
    padding: 12px 20px;
    font-size: 0.9rem;
  }
  
  .kundli-popup img {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 480px) {
  .kundli-popup {
    width: 95%;
    padding: 10px 15px;
    font-size: 0.85rem;
  }
  
  .kundli-popup img {
    width: 30px;
    height: 30px;
  }
}

/* Offer Ticker Styles */
.offer-ticker {
  background: linear-gradient(45deg, #790101, #a20202);
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.ticker-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: ticker 20s linear infinite;
}

.ticker-label {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 8px;
  border-radius: 3px;
  margin-right: 10px;
  font-weight: bold;
}

.ticker-text {
  display: inline-block;
}

@keyframes ticker {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(121, 1, 1, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(121, 1, 1, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(121, 1, 1, 0);
  }
}

@media (max-width: 768px) {
  .nav-center {
    display: none;
  }
  
  .custom-navbar {
    justify-content: space-between;
  }
}

/* Features Section Styles */
.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.gradient-text {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(45deg, #B11C1C, #711604);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.gradient-text::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #B11C1C, #711604);
  border-radius: 2px;
}

.subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-top: 20px;
}

.features-small-item {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  height: 100%;
}

.features-small-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.features-small-item .icon {
  margin-bottom: 20px;
}

.features-small-item .icon img {
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease;
}

.features-small-item:hover .icon img {
  transform: scale(1.1);
}

.features-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.features-small-item p {
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
}

/* Kundli Features Styles */
.kundli-features {
  list-style: none;
  padding: 0;
  margin: 5px 0;
}

.kundli-features li {
  margin: 2px 0;
  padding: 3px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
}

.kundli-features li i {
  color: #FF6F00;
  font-size: 14px;
}

.kundli-features li:hover {
  transform: translateX(3px);
  transition: transform 0.3s ease;
}

/* Footer Styles */
.site-footer {
  background: url('assets/images/dirty-old-wallpaper-textured-backdrop.jpg') center/cover;
  color: white;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  position: relative;
  margin-top: 100px;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 62, 80, 0.9);
  z-index: 1;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.footer-contact-social {
  flex: 1 1 280px;
}

.footer-contact-social h3 {
  margin-bottom: 15px;
  color: #ff6f61;
}

.phone-numbers {
  margin-bottom: 20px;
}

.phone-numbers p {
  margin: 8px 0;
  font-size: 15px;
}

.footer-contact-social a {
  color: #ff6f61;
  text-decoration: none;
}

.footer-contact-social a:hover {
  text-decoration: underline;
}

.social-icons {
  margin-top: 15px;
  display: flex;
  gap: 15px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-icons a i {
  font-size: 20px;
  color: white;
}

.social-icons a:hover {
  background: #ff6f61;
  transform: translateY(-3px);
}

.footer-form {
  flex: 1 1 280px;
  margin-bottom: 80px;
}

.footer-form h3 {
  margin-bottom: 15px;
  color: #ff6f61;
}

.footer-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-form input,
.footer-form textarea {
  padding: 12px;
  border-radius: 6px;
  border: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.footer-form input::placeholder,
.footer-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.footer-form textarea {
  min-height: 100px;
  resize: vertical;
}

.footer-form button {
  background: #ff6f61;
  border: none;
  color: white;
  padding: 12px;
  font-weight: 700;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer-form button:hover {
  background: #d84315;
  transform: translateY(-2px);
}

.form-response {
  margin-top: 10px;
  font-size: 14px;
}

/* Responsive Styles */
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    gap: 40px;
  }
  .footer-form {
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .gradient-text {
    font-size: 2rem;
  }
  .subtitle {
    font-size: 1rem;
  }
  .features-small-item {
    padding: 20px;
  }
  .kundli-features li {
    margin: 1px 0;
    padding: 2px 0;
  }
  .ticker-content {
    font-size: 14px;
  }
  .ticker-label {
    font-size: 12px;
    padding: 4px 12px;
  }
}

@media (max-width: 500px) {
  .kundli-popup {
    font-size: 13px;
    padding: 10px 14px;
  }
}

/* Kundli Popup Styles */
.kundli-popup {
  position: fixed;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff6f00;
  color: #fff;
  padding: 12px 18px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  font-size: 14px;
  font-weight: 500;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: top 0.6s ease;
  max-width: 90%;
  width: max-content;
}

.kundli-popup img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid white;
}

/* Offer Ticker Styles */
.offer-ticker {
  background: linear-gradient(45deg, #790101, #a20202);
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.ticker-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: ticker 20s linear infinite;
}

.ticker-label {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 8px;
  border-radius: 3px;
  margin-right: 10px;
  font-weight: bold;
}

.ticker-text {
  display: inline-block;
}

@keyframes ticker {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(121, 1, 1, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(121, 1, 1, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(121, 1, 1, 0);
  }
}

@media (max-width: 768px) {
  .nav-center {
    display: none;
  }
  
  .custom-navbar {
    justify-content: space-between;
  }
}

/* Welcome Area Styles */
.welcome-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out;
}

.welcome-content {
  position: relative;
  z-index: 2;
}

.welcome-image {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-background {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mystical-spotlight {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at center,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 70%);
  border-radius: 50%;
  filter: blur(15px);
  animation: spotlight-pulse 4s ease-in-out infinite;
}

.floating-symbols {
  position: absolute;
  width: 100%;
  height: 100%;
}

.symbol {
  position: absolute;
  color: rgba(255, 255, 255, 0.9);
  font-size: 28px;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8),
               0 0 30px rgba(255, 255, 255, 0.4);
  animation: float-symbol 6s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 50%;
  backdrop-filter: blur(5px);
}

.symbol:nth-child(1) { top: 20%; left: 20%; animation-delay: 0s; }
.symbol:nth-child(2) { top: 60%; left: 30%; animation-delay: 1s; }
.symbol:nth-child(3) { top: 30%; left: 70%; animation-delay: 2s; }
.symbol:nth-child(4) { top: 70%; left: 60%; animation-delay: 3s; }
.symbol:nth-child(5) { top: 40%; left: 40%; animation-delay: 4s; }

.energy-rings {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ring {
  position: absolute;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: ring-expand 4s ease-out infinite;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.ring1 {
  width: 200px;
  height: 200px;
  animation-delay: 0s;
}

.ring2 {
  width: 300px;
  height: 300px;
  animation-delay: 1s;
}

.ring3 {
  width: 400px;
  height: 400px;
  animation-delay: 2s;
}

/* Kundli Solutions Styles */
.kundli-solutions {
  padding: 80px 0;
  background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
}

.kundli-solutions h2 {
  text-align: center;
  color: #711604;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.kundli-solutions .subtitle {
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 50px;
}

.problems-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 20px;
}

.problem-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.problem-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #711604, #B11C1C);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.problem-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.problem-card:hover::before {
  opacity: 0.05;
}

.card-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.problem-card:hover .card-icon {
  transform: scale(1.2);
}

.problem-card h3 {
  color: #711604;
  font-size: 1.4rem;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.problem-card:hover h3 {
  color: #B11C1C;
}

.problem-card p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.problem-card:hover p {
  color: #444;
}

/* Animations */
@keyframes ticker {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes spotlight-pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}

@keyframes float-symbol {
  0% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.8;
  }
  25% {
    transform: translate(10px, -10px) rotate(90deg);
    opacity: 1;
  }
  50% {
    transform: translate(0, 20px) rotate(180deg);
    opacity: 0.8;
  }
  75% {
    transform: translate(-10px, -10px) rotate(270deg);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
    opacity: 0.8;
  }
}

@keyframes ring-expand {
  0% {
    transform: scale(0.8);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes book-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Responsive Styles */
@media (max-width: 768px) {
  .kundli-popup {
    font-size: 13px;
    padding: 10px 14px;
  }

  .ticker-content {
    font-size: 14px;
  }

  .ticker-label {
    font-size: 12px;
    padding: 4px 12px;
  }

  .welcome-image img {
    max-width: 110%;
    transform: scale(1.05);
    margin: -10px;
  }

  .mystical-spotlight {
    width: 300px;
    height: 300px;
  }

  .symbol {
    font-size: 24px;
    padding: 8px;
  }

  .ring {
    transform: scale(0.7);
  }

  .kundli-solutions h2 {
    font-size: 2rem;
  }

  .problems-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .problem-card {
    padding: 20px;
  }
}

@media (max-width: 500px) {
  .kundli-popup {
    font-size: 12px;
    padding: 8px 12px;
  }
}

/* AOS Animation Fixes */
[data-aos] {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Testimonial Carousel Styles */
.testimonial-carousel {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
}

.testimonial-carousel .section-title {
    color: #701010;
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.5rem;
}

.testimonialSwiper {
    width: 100%;
    padding: 20px 0;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 30px;
    margin: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-content {
    position: relative;
    padding: 20px;
}

.testimonial-content i {
    color: #701010;
    font-size: 24px;
    margin-bottom: 15px;
}

.testimonial-content p {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.client-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #701010;
}

.client-info h4 {
    color: #701010;
    margin: 0;
    font-size: 18px;
}

.client-info span {
    color: #666;
    font-size: 14px;
}

/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #701010;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
}

/* Swiper Pagination */
.swiper-pagination-bullet {
    background: #701010;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .testimonialSwiper {
        padding: 15px 0;
    }
}

@media (max-width: 991px) {
    .testimonial-carousel {
        padding: 40px 0;
    }
    
    .testimonial-carousel .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .testimonial-carousel {
        padding: 30px 0;
    }
    
    .testimonial-carousel .section-title {
        font-size: 1.8rem;
    }
    
    .testimonial-card {
        padding: 20px;
    }
    
    .testimonial-content p {
        font-size: 14px;
    }
    
    .client-info img {
        width: 50px;
        height: 50px;
    }
    
    .client-info h4 {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .testimonial-carousel .section-title {
        font-size: 1.5rem;
    }
    
    .testimonial-card {
        margin: 10px;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px;
    }
}

/* Base responsive styles */
:root {
  --primary-color: #790101;
  --secondary-color: #ff589e;
  --text-color: #1e1e1e;
  --light-bg: #f2f2fe;
  --white: #ffffff;
}

/* Responsive container */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Responsive typography */
html {
  font-size: 16px;
}

@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 13px;
  }
}

/* Responsive grid system */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

[class*="col-"] {
  padding: 0 15px;
  width: 100%;
}

/* Responsive sections */
.section {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
}

/* Responsive welcome area */
.welcome-area {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.welcome-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 991px) {
  .welcome-inner {
    flex-direction: column;
    text-align: center;
  }
  
  .welcome-content {
    order: 2;
  }
  
  .welcome-image {
    order: 1;
    margin-bottom: 30px;
  }
}

/* Responsive navigation */
.custom-navbar {
  padding: 15px 0;
}

@media (max-width: 768px) {
  .custom-navbar {
    padding: 10px 0;
  }
  
  .nav-right {
    display: none;
  }
}

/* Responsive social icons */
.social-icons-right {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

@media (max-width: 768px) {
  .social-icons-right {
    position: fixed;
    bottom: 20px;
    top: auto;
    right: 20px;
    transform: none;
    display: flex;
    gap: 10px;
  }
  
  .social-icons-right a {
    width: 40px;
    height: 40px;
  }
}

/* Responsive features section */
.features-small-item {
  padding: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .features-small-item {
    padding: 20px;
  }
}

/* Responsive testimonials */
.testimonialSwiper {
  padding: 20px 0;
}

@media (max-width: 768px) {
  .testimonial-card {
    margin: 10px;
  }
}

/* Responsive footer */
.site-footer {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 40px 0;
  }
  
  .footer-container {
    flex-direction: column;
    gap: 30px;
  }
}

/* Responsive forms */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
}

/* Responsive buttons */
.main-button,
.kundli-button {
  padding: 12px 25px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .main-button,
  .kundli-button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

/* Responsive images */
img {
  max-width: 100%;
  height: auto;
}

/* Responsive grid layouts */
.problems-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* Responsive popup */
.kundli-popup {
  position: fixed;
  top: -120px;
  right: 20px;
  z-index: 1000;
  transition: top 0.3s ease;
}

@media (max-width: 768px) {
  .kundli-popup {
    right: 10px;
    width: calc(100% - 20px);
  }
}

/* Responsive offer ticker */
.offer-ticker {
  padding: 10px 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .ticker-content {
    font-size: 0.9rem;
  }
}

/* Responsive astrologer section */
.astrologer-section .content {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 991px) {
  .astrologer-section .content {
    flex-direction: column;
    text-align: center;
  }
}

/* Responsive kundli features */
.kundli-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

@media (max-width: 768px) {
  .kundli-features {
    grid-template-columns: 1fr;
  }
}

/* Responsive video section */
.video-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive pricing tables */
.pricing-item {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .pricing-item {
    margin-bottom: 20px;
  }
}

/* Responsive blog posts */
.blog-post-thumb {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .blog-post-thumb {
    margin-bottom: 20px;
  }
}

/* Responsive contact form */
.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .contact-form {
    padding: 0 15px;
  }
}

/* Responsive preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

@media (max-width: 768px) {
  #preloader .welcome-text {
    font-size: 1.5rem;
  }
  
  #preloader .sub-text {
    font-size: 1rem;
  }
}

/* Responsive animations */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Print styles */
@media print {
  .no-print {
    display: none !important;
  }
  
  body {
    font-size: 12pt;
  }
  
  a[href]:after {
    content: " (" attr(href) ")";
  }
}

/* Responsive testimonial carousel */
.testimonialSwiper {
  padding: 20px 0;
}

@media (max-width: 1200px) {
  .testimonialSwiper {
    padding: 15px 0;
  }
}

@media (max-width: 768px) {
  .testimonial-card {
    margin: 10px;
  }
  
  .testimonial-content p {
    font-size: 0.9rem;
  }
  
  .client-info img {
    width: 40px;
    height: 40px;
  }
}

/* Responsive mini boxes */
.mini-box {
  padding: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .mini-box {
    padding: 15px;
    margin-bottom: 15px;
  }
  
  .mini-box strong {
    font-size: 1rem;
  }
  
  .mini-box span {
    font-size: 0.8rem;
  }
}

/* Responsive team section */
.team-item {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .team-item {
    margin-bottom: 20px;
  }
  
  .team-item .user-image {
    width: 120px;
    height: 120px;
  }
}

/* Responsive counter section */
.counter .content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

@media (max-width: 768px) {
  .counter .content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Responsive blog section */
.blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

@media (max-width: 768px) {
  .blog-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Responsive contact section */
#contact-us {
  padding: 60px 0;
}

@media (max-width: 768px) {
  #contact-us {
    padding: 40px 0;
  }
  
  .contact-text {
    margin-bottom: 30px;
  }
}

/* Responsive header */
.header-area {
  padding: 15px 0;
}

@media (max-width: 768px) {
  .header-area {
    padding: 10px 0;
  }
  
  .header-area .logo img {
    max-width: 120px;
  }
}

/* Responsive welcome section */
.welcome-content h1 {
  font-size: 3.5rem;
}

@media (max-width: 991px) {
  .welcome-content h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .welcome-content h1 {
    font-size: 2.2rem;
  }
}

/* Responsive features section */
.features-small-item {
  text-align: center;
  padding: 30px;
}

@media (max-width: 768px) {
  .features-small-item {
    padding: 20px;
  }
  
  .features-small-item .icon {
    margin-bottom: 15px;
  }
}

/* Responsive work process section */
.mini {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .mini {
    padding: 40px 0;
  }
  
  .mini .mini-content .info h1 {
    font-size: 1.8rem;
  }
}

/* Responsive pricing section */
.pricing-item {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .pricing-item {
    margin-bottom: 20px;
  }
  
  .pricing-item .pricing-header {
    padding: 20px;
  }
}

/* Responsive blog section */
.blog-post-thumb {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .blog-post-thumb {
    margin-bottom: 20px;
  }
  
  .blog-post-thumb h3 {
    font-size: 1.2rem;
  }
}

/* Responsive footer */
.site-footer {
  padding: 60px 0;
  background-color: var(--primary-color);
  color: var(--white);
}

@media (max-width: 768px) {
  .site-footer {
    padding: 40px 0;
  }
  
  .footer-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .footer-form {
    margin-top: 30px;
  }
}

/* Responsive preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  z-index: 9999;
}

@media (max-width: 768px) {
  #preloader .welcome-text {
    font-size: 1.5rem;
  }
  
  #preloader .sub-text {
    font-size: 1rem;
  }
}

/* Responsive animations */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Print styles */
@media print {
  .no-print {
    display: none !important;
  }
  
  body {
    font-size: 12pt;
  }
  
  a[href]:after {
    content: " (" attr(href) ")";
  }
}

/* Kundli Video Section Styles */
.kundali-section {
  padding: 40px 0; /* Reduced padding */
  background: linear-gradient(to right, #fff9f2, #ffe7dc);
}

.kundali-container {
  display: flex;
  align-items: center;
  gap: 30px; /* Reduced gap */
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.video-frame {
  flex: 1;
  position: relative;
  padding-bottom: 45%; /* Reduced from 56.25% to make it shorter */
  height: 0;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-height: 400px; /* Added max-height */
}

.video-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.kundali-text {
  flex: 1;
  padding: 15px; /* Reduced padding */
}

.kundali-text h2 {
  color: var(--primary-color);
  font-size: 2.2rem; /* Slightly reduced font size */
  margin-bottom: 15px; /* Reduced margin */
  font-weight: 700;
}

.kundali-text p {
  color: #333;
  font-size: 1rem; /* Slightly reduced font size */
  line-height: 1.5;
  margin-bottom: 20px; /* Reduced margin */
}

/* Responsive Styles */
@media (max-width: 991px) {
  .kundali-container {
    flex-direction: column;
    gap: 20px; /* Reduced gap */
  }

  .video-frame {
    width: 100%;
    max-width: 500px; /* Reduced max-width */
    margin: 0 auto;
    padding-bottom: 40%; /* Further reduced for tablets */
  }

  .kundali-text {
    text-align: center;
    padding: 0 15px;
  }

  .kundali-text h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .kundali-section {
    padding: 30px 0; /* Further reduced padding */
  }

  .kundali-container {
    padding: 0 15px;
  }

  .video-frame {
    border-radius: 10px;
    padding-bottom: 35%; /* Further reduced for mobile */
    max-height: 300px; /* Reduced max-height for mobile */
  }

  .kundali-text h2 {
    font-size: 1.6rem;
  }

  .kundali-text p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .kundali-text h2 {
    font-size: 1.4rem;
  }

  .kundali-text p {
    font-size: 0.9rem;
  }

  .video-frame {
    padding-bottom: 30%; /* Further reduced for small mobile */
    max-height: 250px; /* Further reduced max-height */
  }
}