/* Leaders & Mentors Card Styles */
#leaders-mentors {
  background: #f3f4f6;
}

.leaders-mentors-container {
  margin-top: 32px;
  margin-bottom: 32px;
}

.leaders-mentors-card {
  width: 350px; /* Adjust width as needed */
  margin: 0 15px; /* Spacing between cards */
  display: inline-block;
  vertical-align: top;
}

.leaders-mentors-img-container {
  width: 100%;
  height: 250px; /* Fixed height for uniform look */
  overflow: hidden;
}

.leaders-mentors-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image covers the area, might crop */
}

/* Removed conflicting .leaders-mentors-row here. Use only the slider version at the end of the file. */
.leaders-mentors-card-content {
  padding: 24px 24px 16px 24px;
  width: 100%;
  background: #fff;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.leaders-mentors-name {
  font-weight: 700;
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 2px;
}
.leaders-mentors-title {
  font-size: 0.98rem;
  color: #444;
  margin-bottom: 8px;
}
.leaders-mentors-desc {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 16px;
}
.leaders-mentors-expertise {
  font-weight: 600;
  color: #222;
  font-size: 1rem;
  margin-bottom: 8px;
}
.leaders-mentors-logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
}
.leaders-mentors-logo img {
  height: 32px;
  width: auto;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,500);
body {
  padding-top: 100px;
  background: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  color: #282828;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: Raleway, sans-serif;
}
a {
  color: #d83c11;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -moz-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #ffffff;
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 30px;
  color: #c3360b;
  text-transform: uppercase;
  position: relative;
  padding-top: 40px;
  margin: 0 0;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 4px;
}

.btn.btn-primary {
  background: #c3360b;
}
#btn-apply {
  color: #f45d2f;
  background-color: #fff;
  border-color: #f45d2f;
  margin-top: 20px;
  border-radius: 12px;
  padding: 20px;
  font-weight: 700;
  font-size: large;
  width: 50%;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background: #e77958;
  border-color: transparent;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #c3360b;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #45b1da;
}
.navbar-nav > li > a {
  text-transform: uppercase;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
#main-nav.navbar-default {
  background: #fff;
}
#main-nav.navbar-default .navbar-nav > li.active > a,
#main-nav.navbar-default .navbar-nav > li.open > a,
#main-nav.navbar-default .navbar-nav > li:hover > a {
  background: #c3360b;
  color: #fff;
}
.navbar-brand > img {
  width: 50px;
  height: auto;
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 22px 15px 21px;
}
@media only screen and (min-width: 768px) {
  #image-about {
    width: 100%;
    height: auto;
  }
  #main-nav.navbar-default {
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26);
  }
  #main-nav.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #c3360b;
  }
  #main-nav.navbar-default .navbar-nav > li.active > a,
  #main-nav.navbar-default .navbar-nav > li.open > a,
  #main-nav.navbar-default .navbar-nav > li:hover > a {
    background: #c3360b;
    color: #fff;
  }
}
#hero-banner {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 550px;
  background: url(../images/theme/bg.JPG);
  background-size: cover;
  color: #fff;
}
.banner-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
#highlight-sentence {
  position: absolute;
  top: 320px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 1);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: calc(100% - 500px);
  max-width: 1200px;
  text-align: center;
}
#highlight-sentence h4 {
  font-weight: 500;
  font-size: 14px;
}
#welcome-sentence h2 {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  text-align: center;
  color: #000;
  font-size: 39px;
  line-height: 49px;
}
#welcome-sentence h1 {
  position: absolute;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  text-align: center;
  color: #c3360b;
  font-size: 50px;
  line-height: 55px;
}
#welcome-sentence p {
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  text-align: center;
  color: #000;
  font-size: x-large;
  font-weight: 500;
}
#welcome-sentence h3 {
  position: absolute;
  top: 255px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  text-align: center;
  color: #000;
  font-size: 15px;
}
#bg-halfcircle {
  position: absolute;
  top: 100px;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 10px;
  width: calc(100% - 500px);
  max-width: 1000px;
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
}
#content-banner-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 200px;
}
#content-banner-right img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
}
#content-banner-left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
#content-banner-left img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 400px;
}
#footer-sentence {
  position: absolute;
  top: 480px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 1001px) {
  #mobile-screen-banner {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  #content-banner-right img {
    display: none;
  }
  #content-banner-left img {
    display: none;
  }
  #bg-halfcircle {
    display: none;
  }
  #bottom-halfcircle {
    display: none;
  }
  #highlight-sentence {
    display: none;
  }
  #welcome-sentence {
    display: none;
  }
  #footer-sentence {
    display: none;
  }
  #mobile-screen-banner {
    position: relative;
    z-index: 2;
    display: flex;
    margin-top: 15%;
    justify-content: center;
    min-height: 100vh;
  }
}
.content-circle {
  background: #fff;
  border-radius: 140px;
  padding: 40px 50px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}
