@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;
}

/** The Top header Section start**/
.top-header-section{
    height: 50px;
    width: 100%;
    background-color: #FE9124;
}

/**The Top header Section ends**/

/**The Header Section start**/
header {
  
  width: 100%;
  height: auto;
  background: white;
  padding-top: 20px;
  /* box-shadow: 0px 2px 10px rgba(247, 100, 31, 1); */
}

.gap2 {
  color: hsla(30, 99%, 57%, 1);
  font-size: 1rem;
  line-height: 1.2rem;
  gap: 12px;

}
.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;
}


.nav-link.active {
    color: #FE9124 !important;    
    font-weight: 600;
    /* border-bottom: 2px solid #f7641f; */
}







/**The Header Section ends**/


/**The botton Header section start**/
.botton-header {
  height: 50px;
  width: 100%;
  background-color: #FE9124;
  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;
}

.backhome1 {
  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: 3rem 0rem 3rem 0rem;
  width: 80%;
  top: 20%;
}

.highttxt {
  color: #FFFFFF;
  /* font-size: 2rem;
  font-weight: 600; */
}

.btnbook {
  background-color: #FFE23C;
  color: #590213;
  width: 30%;
  height: 20%;
  border-style: none;
  border-radius: 5px;
}

.home-top-slider {
  width: 100%;
  position: relative;
  object-fit: cover;
}

#slider1 {
  width: 100%;
  height: 500px;
}

.home-top-slider .home-hightbox {
  position: absolute;
  height: auto;
  padding: 3rem 0rem 3rem 0rem;
  width: 80%;
  top: 20%;
}

.home-highttxt {
  color: #FFFFFF;
  /* font-size: 2rem;
  font-weight: 600; */
}

.btnbook {
  background-color: #FFE23C;
  color: #590213;
  width: 30%;
  height: 20%;
  border-style: none;
  border-radius: 5px;
}

.paragraph {
  text-align: justify;
  color: rgba(255, 255, 255, 1);
}

.belowslider {
  background-color: #FE9124;
  justify-content: center;
  text-align: center;
  color: #ffffff;

}

.upcomingpuja {
  text-align: center;
}

.upcominghawan {
  text-align: center;
}

.hawancard {
  object-fit: cover;

}

.wishlishome {
  margin-left: 38%;
  margin-top: 0.4%;
  color: #FFFFFF;
}

.shiv {
  border: 1px solid black;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.homeheads {
  list-style: none;
  margin-top: 5%;
  margin-left: 26%;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
}

.home1heads {
  list-style: none;
  margin-top: 2.5%;
  margin-left: 10%;
  text-align: center;
  color: #ffffff;
  font-size: 0.7rem;
}

.puja1heads {
  list-style: none;
  margin-top: 2.5%;
  margin-left: 10.5%;
  text-align: center;
  color: #ffffff;
  font-size: 0.7rem;
}

.home-img {
  height: 20%;
}

.headmaha {
  text-align: center;
  font-size: 1.2rem;
  color: #590213;
  margin-top: 5%;
  font-weight: 600px;
  line-height: 2px;
}

.patibtn {
  background-color: #AC0205;
  color: #FFFFFF;
  border-style: none;
  width: 65%;
  height: 20%;
  text-align: center;
  text-decoration: none;
}

.part {
  justify-content: center;
  padding-bottom: 1rem;
  border-radius: 5px;

}

/* wpcoming hawan */
.headhawan {
  text-align: center;
  color: #590213;
}




/* The Login Section start */
.login-text {
  color: #FE9124;
  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: #FE9124;
  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;
  border: none;
}

.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%;
}

.google {
  text-decoration: none;
  color: #333333;
}

.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: #590213;
  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/images/loginbanner.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);
}


/* live watch  */
.live-watch {
  width: 100%;
  /* height: 100vh; */
  background-image: url('../asset/images/livebg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 2rem;
  padding-bottom: 2rem;
}




/** The Home Puja section start **/
.homepujatitle {
  font-size: 2rem;
  color: #AC0205;
  font-weight: 600;
}

.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: 100%;
  background-color: #AC0205;
  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: 40%;
  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;
  margin-left: 7rem;
}

.participate-section {
  background-color: #f9eddd;
  height: auto;
  padding-top: 2rem;
  width: 100%;
  padding-bottom: 2rem;
}

