.page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s 0.2s ease-in-out;
  transition: all 0.4s 0.2s ease-in-out;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.dark-mode .page-loading {
  background-color: #0b0f19;
}
.page-loading.active {
  opacity: 1;
  visibility: visible;
}
.page-loading-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.page-loading.active > .page-loading-inner {
  opacity: 1;
}
.page-loading-inner > span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #9397ad;
}
.dark-mode .page-loading-inner > span {
  color: #fff;
  opacity: 0.6;
}
.page-spinner {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.75rem;
  vertical-align: text-bottom;
  border: 0.15em solid #b4b7c9;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner 0.75s linear infinite;
  animation: spinner 0.75s linear infinite;
}
.dark-mode .page-spinner {
  border-color: rgba(255, 255, 255, 0.4);
  border-right-color: transparent;
}
@-webkit-keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#counter {
  width: 32em;
}

@media (max-width: 786px) {
  #counter {
    width: 22em;
  }
}

thead {
  font-size: 2em;
}

tbody {
  font-size: 1.1em;
  font-weight: 100;
}

th {
  padding: 0.2em;
  width: 2em;
}

@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);

.sectionClass {
  padding: 0px 0px 0px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101f2e;
}

.projectFactsWrap {
  display: flex;
  margin-top: -50px;
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
  background: #fff;
}

.projectFactsWrap .item:nth-child(2) {
  background: #fff;
}

.projectFactsWrap .item:nth-child(3) {
  background: #fff;
}

.projectFactsWrap .item:nth-child(4) {
  background: #fff;
}

.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: "Open Sans";
}

