.page-title {
    padding: 88px 0 56px;
    background: #000;
}

.page-title .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
}

.page-title .bg-layer-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title .bg-layer:before {
    position: absolute;
    content: "";
    background: rgba(102, 145, 255, 0.7);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.page-title .bg-layer-transparent:before {
    position: absolute;
    content: "";
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.page-title h1 {
    padding-top: 50px;
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 22px;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    padding-right: 15px;
    margin-right: 5px;
}

.page-title .bread-crumb li:last-child {
    padding: 0px !important;
    margin: 0px !important;
}

.page-title .bread-crumb li a {
    display: inline-block;
    color: #fff;
}

.page-title .bread-crumb li a:hover {
    color: var(--theme-color);
}

.page-title .bread-crumb li:before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    top: 0px;
    right: 0px;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .title {
    font-family: Poppins;
    font-weight: 800;
    font-size: 36.61px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #121212;
}

.page-title .subtitle {
    font-family: Poppins;
    font-weight: 800;
    font-size: 36.61px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #1C70EE;
}

.page-title .people-wrapper {
    position: absolute;
    top: 0; /* biar full tinggi section */
    left: 0;
    right: 0;
    bottom: 0; /* tambahin ini biar bisa align ke bawah */
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; /* orangnya nempel ke bawah */
    pointer-events: none;
    padding: 0 40px;
}
  
.page-title .people {
    max-height: 350px; /* atur sesuai gambar */
    height: auto;      /* biar proporsional */
}

.page-title .form-label {
    position: relative;
    display: block;
    font-weight: 600;
    text-align: left;
    font-size: 14px;
}