
/* navbar */
/* .navbar{ */
  /* background-color: #ee1414; */
  /* background-image: url('../image/s1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  /* min-height: 400px; */
/* } */
 #navbarNav{
  font-weight: bold;
}

.nav-item a{
  color: white;
}

.nav-item a:hover{
  color: green;
}
/* .dropdown-menu{ */
  /* background-color: darkblue; */
/* } */
/*  */


/* slider  */


  /*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    background: #f3f9fd;
    padding: 10px 0;
    text-align: center;
  }
  
  .clients .col-lg-3 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .clients img:hover {
    filter: none;
    transform: scale(1.1);
  }
  footer svg{
    margin: 5px;
  }

  @media (max-width:570px) {
    .about{
      margin: 1px;
      padding: 10px;
    }
    .about img{
      display: none;
      
    }
    
  }

  /* new slide */
  /* custom nav */
  .custom-nav {
    padding: 0px 20px; 
   }
  
  .nav-logo {
    width: 80px;
  }
  
  .navbar-nav .nav-link {
    color:#a31212 !important;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 14px;
    font-size: 15px;
  }
  
  .navbar-nav .nav-link:hover {
    color: #ff4d29 !important;
  }
  
  .dropdown-menu {
    border-radius: 8px;
  }
  
  .dropdown-item {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
  }
  
  /* ===== DROPDOWN MENU ===== */
.dropdown-menu {
  background: linear-gradient(to bottom, #f83600d9, #f9d423d9);
  border: none;
  border-radius: 12px;
  padding: 10px 0;
  margin-top: 10px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}

/* DROPDOWN ITEM */
.dropdown-item {
  color: #fff;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

/* HOVER EFFECT */
.dropdown-item:hover {
  background: linear-gradient(90deg, #ff4d29, #ff784e);
  color: #fff;
  padding-left: 28px;
}

/* ACTIVE ITEM */
.dropdown-item.active {
  background: #ff4d29;
  color: #fff;
}

/* DROPDOWN TOGGLE ICON */
.nav-link.dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

/* ROTATE ICON ON OPEN */
.nav-item.dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
}

/* ===== DESKTOP HOVER DROPDOWN ===== */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 8px;
  }
}

/* ===== MOBILE DROPDOWN ===== */
@media (max-width: 991px) {
  .dropdown-menu {
    /*background: #020617;*/
    box-shadow: none;
    border-radius: 8px;
  }

  .dropdown-item {
    padding: 12px 18px;
  }
}

   /* animation */
   .astro-banner{
    height:100vh;
    /* background:#020617; */
    background: 
        linear-gradient(rgba(2,6,23,0.7), rgba(2,6,23,0.7)),
        url("./assets/image/a.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    position:relative;
    overflow:hidden;
}

/* Stars Background */
#stars{
    position:absolute;
    width:100%;
    height:100%;
    background:url("./assets/image/stars.png");
    animation: moveStars 60s linear infinite;
    opacity:0.3;
}

@keyframes moveStars{
    from{ background-position:0 0;}
    to{ background-position:10000px 5000px;}
}

/* Center */
.astro-center{
    position:relative;
    z-index:2;
}

/* Zodiac Rotation */
.zodiac-rotate{
    width:320px;
    height:320px;
    animation: spin 30s linear infinite;
}

.zodiac-rotate img{
    width:100%;
    filter: drop-shadow(0 0 25px gold);
}

/* Kundli */
.kundli{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:120px;
}

.kundli img{
    width:100%;
    animation:pulse 3s ease-in-out infinite;
}

/* Text */
.astro-center h1{
    color:#facc15;
    margin-top:40px;
    font-size:3rem;
}

.astro-center p{
    color:#e5e7eb;
    letter-spacing:2px;
}

/* Animations */
@keyframes spin{
    from{transform:rotate(0deg);}
    to{transform:rotate(360deg);}
}

@keyframes pulse{
    0%{transform:translate(-50%,-50%) scale(1);}
    50%{transform:translate(-50%,-50%) scale(1.1);}
    100%{transform:translate(-50%,-50%) scale(1);}
}

@media(max-width:768px){
    .zodiac-rotate{
        width:220px;
        height:220px;
    }

    .kundli{
        width:90px;
    }

    .astro-center h1{
        font-size:2rem;
    }
}