.welcome-text {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 3px;
  letter-spacing: 2px;
}
.to-text {
  font-size: 13px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 400;
}
.zebra-pitch {
  font-size: 18px;
  font-weight: 700;
  color: #d2581a;
  margin-bottom: 3px;
  letter-spacing: 1px;
}
.year {
  font-size: 18px;
  font-weight: 700;
  color: #d2581a;
  margin-bottom: 8px;
}
.description {
  font-size: 10px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 500;
}
.tagline-banner {
  background: #000;
  color: #fff;
  padding: 12px 20px;
  margin: 8px -1000px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 500;
}
.buttons-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}
.btn {
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-primary:hover {
  background: #b8491a;
  transform: translateY(-2px);
}
.btn-outline {
  background: 0 0;
  color: #d2581a;
  border-color: #d2581a;
}
.btn-outline:hover {
  background: #d2581a;
  color: #fff;
  transform: translateY(-2px);
}
.arrow {
  margin-left: 8px;
  font-size: 12px;
}
@media (max-width: 480px) {
  .content-circle {
    max-width: 320px;
  }
  .welcome-text {
    font-size: 22px;
  }
  .year,
  .zebra-pitch {
    font-size: 24px;
  }
  .description {
    font-size: 13px;
  }
  .tagline-banner {
    font-size: 12px;
    padding: 10px 15px;
  }
}
#hero-banner.item {
  height: 550px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#hero-banner.banner-inner h2 > span {
  color: #45aed6;
}
#hero-banner.banner-inner .btn {
  margin-top: 10px;
}
#hero-text {
  padding: 50px 0;
  border-top: 1px solid #fff;
}
#hero-text h2 {
  margin-top: 0;
}
#hero-text .btn {
  margin-top: 40px;
}
#cta2 {
  background: #45b1da;
  color: #fff;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #45aed6;
}
#howtoapply h2,
#portfolio p {
  color: #fff;
}
#howtoapply {
  padding: 100px 0;
  background: #c3360b;
  color: #fff;
}
#howtoapply .media.service-box:first-child {
  margin-top: 5px;
}
.media.service-box {
  margin: 25px 0 36px;
}
#portfolio {
  padding: 100px 0;
  background: #000;
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 18px 0 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 100%;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
#testimonial {
  background: #000;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 8px;
}

