@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800&display=swap");

body {
  font-family: "Montserrat", sans-serif;
  background-color: #F8FFED;
}

p {
  margin-bottom: 0px !important;
}

.p-testimonial {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

.p-testimonial:hover {
  -webkit-line-clamp: unset;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: flex !important;
  align-items: center !important;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.bg-main {
  background-color: #0a2444;
}

.bg-bg {
    background-color: #F8FFED !important;
}

.bg-dark-teal {
  background-color: #104f96 !important;
}

.bg-green-300 {
  background-color: #1f65a6;
}

.bg-green-900 {
  background-color: #104f96;
}

.bg-green-gradient {
  background: #0c356a;
  background: linear-gradient(
    90deg,
    rgb(16, 80, 152) 0%,
    hsl(275, 65%, 44%) 100%
  );
}

.btn-flow {
  width: 3.3rem;
  height: 3.3rem;
}

.btn-green-300 {
  background-color: #4ba61f;
  color: black;
}

.btn-green-300:hover {
  background-color: #004c30 !important;
  color: white !important;
}

.btn-green-900 {
  background-color: #004c30 !important;
  color: white !important;
}

.btn-green-900:hover {
  background-color: #4ba61f;
  color: black;
}

.btn-success {
  background-color: #004c30 !important;
  color: #ffffff !important;
  border: none !important;
}

.btn-main {
  background-color: #0a2444;
  color: var(--bs-white);
}

.btn-main:hover {
  background-color: var(--bs-light);
  border-color: #0a2444 !important;
}

.text-main {
  color: #0a2444;
  font-size: 46px;
}

.text-green-300 {
  color: #4ba61f;
}

.text-green-900 {
  color: #004c30;
}

.nav-link {
  color: rgb(36, 36, 36) !important;
}

.nav-active {
  color: #004c30 !important;
  font-weight: 600;
}

.nav-link:hover {
  color: #4ba61f !important;
}

.rounded-s {
  border-radius: 20px 0 0 20px;
}

.rounded-e {
  border-radius: 0 20px 20px 0;
}

.section-custom {
  margin-top: 100px !important;
}

.search-c:focus {
  border-color: var(--bs-info) !important;
  box-shadow: 0px 3px 4px 0.1rem rgb(13, 202, 240, 0.25) !important;
}

.vertical-line {
  position: absolute;
  bottom: -50px;
  left: 27px; /* Adjust the position of the line as needed */
  transform: translateX(-50%);
  width: 4px; /* Set the width of the vertical line */
  height: 96%; /* Make the line span the entire height of the parent */
  content: ""; /* Required for pseudo-elements */
}

@media only screen and (max-width: 668px) {
  .btn-flow {
    width: 1.4rem;
    height: 2rem;
    font-size: 10px !important;
  }

  .info-daftar {
    width: 100% !important;
  }

  .text-main {
    font-size: 28px;
    line-height: 64px;
  }

  .material-icons.md-36 {
    font-size: 24px;
  }

  .section-custom {
    margin-top: 64px !important;
  }

  .vertical-line {
    bottom: -48px;
    left: 12px;
    height: 150%;
  }
}