.pujaheads {
  list-style: none;
  margin-top: 3.5%;
  margin-left: 15%;
  text-align: center;
  color: #ffffff;
}

.wishlispuja {
  margin-left: 23.5%;
  margin-top: 0.4%;
  color: #ffffff;
}


/** The Home Puja section ends **/

/*** Puja Remedy section start ***/
/* .purple{
  background-color: #e6cfe7;
  border-radius: 10px;
  align-items: center;
}
.bag-icon{
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  align-items: center;
} */
.benefits-cards {
  padding: 20px;
}

.bag-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: white;
  border-radius: 50%;
  margin: 0 auto;
}

.bag-icon img {
  max-width: 40%;
  max-height: 40%;
}

.purple {
  background-color: #e6cfe7;
  padding: 20px;
  border-radius: 15px;
  color: #2E2E2E;
}

.pink {
  background-color: #eecccd;
  padding: 20px;
  border-radius: 15px;
  color: #2E2E2E;
}

.blue {
  background-color: #cfdbe7;
  padding: 20px;
  border-radius: 15px;
  color: #2E2E2E;
}

.card-content {
  text-align: center;
}

.mb-4 {
  margin-bottom: 20px;
}


/* puja process */
.step-title {
  font-weight: bold;
  color: #b7281f;
}

.step-description {
  font-size: 14px;
}

.hexagon {
  width: 80px;
  height: 80px;
  background-color: #f3f3f3;
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.line {
  height: 2px;
  background-color: #e0e0e0;
  position: relative;
  top: 20px;
  z-index: 0;
}


/*** Puja Remedy section end ***/

.mritun {
  background-image: url('../asset/images/mritunjay.png');
  width: 100%;

  background-size: cover;
  background-repeat: no-repeat;
}

.devotional-plateform {
  background-color: #360259;
}

.bgdark {
  background: red;
  height: 30px;
  width: 100%;
}

/***The Pooja Package section start*/


.pooja-package-section {
  height: auto;
  width: 100%;
  padding-top: 3rem;
  background-color: #FE912480;
  padding-bottom: 4rem;
}

.upcomming {
  font-size: 2rem;
  color: #AC0205;
  font-weight: 600;
  text-align: center;
}

.participatebtn {
  height: 2rem;
  width: 11rem;
  background-color: #AC0205;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.participatebtn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FE9124;
   z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
.participatebtn:hover::after {
  transform: translateX(0);
}


.card-group1 {
  height: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  padding-bottom: 2rem;
}

.induvisual {
  height: 150px;
  width: 100%;
  background: #397AB7;
}

.partner {
  height: 150px;
  width: 100%;
  background-color: #B48B6F;
}

.family {
  height: 150px;
  width: 100%;
  background-color: #C12B08;
}

.individualhightlight {
  font-size: 1.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  padding: 1rem 0rem 0.5rem 1.5rem;
}

.indivisulimg {
  height: 150px;
  width: 180px;
}

.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.9rem;

}
.price-in{
  color: white;
  font-size: 20px;
  margin-left: 1.7rem;
  font-weight: 600;
}




/* chadhava section start */
.card-container {
  border: 1px solid #2e2e2e;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  width: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.event-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 40px;
  right: -40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.3)
}

.event-icon img {
  width: 60px;
}

.fttt {
  color: hsla(0, 0%, 18%, 1);
  font-size: 25pt;
  text-align: justify;
}

.homepujatitle1 {
  font-size: 15pt;
}


@media (max-width: 768px) {
  .event-icon {
    width: 60px;
    height: 60px;
    top: 30px;
    right: -30px;
  }

  .fttt {
    font-size: 12pt;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    text-align: justify;
  }

  .event-icon img {
    width: 40px;
  }
}


.select-even .container {
  width: 100%;
  padding: 0;
}



.cards {
  border: 1px solid #2E2E2E;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.cards img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 300px;
  /* object-fit: cover; */
}

.cards-text {
  text-align: center;
  font-size: 0.9rem;
}

.add-btn {
  background-color: #ffffff;
  color: #2e2e2e;
  border-radius: 10px;
}

.price {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.25rem;
}

.cards-footer {
  background-color: #AC0205;
  /* border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; */
}


/* chadhava section end */

/** ask a ques page start **/

