:root {
  --main-color: #da591b;
  --secondary-color: #073763;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: rgb(195, 195, 195);
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(70, 68, 68);
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}

h1,
.video-line span {
  font-size: 4rem;
  font-weight: 300;
  text-align: start;
  margin: 0;
  line-height: 4rem;
}
h1{
  font-weight: bolder;
}

.hero .register-2026-btn button {
  border: none;
  padding: 12px 32px;
  background-color: #FEE7B6;
  border-radius: 30px;
  font-weight: bold;
}

.hero .register-2026-btn {
  display: block;
  text-align: start;
}

@media(max-width:768px) {
  h1 {
    font-size: 3rem;
    font-weight: 300;
  }
  .hero .register-2026-btn {
    display: block;
    text-align: center;
  }
}

.video-line:has(.video-placeholder) span {
  font-weight: bold;
  /* color: var(--main-color) */
}

.video-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 1rem;
  font-size: 2.5rem;
  z-index: 2;
  position: relative;
}

.video-placeholder {
  width: 200px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 3;
  position: relative;
  /* pointer-events: none; */
}

.video-container {
  position: fixed;
  top: 39%;
  /* left: 43%; */
  width: 100px;
  height: 60px;
  border-radius: 0px;
  overflow: hidden;
  z-index: 1;
  /* pointer-events: none; */
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.video-container,
.video-placeholder {
  opacity: 0;
  width: 0;
  overflow: hidden;
  animation: fadeInWidth 1s forwards;
  animation-delay: 1s;
}

@keyframes fadeInWidth {
  from {
    opacity: 0;
    min-width: 0px
  }

  to {
    opacity: 1;
    min-width: 100px;
    /* width: 100%; */

  }
}

/* .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */









@media(max-width:768px) {
  .video-container {
    position: fixed;
    top: 55%;
    left: 22% !important;
  }
}


.total_student {
  position: relative;
}

.total_student_text {
  position: absolute;
  top: 11%;
  left: 0;
  border-left: 10px solid #dc642b;
  padding-left: 10px;
  font-size: 25px;
}

.wyw_heading {
  color: #073763;
  font-weight: bold;
  font-size: 40px !important;
}

@media(max-width:768px) {
  .total_student_text {
    font-size: 20px !important;
  }

  .wyw_heading {
    text-align: center;
    font-size: 30px !important;
  }
}


/* #odometer-container {
  font-size: 40px !important;
  color: #073763
} */




.what_you_work_box {
  background-color: white;
  color: white;
  padding: 20px;
  height: 215px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.what_you_work_row {
  /* margin-top: -20%; */
}

.four_tiles {
  display: flex;
  flex-direction: column;

  /* align-items: center; */
  justify-content: center;
}

.what_you_work_box:hover {
  background-color: #da591b;
  color: white !important;
}

.solution_head {
  /* margin-top: 70px; */
  font-size: 26px !important;
  font-weight: bold !important;
  /* text-align: center; */
}

.solution_p {
  display: none;
  /* margin-top:10px; */
}

.solution_p>h4 {
  font-size: 20px !important;
  font-weight: bold !important;
}

.solution_p>p {
  margin-top: 15px;
}

.what_you_work_box:hover .solution_head {
  display: none;
}

.what_you_work_box:hover .solution_p {
  display: block;
}


/* .item {
  background-color: #fdf8f6;
  border-radius: 25px;
  padding: 20px 20px;
  min-height: 280px;
} */

.item {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 95vh;
  z-index: 99;
}

.milestone_month {
  font-size: 16px;
  /* font-weight: bold; */
  padding-bottom: 0px;
  margin-bottom: 0px;
  /* color:#00aaff */
}

.milestone_after_month {
  font-size: 14px;
  font-weight: 500;
}

.milestone_head {
  font-size: 28px;
  font-weight: 600;
  color: #da591b;
  margin-top: 40px;
  font-style: italic;
}

.milestone_p {
  font-size: 18px;
  margin-top: 10px;
}

button.owl-prev {
  float: left;
}

button.owl-next {
  float: right;
}

.study_box_item {
  padding: 5% 3%;
}

.study_box_item h3 {
  font-size: 30px;
}

.case_study {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.case_study_box {
  margin-top: 4%;
  margin-bottom: 4%;
  /* padding-inline: 4%; */
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5%;

}

.case_study_box .case_study_item {
  background-color: #d1d1d1;
  border-radius: 40px;
  flex: 1;
  max-width: 500px;
  position: relative;
}

.case_study_box .case_study_item h5 {
  color: #073763;
  font-size: 2rem;
  display: flex;
  justify-content: baseline;
  visibility: visible;

  position: absolute;
}

.case_study_box .case_study_item:hover h5 {
  visibility: hidden;
}

.case_study_box .case_study_item:hover img {
  visibility: visible;
}

.case_study_box img {
  width: 100%;
  visibility: hidden;
  border-radius: 40px;
}

.case_study_box a {
  background-color: #073763;
  color: white;
  text-decoration: none;
  position: absolute;
  bottom: 3%;
  left: 2%;
  /* border: 2px solid white; */
  border-radius: 20px;
  padding: 8px 16px
}



.case_study_box a:hover {
  color: #073763;
  background-color: white;
  border: 1px solid #073763;
}

@media(max-width:768px) {
  .item {
    min-height: 340px;
  }

  .milestone_p {
    font-size: 14px !important;
  }

  .case_study_box {

    flex-direction: column;
    gap: 20px;
  }

  .case_study_box .case_study_item {
    background-color: #d1d1d1;
    border-radius: 30px;
    /* flex: 1; */
    width: 100%;
    position: relative;
  }

  .case_study_item img {
    border-radius: 30px;
  }

  .case_study_box .case_study_item h5 {
    font-size: 1.7rem;
  }

}

.social-links {
  margin: 10px;
  padding: 5px 10px;
  color: white !important;
  text-decoration: none;
  cursor: pointer;
}

.social-links:hover {
  background-color: rgb(254, 133, 71, 0.5);
  border-radius: 8px;
}

.social-links img {
  filter: grayscale(100%) invert(100%);
}

/* FOOTER */

footer {
  background-color: var(--main-color);
}


.footer_tagline {
  width: 60%
}

@media(max-width:768px) {
  .footer_tagline {
    width: 100%;
    padding: 10px;
  }

  .study_box_item {
    padding: 5% 0%;
  }

  .case_study_box {
    width: 100%
  }

  .navbar-toggler {
    background: white !important;
  }
}

.form-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  /* Optional: adds space between input and button */
}

.form-inline input[type="email"] {
  padding: 8px;
  font-size: 14px;
}

.form-inline button {
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
}

/* .section_padding{
  padding-top:20px;
} */

.roadmap_div {
  display: flex;
  justify-content: center;
  gap: 30px;
  /* border-bottom: 1px solid grey */
}

#roadmap .card {
  border-radius: 25px;
}

.roadmap_box {
  background-color: white;
  color: white;
  padding: 20px;
  height: 350px;
}

.card1 {
  background-color: #da591b;
  width: 20rem;
}

.card1:hover {
  background-color: white;
}

.card2 {
  color: #da591b;
  width: 20rem;
}

.roadmap_solution_head {
  /* margin-top: 70px; */
  font-size: 50px !important;
}

@media(max-width:768px) {
  .card1 {
    width: 100%;
  }

  .card2 {
    width: 100%;
  }

  .roadmap_div {
    display: flex;
    justify-content: center;
    gap: 30px;
    /* border-bottom: 1px solid grey; */
    flex-direction: column;
  }

  .roadmap_solution_head {
    /* margin-top: 70px; */
    /* font-size: 30px !important; */
  }
}




.roadmap_solution_p {
  display: none;
}

.roadmap_solution_p>h4 {
  font-size: 20px !important;
  color: #da591b;
}

.roadmap_solution_p>p {
  font-size: 14px !important;
  color: black;
}

.roadmap_solution_p>h5 {
  font-size: 16px !important;
  color: #073763;
}

.sub_p {
  font-size: 10px !important;
}

.roadmap_box:hover .roadmap_solution_head {
  display: none;
}

.roadmap_box:hover .roadmap_solution_p {
  display: block;
}

.campus {
  color: #da591b;
  font-size: 40px;
  font-weight: bold;
}

.campus_h4 {
  font-weight: bold;
  color: #073763;
  font-size: 20px;
}

.campus_p {
  padding-bottom: 2%;
}

.campus2 {
  border-left: 2px solid gray;
}


.tier_list_span {
  background-color: #073763;
  color: white;
  padding: 10px;
  margin-right: 10px;
}

.tier_list {
  margin-bottom: 20px !important;
  font-size: 14px;
  line-height: 1.8rem;
  padding-left: 0px;
}

.tier_p {
  /* font-size:20px; */
}

.tier_note {
  font-size: 12px;
}


.video_section {
  border-radius: 30px;
  height: 400px;

}

@media(max-width:768px) {
  .campus {
    font-size: 24px;
  }

  .video_section {
    border-radius: 30px !important;
    height: auto;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}

/* 
.study_box_item>video {
  border-radius: 18px !important;
} */


/* know your sector */
#know-your-sector h1 {
  color: var(--main-color);
}

#know-your-sector>div {
  width: 75%;
  max-width: 1200px;
  margin: 0 auto;
}

#know-your-sector .card-hover {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 12px;
  width: 220px;
  height: 220px;
}

#know-your-sector .card-hover img {
  transition: transform 0.4s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: brightness(80%); */
}

#know-your-sector .card-hover:hover img {
  transform: scale(1.1);
  filter: brightness(50%);
}

#know-your-sector .card-hover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.6); */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;

}

#know-your-sector .card-hover .overlay p {
  display: none;
  font-size: 1rem;
  font-weight: 600;
}

#know-your-sector .card-hover .overlay h3 {
  display: flex;
  transition: all 0.4s ease;
  font-size: 1.2rem;
}

#know-your-sector .card-hover:hover .overlay h3 {
  display: none;
}

#know-your-sector .card-hover:hover .overlay p {
  display: flex;
  transition: all 0.4s ease;
}

@media screen and (max-width: 1024px) {
  #know-your-sector>div {
    width: 100%;
  }

}

@media screen and (max-width: 768px) {
  #know-your-sector .card-hover {
    width: 250px;
    height: 250px;
    margin-inline: auto;
  }

  #know-your-sector .card-hover .overlay h3 {
    display: flex;
    transition: all 0.4s ease;
    font-size: 1.2rem;
  }

}
