/* E-Learning Page Styles */

.video-container video {
  position: relative;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: none;
}

.video-container > img.slider {
  z-index: 11;
}

body .justify-content-center {
  justify-content: center !important;
}

.countercorner {
  z-index: 0;
}

.btnwrap {
  margin-top: 0;
}

.btnwrap .mybtn {
  min-width: 13.4375rem;
}

.elearn {
  overflow-x: hidden;
}

.gate-title {
  color: var(--color-primary);
}

/* E-Learning specific styles */
.elearn-info {
  text-align: center;
  padding: 2.5rem 0;
}

.elearn-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-text-primary);
  margin-bottom: 1.25rem;
}

.elearn-subtitle {
  font-size: 1.125rem;
  color: var(--color-text-secondary);
  margin-bottom: 1.875rem;
}

.elearn-desc {
  text-align: center;
  padding: 2.5rem 0;
  font-size: 1rem;
  line-height: 1.8;
}

.elearn-desc p {
  margin-bottom: 1.25rem;
}

.elearn-desc a {
  color: var(--color-primary);
  text-decoration: underline;
}

.elearn-desc a:hover {
  color: #008a96;
}

/* Gates section */
.gates {
  padding: 2.5rem 0;
}

.gate {
  text-align: center;
  margin-bottom: 1.875rem;
  transition: transform 0.3s ease;
}

.gate:hover {
  transform: translateY(-0.625rem);
}

.gate-img {
  margin-bottom: 1.25rem;
}

.gate-img img {
  width: 100%;
  max-width: 12.5rem;
  height: auto;
}

.gate-content {
  padding: 1.25rem;
}

.gate-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--color-primary);
}