#about {
  padding: 50px 0;
}
#our-team {
  padding: 100px 0;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: 400;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#contact {
  background: #000;
  color: #ddd;
}
.contact-info {
  padding: 60px 0;
}
.contact-info address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 27px;
  font-size: 15px;
}
.contact-info .form-control {
  padding: 6px 12px;
  border-radius: 0;
}
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #c3360b;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #ffa98e;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 3px 0;
  width: 31px;
  text-align: center;
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media only screen and (max-width: 768px) {
  #portfolio .portfolio-item {
    width: 48.9%;
    padding: 8px;
  }
  #portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
    padding: 7px 0 0;
  }
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #0000;
  border-right-color: #c6491497;
  position: relative;
  animation: l24 1s infinite linear;
  margin: 0 auto 10px;
}
.loader:after,
.loader:before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: inherit;
  animation: inherit;
  animation-duration: 2s;
}
.loader:after {
  animation-duration: 4s;
}
@keyframes l24 {
  100% {
    transform: rotate(1turn);
  }
}
#loading-page {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  padding: 20px;
  text-align: center;
  display: none;
  z-index: 1000;
}
.screenAlert-icon {
  border-radius: 50%;
  border: 4px solid gray;
  box-sizing: content-box;
  height: 80px;
  margin: 20px auto;
  padding: 0;
  position: relative;
  width: 80px;
}
.screenAlert-icon + .screenAlert-icon {
  margin-top: 50px;
}
.screenAlert-icon.screenAlert-success {
  border-color: #e5421e;
}
.screenAlert-icon.screenAlert-success:after,
.screenAlert-icon.screenAlert-success:before {
  background-color: transparent !important;
  content: "";
  height: 120px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 60px;
}
.screenAlert-icon.screenAlert-success:before {
  border-radius: 120px 0 0 120px;
  left: -33px;
  top: -7px;
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.screenAlert-icon.screenAlert-success:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.screenAlert-icon.screenAlert-success .screenAlert-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(165, 220, 134, 0.2);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.screenAlert-icon.screenAlert-success .screenAlert-line {
  background-color: #d84412;
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.screenAlert-icon.screenAlert-success .screenAlert-line.screenAlert-tip {
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 25px;
}
.screenAlert-icon.screenAlert-success .screenAlert-line.screenAlert-long {
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 47px;
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
@-webkit-keyframes animateSuccessTip {
  0%,
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0%,
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0%,
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0%,
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.screenAlert-icon.screenAlert-warning {
  border-color: #e5421e;
}
.screenAlert-icon.screenAlert-warning:before {
  -webkit-animation: pulseWarning 2s linear infinite;
  animation: pulseWarning 2s linear infinite;
  background-color: transparent !important;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.screenAlert-icon.screenAlert-warning:after {
  background-color: transparent !important;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.screenAlert-icon.screenAlert-warning .screenAlert-body {
  background-color: #e5421e;
  border-radius: 2px;
  height: 47px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  width: 5px;
  z-index: 2;
}
.screenAlert-icon.screenAlert-warning .screenAlert-dot {
  background-color: #e5421e;
  border-radius: 50%;
  bottom: 10px;
  height: 7px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 7px;
  z-index: 2;
}
.scaleWarning {
  -webkit-animation: scaleWarning 0.75s infinite alternate;
  animation: scaleWarning 0.75s infinite alternate;
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
@-webkit-keyframes scaleWarning {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleWarning {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pulseWarning {
  0% {
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #e5421e;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulseWarning {
  0% {
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #e5421e;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #e5421e;
  }
  100% {
    background-color: #e5421e;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #e5421e;
  }
  100% {
    background-color: #e5421e;
  }
}
#alert-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.alert {
  display: flex;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 300px;
  font-size: 16px;
  position: relative;
  align-items: center;
  text-align: center;
}
#success-alert {
  background-color: #fff;
  color: #fff;
  border: 1px solid #fff;
}
#error-alert {
  background-color: #fff;
  color: #fff;
  border: 1px solid #fff;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  line-height: 15px;
  color: #7b7b7b;
}

.fading-line {
  position: relative;
  padding-bottom: 10px;
}
.fading-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #fff, transparent);
}
#main-contact-form {
  padding: 10px;
}
#language {
  color: #000;
}
#whats-new {
  padding: 20px 0;
  background: #f3f4f6;
}
#whats-new .col-sm-3 {
  margin-bottom: 30px;
}
#whats-new .feature-circle {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  background: #da4c1f;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
#whats-new .feature-circle i {
  font-size: 40px;
  color: #fff;
  transition: all 0.3s ease;
}
#whats-new .feature-circle:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
#whats-new p {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 250px;
  padding: 0 15px;
}
#whats-new .mt-4 {
  margin-top: 2rem;
}
#whats-new .section-header {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #whats-new .row {
    display: flex;
    flex-wrap: wrap;
  }
  #whats-new .col-sm-3 {
    display: flex;
    align-items: stretch;
  }
}
#whats-new .feature-box {
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