.second-form {
  border: 1px solid #FFE23B;
  height: fit-content;
  border-radius: 5px;
}

.custom-border {
  border: 1px solid #FFE23B;
}

/* banner-content */
.ask-top-slider {
  width: 100%;
  position: relative;
  object-fit: cover;
}

#slider1 {
  width: 100%;
  height: 500px;
}

.ask-top-slider .ask-hightbox {
  position: absolute;
  height: auto;
  padding: 3rem 0rem 3rem 0rem;
  width: 80%;
  top: 20%;
}


.faq-header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ff8c00;
}

.faq-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 5px;
  background: white;
}

.faq-question {
  background: white;
  color: black;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
  border-bottom: 1px solid #ddd;
}

.faq-question:hover {
  background: #f9f9f9;
}

.faq-answer {
  display: none;
  padding: 10px;
  background: white;
  color: black;
  border-top: 1px solid #ddd;
}

.faq-toggle {
  font-size: 18px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-question.active .faq-toggle {
  transform: rotate(deg);
}

@media (max-width: 600px) {
  .faq-container {
    padding: 10px;
  }

  .faq-question {
    font-size: 14px;
  }
}


.ask-highttxt {
  color: #FFFFFF;
  /* font-size: 2rem;
  font-weight: 600; */
}

.btnbook {
  background-color: #FFE23C;
  color: #590213;
  width: 30%;
  height: 20%;
  border-style: none;
  border-radius: 5px;
}

.question {
  background-color: #590213;
  height: auto;
  width: 100%;
  padding: 5px;
}

.btn2 {
  border: none;
  color: #590213;
  background-color: #FFE23B;
  width: 100%;
  height: 100%;
  max-width: 150px;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
}

.btn4 {
  height: 40px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFE23B;
  color: white;
  border-radius: 5px;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .btn2 {
    width: 50%;
    margin-left: 50%;
  }

}

@media (max-width: 425px) {
  .queshead {
    text-align: center;
  }
}

.aska-que {
  background-color: rgba(241, 195, 56, 0.7);
}

.askbanner {
  background-image: url('../asset/images/loginbanner.png');
  height: auto;
  width: 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.formsection {
  background-color: #ffffff;
  border-radius: 5px;
}

.askqu {
  justify-content: center;
  display: flex;
}

.btn3 {
  background-color: #590213;
  color: #FFE23B;
  width: 10rem;
  height: 2rem;
  border-radius: 5px;
}

.quesarea {
  background-color: #ffffff;
}

/** ask a ques page end **/


/* temples name */
/* imagepart */
.imagepart {
  height: 25%;
  width: 25%;
  padding: 3px;
  padding-top: 1rem;
}

.templeheads {
  list-style: none;
  margin-top: 5%;
  margin-left: 15%;
  text-align: center;
  color: #ffffff;
  font-size: 0.9rem;
}

.wishlis {
  margin-left: 23.5%;
  margin-top: 0.4%;
  color: #ffffff;
}

/* anchor */
.anchor {
  text-decoration: none;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 0.9rem;
  color: #2E2E2E;

}

.quote {

  width: 60%;
  height: 20%
}

.pqot {
  background-color: #AC0205;
  color: #ffffff;
}

/* .booknowbtn{
height: 2.5rem;
width: 100%;
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;
margin-left: 7rem;
} */

.booknowbtn {
  height: 2.5rem;
  width: 100%;
  /* Make it responsive */
  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;
  margin-left: 0;
  /* Remove margin to ensure alignment */
  white-space: nowrap;
  /* Ensure the text stays in one line */
}

/* tanmplename end */

/** The Blog Section start **/
.card-botton {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 3rem;
  width: 40%;
  background-color: #AC0205;
  color: rgba(255, 255, 255, 1);
  border-radius: 10px;
}

.pagniation2 {
  height: 2rem;
  width: 2rem;
  border-radius: 12px !important;
  border: none !important;
  background: #AC0205;
  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: #AC0205;
  color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 10px;
}

.gettouch {
  color: #AC0205;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}

.untect {
  height: 1.2px;
  width: 8rem;
  background-color: #AC0205;
  display: flex;
  margin-left: 43%;
}

.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: #AC0205;
  font-weight: 800;
}

/** The blogname section**/
.cardnameblog {
  height: 300px;
  width: 100%;
  padding: 1rem;
  border: 2px solid #AC0205;
  margin-top: 3.8rem;
}

/** The Blog Section ends **/


/* Review Form Start */

.reviewbtn {
  height: 2rem;
  width: 100%;
  background-color: #eac0c0;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  color: #AC0205;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.continue {
  height: 50px;
  width: auto;
  background-color: #AC0205;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 0 20px;
}

.review-table th {
  background-color: #AC0205 !important;
  color: #ffffff !important;
  text-align: center !important;
}

.reviewbtn2 {
  height: auto;
  width: 100%;

  border-radius: 5px;
  border: none;
  text-decoration: none;
  color: #2E2E2E;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-table {
  text-align: center;
  background-color: #AC0205;
  color: #ffffff;
}

/* review section end */






/**The Footer Section start**/
.footer-section {
  background-color: #fe9124;
  height: auto;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.navifooter {
  color: #590213;
  font-size: 600;
  font-size: 1.5rem;

}

.navtext {
  color: #2E2E2E;
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: bold;
}

.navtext:hover {
  color: white;
}

.confooter {
  color: #590213;
  font-size: 600;
  font-size: 1.5rem;
  text-align: center;
}

.fb {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  border: 1px solid #590213;
  display: flex;
  justify-content: center;
  color: #590213;
  align-items: center;
}

.fb:hover {
  color: white;
  border: 1px solid white;
}

.bprivacy {
  text-decoration: none;
  color: #2E2E2E;
}

.bprivacy:hover {
  color: white;
}

.bprivacy1 {
  text-decoration: none;
  color: #2E2E2E;
}

.bprivacy1:hover {
  color: white;
}

.bprivacy2 {
  text-decoration: none;
  color: #2E2E2E;
}

.bprivacy2:hover {
  color: white;
}

/**The Footer Section ends**/


.swiper-container {
  width: 100%;
  max-width: 500px;
}

.swiper-slide {
  background: white;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.event-image {
  width: 100%;
  height: 50vh;
  border-radius: 10px;
  margin: auto;
}

.event-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.event-description {
  font-size: 14px;
  color: gray;
}

.book-btn {
  display: block;
  width: 100%;
  background: red;
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 10px;
}

.button {
  background-color: maroon;
  border: none;
  color: white;
  padding: 2px 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}


/* chadhava seva no start */
.chadhava-video {
  background: linear-gradient(to bottom, #FF4500, #FFA500);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-card {
  background: linear-gradient(to bottom, #FF4500, #FFA500);
}


label {
  font-weight: bold;
  color: #8B0000;
}

.btn-custom {
  background-color: #8B0000;
  color: #fff;
  width: 30%;
  padding: 10px;
  font-size: 18px;
  border-radius: 6px;
  border: none;
  display: block;
  margin: 20px auto;
}

.btn-custom:hover {
  background-color: #FF4500;
}

.add-member {
  text-align: right;
  text-decoration: none;
  color: #C24115;
}

.form-box {
  background-color: white;
  padding: 1rem;
  border-radius: 8px;
  height: 100%;
  margin: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .form-container {
    padding: 1px;
  }
}


/* chadhava sevano end */


/** The Google Translate Section start**/

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 10px 15px;
  background-color: rgba(89, 2, 19, 1);
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  border-radius: 10px;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  color: rgba(255, 255, 255, 1);
  font-weight: bold;

}

/* .gt_float_switcher .gt-selected{
  height: 100px;
} */
/** The Google Translate SEction ends**/


/** Show card start**/
.shipment-card {
  border: 1px solid hsla(0, 0%, 0%, 1);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.havanname {
  color: rgba(89, 2, 19, 1);
  text-align: center;
  font-size: 13pt;
}

.card-overlay {
  background-color: #AC0205;
  height: 20px;
  width: 100%;
}

.havanname1 {
  color: rgba(89, 2, 19, 1);
  text-align: center;
  font-size: 12pt;
  font-weight: 600;
}

.havantitle {
  color: rgba(0, 0, 0, 1);
  font-size: 15pt;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0%;
  padding-top: 5px;
}

.havantitle1 {
  color: rgba(0, 0, 0, 1);
  font-size: 13pt;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0%;
  padding-top: 5px;
}

.havandescription {
  color: rgba(0, 0, 0, 1);
  font-size: 11pt;
  text-align: justify;
}

.havandescription1 {
  color: rgba(0, 0, 0, 1);
  font-size: 9pt;
  text-align: justify;
  letter-spacing: 0%;
}

.templetitle {
  color: rgba(0, 0, 0, 1);
  font-size: 10pt;
  text-align: justify;
}

.templetitle1 {
  color: rgba(0, 0, 0, 1);
  font-size: 9pt;
  text-align: justify;
  letter-spacing: 0%;
}

.datetime {
  display: flex;
  justify-content: space-between;
}

.datet {
  background-color: #AC0205;
  color: rgba(255, 255, 255, 1);
  height: 30px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 10pt;
  padding-top: 10px;
  font-weight: 600;
}

.dt {
  color: rgba(0, 0, 0, 1);
  font-size: 10pt;
  font-weight: 600;
  padding-top: 5px;
  padding-left: 10px;
}

.gap-card {
  display: flex;
  gap: 10px;
}

.w-5.h-5 {
  width: 20px !important;
  height: 20px !important;

}

.flex-1 {
  display: none !important;
}

/* .pagination{
  display: flex !important;
  justify-content: space-between !important;
} */


/**The Animation start Panchange **/

@keyframes spin {
  to {
    transform: rotate(360deg);
  }

  from {
    transform: rotate(0deg);
  }
}

.animate-spin {
  animation: spin 5s linear infinite;
}

/* terms and condition start */
.terms-heading {
  text-align: center;
}

.p-temrms {
  text-align: justify;
}

.heastems {
  color: #FF4500;
}

.heastemsback {
  color: #ffffff;
  text-align: justify;
  z-index: 2;
}

.container.p-2 {
  position: relative;
  z-index: 2;
}

.termback {
  background-image: url(../asset/images/kalsharp.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.termback::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.termback2 {
  background-image: url(../asset/images/temples3.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.termback2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.termback3 {
  background-image: url(../asset/images/temples6.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.termback3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* / terms and conditon ends / */


.card-imgb {
  position: relative;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.img-bg {
  height: 350px;
  width: 100%;
}

.card-imgb a {
  position: absolute;
  top: 8%;
  left: 88%;
  font-size: 40px;
  color: rgba(255, 255, 255, 1);
}

.card-imgbb {
  position: relative;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.img-bgb {
  height: 250px;
  width: 100%;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.card-imgbb a {
  position: absolute;
  top: 8%;
  left: 88%;
  font-size: 35px;
  color: rgba(255, 255, 255, 1);
}


.card-imgb1 {
  position: relative;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

#img-bg1 {
  height: 200px;
  width: 100%;
}

.card-imgb1 a {
  position: absolute;
  top: 8%;
  left: 85%;
  font-size: 30px;
  color: rgba(255, 255, 255, 1);
}


/** The Today update code**/
.upcomingpuja1 {
  text-align: justify;
  padding: 20px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
}

.upcomingpuja2 {
  text-align: justify;
  /* padding: 20px; */
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
}

.pagination {
  display: flex;
  justify-content: space-evenly;
}
.btnn-login{
  background-color: #590213;
  color:white;
  height:35px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
 .btnn-login::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fe9124;
    z-index: -1;
    transition: transform 0.4s ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
    color: white;
  }
  .btnn-login:hover::after{
    transform: scaleX(1);
    color: white;
  }

  .under-line{
    border: 1px solid white;
    height: 2px;
    width: 100px;
    margin-left: 1.7rem;
  }

  .login-account-btn{
    height: 42px;
    width:100%;
    border:none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #AC0205;
    color: white;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
.login-account-btn::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fe9124;
    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;
  }

.page-link {
    cursor: pointer;
    background-color: #AC0205 !important; /* default red */
    border-color: #AC0205 !important;
    color: white !important;
}

.page-link:hover {
    background-color: #fe9124 !important; /* hover orange */
    border-color: #fe9124 !important;
    color: white !important;
}

/* 🔑 Active page */
.page-item.active .page-link {
    background-color: #fe9124 !important; /* yellow/orange */
    border-color: #fe9124 !important;
    color: #fff !important;
}
 
/**The Fixed Button**/
#fixedButton {
    background: #AC0205;
    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 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;
}