/* ------animation */
.as_service_img .as_service_circle {
    animation: spin 12s infinite linear;
    -webkit-animation: spin 12s infinite linear;
}
.as_service_img .as_service_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 150px;
}
.as_service_img {
    position: relative;
}
img {
    max-width: 100%;
    height: auto;
}
.as_service_box {
    background-color:rgb(255 84 9 / 24%);
    padding: 59px 22px 25px;
    margin-top: 30px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 4%);
    border: 1px solid rgb(231, 231, 231);
    position: relative;
    min-height: 322px;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.3s linear;
}
 


.as_service_box:hover {
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
}
.as_service_box .as_subheading {
    margin: 40px 0 10px;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    transition: none;
}
.as_service_box .as_icon svg {
    fill: rgb(244,170,54);
    transition: none;
}
.as_subheading {
    font-size: 22px;
    text-transform: capitalize;
    color: var(--dark-color1);
}
.as_link {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 24px;
    color: var(--dark-color1);
    letter-spacing: 0.6px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    transition: none;
    cursor: pointer;
    /* display: inline-flex; */
}
a, a:hover, a:focus, a:visited {
    color: inherit;
    text-decoration: none;
}
.as_service_box:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -135px 0 0 -135px;
    background-image: url(../image/circle.png);
    width: 271px;
    height: 270px;
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
    z-index: -1;
}
/* end--animation */

/* about css */

.as_about_wrapper {
background-image: url(../images/bg2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.as_padderBottom80 {
padding-bottom: 80px;
}
.as_padderTop80 {
padding-top: 80px;
}
.as_aboutimg {
position: relative;
border-radius: 15px;
overflow: hidden;
}
.as_heading {
font-size: 36px;
text-transform: capitalize;
padding-bottom: 17px;
position: relative;
margin: -8px 0 0;
color: var(--dark-color1);
font-weight: 600;
}
.as_paragraph_wrapper {
padding-left: 20px;
border-left: 2px solid #f4a636;
margin-top: 20px;
}
.as_font14 {
font-size: 16px;
line-height: 26px;
}
.as_margin0 {
margin: 0px !important;
}
.as_padderBottom10 {
padding-bottom: 10px;
}
.as_font14 {
font-size: 16px;
line-height: 26px;
}
.as_contact_expert {
display: flex;
margin: 40px 0;
align-items: center;
color: var(--dark-color1);
}
.as_contact_expert .as_icon {
width: 100px;
height: 100px;
background-color: #ffffff;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 25px;
position: relative;
}
.as_year_ex {
font-size: 60px;
font-weight: 700;
color: var(--secondary-color);
font-family: 'Philosopher', sans-serif;
margin-right: 10px;
}
.as_btn, .as_btn:focus, .as_btn:visited {
height: 45px;
background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
font-size: 14px;
text-transform: capitalize;
display: inline-flex;
align-items: center;
padding: 0 23px;
border: none !important;
position: relative;
color: var(--white-color);
border-radius: 45px;
outline: none;
min-width: 160px;
justify-content: center;
outline: none;
z-index: 1;
overflow: hidden;
 transition:all 0.4s ease;
}
.as_btn:after {
position: absolute;
z-index: -1;
content: '';
top: 0;
bottom: 0;
left: 100%;
right: 0;
background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
}

.as_btn:hover{
    transform: translateY(-3px) scale(1.05);
    
    background-image: linear-gradient(0deg, rgb(243,115,53) 0%, rgb(244,170,54) 100%);
}

/* emd about css */

/* daily */
.daily-routines {
  background: #f8f9fa;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
}

.section-title span {
  color: #ff7a00;
}

.section-subtitle {
  max-width: 700px;
  margin: auto;
  color: #777;
}

.routine-box {
  background: #fff;
  padding: 25px;
  border-radius: 6px;
  height: 100%;
}

.routine-box h4 {
  font-weight: 700;
  margin-bottom: 20px;
}

.routine-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.routine-item i {
  font-size: 28px;
  color: #ff7a00;
}

.routine-item h6 {
  font-weight: 700;
  margin-bottom: 5px;
}

.routine-item p {
  font-size: 14px;
  color: #777;
}

.btn-orange {
  background: #ff7a00;
  color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
}

.btn-orange:hover {
  background: #e96b00;
  color: #fff;
}

/* end-daly */

/* zodic css */
.as_zodiac_sign_wrapper {
  /* background-image: url(../image/bg1.jpg); */
  background: linear-gradient(to bottom, var(--bs-gray-700), var(--bs-orange));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.as_verticle_center {
  display: flex;
  align-items: center;
}
.as_sign_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.as_sign_ul li:first-child, .as_sign_ul li:last-child {
  transform: translateX(200px);
}
.as_sign_ul li {
  margin-top: 40px;
}
.as_sign_box {
  background-color: rgb(244 170 54);
  max-width: 230px;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
}
.as_sign_box:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 20px solid rgb(244 170 54);
}
.as_sign_box:after, .as_sign_box:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 20px solid rgb(244 170 54);
}
.as_sign_box >a {
  display: flex;
  align-items: center;
}
.as_sign_box .as_sign {
  background-color: #0e344d;
  height: 80px;
  width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 38px;
  position: relative;
  transition: all 0.2s linear;
}
.as_sign_box .as_sign:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 18px solid #0e344d;
}

