* {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#cssmenu .active {
  background-color: #0066cc;
  /* Highlight active menu item */
}

#cssmenu{
    display:flex;
    justify-content: center;
}
.iframe-video {
  width: 360px;
  height: 225px;
}
.image-box {
  padding: 30px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 25%;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid transparent;
  box-shadow: 4px -2px 28px -20px rgba(18, 18, 18, 1);
  transition: 0.3s;
}

.image-box:hover {
  border: 1px solid #1c355a;
  transition: 0.3s;
}

.image-box img {
  border-radius: 5px;
  border: 1px solid #000;
  object-fit: cover;
  height: 150px;
  width: 150px;
  object-position: top;
}

/* Style the button */
#scrollToTopBtn {
  z-index: 20;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #d6b56d;
  color: #1c3459;
  border: none;
  border-radius: 50%;
  padding: 15px;
  font-size: 20px;
  cursor: pointer;
  display: none;
  /* Hidden by default */
}

#scrollToTopBtn:hover {
  background-color: #0056b3;
}

.button.owl-prev,
.button.owl-next {
  font-size: 30px;
}

.scroll-news-css {
  width: 80%;
}

.iconDivBoderLeft3 .icoImg1 {
  transform: scale(1);
  transition: transform 0.9s;
}

.iconDivBoderLeft3:hover .icoImg1 {
  transform: scale(1.3);
  transition: transform 0.9s;
}

.menu-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.img-logo {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  /* justify-content: center; */
}

.logo-text {
  font-size: 28px;
  color: #172445;
  width: 70%;
  font-weight: bold;
}

.scrollNewBg {
  background-color: #d6b56d;
}

.icoImg1-custom {
  width: 70%;
}

.admission-div {
  padding: 2px 0;
}

#cssmenu > ul > li {
  margin: 0 5px;
}

li.admission-div:hover {
  background-color: #1c3459;
}

.admission-btn-menu {
  text-decoration: none;
  font-size: 15px;
  color: #172445;
  background-color: #d6b56d;
  border-radius: 5px;
  padding: 5px 10px;
}

.admission-btn {
  text-decoration: none;
  font-size: 16px;
  color: #d6b56d;
  background-color: #172445;
  border-radius: 5px;
  padding: 12px 20px;
}

.admission-btn:hover {
  text-align: center;
  background-color: #d6b56d;
  color: #172445;
}

.profile-div {
  display: flex;
}

.profile-div-cont {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.profile-pic {
  width: 50%;
  border-radius: 50%;
  border: 1px solid #d6b56d;
  box-shadow: 0px 2px 11px -2px rgb(0 0 0 / 66%);
}

.profile-div-cont figure {
  text-align: center;
  padding-top: 6px;
  width: 33.33%;
}

.profile-div-cont figure figcaption {
  font-family: RobotoRegular, Arial, Tahoma;
  font-size: 16px;
  text-decoration: none;
  color: #172445;
  font-weight: bold;
  padding-top: 10px;
}

.bgOne {
  /* background: url(../img/image-160.png) no-repeat!important; */
  background-size: cover;
  background-attachment: fixed;
  padding-top: 90px;
  padding-bottom: 90px;
}

.footer-links {
  margin-left: 20px;
  border: 1px solid #002040;
  padding: 5px 3px;
  cursor: pointer;
}

.footer-links:hover {
  border: 1px solid #fff;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #062a4e;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icons img {
  width: 30px;
  /* Adjust the size of icons */
  height: 30px;
}

.copyright {
  margin-left: 20px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.vc-image {
  width: 15%;
  border-radius: 50%;
  border: 1px solid #000;
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover,
#cssmenu ul ul li:hover {
  background-color: #d6b56d !important;
}

.holder.recentevents {
  padding: 20px 10px;
  width: 100%;
  height: 250px;
  border-radius: 2px;
}

#ticker01 {
  list-style: none;
  padding: 0;
  margin: 0;
  animation: scroll-up 18s linear infinite;
  /* Smooth scrolling effect */
}

#ticker01 li a {
  display: block;
  text-decoration: none;
  color: #000;
}

/* Animation to scroll the list vertically */
@keyframes scroll-up {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

/* Stop animation on hover */
.holder.recentevents:hover #ticker01 {
  animation-play-state: paused;
}

/* Popup background fro the 25 years celebration*/
.jubilee-popup {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 10;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000c0;
  /* Black background with opacity */
  overflow: auto;
  /* Enable scrolling if needed */
  animation: fadeIn 0.5s ease-in-out;
  /* Add fade-in animation */
}

/* Popup content box */
.popup-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-50px);
  /* Start off above the screen */
  animation: slideUp 0.5s forwards ease-in-out, bounce 1s infinite alternate;
}

/* Keyframes for fade-in effect */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Keyframes for sliding up effect */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(-50px);
    /* Starts above the screen */
  }

  to {
    opacity: 1;
    transform: translateY(0);
    /* Ends in the normal position */
  }
}

/* Bouncing effect for popup */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Confetti container */
#confetti-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* Don't block other elements */
  z-index: 90;
}

/* Confetti animation - Simple falling effect */
@keyframes confetti {
  0% {
    transform: translateY(-1000px);
  }

  100% {
    transform: translateY(100vh);
  }
}

/* Confetti style */
.confetti {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ff4d4d;
  border-radius: 50%;
  opacity: 0.7;
  animation: confetti 4s infinite linear;
}

.confetti:nth-child(odd) {
  background-color: #FF671F;
}