#journey {
  position: relative;
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
}

.leaf-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  z-index: 1;
}
.leaf-top-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 330px;
  z-index: 1;
}

.timeline {
  display: flex;
  justify-content: center;
}

.journey-mobile {
  display: none;
}

/* journey mobile */
@media (max-width: 768px) {
  /* Hide desktop content on mobile */
  .journey-desktop {
    display: none !important;
  }

  #journey {
    padding: 0 0;
  }

  /* Show mobile content */
  .journey-mobile {
    display: block;
    position: relative;
    padding: 40px 0 60px 0;
    background: #fff;
  }

  .mobile-leaf-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    z-index: 1;
  }

  .mobile-section-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 20px 0 40px 0;
    padding: 0 20px;
    position: relative;
    z-index: 2;
  }

  .mobile-section-title .section-underline {
    width: 60px;
    height: 3px;
    background: #e74c3c;
    margin: 10px auto;
  }

  .mobile-timeline-container {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  .mobile-timeline-img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .mobile-register-btn {
    text-align: center;
    margin-top: 30px;
  }

  .mobile-cta-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #da4c1f;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
  }

  .mobile-cta-btn:hover {
    background: #c0392b;
    transform: translateY(-2px);
  }
}

#marketplace {
  padding: 80px 0;
  background: #f3f4f6;
}
.pitch-section {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  gap: 60px;
}
.pitch-section:last-child {
  margin-bottom: 0;
}
.pitch-content {
  flex: 1;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.pitch-image {
  flex: 0 0 400px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.pitch-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-heading {
  font-size: 16px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 25px;
}
.benefit-list {
  list-style: none;
}
.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  gap: 15px;
}
.benefit-item:last-child {
  margin-bottom: 0;
}
.benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #f36f2d;
}
.benefit-icon::after {
  content: "✓";
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.benefit-text {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 968px) {
  .pitch-section {
    flex-direction: column;
    gap: 40px;
  }
  .reverse {
    flex-direction: column;
  }
  .pitch-image {
    flex: none;
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 768px) {
  #marketplace {
    padding: 60px 0;
  }
  .pitch-content {
    padding: 30px 20px;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .section-heading {
    font-size: 1.3rem;
  }
}
#tracks-eligibility {
  background: #fff;
  padding: 60px 0;
}
.section-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 35px;
  letter-spacing: -0.5px;
}
.tracks-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
.tracks-box {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 28px 32px;
  width: 280px;
  box-sizing: border-box;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 15px;
}
.tracks-left {
  margin-right: 0;
}
.tracks-right {
  margin-left: 0;
}
.tracks-heading {
  color: #e15c2b;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 0;
}
.tracks-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tracks-list li {
  margin-bottom: 8px;
  padding-left: 0;
  position: relative;
  color: #222;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.tracks-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e15c2b;
  border-radius: 50%;
  margin-right: 12px;
}
.tracks-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  max-width: 320px;
}
.tracks-image img {
  width: 100%;
  max-width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  background: #eee;
}
.tracks-age {
  margin-bottom: 18px;
}
.age-title {
  font-weight: 700;
  color: #222;
  margin-top: 6px;
}
.age-range {
  color: #666;
  font-size: 0.98rem;
  margin-bottom: 8px;
  margin-left: 2px;
}
.tracks-eligibility {
  margin-top: 12px;
}
.eligibility-text {
  color: #222;
  font-size: 0.97rem;
  margin-top: 4px;
}
@media (max-width: 900px) {
  .tracks-flex {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .tracks-box,
  .tracks-image {
    width: 100%;
    max-width: 420px;
  }
  .tracks-image img {
    height: auto;
    max-width: 100%;
  }
}
#why-join {
  background: #c3360b;
  padding: 56px 0 64px 0;
}
.why-join-title {
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 36px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.why-join-underline {
  display: block;
  height: 3px;
  width: 54px;
  background: #fff;
  margin: 14px auto 0 auto;
  border-radius: 2px;
}

.whyjoin-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 36px;
  align-items: stretch;
}
.benefit-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  padding: 36px 24px 28px 24px;
  text-align: center;
  width: 340px;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}

