.navbar .nav {
  --bs-navbar-color: black !important;
  --bs-navbar-hover-color: #6c9859 !important;
  --bs-nav-link-hover-color: #6c9859 !important;
}
.nav-link {
  font-weight: 550 !important;
  color: black !important;
}
.interlinks {
  text-decoration: none;
  color: #000000;
  font-weight: normal;
}
a:hover {
  color: #75b243 !important;
}

.icon.major:before {
  font-size: 1.25rem;
  color: #6ea654;
}

.logo {
  height: auto;
  width: 260px;
  border-radius: 2px;
}
.home {
  margin-top: 40px;
}
.content img {
  height: auto;
  width: 1200px;
}
.home-one {
  margin-top: 40px;
}
.welcome {
  padding-left: 150px;
  padding-right: 150px;
}
.spotlight {
  margin-top: 90px;
}

.gallery.style2 article .image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.gallery.style2 article {
  margin: 8px;
  display: inline-block;
  vertical-align: top;
}

.gallery.style2 {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.lower-line {
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.075);
}
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000 !important;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.about-img img {
  padding: 0px;
  margin-left: 20px;
  background-color: white !important;
}
.spotlight.style1 .image {
  background: white !important;
}
.spotlight.style1 .image img {
  border: 2px solid rgb(173, 173, 173);
  background: white !important;
  height: auto !important;
  border-radius: 20px !important;
}
/* .spotlight.style1 .content {
    padding: 3rem 2rem 3rem 2rem !important;
} */

.about-image img {
  padding: 0px;
  margin-right: 20px !important;
  background-color: white !important;
}
.last-sec {
  padding: 3rem 2.5rem 0 0 !important;
}
.spotlight {
  margin-top: 0px !important;
}

@media (max-width: 992px) {
  .navbar-collapse {
    background-color: white;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
  }

  .navbar-toggler {
    margin-left: auto;
  }
}
.is-sticky {
  position: fixed; /* Fallback for browsers not respecting sticky */
  top: 0;
  z-index: 1000;
  width: 100%;
}

.about-us {
  padding: 20px 0px 0px 0px !important;
}
.choose {
  padding: 0px 20px 0px 20px !important;
}
.index > * {
  padding: 0 0 1rem 0 !important;
}
.mx-auto {
  margin-right: 0px !important;
  margin-left: auto !important;
}
table td {
  padding: 0.75rem 0.75rem;
  font-size: 15px !important;
}
.footer {
  padding: 0 0 0 0 !important;
}
hr {
  margin: 1.5rem !important;
}
.table-wrapper {
  margin: 0 0 0 0 !important;
  overflow-x: clip !important;
}
@media only screen and (min-width: 768px) {
  iframe {
    height: 300px;
    width: 600px;
  }
  .spotlight .content {
    text-align: justify;
    padding: 20px;
    font-size: 18px !important;
  }
  .about-content {
    padding: 5rem 0rem 3rem 2rem !important;
  }
  .left {
    padding-left: 70px !important;
  }
  .logo-center {
    padding-left: 100px;
  }
  .about-content-one {
    padding: 5rem 2rem 3rem 0rem !important;
  }

  .fs-7 {
    font-size: 15px !important;
  }
}

@media (max-width: 768px) {
  .welcome {
    padding-left: 0px;
    padding-right: 0px;
  }
  .wrapper.style1 > .inner {
    padding: 0px 2rem 1rem 2rem !important;
  }
  .gallery.style2 article .image {
    height: 170px !important;
  }
  .about-img img {
    margin: 0px;
    padding: 0px;
    background-color: white;
  }
  .about-image img {
    margin: 0px;
    padding: 0px;
    background-color: white;
  }

  table td {
    font-size: 1rem !important;
  }
  .row > * {
    padding: 2rem 01rem 0 2rem !important;
  }
  .img-respon {
    border: 2px solid rgb(173, 173, 173);
    background: white !important;
    height: 300px !important;
    width: 360px !important;
  }
  .cont-respon {
    margin-top: 30px !important;
  }
  .award img {
    height: auto !important;
    width: 310px !important;
  }
  .about-content {
    padding: 5rem 0rem 0rem 0rem !important;
  }
  .slogan {
    font-size: 8px !important;
    padding-top: 6px !important;
  }
  .logo-center {
    padding-left: 20px;
  }

  .about-content-one {
    padding: 5rem 0rem 0rem 0rem !important;
  }
  .gallery.style2 article .image img {
    width: 100%;
    height: 80px;
    object-fit: cover;
  }

  .gallery.lightbox .modal .inner img {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fs-7 {
    font-size: 10px;
  }
  .response-height {
    height: 120px;
  }
}

#closeNav {
  font-size: 1.25rem;
}
.navbar-toggler,
.btn-close {
  cursor: pointer;
}

.d-none {
  display: none !important;
}

table tbody tr:nth-child(2n + 1) {
  background-color: #ffff !important;
}

#animated-image {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

#animated-image.visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-animate {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

.scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

.service {
  padding: 0 2.5rem 3rem 2.5rem !important;
}
.navbar-toggler {
  border: none !important;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  box-shadow: none !important;
}
.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
}
#carouselExample .carousel-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 768px) {
  #carouselExample .carousel-item img {
    max-height: 300px;
  }
}

@media (max-width: 480px) {
  #carouselExample .carousel-item img {
    max-height: 250px;
  }
}
.text-justify {
  text-align: justify !important;
}


