body {
  margin: 0;
  font-family: sans-serif;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
main {
  margin-top: 72px; 
}
h1, h2, h3{
  font-weight: 500;
}
ol {
  list-style: none;
}
#menu {
  height: 90px;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  font-size: 14pt;
}

#menu ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin: 0;
  padding: 0;
}

#menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 13pt;
  transition: color 0.3s;
}

#menu a.active,
#menu a:hover {
  color: #007BFF;
}

#menu .logo img {
  height: 60px;
  max-height: 100%;
}

#menu .menu-items {
  flex: 1;
  display: flex;
  justify-content: center;
}

#menu .menu-items ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  align-items: center;
}

section div{
  background-repeat: no-repeat;
}

#titleHomeBanner{
  width: 45%;
}
#homeImg{
  position: absolute;
  top: 12vh;
  right: 0;
  width: 49%;
  height: auto;
}
#mod-custom111{
  height: 80vh;
}
#titleHomeBanner{
  padding: 80px 0 0 100px;
}
#titleHomeBanner h1{
  font-size: 52px;
}
#mod-custom111 table{
  
}
#mod-custom111 table #disciplines{
  padding: 0 20px;
  margin-top: 48px;
}
#disciplines {
  margin-top: 25px;
}
#disciplines img{
  margin: 0 10px;
}
#tbbuttons{
  margin: 56px 95px;
}
#tbbuttons td{
  width: 235px;
}
#s02{
  margin-top: -35px;
}
#s03, #s04{
  margin: 0 auto;
}
#s03 li, #s04 li{
  float: left;
}
section{
  overflow: hidden;
}
#loginTop{
  width:390px;
}
#loginTop a{
  background-color: #1B89D4;
  padding: 8px 50px;
  border-radius: 50px;
  color: white;
  text-decoration: none;
  font-size: 18px;
  float: left;
  margin-left: 15px;
}
#loginTop a:hover, #loginTop #btntransparent{
  background-color: transparent;
  padding: 6px 48px;
  border-width: 2px;
  border: solid;
  border-color: #1B89D4;
  color: #1B89D4;
}
#loginTop #btntransparent:hover{
  background-color: #1B89D4;
  padding: 5px 50px !important;
  border-width: 2px;
  border: solid;
  border-color: #1B89D4;
  color: white;
  font-size: 18px;
}
section a, #btntransparent:hover{
  background-color: #1B89D4;
  padding: 16px 65px;
  border-radius: 50px;
  color: white;
  text-decoration: none;
  font-size: 22px;
}
#btntransparent, section a:hover{
  background-color: transparent;
  border-width: 2px;
  border: solid;
  border-color: #1B89D4;
  color: #1B89D4;
}
.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin: 40px auto;
  max-width: 1500px;
}
.feature-item {
  flex: 1 1 45%;
  border: 0px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.feature-item img.main-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}
.feature-item h3 img.icon {
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.feature-item h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.feature-item p {
  font-size: 1em;
}
@media (max-width: 768px) {
  .feature-item {
    flex: 1 1 100%;
  }
}
/*  Who Is It For  */
.who-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 40px auto;
  max-width: 1200px;
}
.who-item {
  flex: 1 1 28%;
  border: 0px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.who-item h3 {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.who-item h3 img {
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-right: 22px;
}
.who-item p {
  font-size: 1em;
}
@media (max-width: 1024px) {
  .who-item {
    flex: 1 1 45%;
  }
}
@media (max-width: 600px) {
  .who-item {
    flex: 1 1 100%;
  }
}
.timeline {
  position: relative;
  max-width: 1500px;
  margin: 50px auto;
  padding: 0 20px;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 49%;
  width: 4px;
  background: #ccc;
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  position: relative;
}

.timeline-item::after {
  content: attr(data-date);
  position: absolute;
  top: 43%;
  left: 49%;
  transform: translate(-50%, -50%);
  padding: 6px 10px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 19px;
  white-space: nowrap;
  width: 100px;
  height: 142px;
  text-align: center;
  color: white;
}

.timeline-img,
.timeline-content {
  width: 45%;
  margin: 0 48px;
}

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

.timeline-content {
  padding: 20px;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .timeline-item {
    flex-direction: column;
    align-items: center;
  }

  .timeline-img,
  .timeline-content {
    width: 100%;
  }

  .timeline::before {
    left: 20px;
  }

  .timeline-item::after {
    left: 20px;
    transform: translateY(-50%);
  }

  .timeline-img {
    order: -1;
  }
}
.btnTimeline{
  margin-top: 40px;
}
.btnTimeline a{
  font-size: 16px;
}
.timeline-center {
  padding-top: 50px;
}

.disable{
  opacity: 0.6;

}