body {
  background: #fefaf5;
}

.stats-container h3 {
  font-size: 4rem;
  align-items: baseline !important;
}

.stats-container>div {
  background-size: 75px !important;
  padding-top: 1rem !important;
}

.startup-focussed {
  padding-top: 2rem !important;
  padding-bottom: 0 !important;
}

.stats .extra {
  font-size: 1rem;
  font-style: italic;
  font-family: "New York Large", serif;
}

.roadmap-stats h3 {
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
}

.roadmap-stats h3>div {
  display: flex;
  align-items: center;
}

.learn-from-leaders {
  margin-top: 0rem;
}

.roadmap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 7rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0rem 4rem 0;
  position: relative;
  background: url(https://mesaschool.co/wp-content/uploads/2025/01/1-2-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.roadmap .roadmap-bg .expanded {
  opacity: 0;
}

.roadmap .roadmap-bg img {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.roadmap .roadmap-bg .original {
  opacity: 1;
}

.roadmap.active .roadmap-bg .expanded {
  opacity: 1;
}

.roadmap.active .roadmap-bg .original {
  opacity: 0;
}

.roadmap.active[data-active-index="0"],
.roadmap.active[data-active-index="1"],
.roadmap.active[data-active-index="2"] {
  background: url("https://mesaschool.co/wp-content/uploads/2025/01/2-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.roadmap.active[data-active-index="3"],
.roadmap.active[data-active-index="4"],
.roadmap.active[data-active-index="5"] {
  background: url("https://mesaschool.co/wp-content/uploads/2025/01/3-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.roadmap .month {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #070606;
}

.roadmap .roadmap-item {
  background: #efe9e2;
  padding: 1rem 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.roadmap .roadmap-item:hover .hover-content {
  height: var(--item-height) !important;
}

.roadmap .roadmap-item .roadmap-item-title {
  font-size: 1.3rem;
  color: var(--red);
  font-family: var(--cursive-font);
  font-style: italic;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.roadmap .hover-content {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.roadmap .roadmap-bg {
  position: absolute;
  left: 0;
  top: calc(50% - 1rem);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.roadmap .roadmap-bg img {
  background: #fff;
  width: 100%;
  grid-area: 1;
}

.testimonial-block-wrap .testimonial {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

@media screen and (max-width: 900px) {
  .testimonial-block-wrap .testimonial {
    display: flex;
    flex-direction: column;

    gap: 1rem;
  }
}

.cta {
  grid-column: span 2;
  max-width: 100%;
  display: grid;
  grid-template-columns: var(--ctaGridColumns, 72% 1fr 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.5rem;
}

.tns-controls {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.3rem;
  padding-right: 3rem;
}

.tns-controls button img {
  width: 30px;
}

.tns-controls button {
  background: transparent;
  border: none;
  cursor: pointer;
}

.mentor-slider li {
  background: #E9EEE4;
  /* height: 370px; */
  text-align: left;
  transition: all 0.3s ease;
}

.mentor-slider li .image {
  width: 100%;
  overflow: hidden;
}

.mentor-leaders-card {
  /* padding: 8px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mentor-slider {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 0;
}

.mentor-slider li {
  background: #E9EEE4;
  /* height: 370px; */
  width: 350px;
  text-align: left;
  transition: all 0.3s ease;
}

.mentor-slider li .image {
  width: 100%;
  overflow: hidden;
}

.mentor-leaders-card {
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mentor-slider li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mentor-slider li .name {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 5px;
  min-height: 41px;
}

.mentor-slider li .designation {
  font-size: 0.8rem;
  color: #555;
  margin-bottom: 0.8rem;
}

.mentor-slider li .logo {
  margin-top: 10px;
}

.mentor-slider li .logo img {
  max-height: 20px;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

img.meetteamimg {
  /* height: 400px !important; */
}

.lightbox.show {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.lightbox-content {
  max-width: 80%;
  max-height: 80vh;
  box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.2);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.lightbox-content.loaded {
  opacity: 1;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.table-wrapper {
  background: #e4f4e7;
  padding: 2rem;
  margin-top: 1rem
}

.table-wrapper table {
  width: 100%
}

.table-wrapper table tr:first-child td {
  font-weight: 500;
  border-bottom: 2px solid #c5c5c5
}

.table-wrapper table tr td:not(tr:first-child td) {
  font-size: .9rem
}

.table-wrapper table td {
  padding: 1rem 2rem;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd
}

.table-wrapper table tr:last-child td {
  border-bottom: none !important
}

.table-wrapper table tr:first-child td:last-child {
  width: 400px
}

.table-wrapper table tr td:last-child {
  border-right: none
}

@media screen and (max-width: 900px) {
  tr:first-child td {
    font-weight: 500;
    border-bottom: 1px solid #c0b7b3 !important
  }

  .table-wrapper table td {
    padding: .5rem .5rem
  }

  .table-wrapper {
    padding: .5rem;
    overflow: auto
  }

  .table-wrapper table {
    width: initial;
    padding-right: 2rem
  }

  .table-wrapper table tr:first-child td:last-child {
    width: auto;
    min-width: 28.5714285714%
  }

  .table-wrapper table tr:first-child td {
    font-size: .9rem;
    line-height: 1.3
  }

  .table-wrapper table tr td:not(tr:first-child td) {
    font-size: .85rem;
    line-height: 1.3
  }

  .nowrap {
    white-space: nowrap
  }

  table.program-fee tr:first-child td:last-child {
    width: 33.3333333333%
  }
}

.video-wrapper-2 {
  display: block;
  position: relative;
  aspect-ratio: 1.5;
}

.video-wrapper-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-wrapper-2 img:not(.play-button-image) {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
}

.video-wrapper-2 img.play-button-image {
  transition: transform 0.3s ease;
}

.video-wrapper-2:hover img.play-button-image {
  transform: scale(1.1) translate(-50%, -50%);

}


.image-blocks {
  cursor: pointer;
}

.image-blocks > div{
  padding: .6rem;
}

.image-blocks img {
  transition: all 0.3s ease;  
}
.image-blocks img:hover {
  box-shadow: 8px 8px 0px 0px #2d814a;
}

.hover-content {
  height: 200px;
}

.roadmap-cr .roadmap-cr-item-title {
  min-height: 40px;
}

@media screen and (max-width: 900px) {
  .testimonial-carousel-wrapper {
    overflow: hidden;
    width: 100%;
  }

  .subhead {
    max-width: 100% !important;
  }

  .roadmap-cr {
    grid-auto-columns: 65vw;
  }

  .stats-container h3 {
    font-size: 2.5rem !important;
  }

  .stats-container>div {
    width: 31vw;
  }

  .stats-container h3 {
    white-space: nowrap !important;
  }

  .roadmap-cr > div{
    position: relative;
  }

  .roadmap-cr > div:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px dashed #2d814a;
    width: 1rem;
    right: -1rem;
    z-index: -1;

  }

  /* last */
  .roadmap-cr > div:last-child:before {
    display: none;
  }

  .roadmap-cr, .startup-focussed, .testimonial-carousel-wrapper, .hear{

    grid-column: 2/ -1;
    /* padding-right: 1rem; */
  }

  .startup-focussed{
    padding-right: 1rem;
  }

  .roadmap-cr{
    padding-right: 1rem;
  }
}