.header {
  padding-top: 50px;
}
.header .left {
  border-radius: 15px;
  background-image: url("/assets/frontend/images/partnership/header-left.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.header .left .h-600 {
  height: 600px;
}
.header .left h1 {
  color: #FFF;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.header .left h2 {
  color: #FFF;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.header .left h3 {
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.header .left .btn-white {
  border-radius: 99999px;
  border: 1px solid #FFF;
  background: #FFF;
  color: #0192DA;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header .right {
  border-radius: 15px;
  height: 600px;
  overflow: hidden; /* Ensures that overflowing parts of the image are hidden */
}
.header .right img {
  border-radius: 15px;
  width: 100%; /* Make the image fill the container horizontally */
  height: 100%; /* Make the image fill the container vertically */
  -o-object-fit: cover;
     object-fit: cover; /* Ensures the image scales and fills the container while cropping evenly */
}

.owl-carousel .item {
  margin-right: 30px;
}

.d-flex {
  flex-wrap: wrap;
}

.information h1 {
  color: #233D63;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.information h4 {
  color: rgba(35, 61, 99, 0.75);
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cooperation {
  background-color: #0192DA;
}
.cooperation .left img {
  width: 350px;
}
.cooperation .right h1 {
  color: #FFF;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.cooperation .right p {
  color: rgba(255, 255, 255, 0.9);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.goals {
  background-color: #233D63;
  color: white;
}
.goals h1 {
  color: #FFF;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.goals p, .goals li {
  color: rgba(255, 255, 255, 0.9);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.goals .right img {
  width: 350px;
}

.btn-blue {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 99999px;
  border: 1px solid #0192DA;
  background: #0192DA;
}

.collab-info {
  border-radius: 12px;
  background-image: url("/assets/frontend/images/partnership/bg-daftar.png");
}
.collab-info h3 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.collab-info h5 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.collab-info p {
  color: #FFF !important;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.documentation h1 {
  color: #0192DA;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.row {
  flex-wrap: wrap;
}

.proven {
  background-image: url("/assets/frontend/images/partnership/Bg-With-Wave-2.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.proven h1 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.proven .proven-item {
  margin-top: 30px;
  color: white;
  text-align: center;
  width: 290px;
}
.proven .proven-item h2 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.proven .proven-item h5 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.proven .item-1 {
  border-right: #FFF solid 2px;
}
.proven .item-2 {
  border-right: #FFF solid 2px;
}
.proven .item-3 {
  border-right: #FFF solid 2px;
}

.collaboration h3 {
  color: #233D63;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.collaboration-form .form-group {
  margin-bottom: 1rem;
}
.collaboration-form .form-group label {
  display: block;
  margin-bottom: 8px;
  color: #233D63;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.collaboration-form .input-wrapper {
  position: relative;
}
.collaboration-form .input-wrapper i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6C757D;
}
.collaboration-form .form-control {
  width: 100%;
  padding: 10px 10px 10px 35px;
  border-radius: 6px;
  border: 0.5px solid var(--Blue-Gray, #919EB1);
  border-radius: 6px;
  font-size: 14px;
}
.collaboration-form .form-control:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.collaboration-form .form-control::-moz-placeholder {
  color: #A0A0A0;
}
.collaboration-form .form-control::placeholder {
  color: #A0A0A0;
}
.collaboration-form .card {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: #FFF;
}
.collaboration-form h4 {
  color: #233D63;
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.collaboration-form p {
  color: rgba(35, 61, 99, 0.75);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.why .col-lg-6 {
  padding-left: 0;
}
.why .why-card {
  border-radius: 12px;
  background: #0192DA;
}
.why .why-card h1 {
  color: #FFF;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.why .why-card .left {
  width: 75%;
}
.why .why-card .right {
  width: 25%;
}
.why h1 {
  color: #0192DA;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.why p {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

ul li {
  list-style-type: disc;
  margin-top: 10px;
}

.lb-outerContainer {
  height: auto !important;
}

/* Optional: Center the Lightbox content */
.lightbox .lb-image {
  width: 800px !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collaboration-form select {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 576px) {
  form .btn-blue {
    font-size: 13px;
  }
  .lightbox .lb-image {
    width: 350px !important;
  }
  .collaboration-form .right img {
    width: 350px !important;
  }
  .collaboration-form .collab-info {
    margin-top: 20px;
  }
  .why .why-card .left {
    width: 100%;
  }
  .why .why-card .right {
    width: 100%;
  }
  .proven {
    background-color: #0192DA;
    background-image: none;
  }
  .proven .item-1, .proven .item-2, .proven .item-3, .proven .item-4 {
    border-left: none !important;
    border-right: none !important;
  }
  .proven .item-2, .proven .item-3, .proven .item-4 {
    padding-top: 20px;
    border-top: 2px solid #fff;
  }
  .header .left {
    width: 350px;
  }
  .header .left h1 {
    font-size: 35px;
  }
  .header .left h2 {
    font-size: 20px;
  }
  .header .left h3 {
    font-size: 17px;
  }
  .header .right {
    display: none;
    width: 350px;
    height: 300px;
  }
  .header .right img {
    width: 100%;
  }
  .information h1 {
    font-size: 28px !important;
  }
  .information h4 {
    font-size: 18px;
  }
  .cooperation .right h1 {
    font-size: 20px;
  }
  .cooperation .right p {
    font-size: 16px;
  }
  .goals h1 {
    font-size: 28px;
  }
  .goals p, .goals li {
    font-size: 16px;
  }
  .documentation h1 {
    font-size: 30px;
  }
  .why p {
    font-size: 16px;
  }
  .why .why-card h1 {
    font-size: 23px;
  }
  .why .why-card .right img {
    margin-bottom: 10px;
  }
  .why h1 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .goals .right {
    width: 100%;
  }
  .cooperation .left {
    width: 100%;
  }
  .information h1 {
    font-size: 38px;
  }
  .proven .item-1, .proven .item-3 {
    border-left: #FFF 2px solid;
  }
  .proven .item-4 {
    border-right: #FFF 2px solid;
  }
}/*# sourceMappingURL=partnership.css.map */