.benefit-title {
  font-size: 1.13rem;
  font-weight: 700;
  color: #181818;
  margin-bottom: 8px;
}
.benefit-desc {
  color: #222;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1100px) {
  .benefits-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
  .benefit-card {
    width: 100%;
    height: 220px;
    min-width: 0;
  }
}
@media (max-width: 700px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .benefit-card {
    width: 100%;
    height: auto;
    padding: 28px 12px 20px 12px;
  }
}
.fees-section {
  background: #f7f7f7;
  padding: 80px 0 100px 0;
  position: relative;
  overflow: hidden;
}
.fees-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.section-underline {
  width: 60px;
  height: 4px;
  background: #e25c2a;
  margin: 12px auto 0 auto;
  border-radius: 2px;
}
.whats-included {
  margin-top: 36px;
}
.included-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 32px 24px 24px 24px;
  position: relative;
  z-index: 1;
}
.included-title {
  font-weight: 700;
  margin-bottom: 18px;
}
.included-list {
  list-style: none;
  padding-left: 0;
}

/* Desktop Table Styles */
.fee-table-responsive {
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 40px;
}

.fee-table {
  width: 100%;
  margin: 0 0;
  border-collapse: collapse;
}

.fee-table thead th {
  background-color: #e74c3c;
  color: white;
  font-weight: 600;
  padding: 20px;
  text-align: center;
  border: none;
  font-size: 16px;
}

.fee-table tbody td {
  padding: 20px;
  text-align: center;
  border: none;
  border-bottom: 1px solid #dee2e6;
  font-size: 16px;
}

.fee-table tbody tr:last-child td {
  border-bottom: none;
}

.fee-table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

@media (max-width: 768px) {
  /* Make table smaller on mobile */
  .fee-table thead th {
    padding: 12px 8px;
    font-size: 14px;
  }

  .fee-table tbody td {
    padding: 12px 8px;
    font-size: 14px;
  } /* Hide zebra background on mobile */

  .fees-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 20%;
    z-index: 0;
    pointer-events: none;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.8rem;
  }

  /* Make table even more compact on small screens */
  .fee-table thead th {
    padding: 10px 6px;
    font-size: 13px;
  }

  .fee-table tbody td {
    padding: 10px 6px;
    font-size: 13px;
  }

  .fees-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 20%;
    z-index: 0;
    pointer-events: none;
  }

  /* .fees-bg {
    display: none;
  } */
}

.check-icon {
  color: #e25c2a;
  margin-right: 8px;
}
.register-info {
  margin-top: 24px;
}
.register-info p {
  margin-bottom: 16px;
}
.register-btn {
  background: #e25c2a;
  border: none;
  font-weight: 700;
  margin-left: 8px;
}
.text-center {
  text-align: center;
}
.custom-centered-box {
  max-width: 75%;
  margin: 0 auto;
}
.swiper-button-next {
  color: #b88960;
  top: 45%;
}
.sponsor-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

