:root {
  --primary-color: #2957a4;
  --secondary-color: #76c04e;
  --menu-background: #2c2e2e;
}
.hamburger_bg {
  background-color: var(--menu-background);
}
.footer-contact-info .contact-item span i {
  color: #fff;
  font-size: 34px;
}
.countup-item {
  width: 33.3%;
}
.choose-box:hover .choose-icon svg {
  stroke: #ffffff !important;
}
.choose-box:hover .choose-icon svg * {
  stroke: #ffffff !important;
}
.recognised-by {
  font-size: 2rem;
  color: #000;
  font-weight: 600;
  position: absolute;
  bottom: 2%;
  align-items: center;
}
.no-faq-after .faq-title::after {
  display: none !important;
  content: none !important;
}
.application-form .form-input {
  position: relative;
  margin-bottom: 25px;
}
.application-form .form-input input,
.application-form .form-input textarea,
.application-form .form-input select {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  transition: all 0.3s ease;
}
.application-form .form-input input:focus,
.application-form .form-input textarea:focus,
.application-form .form-input select:focus {
  border-color: var(--primary-color);
  outline: none;
  box-shadow: 0 0 0 1px var(--primary-color);
}
.application-form .form-input .cf-label {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 16px;
  color: #666;
  pointer-events: none;
  transition: all 0.3s ease;
  background: #fff0;
  padding: 0 5px;
}
.application-form .form-input input:focus + .cf-label,
.application-form .form-input input:not(:placeholder-shown) + .cf-label,
.application-form .form-input textarea:focus + .cf-label,
.application-form .form-input textarea:not(:placeholder-shown) + .cf-label {
  top: -8px;
  left: 15px;
  font-size: 14px;
  color: var(--primary-color);
  background: #fff;
}
.application-form .form-input .select-label {
  position: absolute;
  top: -8px;
  left: 15px;
  font-size: 14px;
  color: var(--primary-color);
  background: #fff;
  padding: 0 5px;
  pointer-events: none;
}
.application-form .radio-input {
  padding-top: 10px;
}
.radio-group {
  margin-top: 5px;
}
.radio-group .cf-label {
  position: static !important;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  background: transparent !important;
  padding: 0 !important;
  top: auto !important;
  left: auto !important;
}
.radio-options {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.radio-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #555;
  margin: 0;
}
.radio-options input[type="radio"] {
  margin: 0;
  width: 16px;
  height: 16px;
  accent-color: var(--primary-color);
}
.char-count {
  text-align: right;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}
