/* Endast för Utbildningar.php */

.utb-page {
  background: transparent;
  padding: 0;
}

.utb-page > .container {
  width: calc(100% - 120px);
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.utb-main {
  background: #ffffff;
  width: 100%;
  margin: 0;
  padding: 55px 55px 70px;
  box-sizing: border-box;
  min-height: 400px;
}

.utb-title {
  margin: 0 0 40px;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  color: #1c1c1c;
}

.utb-category {
  margin-bottom: 55px;
}

.utb-category:last-child {
  margin-bottom: 0;
}

.utb-category__title {
  margin: 0 0 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #00aeef;
}

.utb-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.utb-card {
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  padding: 28px 28px 26px;
  text-align: center;
  min-height: 290px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.utb-card2 {
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  padding: 28px 28px 26px;
  text-align: center;
  min-height: 290px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.utb-card__content {
  margin-bottom: 18px;
}


.utb-card h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
  color: #00aeef;
}

.utb-card__duration {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.utb-card__label {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.utb-card__text {
  margin: 0 auto;
  max-width: 92%;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.utb-card__button {
  display: inline-block;
  align-self: center;
  padding: 11px 24px;
  border: 1px solid #8ea0bf;
  border-radius: 999px;
  background: transparent;
  color: #2d5a97;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  transition: all 0.2s ease;
}

.utb-card__button:hover {
  background: #2d5a97;
  border-color: #2d5a97;
  color: #fff;
}

@media (max-width: 1280px) {
  .utb-page > .container {
    width: calc(100% - 80px);
    max-width: none;
  }
}

@media (max-width: 980px) {
  .utb-page > .container {
    width: calc(100% - 40px);
  }

  .utb-main {
    padding: 40px 30px 50px;
  }

  .utb-title {
    font-size: 42px;
  }

  .utb-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .utb-page > .container {
    width: calc(100% - 20px);
  }

  .utb-main {
    padding: 28px 18px 35px;
  }

  .utb-title {
    font-size: 34px;
    margin-bottom: 28px;
  }

  .utb-category__title {
    font-size: 24px;
  }

  .utb-card {
    padding: 22px 16px 20px;
    min-height: auto;
  }

  .utb-card h3 {
    font-size: 19px;
  }

  .utb-card__text {
    max-width: 100%;
    font-size: 15px;
  }

  .utb-card__button {
    width: 100%;
    padding: 12px 16px;
    text-align: center;
  }
}

html {
  scroll-behavior: smooth;
}

#Asbest,
#PCB,
#Portacount {
  scroll-margin-top: 60px;
}