.as_sign_box .as_sign:after, .as_sign_box .as_sign:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 18px solid #0e344d;
}
.as_sign_box h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 2px;
}
.as_sign_box p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.as_sign_img img {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
  width: 100%;
}
.as_sign_img img {
  margin: 0 auto;
}
.as_sign_ul.as_sign_ul_right li:first-child, .as_sign_ul.as_sign_ul_right li:last-child {
  transform: translateX(-200px);
}
.as_sign_box:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 20px solid rgb(244 170 54);
}

.as_sign_box .as_sign:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 18px solid #0e344d;
}

@media (max-width: 575px) {

  .as_verticle_center{
    flex-direction: column;
  }

  .as_sign_ul{
    width: 100%;
  }

  .as_sign_ul li{
    margin-top: 20px;
    transform: none !important; /* zig-zag remove only */
    display: flex;
    justify-content: center;
  }

  .as_sign_box{
    max-width: 90%;
  }

  .as_sign_box h5{
    font-size: 16px;
  }

  .as_sign_box p{
    font-size: 13px;
    line-height: 20px;
  }

  .as_sign_box .as_sign{
    margin-right: 20px;
    width: 46px;
    height: 70px;
  }

  .as_sign_img img{
    max-width: 220px;
    margin: 25px auto;
  }
  
  .as_sign_box .as_sign:after, .as_sign_box .as_sign:before {
        border-bottom: 30px solid transparent;
 }
 .as_sign_box:after, .as_sign_box:before {
        border-bottom: 40px solid transparent;
 }
}
@media (max-width: 991px) {

  .as_verticle_center{
    flex-direction: column;
  }

  .as_sign_ul{
    width: 100%;
  }

  .as_sign_ul li{
    transform: none !important;
    display: flex;
    justify-content: center;
  }

  .as_sign_box{
    /* max-width: 260px; */
    max-width: 100%;

  }

  .as_sign_img img{
    max-width: 300px;
    margin: 30px auto;
  }
}




/* end zodic css */

/* numerrologye css */
.float-img{
  width: 200px; /* apni image ke hisab se */
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* upar jayegi */
  }
  100% {
    transform: translateY(0);
  }
}
/* end */

/* video crousel css */


.latest-videos {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
  margin: 10px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* Center carousel controls */
.owl-prev, .owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5) !important;
  color: #fff !important;
  padding: 10px 15px !important;
  border-radius: 50%;
}
.owl-prev { left: -40px; }
.owl-next { right: -40px; }

 
/* end vedio crousel */

.social-icons i:hover {
  color: #ff4d29;
}
.social-icons a {
  text-decoration: none;
}

.card-premium {
  border: none;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  padding: 30px;
  transition: 0.3s;
}

.card-premium:hover {
  transform: translateY(-10px);
}

.gold-text {
  color: #d4af37;
  font-weight: 600;
}

.bg-soft {
  background: #fff5f8;
}

.property-vastu-section {
  background: linear-gradient(135deg, #ffc10761, #ff4d2985);
}

.premium-heading {
  font-weight: 700;
  font-size: 36px;
  color: #ff7a00;
}

.premium-heading span {
  color: #1d1034;
}

.premium-text {
  font-size: 16px;
  color: #555;
}

.premium-list p {
  margin-bottom: 8px;
  font-weight: 500;
  color: #444;
}
.premium-img {
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}