@media (max-width: 768px) {
  .spotlight .content {
    padding: 15px;
  }
}

.spotlight.style1 .content {
  padding-top: 0px !important;
}
#wrapper.divided > * {
  box-shadow: none !important;
}

.spotlight .content h2 {
  font-size: 1.5rem;
}

.spotlight .content p {
  font-size: 1rem;
  line-height: 1.6;
}

.spotlight .content ul li a {
  font-size: 1rem;
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

.award img {
  height: auto !important;
  width: 500px;
}
@media screen and (max-width: 736px) {
  h4 {
    font-size: 1.2rem !important;
  }
  .spotlight .content p {
    font-size: 1.1rem;
  }
  h3 {
    font-size: 1.5rem !important;
  }
  ul {
    font-size: 1.2rem !important;
  }
  .align-center {
    font-size: 1.15rem !important;
  }
  h2 {
    font-size: 2.2rem !important;
  }
}
.logo-slogan-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.slogan {
  font-size: 11px;
  margin-top: -19px;
  color: rgb(190, 8, 8) !important;
  padding-left: 25px;
  font-weight: normal;
}

.icon :hover {
  color: #75b243 !important;
}

.gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
}
.gallery .inner {
  display: flex;
  overflow-x: scroll;
  width: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  transition: transform 0.5s ease-in-out;
}
.gallery .inner::-webkit-scrollbar {
  display: none;
}
.gallery article {
  flex: 0 0 calc(33.33% - 20px); /* Three items per line with 20px gap*/
  margin: 10px;
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
}
/* Video Slider Styling */
.video-slider-container {
  position: relative;
  overflow: hidden; /* Ensure content is hidden outside the container */
  width: 100%; /* Slider container width */
  margin: 20px 0;
}

.video-slider {
  display: flex;
  transition: transform 0.5s ease-in-out; /* Smooth transition for sliding */
}

.video-slider article {
  flex: 0 0 calc(33.33% - 20px); /* Three items per line with 20px gap*/
  margin: 10px;
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

/* Buttons Styling */
.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 10px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1; /* Ensure the button is above other contents */
}

.slider-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.prev-button {
  left: 10px; /* Adjust position as needed */
}

.next-button {
  right: 10px; /* Adjust position as needed */
}

/* Overlay */
.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}
.video-modal {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 90vw;

  margin: 10px;
}
.video-modal video {
  max-width: 50vw;
  max-height: 90vh;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 1001;
}
.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  color: white;
  padding: 10px 15px; /* Adjust padding */
  font-size: 24px;
  cursor: pointer;
  z-index: 1; /* Ensure the button is above other contents */
  transition: background-color 0.3s ease; /* Smooth hover transition */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.slider-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.prev-button {
  left: 10px; /* Adjust position as needed */
}

.next-button {
  right: 10px; /* Adjust position as needed */
}

.slider-button:disabled {
  background-color: #ffff;
  cursor: not-allowed;
}
.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-modal {
  position: relative;
  max-width: 80%;
  max-height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  padding: 10px;
  z-index: 1000;
}

.close-button:hover {
  background: #ff0000;
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25% !important;
  }
}
.reach li {
  list-style-type: none;
}
.reach {
  display: flex;
  margin: 0px 3px 10px 0px !important;
  padding: 0px !important;
}
.slider-button:disabled {
  background-color: black !important;
}
.video-item {
  border-radius: 20px;
}
@media screen and (max-width: 990px) and (min-width: 480px) {
  .spotlight .content p {
    font-size: 11px;
    line-height: 1.5;
  }
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.video-modal {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-button {
  position: absolute;
  top: 10px; /* Adjust as needed */
  right: 10px; /* Adjust as needed */
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999; /* Ensure it's higher than the video */
}

.close-button:hover {
  background: rgba(0, 0, 0, 0.9);
}

.video-overlay {
  z-index: 1000;
}

.video-modal {
  z-index: 1001;
  position: relative; /* Needed to position the close button inside */
}

.video-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.close-button {
  font-size: 30px !important;
}
.video-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.thumbnail {
  width: 100%;
  border-radius: 8px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-popup-content {
  max-width: 80%;
  width: 800px;
  background: black;
  border-radius: 10px;
  position: relative;
}

#closePopup {
  position: absolute;
  top: -120px;
  right: -230px;
  background: transparent;
  border: none;
  color: white;
  font-size: 60px;
  cursor: pointer;
  z-index: 1000;
}
video {
  width: 100%;
  border-radius: 10px;
}
.video-thumbnail {
  height: 200px !important;
  object-fit: cover !important;
  display: block !important;
  width: 470px !important;
  border-radius: 15px !important;
}

@media only screen and (max-width: 767px) {
  .play-button {
    position: absolute;
    top: 30%;
    left: 13%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #closePopup {
    position: absolute;
    top: -120px;
    right: -156px;
    background: transparent;
    border: none;
    color: white;
    font-size: 48px;
    cursor: pointer;
    z-index: 1000;
  }
}
.carousel-inner {
  display: flex !important;
}

.carousel-item img {
  transition: transform 0.6s ease, margin 0.6s ease !important;
}

.carousel-transition .carousel-item img {
  margin: 0 10px !important;
  transform: scale(0.95) !important;
}
.gallery.style2 article {
  border-radius: 15px !important;
}

.text{
  text-align: justify;
}
.carousel-item{
  padding: 0 15px 0 15px;
}