/* General Styles */
body {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
}

header {
  background-color: #ffffff;
}

header h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48.41px;
  text-align: left;
  color: #2b2b2b;
}

.header-text {
  vertical-align: bottom;
}

header p {
  font-size: 22px;
  font-weight: 400;
  line-height: 26.63px;
  text-align: left;
  color: #2b2b2b;
}

.card {
  border: none;
  border-radius: 8px;
  overflow: hidden;
}

/* Webinar Card Styles */
.webinar-card {
  border-radius: 10px;
  overflow: hidden;
}

.webinar-card .card-img {
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
}

.webinar-card .card-img-overlay {
  border-radius: 10px;
}

.webinar-card .card-title,
.webinar-card .card-text {
  margin-left: 15px;
}

/* CARD SERVICE */
.card-service {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-service .card-img {
  border-radius: 16px;
  height: 716px;
  object-fit: cover;
}

.card-service .card-img-overlay {
  color: #ffffff;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(70, 70, 70, 0) 0%,
    rgba(0, 0, 0, 0.8) 80%
  );
  backdrop-filter: blur(0.5px);
}
.card-service .card-body {
  position: absolute;
  top: 60%;
}
.card-service .card-body .card-title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
}
.card-service .card-body .card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* FOOTER */
footer {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 10px 0px;
  border-top: 2px solid #e9ecef;
}

footer p {
  margin-bottom: 0;
}

/* MEDIUM SCREEN */
@media screen and (max-width: 1366px) {
  header h1 {
    font-size: 38px;
  }

  header p {
    font-size: 20px;
  }

  .webinar-card .card-img {
    height: 180px;
  }

  .card-service .card-img {
    height: 580px;
  }

  .card-service .card-img-overlay {
    top: 20%;
  }
  .card-service .card-body {
    top: 62%;
  }
  .card-service .card-body .card-title {
    font-size: 22px;
    line-height: 34px;
  }
  .card-service .card-body .card-text {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1366px) {
  .container-fluid {
    padding: 0px 26px;
  }
}

/* qkoh_st */
/* LOADING */
.loading-container-1 {
  height: 100vh;
  width: 100vw;
  font-family: Helvetica;
  position: fixed;
  z-index: 9999 !important;
  /* display: none; */
}

.loading-overlay-1 {
  position: fixed; /* Menetapkan posisi fixed untuk mengisi seluruh area layar */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
      255,
      255,
      255,
      0.7
  ); /* Nilai alpha (0.5) menentukan tingkat transparansi */
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-1 {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loader--dot-1 {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}

.loader--dot-1:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s;
}

.loader--dot-1:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s;
}

.loader--dot-1:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.3s;
}

.loader--dot-1:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.2s;
}

.loader--dot-1:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}

.loader--dot-1:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}

.loader--text-1 {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
}

.loader--text-1:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes loader {
  15% {
      transform: translateX(0);
  }

  45% {
      transform: translateX(230px);
  }

  65% {
      transform: translateX(230px);
  }

  95% {
      transform: translateX(0);
  }
}

@keyframes loading-text {
  0% {
      content: "Loading";
  }

  25% {
      content: "Loading.";
  }

  50% {
      content: "Loading..";
  }

  75% {
      content: "Loading...";
  }
}
/* END LOADING */

/* MODAL SERTIFIKAT */
.form-control:disabled{
  color: #2b2b2b !important;
}
.modal-title{
  font-size: 22px !important;
  font-weight: 600 !important;
}
.btn-download-sertifikat, .btn-download-sertifikat:hover {
  padding: 12px 50px !important;
}
.link-sertifikat {
  text-decoration: underline;
  color: #5c6166;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.link-sertifikat:hover{
  color: #3b3c3d;
}
.img-sertifikat {
  padding-bottom: 12px;
}
/* MODAL SERTIFIKAT */

/* end qkoh_st */
