
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
    text-decoration: none;
}
.top-header-section{
    height: auto;
    width: 100%;
    background-color: #f7641f;
}
/**The Header Section start**/
header {
   width: 100%;
    height: auto;
    background: white;
   
  }
.gap2{
    gap: 1.5rem;
}

  /* .navbar-nav {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    &:hover {
      li:not(:hover) a {
        opacity: 100;
      
      }
    }
  
    li {
      position: relative;
      &::after {
        position: absolute;
        content: "";
        top: 100%;
        left: 0;
        width: 100%;
       height: 2px;
        background: rgba(247, 100, 31, 1);
        transform: scaleX(0);
        transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); 
      }
  
      &:hover,
      &.active {
        &::after {
          transform: scaleX(1);
        }
      }
  
      a {
        position: relative;
        display: flex;
        padding: 30px 25px 30px 25px;
        text-decoration: none;
        color: rgba(13, 134, 238, 1);
        transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      }
    }
  } */

.nav-link.active {
    color: #0D86EE !important;    
    font-weight: 600;
    border-bottom: 2px solid #f7641f;
}

.today-card {
    background-color: #f7641f;   /* custom success color */
    color: #ffffff;             /* white text */
    border: 1px solid #e75a18;  /* optional darker border for contrast */
    transition: all 0.3s ease;
    text-align: center;
}


  #login{
    height: 40px;
    width: 80px;
    background-color: rgba(247, 100, 31, 1);
    color: rgba(255,255,255,1);
    display: flex;
    justify-content: center;
    align-items: center;
   
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  #login::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 134, 238, 1);
    z-index: -1;
    transition: transform 0.4s ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
  }
  #login:hover::after{
    transform: scaleX(1);
  }

  /**The Header Section ends**/

/**The botton Header section start**/
.botton-header{
  height: 50px;
  width: 100%;
  background-color: rgba(13, 134, 238, 1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);

  
}
.backhome{
  color: rgba(255,255,255,1);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  padding-left: 2rem;
  line-height: 50px;
}
/**The botton Header section ends**/













  /** The Slider Section start**/
  /* .top-slider{
    width: 100%;
    position: relative;
    object-fit: cover;
  }
  .slider1{
    width: 100%;
    height: 500px;
  }
  .top-slider .hightbox{
    position: absolute;
    height: auto;
    padding: 1rem 0rem 1rem 0rem;
    width: 50%;
    background: linear-gradient(rgba(247, 100, 31, 0.4),rgba(7, 77, 136, 0.1));
    top: 40%;
  }
  .highttxt{
    color: rgba(13, 134, 238, 1);
    font-size: 2rem;
    font-weight: 600;
    opacity: 100%;
    text-align: center;
  }
  .paragraph{
    text-align: justify;
    color: rgba(255,255,255,1);
  } */
 
  /** Update code css**/

  .top-slider {
    width: 100%;
    position: relative;
}

#slider1 {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.top-slider .hightbox {
    position: absolute;
    top: 20%;
    left: 0;
    width: 50%;
    padding: 5rem 2rem;
    background: linear-gradient(rgba(247, 100, 31, 0.8), rgba(7, 77, 136, 0.2));
    box-sizing: border-box;
    overflow: hidden;
}

.highttxt {
    color: rgba(13, 134, 238, 1);
    font-size: 1.5rem;
    font-weight: 600;
    text-align: justify;
}

.paragraph {
    text-align: justify;
    color: rgba(255, 255, 255, 1);
}
.slick-prev, .slick-next {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0,0,0,0.3);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}
.slide-item {
  position: relative;
  overflow: hidden;
}

.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}


/*Responsive */
@media (max-width: 568px) {
    .top-slider .hightbox {
        width: 100%;
        height: 100%;
        top: 10%;
        padding: 2rem 1rem;
    }

    #slider1 {
        height: 400px;
    }

    .highttxt {
        font-size: 1rem;
    }

    .paragraph {
        font-size: 0.6rem;
    }
}
@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
      display: none !important;
  }
}


  /** The code Update**/


.card-live{
  height: auto;
  width: 100%;
  border: 2px solid rgba(46, 46, 46, 1);
  margin-top: 1.2rem;
}
.card-txt{
  height: 50px;
  width: 100%;
  background-color: rgba(46, 46, 46, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255,255,255,1);
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
}

