.cc-hero {
  position: relative;
  overflow: hidden;
  background: #0F2A1C;
  min-height: 640px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cc-hero {
    min-height: 0;
  }
}

.cc-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../../images/co-curricular-assets/hero-banner.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.cc-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 30%, rgba(255, 255, 255, 0.4) 54%, rgba(255, 255, 255, 0) 70%);
}
@media (max-width: 991px) {
  .cc-hero-scrim {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.94) 55%, rgba(255, 255, 255, 0.82) 100%);
  }
}

.cc-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: 90px 0;
}
@media (max-width: 991px) {
  .cc-hero-inner {
    padding: 130px 0 60px;
    max-width: 100%;
  }
}
.cc-hero-inner .eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0C965E;
  font: normal normal 600 14px/18px Inter;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.cc-hero-inner .eyebrow img {
  width: 22px;
}
.cc-hero-inner h1 {
  font: normal normal 800 42px/50px Inter;
  letter-spacing: 0.63px;
  color: #0D3472;
  margin-bottom: 14px;
}
.cc-hero-inner h1 span {
  color: #4EAF85;
}
@media (max-width: 767px) {
  .cc-hero-inner h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
.cc-hero-inner .title-shape {
  width: 150px;
}
.cc-hero-inner .sub {
  font: normal normal 600 20px/28px Inter;
  color: #0C965E;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .cc-hero-inner .sub {
    font-size: 17px;
    line-height: 24px;
  }
}
.cc-hero-inner p {
  max-width: 500px;
  font: normal normal 300 15px/24px Inter;
  letter-spacing: 0.12px;
  color: #3A4A63;
  margin-bottom: 32px;
}

.cc-hero-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}
@media (max-width: 575px) {
  .cc-hero-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
}

.max700 {
  max-width: 700px;
}

.cc-tagline {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
  color: #F2C94C;
  font: normal normal 600 15px/22px Inter;
  letter-spacing: 0.3px;
}
.cc-tagline small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.75);
  font: normal normal 400 12px/18px Inter;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.icon-feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}
.icon-feature-grid .icon-feature-card {
  width: calc(25% - 18px);
  min-width: 220px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
  padding: 30px 26px;
  text-align: left;
  transition: 0.3s ease;
}
.icon-feature-grid .icon-feature-card:hover {
  border-color: #9fd6c0;
  box-shadow: 0 14px 30px rgba(13, 52, 114, 0.08);
  transform: translateY(-4px);
}
@media (max-width: 991px) {
  .icon-feature-grid .icon-feature-card {
    width: calc(50% - 12px);
  }
}
@media (max-width: 575px) {
  .icon-feature-grid .icon-feature-card {
    width: 100%;
  }
}
.icon-feature-grid .icon-feature-card .icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #F7FBF9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.icon-feature-grid .icon-feature-card .icon-wrap svg {
  width: 26px;
  height: 26px;
}
.icon-feature-grid .icon-feature-card h4 {
  font: normal normal 600 17px/22px Inter;
  letter-spacing: 0.14px;
  color: #0D3472;
  margin-bottom: 8px;
}
.icon-feature-grid .icon-feature-card p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}

.growth-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}
.growth-grid .growth-card {
  width: calc(25% - 18px);
  min-width: 220px;
  background: #F7FBF9;
  border-radius: 20px;
  padding: 32px 26px;
  text-align: left;
}
@media (max-width: 991px) {
  .growth-grid .growth-card {
    width: calc(50% - 12px);
  }
}
@media (max-width: 575px) {
  .growth-grid .growth-card {
    width: 100%;
  }
}
.growth-grid .growth-card .num {
  display: block;
  font: normal normal 700 26px/28px Inter;
  color: #4EAF85;
  margin-bottom: 14px;
}
.growth-grid .growth-card h4 {
  font: normal normal 600 17px/22px Inter;
  color: #0D3472;
  margin-bottom: 8px;
}
.growth-grid .growth-card p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}