.projectFactsWrap .item span {
  width: 60px;
  background: #ff5723;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

.projectFactsWrap .item:hover span {
  background: white;
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 768px) {
  .authorWindow {
    width: 210px;
  }

  .authorWindowWrapper {
    bottom: -170px;
    margin-bottom: 20px;
  }

  footer p {
    font-size: 14px;
  }
}

.counter-section {
  background-color: #000;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.projectFactsWrap {
  padding: 30px 0;
}
.projectFactsWrap i {
  font-size: 48px;
  padding-bottom: 10px;
}
.counter-wrap {
  border-right: 1px solid #393939;
}
.counter-wrap:last-child {
  border-right: none;
}
.counter {
  font-size: 35px;
}
.counter-desc {
  font-size: 25px;
}

/* Mediaa Quary */
@media (max-width: 575.98px) {
  .counter-wrap {
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .counter-wrap {
    margin-bottom: 30px;
  }
}

/* New styles */
/* New styles */

/* General Reset */

/* Text Animation */
@keyframes shineEffect {
  0% {
    background-position: -200%;
  }
  100% {
    background-position: 200%;
  }
}

.shine {
  font-weight: 900;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    to right,
    white 20%,
    rgba(255, 255, 255, 0.2) 50%,
    white 80%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shineEffect 15s linear infinite;
}

/* Video Background Section */
.video-section-igm {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.video-background-igm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-igm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* Content */
.content-igm {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  max-width: 55%;
}

.logo-igm {
  width: 60%;
  max-width: 400px;
  margin-top: 150px;
  margin-bottom: 30px;
}

.title-igm {
  font-size: 2.3rem;
  margin-bottom: 20px;
}

.cpd_logo{
  margin-top: 10px;
  width: 180px;
}

/* Event Details */
.event-details-igm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 8px;
}

.detail-item-igm {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-igm {
  width: 24px;
  height: 24px;
}

.text-igm {
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 1024px) {
  /* Tablet */
  .content-igm {
    max-width: 90%;
  }

  .title-igm {
    font-size: 1.8rem;
  }

  .logo-igm {
    width: 40%;
  }

  .event-details-igm {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  /* Mobile */
  .content-igm {
    max-width: 95%;
    padding: 15px;
  }

  .title-igm {
    font-size: 1.5rem;
  }

  .logo-igm {
    width: 50%;
  }

  .event-details-igm {
    flex-direction: column;
    gap: 10px;
  }

  .detail-item-igm {
    justify-content: center;
  }
  .cpd_logo{
    margin-top: 10px;
    width: 140px;
  }
  
}

/* Navbar Styles */

/* Navbar Styles */
.navbar-igm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}

/* Blur Glass Effect When Scrolling */
.navbar-igm.scrolled {
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent black */
  backdrop-filter: blur(10px); /* Glassmorphism effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.navbar-container-igm {
  width: 100%;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo */
.logo-container-igm {
  display: flex;
  align-items: center;
}

.navbar-logo-igm {
  width: 150px;
  max-width: 100%;
}

/* Navigation Links */
.nav-links-igm {
  display: flex;
  gap: 10px;
}

.nav-links-igm ul {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.nav-item-igm {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}

.nav-item-igm:hover {
  color: #3a1524;
}

/* Hamburger Menu */
.hamburger-igm {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger-igm span {
  display: block;
  width: 30px;
  height: 3px;
  background: white;
  transition: all 0.3s ease-in-out;
}

/* Mobile Responsiveness */
@media (max-width: 1100px) {
  .nav-links-igm {
    display: none; /* Hide the navigation links */
  }

  .navbar-logo-igm {
    width: 120px;
    max-width: 100%;
  }

  .hamburger-igm {
    display: none; /* Remove the hamburger icon */
  }
}

/* Main Button */
.btn-igm {
  width: 9.5em;
  height: 2.3em;
  margin: 0.5em;
  background: #6D1328;
  color: white;
  border: none;
  border-radius: 0.225em;
  font-size: 16.5px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 15px;
}

.btn-igm:hover {
  color: black;
}

.btn-igm:after {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}

.btn-igm:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* Event Overview */

.glass-effect {
  background: radial-gradient(circle 280px at 0% 0%, #444444, #0c0d0d);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease-in-out;
}

/* Ensure text is readable */
.glass-effect p {
  color: #fff; /* White text for contrast */
}

.glass-effect i {
  color: #fff; /* White icon */
}

/* Glass effect */
.glass-effect2 {
  background: #6D1328;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  height: 120px;
}

.glass-effect2 h5 {
  color: #fff;
}

/* Hover effect */

/* SVG white color */
.svg-white path,
.svg-white rect {
  fill: white !important;
}

/* Ensure the icon changes color dynamically */
.svg-white {
  color: white;
}

.glass-effect3 {
  background: #6D1328;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.focused-igm {
  width: 65%;
}

.counter-section-igm {
  text-align: center;
  background: #000;
  color: white;
  padding-top: 50px;
  overflow: hidden;
}

.counter-container-igm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.counter-item-igm {
  text-align: center;
  font-size: 1.5em;
  color: white;
  padding: 20px;
  width: 200px;
}

.counter-icon-igm {
  font-size: 2.5em;
  display: block;
  margin-bottom: 10px;
}

.counter-value-igm {
  font-size: 2.2em;
  font-weight: bold;
}

.counter-desc-igm {
  font-size: 0.6em;
  opacity: 0.8;
}

.counter-title-igm {
  font-size: 60px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .counter-item-igm {
    width: 180px;
    font-size: 1.3em;
  }
  .counter-title-igm {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .counter-container-igm {
    align-items: center;
    gap: 10px;
  }
  .counter-item-igm {
    width: 80%;
    font-size: 1.2em;
  }
  .counter-title-igm {
    font-size: 40px;
  }
  .focused-igm {
    width: 85%;
  }
}

@media (max-width: 480px) {
  .counter-item-igm {
    width: 40%;
    font-size: 1em;
  }
  .counter-title-igm {
    font-size: 30px;
  }
  .counter-value-igm {
    font-size: 1.8em;
  }
  .counter-desc-igm {
    font-size: 0.5em;
  }
}

.new-card {
  width: 200px;
}

#jarallax-container-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -100;
}

#jarallax-container-1 .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); 
}
.sponsor-section-igm {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.sponsor-section-head {
  text-align: center;
  margin-top: 30px;
}

.sponsor-section-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  padding: 30px 0;
}

.sponsor-section-item {
  width: 250px;
  border: 2px solid #6D1328;
  padding: 10px;
  border-radius: 10px;;
}

.sponsor-section-items img {
  width: 100%;
  height: auto;
  border-radius: 10px;;
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
  .sponsor-section-items {
    gap: 30px;
  }
  .sponsor-section-item {
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .sponsor-section-items {
    flex-direction: column;
    gap: 20px;
  }
  .sponsor-section-item {
    width: 150px;
    margin: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .sponsor-section-items {
    gap: 15px;
  }
  .sponsor-section-item {
    width: 150px;
    margin: 20px 0;
  }
  .sponsor-section-head h1 {
    font-size: 24px;
  }
  .sponsor-section-head h3 {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .event-overview-row {
    display: flex;
    flex-direction: column !important;
    align-items: center;
  }

  .event-overview-row > div {
    width: 100%; 
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7))
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(calc(-250px * 7));
  }

  100% {
    transform: translateX(0);
  }
}

.slider {
  height: 200px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 40px 0;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide-track2 {
  animation: scroll2 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  flex: 0 0 auto;
  width: 200px;
  height: 180px;
  margin: 20px;

}

.slider .slide img {
  width: 95%;
  height: 55%;
  border-radius: 15px;
  box-shadow: 0 0 15px #6D1328, 0 0 30px #6D1328;
  transition: box-shadow 0.3s ease, filter 0.3s ease;
}

.slider .slide img:hover {
  box-shadow: 0 0 20px #8A1A36, 0 0 40px #8A1A36, 0 0 60px #8A1A36;
  filter: brightness(1.2);
}

.slider .slide-track2 .slide2 {
  flex: 0 0 auto;
  width: 200px;
  height: 180px;
  margin: 20px;

}

.slider .slide2 img {
  width: 95%;
  height: 55%;
  border-radius: 15px;
  box-shadow: 0 0 15px #6D1328, 0 0 30px #6D1328;
  transition: box-shadow 0.3s ease, filter 0.3s ease;
}

.slider .slide2 img:hover {
  box-shadow: 0 0 20px #8A1A36, 0 0 40px #8A1A36, 0 0 60px #8A1A36;
  filter: brightness(1.2);
}



.container-featured {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  position: relative;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  /* Adjust based on your design */
  position: relative;
  overflow: hidden;
}

/* Black overlay on the left side */
.wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  /* Width of the overlay */
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  z-index: 2;
  pointer-events: none;
}

/* Black overlay on the right side */
.wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  /* Width of the overlay */
  height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  z-index: 2;
  pointer-events: none;
  /* Allow interaction with the slider */
}

@media all and (max-width: 991px) {
  .wrap {
    width: 100%;
  }
}