.hawan{
  margin-top: 1rem;
}
.input-field1{
  height: 3rem;
  width: 100%;
  border-radius: 12px;
 background-color: #f4f4f4;
  border: 1px solid rgba(102, 102, 102, 0.35);
  padding-left: 2rem;
}
.booknow{
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255,255,255,1);
  font-size: 1.5rem;
  width: 200px;
  height: 3rem;
  background-color: rgba(13, 134, 238, 1);
  border-radius: 5px;
  border: none;
}
.booknow:hover{
  background-color: rgba(245, 82, 39, 1);
  color: rgba(255,255,255,1);
}

/** Template Section **/
.container-template-section{
  /* background: rgba(13, 134, 238, 1); */
  height: auto;
  width: 100%;
  background-image: url('../asset/image/temples-banner.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 4rem;
}
.temhightlight{
  font-size: 2rem;
  font-weight: 600;
  margin-left: 3.3rem;
  color: white;
  padding-top: 5rem;
}

.searchtemplate{
  display: flex;
  margin-left: 3rem;
  width: 70%;
  height: 4rem;
  background-color: rgba(255,255,255,1);
  border-radius: 15px;
  border: none;
  overflow: hidden;
  position: relative;
}
.searchtemplate input{
  height: 4rem;
  width: 90%;
  border: none;
  color: rgba(46, 46, 46, 1);
  font-size: 1rem;
  padding-left: 1rem;
  border-radius: 15px;
   background-color: rgba(255,255,255,1);
}

.searchtemplate button{
  color: rgba(13, 134, 238, 1);
  border-radius: 15px;
  border: none;
  height: 4rem;
  border: none;
  font-size: 20pt;
  background-color: rgba(255,255,255,1);
  width: 10%;
 
}


/**The Remedy section**/
.remedy-section{
  /* background-color: #f8dbcd; */
  background-image: url('../asset/image/om-banner.png');
  width: 100%;
  height: auto;
  padding-top:3rem;
  padding-bottom: 3rem;
}
.quotes1{
  width: 100%;
  position: relative;
  object-fit: cover;
}
.quotes1 .heart1{
  position: absolute;
  top: 2%;
  left: 85%;
  color: rgba(255,255,255,1);
  font-size: 30pt;
  animation:heart1 2s ease-in-out infinite 1s backwards;
}
@keyframes heart1 {
  0%{
    color: rgab(255,255,255,1);
  }
  50%{
    color: rgba(255,255,255,1);
  }
  100%{
    color: rgba(245, 82, 39, 1);
  }
}

/***The Pooja Package section start*/
.pooja-package{
  height: auto;
  width: 100%;
  background-image: url('../asset/image/upcooming-banner.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.pooja-package-section{
  height: auto;
  width: 100%;
  padding-top: 3rem;
  background-color: rgba(255,236,204,0.5);
  padding-bottom: 4rem;
}
.card-group1{
  height: auto;
  width: 100%;
  background-color: rgba(255,255,255,1);
  padding-bottom: 2rem;
}
.induvisual{
  height: 150px;
  width: 100%;
  background: rgba(3, 37, 108, 1);
}
.partner{
  height: 150px;
  width: 100%;
  background-color: rgba(191, 171, 37, 1);
}
.family{
  height: 150px;
  width: 100%;
  background-color: rgba(184, 19, 101, 1);
}
.individualhightlight{
  font-size: 2rem;
  font-weight: 600;
  color: rgba(255,255,255,1);
  padding: 1rem 0rem 1rem 1.5rem;
}
.indivisulimg{
  height: 150px;
  width: 200px;
}
.inddark{
  width: 15px;
  height: 7px;
  background-color: rgba(46, 46, 46, 1);
}
.nav-item .txtindiduvisula{
text-align: justify;
  color: rgba(0, 0, 0, 1);
  font-size: 0.8rem;
}

/** The Home Page Latest new section start**/
#panchang-banner{
  background-image: url('../asset/image/banner-.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  border: none;
}

.moreviewbtn{
  background-color: rgba(13, 134, 238, 1);
  height: 2.5rem;
  width: 140px;
  color: rgba(255,255,255,1);
  font-weight:600;
  border: none;
  border-radius: 10px;
  margin-top: 1.2rem;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
}
.moreviewbtn:hover{
  background-color: rgba(247, 100, 31, 1);
  color: rgba(255,255,255,1);
}
.moreviewbtn a{
  color: white;
  text-decoration: none;
}
.moreviewbtn a:hover{
  color: white;
  text-decoration: none;
  
}

.knowmorebtn{
  height: 40px;
  width: 140px;
  background-color: rgba(13, 134, 238, 1);
  color: rgba(255,255,255,1);
  border: none;
  border-radius: 10px;
  margin-top: 1.5rem;
  font-size: 13pt;
  font-weight: 600;
}
.knowmorebtn:hover{
  background-color: rgba(247, 100, 31, 1);
  color: rgba(255,255,255,1);
}
/** The Home Pages Latest New Section ends**/


/**The Footer Section start**/
.footer-section{
  background-color: rgba(46, 46, 46, 1);
  height: auto;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.navifooter{
  color: rgba(13, 134, 238, 1);
  font-size: 600;
  font-size: 1.5rem;
  
}
.navtext{
  color: rgba(255,255,255,1);
   font-size: 0.8rem;
   line-height: 1.2rem;
}
.confooter{
  color: rgba(13, 134, 238, 1);
  font-size: 600;
  font-size: 1.5rem;
  text-align: center;
}
.fb{
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  border:1px solid rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
   color: rgba(255, 255, 255, 1);
  align-items: center;
}
.fb:hover{
  color: rgba(13, 134, 238, 1);
  border:1px solid rgba(13, 134, 238, 1);
}
.bprivacy{
text-decoration: none;
color: rgba(255, 255, 255, 1);  
}
.bprivacy:hover{
  color: rgba(13, 134, 238, 1);
}
.bprivacy1{
  text-decoration: none;
  color: rgba(255, 255, 255, 1);  
  }
  .bprivacy1:hover{
    color: rgba(13, 134, 238, 1);
  }
  .bprivacy2{
    text-decoration: none;
    color: rgba(255, 255, 255, 1);  
    }
    .bprivacy2:hover{
      color: rgba(13, 134, 238, 1);
    }
/**The Footer Section ends**/








  /** The Testomonials section start**/
  .carousel img {
    width: 100%;
    /* margin-right: 1rem; */
    overflow: hidden;
  }
  .quotes{
    position: relative;
    object-fit: cover;
    width: 100%;
  }
  .img-slider{
    width: 100%;
    
  }
  .quotes .bottn{
    position: absolute;
    top: 3%;
    display: flex;
    width: 150px;
    justify-content: center;
    align-items: center;
    height: 35px;
    gap: 5px;
    border:0.31px solid rgba(255,255,255,1);
    border-radius: 5px;
    left: 2%;
    background-color: rgba(13, 134, 238, 1);
    color: white;
    font-size: 10pt;
  }
  .quotes:hover .bottn{
    background-color: rgba(245, 82, 39, 1);
    color: rgba(255,255,255,1);
  }
.quotes .heart{
  position: absolute;
  top: 3%;
  width: 140px;
  height: 45px;
  border:none;
  border-radius: 5px;
  left: 85%;
  color: white;
  font-size: 25pt;
  cursor: pointer;
  animation-name: heart;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}
@keyframes heart {
  0%{
    color: rgba(255,255,255,1);
  }
  100%{
    color: rgba(245, 82, 39, 1);
  }
}
#time-end{
  font-size: 9pt;
}

  @media screen and (min-width: 576px) {
    .carousel-inner {
      display: flex;
      width: 100%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }
  @media screen and (min-width: 768px) {
    .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 3);
    }
  }
  .carousel .card {
    margin: 0 0.5em;
    border: 0;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: rgba(13, 134, 238, 1);
    color: rgba(255,255,255,1);
    top: 44%;
    margin-left: 3.2rem;
    margin-right: 2.8rem;
    transform: translateY(-50%);
  }

  
  /** The Testomonials section ends**/

  .container-upcomming-section{
    height: auto;
    padding-top: 1rem;
    width: 100%;
    background-image: url('../asset/image/upcoomingp-banner.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
  }

  .upcomming{
    font-size: 2rem;
    color: rgba(13, 134, 238, 1);
    font-weight: 600;
    text-align: center;
  }


  .livebtn{
    height: 2rem;
    width: auto;
    background-color: rgba(13, 134, 238, 1);
    border-radius: 5px;
    border: none;
    text-decoration: none;
    color: rgba(255,255,255,1);
    font-size: 0.9rem;
    margin-left: 2rem;
    margin-right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .participatebtn{
    height: 2rem;
    width: 11rem;
    background-color: rgba(13, 134, 238, 1);
    border-radius: 5px;
    border: none;
    text-decoration: none;
    color: rgba(255,255,255,1);
    font-size: 0.9rem;
    margin-left: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .participatebtn:hover{
    background-color: rgba(245, 82, 39, 1);
    color: rgba(255,255,255,1);
  }
  /**The Slider section ends**/


  /** The Home Puja section start **/
.homepujatitle{
    font-size: 1.5rem;
    color: rgba(46, 46, 46, 1);
    font-weight: 600;
    padding-bottom: 1.5rem;
}
.slecthomep{
  height: 3rem;
  border-radius: 8px;
  border: 1px solid rgba(46, 46, 46, 1);
  color: rgba(46, 46, 46, 1);
  width: 40%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.inputpuja{
  height: 3rem;
  border-radius: 12px;
  border: 1px solid rgba(46, 46, 46, 1);
  color: rgba(46, 46, 46, 1);
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.filterbtn{
  height: 3rem;
  width: 150px;
  background-color: rgba(13, 134, 238, 1);
  border-radius: 12px;
  border: none;
  text-decoration: none;
  color: rgba(255,255,255,1);
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ganesha{
  height: 2.5rem;
  border-radius: 12px;
  border: 1px solid rgba(46, 46, 46, 1);
  color: rgba(46, 46, 46, 1);
  width: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.ggg{
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
.durga{
  height: 2.5rem;
  border-radius: 12px;
  border: 1px solid rgba(46, 46, 46, 1);
  color: rgba(46, 46, 46, 1);
  width: 12%;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eee{
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
.booknowbtn{
  height: 2.5rem;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  font-size: 1rem;
  font-weight: 500;
  background-color: rgba(13, 134, 238, 1);
  border-radius: 5px;
  border: none;
  
}
.booknowbtn:hover{
  background-color: rgba(245, 82, 39, 1);
  color: rgba(255,255,255,1);
}
.participate-section{
  background-image: url('../asset/image/participate-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding-top: 2rem;
  width: 100%;
  padding-bottom: 2rem;
}
  /** The Home Puja section ends **/

  /** The Blog Section start **/
.card-botton{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 2.5rem;
  width: 40%;
  background-color: rgba(13, 134, 238, 1);
  color: rgba(255, 255, 255, 1);
  border-radius: 10px;
}
.pagniation2{
  height:2rem;
  width:2rem;
  border-radius:12px !important;
  border:none !important;
  background:rgba(13, 134, 238, 1) !important;
  color:rgba(255, 255, 255, 1) !important;
}
.pagniation1{
  color: rgba(255, 255, 255, 1) !important;
  background-color: none !important;
  border: none !important;
  color: rgba(45, 45, 45, 1) !important;
  font-weight: 500;
}
.nxtbtn{
  width: 5.5rem;
  display:flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  background-color: rgba(13, 134, 238, 1) !important;
  color: rgba(255,255,255,1);
  border: none;
  border-radius: 10px;
}
.gettouch{
  color: rgba(13, 134, 238, 1);
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
.untect{
  height: 1.2px;
  width: 8rem;
  background-color: rgba(13, 134, 238, 1);
   display: flex;
  margin-left: 43.5%;
}
.contactinput{
  height: 3rem;
  width: 100%;
  border: 1.8px solid rgba(180, 190, 200, 1);
  color: rgba(15, 0, 26, 1);
  font-weight: 400;
  padding-left: 1.2rem;
  border-radius: 5px;
}
.txtarea{
  width: 100%;
  border: 1.8px solid rgba(180, 190, 200, 1);
  color: rgba(15, 0, 26, 1);
  font-weight: 400;
  border-radius: 5px;
  height: 8rem;
}
.sendbtn{
  width: 100%;
  border: none;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  border-radius: 5px;
  height: 3rem;
  background-color: rgba(13, 134, 238, 1);
   font-weight: 800;
}

/** The blogname section**/
.cardnameblog{
  height: auto;
  width: 100%;
  padding: 1rem;
  border:2px solid rgba(13, 134, 238, 1);
  /* margin-top: 3.8rem; */
}

  /** The Blog Section ends **/


  /** The Login Section start **/
  .container-login-form{
    width: 100%;
    height: 100vh;
    background-image: url('../asset/image/login-banner.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 2rem;
    padding-bottom: 8rem;
  }

.login-text{
  color: rgba(51, 51, 51, 1);
  font-size:20pt;
  font-weight: 600;
}
.inputloginform{
  width: 100%;
  border: 1px solid rgba(102, 102, 102, 0.35);
  background-color: rgba(255,255,255,1);
  height: 2.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.btnlogin{
  background-color:rgba(195, 195, 195, 1);
  color: rgba(255, 255, 255, 1);
  border-radius: 35px;
  width: 100%;
  height: 2.5rem;
  /* opacity: 25%; */
  font-size: 12pt;
  font-weight: 500;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
}
.btnlogin::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(247, 100, 31, 1);
  z-index: -1;
  transition: transform 0.4s ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
  border: none;
  }

  .btnlogin:hover::after {
    transform: scaleX(1);
    }





.horizontal-line{
  height: 150px;
  width: 1px;
  background-color: rgba(102, 102, 102, 0.25);
}
.htt{
  margin-top: 9%;
}
.googlelogin{
  width: 100%;
  background-color: rgba(255,255,255,1);
  color: rgba(51, 51, 51, 1);
  border-radius: 40px;
  border: 1px solid rgba(51, 51, 51, 1);
  text-decoration: none;
  font-size: 12pt;
  font-weight: 400;
  text-align: center;
  padding: 2% 10% 2% 10%;
}
.facebook{
  width: 100%;
  background-color: rgba(255,255,255,1);
  color: rgba(51, 51, 51, 1);
  border-radius: 40px;
  border: 1px solid rgba(51, 51, 51, 1);
  text-decoration: none;
  font-size: 12pt;
  font-weight: 400;
  text-align: center;
  padding: 2% 10% 2% 10%;
}
.emailicon{
  width: 100%;
  background-color: rgba(255,255,255,1);
  color: rgba(51, 51, 51, 1);
  border-radius: 40px;
  border: 1px solid rgba(51, 51, 51, 1);
  text-decoration: none;
  font-size: 12pt;
  font-weight: 400;
  text-align: center;
  padding: 2% 10% 2% 10%;
}
/** THe Login Section ends**/

.regiter-section{
  width: 100%;
  background: rgba(247, 100, 31, 1);
  height: 50px;
}
.conatiner-regiter{
  display: flex;
  justify-content: space-between;
  padding-top: 0.8rem;
}
.container-register-form{
  width: 100%;
  height: 100vh;
  /* background-image: url('../asset/image/login-banner.png'); */
   background-image: url('../asset/image/register-banner.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 2rem;
  padding-bottom: 8rem;
}
.horizontal-line1{
  height: 250px;
  width: 1px;
  background-color: rgba(102, 102, 102, 0.25);
}



/**The Panchang section start **/
.formpanchange{
  height: 3rem;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  font-size: 14pt;
  font-weight: 200;
  padding-left: 1rem;
  border-radius: 10px;
  border: 1px solid rgba(46, 46, 46, 1);
}
h2.panchightlight{
  color: rgba(46, 46, 46, 1);
  font-size: 16pt;
  font-weight: 600;
}

.card-left-panchag{
  background-color: rgba(247, 100, 31, 1);
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: none;
}
.earthcircle{
  height: 113px;
  position: relative;
  width: 114px;
  border-radius: 100%;
  border: 5px solid #ED1C24;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 30px;
  padding-top: 0.2rem;
  animation-name: circle;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes circle {
  from{
    transform: rotate(0deg);
    border: 5px solid #ED1C24;
  } 
  to{
    transform: rotate(360deg);
    border: 5px solid #FBB03B;
  }
}


.Auspicious{
  height: 100px;
  width: 100%;
  background-color: #f7891f;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 10px;
  
}
.gulik{
  height: 100px;
  width: 100%;
  background-color: #c44f4c;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 10px;
}
.rahlkaal{
  height: 100px;
  width: 100%;
  background-color: #ca8421;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 10px;
}
.yamghant{
  height: 100px;
  width: 100%;
  background-color: #ee521f;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 10px;
}
.panchang-update{
  background-color: #fee8de;
  width: 100%;
  height: auto;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.underlinepanch{
  
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 1);
}
.sun{
  background-color: rgba(255, 153, 51, 1);
  width: 100%;
  padding: 1.5rem 1rem 0.2rem 1rem;
  border-radius: 5px;
}
.sunn{
  width: 100%;
  padding: 1.5rem 1rem 0.2rem 1rem;
  border-radius: 5px;
  background-color: rgba(30, 58, 138, 1);
}
.list li{
  list-style: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14pt;
  
}
.blueline{
  width: 100%;
  height: 2px;
  background-color: rgba(13, 134, 238, 1);
  display: block;
  opacity: 25%;
}


/** The Panchang section ends**/


/** The remedy sections start box now section start**/
h3.panchightlight{
     color: rgba(13, 134, 238, 1);
     font-size: 19pt;
     font-weight: 600;
     
}
p.panchightlight{
  color: rgba(46, 46, 46, 1);
  font-size: 11pt;
  font-weight: 400;
  text-align: justify;
  line-height: 30px;
}
.underlineremedy{
  border: 1px solid rgba(46, 46, 46, 1);
  width: 100%;
  
}
.max4{
  margin-left: 1.8rem;
}
.getquotebtn{
  width: 100%;
  height: 50px;
  background-color: rgba(13, 134, 238, 1);
  font-size: 14pt;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: none;
  color: rgba(255, 255, 255, 1);
}
.bookinput{
  display: flex;
  width: 100%;
  height: 3.2rem;
  background-color: rgba(255,255,255,1);
  border-radius: 15px;
  border: 1px solid rgba(46,46,46,1);
  overflow: hidden;
  position: relative;
}
.bookinput input{
  height: 3.2rem;
  border-radius: 15px;
  color: rgba(46, 46, 46, 1);
  width: 80%;
  padding-left: 1.2rem;
  border: none;
  background-color: rgba(255, 255, 255, 1);
}
.bookinput span{
  background-color: rgba(13, 134, 238, 1);
  color: rgba(255,255,255,1);
  font-size: 20pt;
  height: 3.2rem;
  border-radius: 15px;
  border: none;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bookinput1{
  height: 3.2rem;
  width: 100%;
  border: 1px solid rgba(46,46,46,1);
  background-color: rgba(255,255,255,1);
  border-radius: 15px;
  padding-left: 1.2rem;
}
.addtocartbtn{
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 1);
  font-size: 14pt;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(46, 46, 46, 1);
  color: rgba(46, 46, 46, 1);
}
.addtocartbtn:hover{
  background-color: rgba(13, 134, 238, 1);
  color: rgba(255, 255, 255, 1);
  border: none;
}
.search-container-remedy{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 50px;
  gap: 50px;
  background-color: rgba(255, 255, 255, 1);
}
.search-container-remedy button{
       background: none;
       border-radius: none;
       border: none;
      color: rgba(46, 46, 46, 1);
      font-weight: 600;
      font-size: 14pt;
}
.colorblue{
  color: rgba(13, 134, 238, 1);
  font-weight: 600;
  font-size: 20pt;

}
.relatedpuja{
  font-size: 2rem;
  color: rgba(13, 134, 238, 1);
  font-weight: 600;
}
/** The remedy sections start box now section ends**/




/** The Slider Multiple item section start**/
/* img {
  vertical-align: middle;
} */

/* Position the image container (needed to position the left and right arrows) */
.container-slider {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  background-color: rgba(13, 134, 238, 1);
  padding: 12px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */


/* Container for image text */
/* .caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
} */

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 25%;
  overflow: hidden;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/** The Slider multiple itme section ends**/


/** The Add Deatils Booking section start**/
.reviewbooking{
  background-color: #c2e1fb;
  height: 45px;
  width: 100%;
  color: rgba(77, 77, 77, 1);
  font-size: 13pt;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 15px;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
}
.reviewunderline{
  border: 1px solid rgba(46,46,46,1);
  opacity: 50%;
  width: 100%;
  margin-top: 0.8rem;
}
.reviewmobile{
  height: 50px;
  background-color: rgba(46,46,46,1);
  opacity: 50%;
  display: none;
  width: 2px;
  
}
.finalpayment{
  background:none;
  height: 45px;
  width: 100%;
  color: rgba(77, 77, 77, 1);
  font-size: 13pt;
  font-weight: 600;
  text-align: center;
  border: none;
  text-decoration: none;
}
.finalpaymentt{
  background-color: #c2e1fb;
  height: 45px;
  width: 100%;
  color: rgba(77, 77, 77, 1);
  font-size: 13pt;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 15px;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
}
.details{
  background:none;
  height: 45px;
  width: 100%;
  color: rgba(77, 77, 77, 1);
  font-size: 13pt;
  font-weight: 600;
  text-align: center;
  border: none;
  text-decoration: none;
}
.tbale-gap{
  gap: 1rem;
  display: flex;
}
.tbleul{
  color:rgba(46, 46, 46, 1);
  font-size: 12pt;
  text-align: justify;
}
.tbleul li{
  list-style: none;
}
td.tdcolor{
  color: rgba(46, 46, 46, 1);
  font-size: 12pt;
  font-weight: 600;
  padding-top: 40px;
  
}

.continbtn{
  height: 45px;
  width: 250px;
  color: rgba(255,255,255,1);
  font-size: 14pt;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem 2rem 0.5rem 2rem;
  text-decoration: none;
  background-color: rgba(13, 134, 238, 1);
  border-radius: 15px;
  border: none;
  
}
.detailss{
  background-color: #c2e1fb;
  height: 45px;
  width: 100%;
  color: rgba(77, 77, 77, 1);
  font-size: 13pt;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 15px;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
}
.inputstyle{
  height: 45px;
  width: 100%;
  border: 1px solid rgba(46, 46, 46, 1);
  border-radius: 10px;
  color: rgba(46, 46, 46, 1);
  font-size:13pt;
  padding-left: 1rem;
  font-weight: 600;
  background-color: rgba(255,255,255,1);
}
.labelstyle{
  color: rgba(46, 46, 46, 1);
}
.inputstyleaddress{
  height: 80px;
  width: 100%;
  border: 1px solid rgba(46, 46, 46, 1);
  border-radius: 10px;
  color: rgba(46, 46, 46, 1);
  font-size:13pt;
  padding-left: 1rem;
  font-weight: 600;
  background-color: rgba(255,255,255,1);
}
.underlineheight{
  height: 480px;
  width: 1px;
  background-color: rgba(46,46,46,1);
  opacity: 50%;
}

.div-googlepay{
  height: 50px;
  width: 100%;
  border: 1px solid rgba(60, 64, 67, 1);
  background-color: rgba(255,255,255,1);
  border-radius: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.div-googlepay a{
  text-decoration: none;
  color: rgba(60, 64, 67, 1);
  font-size: 16pt;
  font-weight: 600;
}
.textcenter{
  position: relative;
  top: 100px;
}
/** The Add Details Booking section ends**/


/** The Top slider Section start**/

/** The Top Slider Section ends**/

.anchor {
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}

.anchor.active {
  color: #F7641F;
}


.card-text{
  color: rgba(255,255,255,1);
  font-size: 12px;
  font-weight: 500;
  text-align: justify;
}

.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(0.95);

}


        .continue-btn {
            height: 50px;
            width: 130px;
            background-color: rgba(13, 134, 238, 1);
            color: rgba(255, 255, 255, 1);
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            position: relative;
            overflow: hidden;
            z-index: 1;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
        }

        .continue-btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: rgba(255, 255, 255, 1);
            background-color: rgba(247, 100, 31, 1);
            z-index: -1;
            transition: transform 0.4s ease-in-out;
            transform: scaleX(0);
            transform-origin: left;
        }

        .continue-btn:hover::after {
            transform: scaleX(1);
        }
         .input-form-section {
            height: 50px;
            padding: 0px 10px 0px 10px;
            width: 100%;
            border-radius: 5px;
            border: 1px solid #1a1a1a;
        }


        .remove-btn {
            height: 30px;
            width: 70px;
            background-color: rgba(247, 100, 31, 1);
            color: rgba(255, 255, 255, 1);
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            position: relative;
            overflow: hidden;
            z-index: 1;
            font-size: 12px;
            font-weight: 600;
            text-decoration: none;
            cursor: pointer;
        }
        .remove-btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: rgba(255, 255, 255, 1);
            background-color: rgba(13, 134, 238, 1);
            z-index: -1;
            transition: transform 0.4s ease-in-out;
            transform: scaleX(0);
            transform-origin: left;
        }

        .remove-btn:hover::after {
            transform: scaleX(1);
        }
     
        .login-account-btn{
            height: 45px;
            width: 100%;
            background-color: rgba(13, 134, 238, 1);
            color: rgba(255, 255, 255, 1);
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            position: relative;
            overflow: hidden;
            z-index: 1;
            font-size: 18px;
            font-weight: 600;
            text-decoration: none;
            cursor: pointer;
        }
        .login-account-btn::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: rgba(255, 255, 255, 1);
            background-color: rgba(247, 100, 31, 1);
            z-index: -1;
            transition: transform 0.4s ease-in-out;
            transform: scaleX(0);
            transform-origin: left;
            color: white;
        }
        .login-account-btn:hover::after {
            transform: scaleX(1);
            color: white;
        }
        .navbar-toggler {
          background-color: transparent !important;
          border: none !important;
          font-size: 33px !important;
          outline: none !important;
          box-shadow: none !important;
        }

        /** The Priest Details style**/


/* ===== Box ===== */
.priest-box {
    position: relative;
    cursor: pointer;
    text-align: center;
}

/* ===== Image ===== */
.priest-img {
    border-radius: 12px;
    transition: transform 0.3s ease;
    max-width: 420px;          /* control max width for desktop */
    width: 100%;               /* responsive */
    height: auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

.priest-box:hover .priest-img {
    transform: scale(1.02); /* slight zoom */
}

/* ===== Overlay ===== */
.priest-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 420px;          /* match image width */
    height: 100%;
    background: rgba(0,0,0,0.6);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.priest-name-overlay {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease;
}

/* Hover to show overlay */
.priest-box:hover .priest-overlay {
    opacity: 1;
}
.priest-box:hover .priest-name-overlay {
    transform: translateY(0);
    opacity: 1;
}

/* Priest Info Text */
.priest-info {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}
.ssss{
  margin-top: 110px;
}
.img-slider-hero {
    width: 100%;
    height: 600px;      
    max-height: none;  
    object-fit: unset; 
}

.live-indicator {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    color: #ff0000;
    font-size: 0.9rem;
    animation: pulseText 1.5s infinite;
}

.live-indicator .dot {
    width: 10px;
    height: 10px;
    background: #ff0000;
    border-radius: 50%;
    margin-right: 4px;
    animation: pulseDot 1.5s infinite;
}

@keyframes pulseDot {
    0%   { transform: scale(1);   opacity: 1;   }
    50%  { transform: scale(1.4); opacity: 0.6; }
    100% { transform: scale(1);   opacity: 1;   }
}

@keyframes pulseText {
    0%   { transform: scale(1);   }
    50%  { transform: scale(1.1); }
    100% { transform: scale(1);   }
}


/**The Fixed Button**/
#fixedButton {
    background: #f7641f;
    color: #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    padding-top: 15px;
    position: fixed;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    -moz-border-radius: 0;
    font-size: 15px;
    display: none;
    text-decoration: none;
    font-weight: 600;
}


/** The Pagination style start**/

.page-link {
    cursor: pointer;
    background-color: #f7641f !important; /* default red */
    border-color: #f7641f !important;
    color: white !important;
}

.page-link:hover {
    background-color: #0d86ee !important; /* hover orange */
    border-color: #0d86ee !important;
    color: white !important;
}

/* 🔑 Active page */
.page-item.active .page-link {
    background-color: #0d86ee !important; /* yellow/orange */
    border-color: #0d86ee !important;
    color: #fff !important;
}

/** The Pagination style ends**/