.gallery-section .gallery-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 8px 0 40px;
}
.gallery-section .gallery-tab {
  background: #fff;
  border: 1.5px solid #EAEAEA;
  color: #0D3472;
  padding: 10px 22px;
  border-radius: 30px;
  font: normal normal 600 13px/16px Inter;
  letter-spacing: 0.26px;
  cursor: pointer;
  transition: 0.25s ease;
}
.gallery-section .gallery-tab:hover {
  border-color: #9fd6c0;
}
.gallery-section .gallery-tab.active {
  background: transparent linear-gradient(180deg, #4EAF85 0%, #0C965E 100%) 0% 0% no-repeat padding-box;
  border-color: transparent;
  color: #fff;
}
.gallery-section .gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
@media (max-width: 767px) {
  .gallery-section .gallery-grid {
    gap: 12px;
  }
}
.gallery-section .gallery-item {
  display: none;
  flex: 0 0 calc(25% - 13.5px);
  max-width: calc(25% - 13.5px);
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
  border: 1px solid #EAEAEA;
  padding: 0;
  margin: 0;
  background: #eef1f5;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 991px) {
  .gallery-section .gallery-item {
    flex-basis: calc(33.333% - 12px);
    max-width: calc(33.333% - 12px);
  }
}
@media (max-width: 767px) {
  .gallery-section .gallery-item {
    flex-basis: calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
}
.gallery-section .gallery-item.show {
  display: block;
}
.gallery-section .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.gallery-section .gallery-item:hover img {
  transform: scale(1.06);
}
.gallery-section .gallery-item:focus-visible {
  outline: 2px solid #0C965E;
  outline-offset: 2px;
}
.gallery-section .gallery-zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(13, 52, 114, 0.72);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(6px);
  transition: 0.25s ease;
  pointer-events: none;
}
.gallery-section .gallery-zoom svg {
  width: 16px;
  height: 16px;
  color: #fff;
}
.gallery-section .gallery-item:hover .gallery-zoom,
.gallery-section .gallery-item:focus-visible .gallery-zoom {
  opacity: 1;
  transform: translateY(0);
}

.cc-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
}
.cc-lightbox.open {
  display: flex;
}
.cc-lightbox .cc-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 18, 36, 0.94);
}
.cc-lightbox .cc-lightbox-stage {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cc-lightbox .cc-lightbox-track {
  display: flex;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.cc-lightbox .cc-lightbox-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 90px 100px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .cc-lightbox .cc-lightbox-slide {
    padding: 74px 18px 120px;
  }
}
.cc-lightbox .cc-lightbox-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
  user-select: none;
  -webkit-user-drag: none;
}
.cc-lightbox .cc-lightbox-close {
  position: absolute;
  top: 22px;
  right: 26px;
  z-index: 4;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s ease;
}
.cc-lightbox .cc-lightbox-close svg {
  width: 20px;
  height: 20px;
}
.cc-lightbox .cc-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .cc-lightbox .cc-lightbox-close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
  }
}
.cc-lightbox .cc-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s ease;
}
.cc-lightbox .cc-lightbox-nav svg {
  width: 22px;
  height: 22px;
}
.cc-lightbox .cc-lightbox-nav:hover {
  background: #0C965E;
  border-color: #0C965E;
}
.cc-lightbox .cc-lightbox-nav:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cc-lightbox .cc-lightbox-nav {
    width: 40px;
    height: 40px;
  }
}
.cc-lightbox .cc-lightbox-prev {
  left: 22px;
}
@media (max-width: 767px) {
  .cc-lightbox .cc-lightbox-prev {
    left: 10px;
  }
}
.cc-lightbox .cc-lightbox-next {
  right: 22px;
}
@media (max-width: 767px) {
  .cc-lightbox .cc-lightbox-next {
    right: 10px;
  }
}
.cc-lightbox .cc-lightbox-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 90px 26px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 767px) {
  .cc-lightbox .cc-lightbox-footer {
    padding: 14px 20px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.cc-lightbox .cc-lightbox-caption {
  margin: 0;
  color: #fff;
  font: normal normal 500 14px/20px Inter;
  letter-spacing: 0.14px;
  max-width: 80%;
}
.cc-lightbox .cc-lightbox-counter {
  color: #F2C94C;
  font: normal normal 600 13px/16px Inter;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

/*# sourceMappingURL=co-curricular.css.map */
