@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

body {
  font-family: "Roboto";
  font-size: 1rem;
  color: #333333;
}
a {
  text-decoration: none !important;
}
.tracer-nav-link:hover {
  color: orange !important;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* ============================================================================= HEADER */
.hero-section {
  width: 100%;
  position: relative;
  background: linear-gradient(
      to right,
      rgba(31, 28, 88, 0.9) 10%,
      rgba(31, 28, 88, 0.7) 50%,
      rgba(31, 28, 88, 0.1) 100%
    ),
    url("https://ity.ac.id/img/pages/1741670352_dsc01420.JPG");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  padding-top: 3rem;
  height: 450px;
}

.hero-section:after {
  content: "";
  background-image: url("/core/assets/images/wave.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -20px;
}

.hero-tag {
  position: relative;
  font-size: 0.85rem;
  font-family: "Lora";
  text-align: center;
  display: flex;
  justify-content: center;
}
.hero-title {
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.hero-caption {
  font-family: "Roboto";
  text-align: center;
}
.hero-cta {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.btn-tracer {
  background-color: orange;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  max-width: 220px;
  text-transform: uppercase;
  justify-content: center;
}
.btn-tracer i {
  margin-left: 5px;
  transition: margin-left 0.3s ease;
}
.btn-tracer:hover {
  transform: scale(1.005);
  background-color: darkorange;
  color: #003366;
}
.btn-tracer:hover i {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .hero-tag {
    padding-left: 70px;
    justify-content: left;
  }
  .hero-tag::before {
    content: "";
    position: absolute;
    left: 0;
    top: 51%;
    width: 60px;
    height: 1px;
    background-color: white;
  }
  .hero-title {
    width: 50%;
    text-align: left;
  }
  .hero-caption {
    width: 50%;
    text-align: left;
  }
  .hero-cta {
    justify-content: start;
    margin-top: 10px;
  }
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* ============================================================================= HEADER */
.about-section {
  background-color: white;
  padding: 50px 0;
}

.about-tag {
  font-size: 1.5rem;
  font-family: "Lora";
  text-align: center;
  margin-bottom: 0;
}
.about-title {
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.about-description {
  text-align: center;
}
.about-image-container {
  display: flex;
  justify-content: center;
}
.about-image {
  width: 100%;
}
@media (min-width: 768px) {
  .about-tag {
    text-align: left;
    font-size: 1rem;
  }
  .about-title {
    text-align: left;
  }
  .about-description {
    text-align: start;
  }
  .about-image-container {
    justify-content: end;
  }
  .about-image {
    width: 75%;
  }
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* ============================================================================= FLOW SECTION */
.flow-section {
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  padding: 50px 0;
  color: white;
}
.flow-section::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  z-index: 0;
}
.flow-container {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: top !important;
  justify-content: center;
  flex-wrap: wrap;
}

.flow-content figure {
  position: relative;
  filter: brightness(0) invert(1);
}
.flow-content figure img {
  height: 75px;
}
.flow-content {
  color: white;
  padding: 0 !important;
  padding: 20px !important;
}
.flow-title {
  color: white;
  font-size: 1rem;
  font-family: "Poppins";
}
.flow-title em {
  color: orange;
}
@media (min-width: 768px) {
  .flow-container {
    flex-wrap: nowrap;
  }
  .flow-content:not(:last-child) figure::after {
    content: "";
    background-image: url("/core/assets/images/arrow.png");
    background-size: 100% 100%;
    background-position: top center;
    position: absolute;
    top: 0;
    width: 85%;
    height: 50px;
  }
  .flow-content:nth-child(1) figure::after {
    top: -10%;
  }
  .flow-content:nth-child(2) figure::after {
    left: 24%;
    top: 10%;
  }
  .flow-content:nth-child(odd) figure::after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* ============================================================================= FOOTER SECTION */
.footer-section {
  padding: 100px 0 50px 0;
  color: white;
  background-color: #051135;
}
footer {
  background-color: #15265b;
  color: white;
  font-size: small;
  text-align: center;
  padding: 20px 0;
}
.footer-container {
  text-align: center;
}
.footer-title {
  font-size: 1.25rem;
}
.footer-title em {
  color: yellow;
}
.social_icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.social-cta {
  color: white;
  margin: 0.2rem;
  padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  border-radius: 5px;
  border: 1px solid #555;
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  transition: all ease 0.3s;
}

.social-cta:hover {
  transform: scale(1.05);
}

.social-cta:hover i {
  color: yellow;
}
.cta-footer {
  color: orange;
  transition: all ease 0.3s;
}
.cta-footer:hover {
  color: rgb(255, 221, 0);
}
.text-small {
  font-size: 0.82rem;
}
@media (min-width: 768px) {
  .footer-title {
    font-size: 1.5rem;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* ============================================================================= FOOTER SECTION */
.cta-section {
  background-color: #edeef0;
  position: relative;
  text-align: center;
}
.cta-content {
  background-color: #15265b;
  background-image: url("/core/assets/images/shape.png");
  background-size: cover;
  color: white;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -50px;
  border-radius: 10px;
  padding: 50px;
}
.cta-title {
  font-size: 1.5rem;
  font-family: "Poppins";
}
.cta-button {
  margin-top: 20px !important;
  background-color: transparent;
  border: 1px solid white;
  padding: 0.5rem 2rem;
  color: white;
  transition: all ease 0.3s;
}
.cta-button:hover {
  background-color: white;
  color: #555;
  transform: scale(1.5);
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* ============================================================================= HEADER TRACER */
.login-tracer-section {
  padding: 50px 0;
}
.login-tracer-login {
  font-size: 1.5rem;
  font-family: "Poppins";
  margin-bottom: 30px;
}
.login-tracer-image-container {
  display: flex;
  justify-content: center;
}
.login-tracer-image {
  width: 100%;
}
.tracer-form-input {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media (min-width: 768px) {
  .login-tracer-image-container {
    justify-content: end;
  }
  .login-tracer-image {
    width: 75%;
  }
}

.hero-tracer-section {
  padding: 50px 0;
  background-color: #15265b;
  background-image: url("/core/assets/images/shape.png");
  background-size: cover;
  color: white;
  text-align: center;
}
.hero-tracer-title {
  font-size: 1.5rem;
  font-family: "Poppins";
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* ============================================================================= HEADER KUESIONER */
.kuesioner-section {
  padding: 50px 0;
}
.kuesioner-title {
  font-size: 1.5rem;
  font-family: "Poppins";
  margin-bottom: 30px;
}
.kuesioner-input:disabled {
  background-color: #b8b8b8 !important; /* Warna latar belakang */
  border-color: #cccccc; /* Warna border */
  cursor: not-allowed; /* Mengubah kursor */
}
.required::after {
  content: " *";
  color: #ff5733;
  font-weight: bold;
}
.kuesioner-form-title {
  font-size: 1.25rem;
  font-family: "Poppins";
}