.application-form .tj-nice-select-box {
  position: relative;
}
.application-form .tj-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}
.application-form .message-input textarea {
  min-height: 100px;
  resize: vertical;
}
@media (max-width: 768px) {
  .application-form .form-input {
    margin-bottom: 20px;
  }
  .application-form .form-input input,
  .application-form .form-input textarea,
  .application-form .form-input select {
    padding: 12px 15px;
    font-size: 14px;
  }
  .application-form .form-input .cf-label {
    font-size: 14px;
    top: 12px;
    left: 15px;
  }
  .radio-options {
    gap: 15px;
  }
  .radio-options label {
    font-size: 13px;
  }
}
.event-social {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.event-social .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #fff0;
}
.event-social .social-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgb(0 0 0 / 0.1);
}
.event-social .social-icon.facebook {
  background: linear-gradient(135deg, #3b5998 0%, #4a7ccc 100%);
  color: #fff;
}
.event-social .social-icon.facebook:hover {
  background: linear-gradient(135deg, #2d4373 0%, #3b5998 100%);
  box-shadow: 0 5px 15px rgb(59 89 152 / 0.4);
}
.event-social .social-icon.twitter {
  background: linear-gradient(135deg, #1da1f2 0%, #1a91da 100%);
  color: #fff;
}
.event-social .social-icon.twitter:hover {
  background: linear-gradient(135deg, #1478c8 0%, #1062b5 100%);
  box-shadow: 0 5px 15px rgb(29 161 242 / 0.4);
}
.event-social .social-icon.linkedin {
  background: linear-gradient(135deg, #0077b5 0%, #00a0d2 100%);
  color: #fff;
}
.event-social .social-icon.linkedin:hover {
  background: linear-gradient(135deg, #005885 0%, #0068a8 100%);
  box-shadow: 0 5px 15px rgb(0 119 181 / 0.4);
}
.event-social .social-icon.whatsapp {
  background: linear-gradient(135deg, #30b689 0%, #0fc18f 100%);
  color: #fff;
}
.event-social .social-icon.whatsapp:hover {
  background: linear-gradient(135deg, #1db683 0%, #1ca68d 100%);
  box-shadow: 0 5px 15px rgb(54 166 129 / 0.4);
}
.text-primary {
  color: var(--primary-color) !important;
}
.text-secondary {
  color: var(--secondary-color) !important;
}
.tj-nice-select-box,
.tj-select {
  position: relative;
  overflow: visible !important;
}
.nice-select {
  position: relative;
  z-index: 10 !important;
}
.nice-select .list {
  position: absolute;
  z-index: 1000 !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
  overflow: visible !important;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
}
.nice-select.open .list {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1) translateY(0) !important;
  pointer-events: auto !important;
}
.nice-select .option {
  cursor: pointer;
  pointer-events: auto !important;
}
.form-input {
  position: relative;
  overflow: visible !important;
}
select {
  display: none !important;
}
.section-half-gap {
  padding: 60px 0;
}
.main-timeline5 {
  overflow: hidden;
  position: relative;
}
.main-timeline5 .timeline {
  position: relative;
  margin-top: -25px;
}
.main-timeline5 .timeline:first-child {
  margin-top: 0;
}
.main-timeline5 .timeline-icon,
.main-timeline5 .year {
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.main-timeline5 .timeline:after,
.main-timeline5 .timeline:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.main-timeline5 .timeline:before {
  content: "";
  width: 100%;
  box-shadow: -8px 0 5px -5px rgb(0 0 0 / 0.5) inset;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.main-timeline5 .timeline-icon {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 25px solid #fff0;
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
  z-index: 1;
  transform: rotate(45deg);
}
.main-timeline5 .year {
  display: block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 20px rgb(0 0 0 / 0.4);
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
  transform: rotate(-45deg);
  position: absolute;
}
.main-timeline5 .timeline-content {
  width: 35%;
  float: right;
  background: var(--primary-color);
  padding: 30px 20px;
  margin: 50px 0;
  z-index: 1;
  position: relative;
  border-radius: 8px;
  top: -200px;
}
.main-timeline5 .timeline-content:before {
  content: "";
  width: 20%;
  height: 15px;
  background: var(--primary-color);
  position: absolute;
  top: 50%;
  left: -20%;
  z-index: -1;
  transform: translateY(-50%);
}
.main-timeline5 .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}
.main-timeline5 .description {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin: 0;
}
.main-timeline5 .timeline:nth-child(2n):before {
  box-shadow: 8px 0 5px -5px rgb(0 0 0 / 0.5) inset;
}
.main-timeline5 .timeline:nth-child(2n) .timeline-icon {
  transform: rotate(-135deg);
  border-top-color: var(--secondary-color);
  border-right-color: var(--secondary-color);
}
.main-timeline5 .timeline:nth-child(2n) .year {
  transform: rotate(135deg);
  color: var(--secondary-color);
}
.main-timeline5 .timeline:nth-child(2n) .timeline-content {
  float: left;
}
.main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
  left: auto;
  right: -20%;
}
.main-timeline5 .timeline:nth-child(2n) .timeline-content,
.main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
  background: var(--secondary-color);
}
.main-timeline5 .timeline:nth-child(3n) .timeline-icon {
  border-top-color: #e97e2e;
  border-right-color: #e97e2e;
}
.main-timeline5 .timeline:nth-child(3n) .year {
  color: #e97e2e;
}
.main-timeline5 .timeline:nth-child(3n) .timeline-content,
.main-timeline5 .timeline:nth-child(3n) .timeline-content:before {
  background: #e97e2e;
}
.main-timeline5 .timeline:nth-child(4n) .timeline-icon {
  border-top-color: #13afae;
  border-right-color: #13afae;
}
.main-timeline5 .timeline:nth-child(4n) .year {
  color: #13afae;
}
.main-timeline5 .timeline:nth-child(4n) .timeline-content,
.main-timeline5 .timeline:nth-child(4n) .timeline-content:before {
  background: #13afae;
}
.main-timeline5 .timeline:nth-child(5n) .timeline-icon {
  border-top-color: #105572;
  border-right-color: #105572;
}
.main-timeline5 .timeline:nth-child(5n) .year {
  color: #105572;
}
.main-timeline5 .timeline:nth-child(5n) .timeline-content,
.main-timeline5 .timeline:nth-child(5n) .timeline-content:before {
  background: #105572;
}
.main-timeline5 .timeline:nth-child(6n) .timeline-icon {
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
}
.main-timeline5 .timeline:nth-child(6n) .year {
  color: var(--primary-color);
}
.main-timeline5 .timeline:nth-child(6n) .timeline-content,
.main-timeline5 .timeline:nth-child(6n) .timeline-content:before {
  background: var(--primary-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .main-timeline5 .timeline-icon {
    width: 160px;
    height: 160px;
    border-width: 20px;
  }
  .main-timeline5 .year {
    width: 84px;
    height: 84px;
    line-height: 84px;
    font-size: 22px;
  }
  .main-timeline5 .timeline {
    margin-top: 0;
  }
  .main-timeline5 .timeline-content {
    width: 42%;
    top: -145px;
    margin: 30px 0;
    padding: 20px 16px;
  }
  .main-timeline5 .timeline-content:before {
    width: 12%;
    left: -2%;
  }
  .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
    left: auto;
    right: -2%;
  }
  .main-timeline5 .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-timeline5 .timeline {
    margin-top: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-timeline5 .timeline:before,
  .main-timeline5 .timeline:nth-child(2n):before {
    box-shadow: none;
  }
  .main-timeline5 .timeline-icon,
  .main-timeline5 .timeline:nth-child(2n) .timeline-icon {
    position: relative;
    margin: 0 auto;
    transform: rotate(135deg);
    width: 160px;
    height: 160px;
    border-width: 18px;
  }
  .main-timeline5 .year,
  .main-timeline5 .timeline:nth-child(2n) .year {
    transform: rotate(-135deg);
    width: 84px;
    height: 84px;
    line-height: 84px;
    font-size: 22px;
  }
  .main-timeline5 .timeline-content,
  .main-timeline5 .timeline:nth-child(2n) .timeline-content {
    width: 90%;
    float: none;
    border-radius: 0 0 16px 16px;
    text-align: center;
    padding: 22px 20px;
    margin: 0 auto 24px;
    top: 0;
  }
  .main-timeline5 .timeline-content:before,
  .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
    width: 15px;
    height: 44px;
    top: -38px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .main-timeline5 .title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-timeline5 .timeline-icon,
  .main-timeline5 .timeline:nth-child(2n) .timeline-icon {
    width: 150px;
    height: 150px;
    border-width: 18px;
    margin-top: 8px;
  }
  .main-timeline5 .year,
  .main-timeline5 .timeline:nth-child(2n) .year {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
  }
  .main-timeline5 .timeline-content,
  .main-timeline5 .timeline:nth-child(2n) .timeline-content {
    width: 95%;
    padding: 20px 16px;
  }
  .main-timeline5 .timeline-content:before,
  .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
    width: 18px;
    height: 57px;
    top: -57px;
    left: 50%;
    margin-left: -9px;
    transform: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-timeline5 .timeline-icon,
  .main-timeline5 .timeline:nth-child(2n) .timeline-icon {
    width: 130px;
    height: 130px;
    border-width: 16px;
  }
  .main-timeline5 .year,
  .main-timeline5 .timeline:nth-child(2n) .year {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }
  .main-timeline5 .title {
    font-size: 16px;
  }
  .main-timeline5 .description {
    font-size: 14px;
  }
  .main-timeline5 .timeline-content:before,
  .main-timeline5 .timeline:nth-child(2n) .timeline-content:before {
    width: 16px;
    height: 60px;
    top: -60px;
    left: 50%;
    margin-left: -8px;
    transform: none;
  }
}
.team-ui-modern {
  background: #fff0;
}
.team-ui-modern .team-box {
  border-radius: 160px;
  background: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: transform 0.3s ease;
}
.team-ui-modern .team-box::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 0;
  border-radius: 160px;
  box-shadow: inset 0 0 25px rgb(0 0 0 / 0.25);
  transition: width 0.35s ease;
  z-index: 0;
}
.team-ui-modern .image-wrapper {
  position: relative;
  max-width: 200px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 20px rgb(0 0 0 / 0.2);
  transition: padding 0.35s ease;
  z-index: 1;
}
.team-ui-modern .image-wrapper img {
  width: 100%;
  border-radius: 50%;
}
.team-ui-modern .box-desc {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.team-ui-modern .box-desc h5 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
.team-ui-modern .box-desc p {
  font-size: 0.9rem;
  opacity: 0.8;
}
.team-ui-modern ul.social {
  padding: 0;
  margin-top: 0.75rem;
  position: relative;
  z-index: 1;
}
.team-ui-modern ul.social li {
  display: inline-block;
  list-style: none;
}
.team-ui-modern ul.social li a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-image: linear-gradient(to right, #3c70a4 0%, #64b2cd 100%);
  color: #fff;
  transition: all 0.35s ease;
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-display: swap;
}
.h8-hero-bg-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

/* Slide 1 (LCP Image) */
.hero-slide-1 {
  background-image: url("assets/images/hero/h8-hero-bg.webp");
}

/* Slide 2 (Loads Later) */
.hero-slide-2 {
  background-image: url("assets/images/2.webp");
}