.confetti:nth-child(even) {
  background-color:  #046A38;
}

/* Close button */
.close-btn {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Popup button */
.popup-content button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.popup-content button:hover {
  background-color: #45a049;
}

.popup-welcome-text {
  color: #001f3f;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5em;
}

.counter-div {
  margin: 0 15px;
  backdrop-filter: blur(30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px 0;
  width: 20%;
}

.counter-div:hover {
}

.gallery-img-container {
  width: 100%;
  padding: 0 0 50px 0;
  text-align: center;
}

.gallery-img-div {
}

.gallery-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.g-img {
  border-radius: 5px;
}

.image-hover {
  transform: scale(1);
  overflow: hidden;
  transition: transform 0.9s;
  border: 1px solid #000;
  border-radius: 5px;
}

.image-hover img {
  transition: transform 0.9s;
}

.image-hover:hover img {
  transform: scale(1.3);
  overflow: hidden;
  transition: transform 0.9s;
}

.section-heading {
  font-size: 40px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #172445;
  text-align: center;
}

.more-btn {
  text-decoration: none;
  margin: auto;
  font-size: 16px;
  padding: 10px 30px;
  color: #d6b56d;
  background: #172445;
  border-radius: 5px;
}

.more-btn:hover {
  background-color: #d6b56d;
  color: #172445;
}

.bgTwo {
  padding-bottom: 40px;
}

.celebration-section {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1s ease, transform 1s ease;
}

.celebration-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.owl-prev,
.owl-next {
  background-color: rgba(0, 0, 0, 0.5);
  color: #000;
  font-size: 30px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Custom pagination dots */
.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #000;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.owl-dots .owl-dot.active {
  background-color: #4caf50;
  opacity: 1;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.footer-above-section {
  padding: 60px 0 0 0;
}

.footer-above-div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient(135deg, #4e79a7, #1f3b73);
  padding: 80px 20px;
  color: white;
  box-sizing: border-box;
}

.list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #ffffff;
  width: 150px;
  height: 150px;
  justify-content: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
}

#cssmenu > ul > li > a,
#cssmenu ul ul li a {
  font-size: 14px;
}

.list-item:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px #fc9744;
}

.list-item::before,
.list-item::after {
  content: "";
  position: absolute;
  border-top: 2px solid white;
  width: 50px;
}

.list-item::before {
  left: -50px;
}

.list-item::after {
  right: -50px;
}

.list-item:first-child::before,
.list-item:last-child::after {
  display: none;
}

.value {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}

.label {
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  opacity: 0.8;
  font-weight: 500;
}

/* Responsiveness */

/* .hexagon-section {
      display: flex;
      width: 100%;
      justify-content: space-evenly;
    }

    .hexagon-wrapper {
      display: inline-block;
      width: 250px;
      height: 216px;
      border: 2px solid #000;
      padding: 4px;
      position: relative;
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    }

    .hexagon {
      width: 100%;
      height: 100%;
      background-color: #fff;
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    }

    .hexagon:hover {
      background-color: #001F3F;
    } */

.float-icon-side:hover {
  transform: translateX(-125px);
  transition: 0.3s;
}

.float-icon-side {
  transition: 0.3s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* backdrop-filter: blur(30px); */
  background-color: #fc9642;
  /* padding: 10px; */
  /* border: 1px solid #000; */
  border-radius: 5px 0 0 5px;
}

.float-icon-side td:nth-child(1) {
  /* border: 1px solid #000; */
  border-radius: 5px 0 0 5px;
  padding: 10px;
}

.float-icon-text a {
  color: #fff;
}

/* tabs */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  /* background-color: #f1f1f1; */
  display: flex;
  justify-content: space-between;
  border-radius: 5px 5px 0 0;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button .tab-icons img {
  width: 50%;
  transform: scale(1);
  transition: transform 0.9s;
}

.tab button:hover .tab-icons img {
  filter: grayscale(0%);
  transform: scale(1.5);
  transition: transform 0.9s;
}

.tab-icons .tabs-head {
  color: #ffffffaf;
  letter-spacing: 0.3px;
}

.tab button:hover .tab-icons .tabs-head,
.tab button.active .tab-icons .tabs-head {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3px;
}

.tab button.active .tab-icons img {
  filter: grayscale(0%);
}

.tab-icons img {
  filter: grayscale(100%);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 30px;
  border: 1px solid #ccc;
  border-top: none;
}

li.tabs-details {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.2;
}

li.tabs-details a {
  color: yellow;
  text-decoration: underline !important;
}

.bg-image {
  background-image: url(../img/Group\ 114.png);
  padding: 160px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.scrollNewsHeader {
  color: #000 !important;
}

.counter-section {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
    #cssmenu{
        display:block;
    }
    .table-overflow{
        overflow-x: scroll;
    }
    .banner-head{
        font-size: 35px!important;
    }
    .iframe-video {
        width: 320px;
        height: 225px;
      }
  .logo-text {
    font-size: 22px;
  }
  .footer{
    flex-direction: column;
    gap: 10px;;
  }
  .footer-above-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }

  .list-item {
    margin-bottom: 25px;
  }

  .profile-div-cont {
    flex-direction: column;
  }

  .profile-div-cont figure {
    width: 100%;
  }

  .gallery-img-div {
    flex-direction: column;
  }

  .tab {
    flex-wrap: wrap;
  }

  .counter-section {
    flex-wrap: wrap;
  }

  .counter-div {
    width: 48%;
  }
}