img {
  max-width: 100%;
  transition: transform 0.3s ease;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
  padding: 5px 20px;
  transition: background 0.2s, color 0.2s, border 0.2s;
  text-decoration: none;
  margin: 0 8px;
  cursor: pointer;
}
.cta-btn-primary {
  background: #d44c1b;
  color: #fff;
  border: 2px solid #d44c1b;
}
.cta-btn-primary:hover {
  background: #b53d13;
  color: #fff;
  border-color: #b53d13;
}
.cta-btn-outline {
  background: #fff;
  color: #d44c1b;
  border: 2px solid #d44c1b;
}
.cta-btn-outline:hover {
  background: #fbe9e2;
  color: #b53d13;
  border-color: #b53d13;
}

#about-content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 20px;
}

#image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  aspect-ratio: 4 / 3;
  width: 100%;
  max-width: 500px;
}

#image-about {
  border-radius: 10px;
}

#content-background {
  flex: 2 1 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 10px 15px 15px;
  background: #fff;
  border-radius: 16px;
}
@media (max-width: 900px) {
  #about-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
  #content-background,
  #image-container {
    padding: 16px 0;
  }
  #content-background {
    padding: 24px 8px;
    border-radius: 0;
    box-shadow: none;
  }
}

/* carousel */
.carousel-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  background: #da4b1f31;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.carousel-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  min-width: 100%;
  position: relative;
}

.testimonial-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.testimonial-content {
  padding: 15px 30px;
  text-align: center;
}

.testimonial-quote {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  font-style: italic;
  position: relative;
}

.carousel-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
}

.nav-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-dot.active {
  background-color: #da4c1f;
  transform: scale(1);
}

.nav-dot:hover {
  background-color: #999;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.carousel-btn:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
}

.carousel-btn.prev {
  left: 20px;
}

.carousel-btn.next {
  right: 20px;
}

@media (max-width: 768px) {
  .container {
    padding: 40px 15px;
  }

  .section-title {
    font-size: 2rem;
  }

  .testimonial-image {
    height: 300px;
  }

  .testimonial-content {
    padding: 10px 20px;
  }

  .testimonial-quote {
    font-size: 1rem;
  }

  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.video-section {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 40px auto;
  padding: 0 20px;
  text-align: center;
}

/* This sets a *minimum visible width* for the iframe container on larger screens */
.video-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  min-width: 600px;
}

/* iframe fills the container */
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Responsive override for smaller screens */
@media (max-width: 640px) {
  .video-container {
    min-width: 100%; /* Remove the min-width constraint */
  }
}

.resources-cards-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 768px) {
  .resources-cards-container {
    gap: 0;
  }
}

#partners-grid {
  position: absolute;
  left: 50%;
  top: 385px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 18px;
  max-width: 500px;
  width: 90vw;
  z-index: 20;
  align-items: center;
  text-align: center;
}
#partners-grid .partner-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#partners-grid .partner-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}
#partners-grid .partner-logo {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin-bottom: 0;
  display: block;
}
@media (max-width: 800px) {
  #partners-grid {
    display: none;
  }
}

/* Slick Carousel styles for Leaders & Mentors */
.leaders-mentors-slider {
  position: relative; /* Crucial for arrow positioning */
  padding: 0 40px 30px 40px; /* Added bottom padding for shadow */
  max-width: 1200px;
}

.leaders-mentors-card {
  margin: 0 15px; /* Creates space between the slides */
  background: #fff;
  border-radius: 16px;
  overflow: hidden; /* Ensures content stays within the rounded corners */
}

.leaders-mentors-img-container {
  width: 100%;
  padding-top: 70%; /* Aspect ratio for the image container */
  position: relative;
  background: #f3f4f6;
}

.leaders-mentors-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leaders-mentors-card-content {
  padding: 20px 18px 16px 18px;
}

/* Optional: Style Slick's default arrows and dots if needed */
.leaders-mentors-slider .slick-prev:before,
.leaders-mentors-slider .slick-next:before {
  font-size: 20px; /* Ensure the arrows have a size */
  opacity: 1; /* Ensure they are not transparent */
  color: #d44c1b; /* Set the color */
}
