
/* navigation  */
.navbar-nav .nav-item .nav-link {
  color: orange;
}
.dropdown-menu li :hover{
  background-color:  orange;
}

.hero {
  /* width: 100%; */
  height: 100vh;
  transition: all .5s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  transition: all .3s ease;
  overflow: hidden;
}



.hero::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;

  /* Add a semi-transparent blue overlay if needed */
}

.hero video {
  width: 100%;
  z-index: 0;
  /* Ensure the video is behind the overlay */
}

.text-overlay {
  z-index: 2;
  color: white;
  text-align: center;
}

.text-overlay h1,
.text-overlay h4 {
  margin: 0;
}

.text-overlay h1,
h4 {
  letter-spacing: .1em;

}




/* navbar scroll  */
/* Initial state for navbar */
.navbar {
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
}

/* Navbar state after scrolling */
.navbar.scrolled {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .navbar {
    background-color: rgba(0, 0, 0, 0.6);
  }

}


/* footer css  */
.footer-menu li {
  line-height: 1.5rem;
}

.footer-menu li:hover {
  color: rgb(221, 124, 6);
}

.footer-icon {
  line-height: 2.5rem;
}


/* button */
/* From Uiverse.io by virus231 */
.buttons {
  /* background: linear-gradient(140.14deg, #ec540e 15.05%, #d6361f 114.99%) padding-box,
    linear-gradient(142.51deg, #ff9465 8.65%, #af1905 88.82%) border-box; */
    background-color: rgb(237, 130, 0);
  border-radius: 7px;
  border: 2px solid transparent;

  text-shadow: 1px 1px 1px #00000040;
  box-shadow: 8px 8px 20px 0px #45090059;

  padding: 10px 40px;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s;
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.buttons:hover {
  box-shadow: none;
  opacity: 80%;
}



/* service  */
.horo {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.imagess {
  position: relative;
  width: 100%;
  /* Container takes full width */
  /* height: auto; Height adjusts based on content */
  /* max-width: 300px; Adjust as needed for larger screens */
  margin: auto;
  /* Center the container */
}

.serv {
  border-radius: 50%;
  /* Makes the image round */
  width: 100%;
  /* Image takes full width of container */
  /* height: auto; Maintain aspect ratio */
  animation: rotate 12s linear infinite;
  /* Adds rotation animation */
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.serv-hand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 50%;  */
  height: 140%;

}

/* Media query for smaller screens */
@media (max-width: 600px) {
  .imagess {
    max-width: 200px;
    /* Adjust as needed for smaller screens */
  }

  .serv-hand {
    width: 70%;
    /* Adjust as needed for smaller screens */
  }
}

/* Media query for larger screens */
@media (min-width: 1200px) {
  .imagess {
    max-width: 400px;
    /* Adjust as needed for larger screens */
  }

  .serv-hand {
    width: 90%;
    /* Adjust as needed for larger screens */
  }
}


/* sign cards css */
/* From Uiverse.io by e-coders */
.sign {
  /* width: 190px; */
  height: 375px;
  /* background: linear-gradient(135deg, #ebadb6 0%, #aceae1 100%); */
  background-color: rgb(237, 130, 0);
  border-radius: 7px;
  box-shadow: 20px 20px 60px #bebebe, -10px -10px 30px #ffffff;
}

.sign img{
  height: 220px;
  width: 200px;
}

/* contact css  */
.contact {
  background-image: url('../images/contactt-new.png');
  background-size: cover;
  background-position: center;
  height: 55vh;
  width: 100%;
  transition: all .5s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}


/* From Uiverse.io by vk-uiux */
.contt {
  width: 100%;
  /* max-width: 300px;
    min-width: 200px; */
  height: 200px;
  /* background-color: #292929; */
  /* margin: 10px; */
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
  border: 2px solid rgba(7, 7, 7, 0.12);
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

.icon {
  margin: 0 auto;
  width: 100%;
  height: 90px;
  max-width: 90px;
  /* background: linear-gradient(90deg, #f55830 0%, #ff5a48 40%, rgba(255, 255, 255, 0.28) 60%); */
  /* background-color: rgb(237, 130, 0); */
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s ease;
  background-position: 0px;
  background-size: 200px;
}

.contt .title {
  width: 100%;
  margin: 0;
  text-align: center;
  /* margin-top: 20px; */
  /* color: white; */
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  /* letter-spacing: 4px; */
}

.contt .text {
  /* width: 80%; */
  /* margin: 0 auto; */
  font-size: 14px;
  text-align: center;
  /* margin-top: 20px; */
  /* color: white; */
  color: black;
  font-weight: 600;
  /* letter-spacing: 2px; */
  /* opacity: 0; */
  /* max-height: 0; */
  transition: all 0.3s ease;
}

.contt:hover {
  /* height: 270px; */

}

.contt:hover .text {
  /* transition: all 0.3s ease;
    opacity: 1;
    max-height: 40px; */
}

.contt:hover .icon {
  background-position: -110px;
  transition: all 0.3s ease;
  background-color: rgb(237, 130, 0);
  color: white;
}

.contt:hover .icon svg path {
  fill: url('#gradientColor');
  transition: all 0.3s ease;
}


/* form css */
/* From Uiverse.io by codebykay101 */
.cont-form {
  /* width: 350px; */
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 3px;
  border: 1px solid #fc9439;
  background: linear-gradient(to right, #d8954d, #f78903);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cont-form form .descr {
  font-size: 20px;
  font-weight: 500;
  color: #e8e8e8;
  margin-bottom: 25px;
  margin-top: 25px;
  text-align: center;
}

.form {
  display: flex;
  flex-direction: column;
}

.input,
textarea {
  margin: 1em 0 1em 0;
  width: 300px;
  position: relative;
}

.input input,
textarea {
  font-size: 100%;
  padding: 0.7em;
  outline: none;
  color: #e8e8e8;
  border: none;
  border-bottom: 2px solid #e8e8e8;
  background: transparent;
  border-radius: none;
  width: 100%;
  resize: none;
}

.input label {
  font-size: 100%;
  position: absolute;
  left: 0;
  color: #e8e8e8;
  padding: 0.7em;
  margin-left: 0.1em;
  pointer-events: none;
  transition: all 0.5s ease;
  text-transform: uppercase;
}

.input :is(input:focus, input:valid)~label {
  transform: translateY(-50%) scale(.9);
  margin: 0em;
  padding: 0.4em;
  background: transparent;
}

.input textarea:focus~label,
.input textarea:valid~label {
  transform: translateY(-50%) scale(.9);
  margin: 0em;
  padding: 0.4em;
  background: transparent;
}

.inputGroup :is(input:focus, input:valid) {
  border-color: rgb(37, 37, 211);
}

.form button {
  color: #e8e8e8;
  font-size: 15px;
  align-self: flex-start;
  padding: 0.6em;
  border: none;
  cursor: pointer;
  margin-bottom: 50px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.form button:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.form button:hover:before {
  opacity: 0.2;
}

.form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}


/* product css  */

.product {
  background-image: url('../images/product1.png');
  background-size: cover;
  background-position: center;
  height: 55vh;
  width: 100%;
  transition: all .5s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

/* From Uiverse.io by vamsidevendrakumar */
.prod {
  /* width: 300px; */
  height: 240px;
  perspective: 1000px;
}

.prod-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.999s;
}

.prod:hover .prod-inner {
  transform: rotateY(180deg);
}

.prod-front,
.prod-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.prod-front {
  background-color: #ffffff;
  color: #fff;
  display: flex;
  align-items: center;
  border: 10px solid rgb(221, 124, 6);
  border-radius: 10px;
  justify-content: center;
  font-size: 24px;
  transform: rotateY(0deg);
}

.prod-front img {
  height: 100%;
  /* width: auto; */
  overflow: hidden;
}

.prod-back {
  background-color: rgb(255, 255, 255);
  color: black;
  /* display: flex; */
  align-items: center;
  border: 10px solid rgb(221, 124, 6);
  border-radius: 10px;
  justify-content: center;
  /* font-size: 24px; */
  transform: rotateY(180deg);
}

.original-price {
  text-decoration: line-through;
  color: #888;
}

.discounted-price {
  color: #d00;
  font-weight: bold;
  margin-left: 10px;
 }



/* about css  */

.about {
  background-image: url('../images/about-new.jpeg');
  background-size: cover;
  background-position: center;
  height: 55vh;
  width: 100%;
  transition: all .5s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.yantra li:hover {
  color: rgb(221, 124, 6);
}

.inte1 h1 {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 2rem;

}

.inte1 h5 {
  color: rgb(157, 104, 43);
}


.tour {
  background-image: url('../images/tour.webp');
  background-size: cover;
  height: 55vh;
  width: 100%;
  transition: all .5s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-position: center;

}

.tour h1 {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 4rem;
  color: orange;
}


.number i {
  color: rgb(221, 124, 6);
}


.client h1 {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 3rem;
}

.testimonial-container {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* max-width: 600px; */
  position: relative;
  overflow: hidden;
}

.testimonial-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}

.testimonial-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 1.2em;
  color: #555;
  margin-bottom: 20px;
}

.testimonial-author {
  font-weight: bold;
  font-size: 1em;
  color: #333;
}

.dots {
  text-align: center;
  padding-top: 10px;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active {
  /* background-color: #717171; */
  background-color: rgb(221, 124, 6);
}



/*Leadership cards  */


.leadership-section-renamed {
  width: 100%;
  max-width: 1200px;
  /* Increased width to accommodate 3 cards */
  margin: auto;
  position: relative;
}

.slider-renamed {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
}

.slides-renamed {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide-renamed {
  /* min-width: 33.33%; Show 3 slides at a time */
  box-sizing: border-box;
  padding: 10px;
}

.card-renamed {
  /* background: #fff; */
  border: 1px solid #ddd;
  /* padding: 20px; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  background: #1E1411;
  color: white;
  height: 350px;
  width: 100%;
  border: 4px solid rgb(221, 124, 6);
}

.card-renamed img {
  width: 250px;
  height: 250px;

}


.navigation-dots-renamed {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.navigation-dots-renamed .dot-renamed {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.navigation-dots-renamed .dot-renamed.active {
  background-color: #717171;
}

.shlok {
  border: dotted 2px orange;
}

.boxx {
  /* height: 330px; */
  background-color: beige;

}

.btnn {
  width: 100%;
  background-color: red;
  color: white;

}


/* product scroller  */
.fixed-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.fixed-sidebar::-webkit-scrollbar {
  display: none;
}

.scrollable-content {
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scrollable-content::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767.98px) {
  .fixed-sidebar {
      position: static;
      height: 80vh;

}
}


/* online  */

.online {
  background-image: url('../images/pooja-bg.jpeg');
  background-size: cover;
  background-position: center;
  height: 55vh;
  width: 100%;
  transition: all .5s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}