html {
  scroll-behavior: smooth;
}

#company.service.reskilling .header .nav li .btn-green {
  background: linear-gradient(270deg, #46BA97 0%, #4690BA 97.46%);
}

#company.service.reskilling .banner h2 {
  background: linear-gradient(180deg, #46BA97 0%, #4690BA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #4792B9;
  min-width: 0;
  margin-left: 0;
  font-size: clamp(54px, 10vw, 150px);
  line-height: 1.05;
  letter-spacing: 0;
  white-space: nowrap;
}

#company.service.reskilling .progress {
  margin: 0 0 44px;
}

#company.service.reskilling .progress .whitebox {
  display: flex;
  max-width: none;
  align-items: center;
  gap: 24px;
  padding: 28px 34px;
  border-radius: 20px;
}

#company.service.reskilling .progress ul {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 14px;
  background: #ECEFF2;
}

#company.service.reskilling .progress li a {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: #fff;
  color: #717D8A;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

#company.service.reskilling .progress li.active a,
#company.service.reskilling .progress li a:hover {
  color: #46BA97;
}

#company.service.reskilling .progress .btn {
  display: flex;
  width: 190px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: linear-gradient(270deg, #46BA97 0%, #4690BA 97.46%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

#company.service.reskilling .content .block-service {
  align-items: center;
}

#company.service.reskilling .content .block-service .right img {
  aspect-ratio: 356 / 238;
}

#company.service.reskilling .mini-list,
#company.service.reskilling .theme-box,
#company.service.reskilling .flow-list {
  margin-top: 18px;
}

#company.service.reskilling .mini-list li,
#company.service.reskilling .theme-box p,
#company.service.reskilling .flow-list li {
  color: #717D8A;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

#company.service.reskilling .mini-list li {
  position: relative;
  padding-left: 18px;
}

#company.service.reskilling .mini-list li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(270deg, #46BA97 0%, #4690BA 97.46%);
  content: "";
}

#company.service.reskilling .theme-box {
  padding: 24px;
  border: 1px solid #ECEFF2;
  border-radius: 12px;
  background: #fff;
}

#company.service.reskilling .theme-box p {
  padding: 0 0 12px;
  border-bottom: 1px solid #ECEFF2;
}

#company.service.reskilling .theme-box p + p {
  padding-top: 12px;
}

#company.service.reskilling .theme-box p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

#company.service.reskilling .theme-box strong {
  display: block;
  color: #515B67;
  font-size: 15px;
}

#company.service.reskilling .course-section {
  margin-bottom: 30px;
  padding: 58px 50px 48px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 15px 20px rgba(176, 183, 195, 0.15);
  scroll-margin-top: 110px;
}

#company.service.reskilling .course-section h4 {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #D3965B;
  font-family: "Filson Pro Bold", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
}

#company.service.reskilling .course-section h4::before {
  display: inline-block;
  width: 51px;
  height: 4px;
  margin-right: 14px;
  background: #D3965B;
  content: "";
}

#company.service.reskilling .course-section h5 {
  margin-bottom: 14px;
  color: #515B67;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

#company.service.reskilling .course-lead,
#company.service.reskilling .course-section .note,
#company.service.reskilling .form-note {
  color: #97A2AE;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

#company.service.reskilling .course-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 18px;
}

#company.service.reskilling .course-list article {
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr) 190px;
  gap: 12px 20px;
  align-items: start;
  padding: 22px;
  border: 1px solid #ECEFF2;
  border-radius: 14px;
}

#company.service.reskilling .course-list span {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 20px;
  background: rgba(71, 146, 185, 0.12);
  color: #4792B9;
  font-size: 12px;
  font-weight: 700;
}

#company.service.reskilling .course-list h6 {
  grid-column: 2 / 3;
  color: #515B67;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

#company.service.reskilling .course-list p {
  grid-column: 2 / 3;
  max-width: none;
  color: #717D8A;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

#company.service.reskilling .course-list .price {
  grid-column: 3 / 4;
  grid-row: 1 / span 5;
  align-self: center;
  color: #515B67;
  font-size: 20px;
  line-height: 1.5;
  text-align: right;
}

#company.service.reskilling .course-list .price small {
  display: block;
  color: #97A2AE;
  font-size: 12px;
}

#company.service.reskilling .form-note {
  margin-top: 14px;
}

#company.service.reskilling .course-action {
  margin-top: 24px;
}

#company.service.reskilling .course-action a {
  display: inline-flex;
  min-width: 205px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid #4792B9;
  border-radius: 24px;
  color: #4792B9;
  font-size: 13px;
  font-weight: 700;
}

#company.service.reskilling .course-action a:hover {
  background: #4792B9;
  color: #fff;
}

#company.service.reskilling .flow-list {
  counter-reset: flow;
}

#company.service.reskilling .flow-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  border-bottom: 1px solid #ECEFF2;
}

#company.service.reskilling .flow-list li:last-child {
  border-bottom: 0;
}

#company.service.reskilling .flow-list span {
  color: #4792B9;
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  line-height: 1;
}

#company.service.reskilling .contact-box {
  margin-top: 30px;
  padding: 34px 40px;
  border-radius: 20px;
  background: #25292E;
  color: #fff;
}

#company.service.reskilling .contact-box h4 {
  font-size: 22px;
  font-weight: 700;
}

#company.service.reskilling .contact-box p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

#company.service.reskilling .contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

#company.service.reskilling .contact-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 24px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

#company.service.reskilling .contact-links a:last-child {
  border-color: #4792B9;
  background: linear-gradient(270deg, #46BA97 0%, #4690BA 97.46%);
}

@media (max-width: 992px) {
  #company.service.reskilling .progress .whitebox {
    flex-direction: column;
    align-items: stretch;
  }

  #company.service.reskilling .progress ul,
  #company.service.reskilling .course-list article {
    grid-template-columns: 1fr;
  }

  #company.service.reskilling .progress .btn {
    width: 100%;
  }

  #company.service.reskilling .course-list h6,
  #company.service.reskilling .course-list p,
  #company.service.reskilling .course-list .price {
    grid-column: auto;
  }

  #company.service.reskilling .course-list .price {
    grid-row: auto;
    text-align: left;
  }
}

@media (max-width: 768px) {
  #company.service.reskilling .progress {
    margin-bottom: 30px;
  }

  #company.service.reskilling .progress .whitebox,
  #company.service.reskilling .course-section,
  #company.service.reskilling .contact-box {
    padding: 24px 20px;
  }

  #company.service.reskilling .progress li a {
    justify-content: flex-start;
    min-height: 46px;
    text-align: left;
  }

  #company.service.reskilling .course-section h4 {
    font-size: 22px;
  }

  #company.service.reskilling .banner h2 {
    margin-left: 0;
    font-size: clamp(38px, 11.5vw, 54px);
  }

  #company.service.reskilling .course-list article {
    padding: 18px;
  }

  #company.service.reskilling .course-list .price {
    font-size: 18px;
  }

  #company.service.reskilling .contact-links {
    display: grid;
  }
}
