* {
    font-family: "Lato", sans-serif;
    font-family: "Open Sans", sans-serif;
    font-family: "Work Sans", sans-serif;
}

.dotted-orange {
    list-style: none;
}

.dotted-orange li::before {
    content: "\2022";
    color: #ff5c00;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* Add custom styles here if needed */
.full-image {
    width: 80%;
    height: 100vh;
    object-fit: fill;
    position: absolute;
    left: 20%;
}

a {
    text-decoration: none;
}

/* Center the login form vertically */
.center-vertically {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80%;
}

/* Custom footer styles */
.custom-footer {
    color: #3a3a3a;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 106.682%;
    text-align: center;
    padding: 10px 0;
    margin-left: 10px;
}

/* Login Title */
.login-title {
    color: #545454;

    font-family: Open Sans;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.login-subtitle {
    color: #545454;

    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.182%;
    /* 22.893px */
}

/* form label */
.form-label {
    color: #b8b8b8;

    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.182%;
    /* 15.262px */
}

.custom-login-button {
    background: var(--H3-Gradient,
            linear-gradient(90deg, #2025ad 1.95%, #9b0ccd 119.9%));
    color: white;
    /* Text color for better visibility */
}

.custom-register-button {
    background: linear-gradient(90deg, #504f4f 50%, #828282 102.03%);
    color: white;
    /* Text color for better visibility */
}

.jumbotron {
    /* background-image: url("../assets/Lawangsewu\ fix.gif"); */
    /* Ganti dengan URL gambar background yang Anda inginkan */
     background-image: url('../assets/data-center.gif');
    background-position: center ;
    background-size: cover;
    color: #fff;
    height: 80%;
    /* Warna teks */
}

@media (max-width: 768px) {
    .jumbotron {
        background-position: bottom 0px right -63px;
    }
}

@media (max-width: 768px) {
    .card-main-dashboard {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .card-custom-center {
        height: 100% !important;
    }

    .card-custom-center .title-card {
        font-size: 24px !important;
    }

    .card-custom .title-card {
        font-size: 24px !important;
    }
}

.card-main-dashboard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}

.card-custom {
    background: linear-gradient(180deg, #0090c5 0.14%, #0ec3e2 99.86%);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.68);
    display: flex;
    width: 100%;
    height: 100%;
    padding: 30px 40px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    flex-shrink: 0;
    border-radius: unset;
    gap: 20px;
}

.card-custom-center {
    background: linear-gradient(180deg, #7a1ea5 52.83%, #d10d8f 138.59%);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.68);
    display: flex;
    width: 100%;
    height: 115%;
    padding: 30px 40px;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    flex-shrink: 0;
    border-radius: unset;
    gap: 20px;
}

.card-custom-center .title-card {
    font-size: 1.5rem;
    color: #fffcfc;
    text-align: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.card-custom .title-card {
    font-size: 1.5rem;
    color: #fffcfc;
    text-align: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.custom-login-button {
    background: var(--H3-Gradient,
            linear-gradient(90deg, #2025ad 1.95%, #9b0ccd 119.9%));
    color: white;
    /* Text color for better visibility */
}

.custom-button {
    border-radius: 60px;
    background: linear-gradient(90deg, #00838b 36.37%, #20b95d 99.95%);
}

.custom-title {
    background: var(--H3-Gradient,
            linear-gradient(90deg, #2025ad 1.95%, #9b0ccd 119.9%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.scrollable-container {
    overflow-x: auto;
    white-space: nowrap;
}

.offcanvas-backdrop {
    background: rgba(255, 255, 255, 0.9);
    /* Ubah alpha channel (transparansi) sesuai keinginan */
    backdrop-filter: blur(10px);
    /* Ubah nilai blur sesuai keinginan */
}

.mega-menu {
    width: 50vw;
}

.custom-link {
    color: #151f92;
    font-weight: 700;
    padding: 20px 10px;
}

.custom-link.show {
    color: #151f92 !important;
}

.custom-link.show:hover {
    color: #fff !important;
}

.custom-link:hover {
    color: #fff;
}

.custom-link1 {
    color: #ffffff;
    font-weight: 700;
    padding: 20px 10px;
}

.custom-link:hover {
    color: #fff;
    background: #00a7e4;
    padding: 20px 10px;
}

.custom-link1:hover {
    color: #fff;
    background: #00a7e4;
    padding: 20px 10px;
}

.parallax-slider {
    position: relative;
    padding: 250px 0px !important;
    background-image: url("../assets/gedung.jpeg");
    /* Ganti dengan URL gambar latar belakang Anda  */
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.parallax-slider svg {
    width: 97.743px;
    height: 79.205px;
    flex-shrink: 0;
}

@media (max-width: 576px) {
    .parallax-slider svg {
        width: 30% !important;
    }

    .parallax-slider {
        padding: 200px 0px !important;
    }
}

.parallax-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    background: linear-gradient(255deg,
            rgba(151, 14, 88, 0.86) -15.76%,
            rgba(5, 4, 73, 0.82) 71.17%);
    padding: 20px;
    width: 100%;
    height: 100%;
}

.hide-scroll::-webkit-scrollbar {
    display: none;
}

.hide-scroll {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.dropdown-toggle::after {
    display: none;
}

.custom-jumbotron {
    background: linear-gradient(255deg,
            rgba(151, 14, 88, 0.86) -15.76%,
            rgba(5, 4, 73, 0.82) 71.17%);
    /* Ganti dengan warna latar belakang yang Anda inginkan */
    height: 80vh;
    width: 100%;
}

/* about */
.row-about {
    margin-left: 60px;
    margin: 80px;
}

.about {
    padding: 10px 0;
    background-color: #fff;
    margin-bottom: -120px;
}

@media screen and (min-width: 550px) {
    .about {
        margin-right: 50px;
    }
}

.about h2 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: 60px;
    margin-bottom: 40px;
}

.about h3 {
    /* font-weight: 600;
    font-size: 32px;
    text-align: right;
     */
    color: #000;
    text-align: right;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 60px;
}

.about p {
    text-align: center;
    font-size: 20px;
    margin-left: 30px;
    color: #606060;
    margin: 40px;
}

.about ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.about ul li+li {
    margin-top: 10px;
}

.about ul li {
    position: relative;
    padding-left: 26px;
}

.about ul i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    color: #3498db;
}

.about .img-about {
    margin-left: 590px;
    margin-top: -220px;
}

.about .icon-boxes {
    padding-top: 10px;
}

.about .icon-boxes h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.about .icon-boxes i {
    font-size: 48px;
    color: #3498db;
}

.about .icon-boxes p {
    font-size: 15px;
    color: #848484;
}

.visi {
    padding: 10px 0;
    background-color: #fff;
}

.visi h2 {
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: 100px;
    margin-bottom: 40px;
}

.visi h3 {
    color: #000;
    text-align: right;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 60px;
}

.visi p {
    text-align: right;
    font-size: 20px;
    margin-left: 30px;
    margin-left: 50px;
    color: #0a0909;
    margin: 40px;
}

.visi .img-teropong {
    margin-left: 20px;
    margin-top: -20px;
    width: 250px;
}

.visi .img-visi {
    margin-left: 380px;
    margin-top: -20px;
}

.visi .img-panahan {
    margin-left: 370px;
    margin-top: -20px;
    width: 250px;
}

.visi .img-misi {
    margin-right: -180px;
    margin-top: -20px;
}

.visi ul li {
    text-align: left;
    font-size: 20px;
    color: #000;
    padding-right: 80px;
    margin-top: 20px;
    /* margin-left: 30px;
    padding-left: 20px; */
}

/* visi */

.green {
    background-image: url("../assets/img/partisi.png");
    /* Ganti dengan URL gambar background yang Anda inginkan */
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px 0;
}

/* perjalanan */
.perjalanan {
    padding: 10px 0;
    background-color: #e4e4e4ed;
}

.perjalanan h2 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: 80px;
    margin-bottom: 80px;
}

.perjalanan h3 {
    color: #000;
    text-align: center;
    font-size: 27px;
    margin-top: -30px;
}

.perjalanan p {
    text-align: center;
    font-size: 20px;
    color: #0a0909;
    margin: 20px 130px 20px 130px;
    display: flex;
}

.perjalanan .img-timeline {
    height: 800px;
}

/* perjalanan */

/* sekapur */
.sekapur {
    padding-top: -30px;
    background-color: #fff;
    margin: 10px 30px 40px 30px;
}

.sekapur h1 {
    color: #000;
    text-align: left;
    font-size: 27px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.sekapur h2 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: 100px;
    margin-bottom: 80px;
}

.sekapur h3 {
    color: #000;
    text-align: center;
    font-size: 27px;
    margin-top: -30px;
}

.sekapur p {
    text-align: center;
    font-size: 20px;
    color: #0a0909;
    margin: 20px;
}

.sekapur .card1 {
    box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    margin-left: 150px;
    margin-right: 150px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 35px;
}

.sekapur .card2 {
    box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    margin-left: 150px;
    margin-right: 150px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 35px;
}

.sekapur .card3 {
    box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    margin-left: 150px;
    margin-right: 150px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 35px;
}

.sekapur .card4 {
    box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    margin-left: 150px;
    margin-right: 150px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 35px;
}

.counter {
    background-image: url("../assets/img/partisi.png");
    /* Ganti dengan URL gambar background yang Anda inginkan */
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 120px 0;
    font-size: 30px;
}

.custom-jumbotron2 {
    /* background: url('./assets/img/strategy.png'); */
    /* Ganti dengan warna latar belakang yang Anda inginkan */
    height: 100%;
    width: 100%;
}

.jumbotron2 {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/strategy.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.jumbotron2 .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

.counter {
    background-image: url("../assets/img/laptop.png");
    /* Ganti dengan URL gambar background yang Anda inginkan */
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 120px 0;
    font-size: 30px;
}

/* direksi */
.dirut {
    padding: 10px 0;
    background-color: #fff;
    margin: 40px 30px 40px 30px;
}

.dirut h1 {
    color: #000;
    text-align: left;
    font-size: 27px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.dirut h2 {
    text-align: center;
    font-size: 65px;
    font-style: normal;
    font-weight: 1200;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: 80px;
    margin-bottom: 80px;
}

.dirut h3 {
    color: #4311cc;
    text-align: left;
    font-size: 30px;
    margin-top: -30px;
    margin-left: 500px;
    font-weight: 700;
}

.dirut p {
    text-align: left;
    font-size: 20px;
    color: #0a0909;
    margin: 20px;
    margin-left: 500px;
}

.dirut .card {
    box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}

.chief {
    background-image: url("../assets/img/brown.png");
    /* Ganti dengan URL gambar background yang Anda inginkan */
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    font-size: 30px;
}

.chief .img-chief {
    height: 500px;
    margin-top: -250px;
    margin-bottom: -40px;
    margin-right: 800px;
}

.chief .speak {
    color: #fff;
    text-align: left;
    margin-top: -100px;
    margin-left: 500px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-top: -90px;
}

.chief .komaatas {
    margin-top: -550px;
    margin-left: 500px;
    height: 10%;
}

.chief .komabawah {
    margin-top: -200px;
    margin-left: 390px;
}

/* Kondisi untuk browser Firefox */
@-moz-document url-prefix() {
    .chief .komaatas {
        margin-top: -320px;
        margin-left: 500px;
    }
}

@-moz-document url-prefix() {
    .chief .komabawah {
        margin-top: -140px;
        margin-left: 390px;
    }
}

.direksi .img-dir {
    margin-top: 30px;
}

.direksi .img-joko {
    margin-left: 450px;
}

.direksi .juduld {
    margin-left: -70px;
}

.direksi .textd {
    margin-left: -70px;
}

.direksi .judulj {
    margin-left: -40px;
}

.direksi .textj {
    margin-left: -30px;
}

/* sertifikat */
.row-sertifikat {
    margin-left: 60px;
    margin: 80px;
}

.sertifikat {
    padding: 10px 0;
    background-color: #fff;
}

.sertifikat h2 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: -40px;
    margin-bottom: 80px;
}

.sertifikat h3 {
    /* font-weight: 600;
    font-size: 32px;
    text-align: right;
     */
    color: #000;
    text-align: left;
    font-size: 45px;
    font-weight: 700;
    margin-top: -380px;
    margin-left: 400px;
}

.sertifikat p {
    text-align: left;
    font-size: 30px;
    margin-left: 400px;
    color: #606060;
}

.sertifikat .img-sertifikat {
    height: 400px;
    margin-top: -40px;
    margin-left: 50px;
    margin-bottom: -40px;
}

/* sertifikat */

/* iman */
.iman .img-iman {
    margin-left: 80px;
    margin-top: 20px;
}

.iman .img-frame {
    margin-left: 410px;
    margin-top: -250px;
}

/* iman */

.iman2 {
    padding: 100px 0;
    background-color: #e4e4e4ed;
    margin-top: -100px;
}

.iman2 h2 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: 40px;
    margin-bottom: 80px;
}

.iman2 h3 {
    color: #000;
    font-size: 30px;
    margin-top: 30px;
    margin-left: 20px;
    font-weight: 700;
}

.iman2 p {
    text-align: center;
    font-size: 20px;
    color: #0a0909;
    margin: 20px;
    display: flex;
}

.iman2 .img-timeline {
    height: 800px;
}

/* iman2 */

/* afiliasi */
.afiliasi h2 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: 40px;
    margin-bottom: 80px;
}

.afiliasi .img-jtd {
    margin-left: 100px;
}

.afiliasi .img-jti {
    margin-left: 20px;
}

.afiliasi .img-trimitel {
    margin-left: 120px;
}

/* afiliasi */

/* niaga */
.niaga {
    padding: 100px 0;
    margin-top: -100px;
}

.niaga h2 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: 70px;
    margin-bottom: 90px;
}

.niaga .img-alrajhi {
    margin-left: 50px;
}

.niaga .img-kaltim {
    margin-left: 240px;
}

.niaga .img-bjb {
    margin-left: 320px;
}

.niaga .img-unsoed {
    margin-left: 390px;
}

/* niaga */

/* Produkpemerintahan */
.custom-jumbotron3 {
    /* background: url('./assets/img/strategy.png'); */
    /* Ganti dengan warna latar belakang yang Anda inginkan */
    height: 100%;
    width: 100%;
}

.jumbotron3 {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/produkpem.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.jumbotron3 .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

/*--------------------------------------------------------------
    # produk1
    --------------------------------------------------------------*/

/* sipeta */
.produk1 .sipeta {
    text-align: left;
    margin-bottom: 30px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    background: #d7d7d7;
    margin-left: 180px;
}

.produk1 .sipeta img {
    max-width: 80%;
    margin: 0 -40px 30px 0;
}

.produk1 .sipeta h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.produk1 .sipeta span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.produk1 .sipeta p {
    padding-top: 10px;
    font-size: 14px;
    font-style: normal;
    color: #000000;
    margin-bottom: 100px;
}

.produk1 .btn-sipeta {
    align-items: center;
    border-radius: 30px;
    background: #00a7e4;
    border: none;
    font-size: smaller;
    padding-top: -90px;
    gap: 10px;
    /* padding: -10px 20px 30px 70px; */
    padding-top: -80px;
    justify-content: center;
    text-align: center;
}

/* sipeta */

/* sidia */
.produk1 .sidia {
    text-align: left;
    margin-bottom: 60px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 27px 20px;
    background: #f3f3f3;
    margin-right: 190px;
    margin-left: -23px;
}

.produk1 .sidia img {
    max-width: 80%;
    margin: 0 -40px 30px 0;
}

.produk1 .sidia h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.produk1 .sidia span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.produk1 .sidia p {
    padding-top: 10px;
    font-size: 14px;
    font-style: normal;
    color: #000000;
    margin-bottom: 100px;
}

.produk1 .btn-sidia {
    align-items: center;
    border-radius: 30px;
    background: #00a7e4;
    border: none;
    font-size: smaller;
    padding-top: -90px;
    gap: 10px;
    padding-top: -80px;
    justify-content: center;
    text-align: center;
}

/* sibuba */
.produk1 .sibuba {
    text-align: left;
    margin-bottom: 30px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    background: #f3f3f3;
    margin-left: 180px;
    margin-top: -60px;
}

.produk1 .sibuba img {
    max-width: 80%;
    margin: 0 -40px 30px 0;
}

.produk1 .sibuba h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.produk1 .sibuba span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.produk1 .sibuba p {
    padding-top: 10px;
    font-size: 14px;
    font-style: normal;
    color: #000000;
    margin-bottom: 100px;
}

.produk1 .btn-sibuba {
    align-items: center;
    border-radius: 30px;
    background: #00a7e4;
    border: none;
    font-size: smaller;
    padding-top: -90px;
    gap: 10px;
    /* padding: -10px 20px 30px 70px; */
    padding-top: -80px;
    justify-content: center;
    text-align: center;
}

/* sibuba */

/* sipoga */
.produk1 .sipoga {
    text-align: left;
    margin-bottom: 60px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 27px 20px;
    background: #d7d7d7;
    margin-right: 190px;
    margin-left: -23px;
    margin-top: -60px;
    padding-bottom: 35px;
}

.produk1 .sipoga img {
    max-width: 80%;
    margin: 0 -40px 30px 0;
}

.produk1 .sipoga h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.produk1 .sipoga span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.produk1 .sipoga p {
    padding-top: 10px;
    font-size: 14px;
    font-style: normal;
    color: #000000;
    margin-bottom: 100px;
}

.produk1 .btn-sipoga {
    align-items: center;
    border-radius: 30px;
    background: #00a7e4;
    border: none;
    font-size: smaller;
    padding-top: -90px;
    gap: 10px;
    padding-top: -80px;
    justify-content: center;
    text-align: center;
}

/* sipoga */

.counter-compt {
    background-image: url("../assets/img/compt.png");
    /* Ganti dengan URL gambar background yang Anda inginkan */
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 60px 0;
    font-size: 30px;
    margin-top: -60px;
    font-style: normal;
}

.counter-jabat {
    background-image: url("../assets/img/jabat.png");
    /* Ganti dengan URL gambar background yang Anda inginkan */
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 60px 0;
    margin-top: -60px;
}

/* Produk Desa */
.desa {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/padi.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.desa .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

.pemdes {
    padding: 10px 0;
    background-color: #fff;
    margin: 40px 30px 40px 30px;
}

.pemdes h2 {
    text-align: center;
    font-size: 35px;
    font-style: normal;

    /* 57.687px */
    letter-spacing: 1.92px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 80px;
}

.pemdes p {
    text-align: center;
    font-size: 20px;
    color: #0a0909;
    margin: 20px;
}

.layanan-pemdes {
    padding: 100px 0;
    margin-top: -100px;
}

.layanan-pemdes .img-siskeudes {
    margin-left: 50px;
    height: 60%;
}

.layanan-pemdes .img-siswaskeudes {
    margin-left: 180px;
    height: 60%;
}

.layanan-pemdes .img-rencana {
    margin-left: 320px;
    height: 50%;
}

.layanan-pemdes .img-transaksi {
    margin-left: 390px;
    height: 50%;
}

.layanan-pemdes .img-salur {
    margin-left: 50px;
    height: 80%;
    margin-top: -160px;
}

.layanan-pemdes .img-layanan {
    margin-left: 180px;
    height: 80%;
    margin-top: -160px;
}

.layanan-pemdes .img-eksekutif {
    margin-left: 320px;
    height: 80%;
    margin-top: -160px;
}

#masyarakat {
    margin-top: -240px;
    background-color: #f4f4f4;
    padding-top: -190px;
    margin-bottom: 60px;
}

.masyarakat h2 {
    text-align: center;
    font-size: 35px;
    font-style: normal;

    /* 57.687px */
    letter-spacing: 1.92px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 80px;
}

.masyarakat p {
    text-align: center;
    font-size: 20px;
    color: #0a0909;
    margin-top: -50px;
    margin-bottom: 60px;
}

.masyarakat .img-warga {
    margin-left: 50px;
    height: 50%;
}

.masyarakat .img-warung {
    margin-left: 180px;
    height: 50%;
}

.masyarakat .img-juragan {
    margin-left: 320px;
    height: 50%;
}

.masyarakat .img-mitra {
    margin-left: 420px;
    height: 50%;
}

#lingkungan {
    margin-top: -240px;
    background-color: #fff;
    padding-top: -190px;
    margin-bottom: -150px;
}

.lingkungan h2 {
    text-align: center;
    font-size: 35px;
    font-style: normal;

    /* 57.687px */
    letter-spacing: 1.92px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 80px;
}

.lingkungan p {
    text-align: center;
    font-size: 20px;
    color: #0a0909;
    margin-top: -50px;
    margin-bottom: 60px;
}

.lingkungan .img-bumdes {
    margin-left: 580px;
    height: 50%;
}

/* Produk Desa */

/* perbankan */
.custom-perbankan {
    /* background: url('./assets/img/strategy.png'); */
    /* Ganti dengan warna latar belakang yang Anda inginkan */
    height: 100%;
    width: 100%;
}

.perbankan {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/perbankan.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.perbankan .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

.about-perbankan .row {
    margin-left: 60px;
    margin: 80px;
}

.about-perbankan {
    padding: 10px 0;
}

.about-perbankan h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: right;
}

.about-perbankan p {
    text-align: right;
}

.about-perbankan .img-fluid {
    margin-left: 40px;
    background-image: url("../assets/img/image\ 22.png") center;
    width: 270px;
}

.counter-perbankan {
    background-image: url("../assets/img/rectanglelayanan.png");
    /* Ganti dengan URL gambar background yang Anda inginkan */
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 60px 0;
    font-size: 30px;
    margin-top: -60px;
    font-style: normal;
}

/* lakupandai */
.perbankan1 .lakupandai {
    text-align: left;
    margin-bottom: 30px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    background: #d7d7d7;
    margin-left: 180px;
    margin-bottom: 60px;
}

.perbankan1 .lakupandai img {
    max-width: 80%;
    margin: 0 -40px 30px 0;
}

.perbankan1 .lakupandai h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.perbankan1 .lakupandai span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.perbankan1 .lakupandai p {
    padding-top: 10px;
    font-size: 14px;
    font-style: normal;
    color: #000000;
    margin-bottom: 100px;
}

.perbankan1 .btn-lakupandai {
    align-items: center;
    border-radius: 30px;
    background: #00a7e4;
    border: none;
    font-size: smaller;
    padding-top: -90px;
    gap: 10px;
    /* padding: -10px 20px 30px 70px; */
    padding-top: -80px;
    justify-content: center;
    text-align: center;
}

/* cms */
.perbankan1 .cms {
    text-align: left;
    margin-bottom: 60px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 27px 20px;
    background: #f3f3f3;
    margin-right: 190px;
    margin-left: -23px;
}

.perbankan1 .cms img {
    max-width: 80%;
    margin: 0 -40px 30px 0;
}

.perbankan1 .cms h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.perbankan1 .cms span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.perbankan1 .cms p {
    padding-top: 10px;
    font-size: 14px;
    font-style: normal;
    color: #000000;
    margin-bottom: 100px;
}

.perbankan1 .btn-cms {
    align-items: center;
    border-radius: 30px;
    background: #00a7e4;
    border: none;
    font-size: smaller;
    padding-top: -90px;
    gap: 10px;
    /* padding: -10px 20px 30px 70px; */
    padding-top: -80px;
    justify-content: center;
    text-align: center;
}

/* lakupandai */
.perbankan2 .mbanking {
    text-align: left;
    margin-bottom: 30px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    background: #d7d7d7;
    margin-left: 180px;
}

.perbankan2 .mbanking img {
    max-width: 80%;
    margin: 0 -40px 30px 0;
}

.perbankan2 .mbanking h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.perbankan2 .mbanking span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.perbankan2 .mbanking p {
    padding-top: 10px;
    font-size: 14px;
    font-style: normal;
    color: #000000;
    margin-bottom: 100px;
}

.perbankan2 .btn-mbanking {
    align-items: center;
    border-radius: 30px;
    background: #00a7e4;
    border: none;
    font-size: smaller;
    padding-top: -90px;
    gap: 10px;
    /* padding: -10px 20px 30px 70px; */
    padding-top: -80px;
    justify-content: center;
    text-align: center;
}

/* lakupandai */
.perbankan2 .ibank {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 5px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 27px 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    background: #f3f3f3;
    margin-right: 190px;
    margin-left: -23px;
}

.perbankan2 .ibank img {
    max-width: 80%;
    margin: 0 -40px 30px 0;
}

.perbankan2 .ibank h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.perbankan2 .ibank span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.perbankan2 .ibank p {
    padding-top: 10px;
    font-size: 14px;
    font-style: normal;
    color: #000000;
    margin-bottom: 100px;
}

.perbankan2 .btn-ibank {
    align-items: center;
    border-radius: 30px;
    background: #00a7e4;
    border: none;
    font-size: smaller;
    padding-top: -90px;
    gap: 10px;
    /* padding: -10px 20px 30px 70px; */
    padding-top: -80px;
    justify-content: center;
    text-align: center;
}

/* lakupandai */

/* perbankan */
/* kesehatan */
.custom-kesehatan {
    /* background: url('./assets/img/strategy.png'); */
    /* Ganti dengan warna latar belakang yang Anda inginkan */
    height: 100%;
    width: 100%;
}

.kesehatan {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/medis.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.kesehatan .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

.about-kesehatan .row {
    margin-left: 60px;
    margin: 150px 80px;
}

.about-kesehatan {
    padding: 10px 0;
}

.about-kesehatan h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: left;
}

.about-kesehatan p {
    text-align: left;
}

.about-kesehatan img {
    width: 100%;
}

.btn-kesehatan button {
    border-radius: 30px;
    background: var(--H3-Gradient,
            linear-gradient(90deg, #2025ad 1.95%, #9b0ccd 119.9%));
    border: none;
    font-size: smaller;
    gap: 10px;
    padding: 8px 12px;
}

.about-simedika .row {
    margin-left: 60px;
    margin: 80px;
}

.about-simedika {
    /* padding: 10px 0; */
    margin-top: -90px;
}

.about-simedika h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: right;
}

.about-simedika p {
    text-align: right;
}

.about-simedika img {
    width: 100%;
}

.about-simedika .btn-simedika {
    border-radius: 30px;
    background: var(--H3-Gradient,
            linear-gradient(90deg, #2025ad 1.95%, #9b0ccd 119.9%));
    border: none;
    font-size: smaller;
    padding-top: -90px;
    gap: 10px;
    /* padding: -10px 20px 30px 70px; */
    padding-top: -80px;
    justify-content: center;
    text-align: center;
    margin-left: 385px;
    height: 20%;
    width: 30%;
}

.about-puskesmas .row {
    margin-left: 60px;
    margin: 80px;
}

.about-puskesmas {
    padding: 10px 0;
    background: #f4f4f4;
}

.about-puskesmas h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: left;
}

.about-puskesmas p {
    text-align: left;
}

.about-puskesmas img {
    width: 100%;
}

.about-askep .row {
    margin-left: 60px;
    margin: 80px;
}

.about-askep {
    /* padding: 10px 0; */
    margin-top: -50px;
}

.about-askep h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: right;
}

.about-askep p {
    text-align: right;
}

.about-askep img {
    width: 100%;
}

.about-askep .btn-askep {
    border-radius: 30px;
    background: var(--H3-Gradient,
            linear-gradient(90deg, #2025ad 1.95%, #9b0ccd 119.9%));
    border: none;
    font-size: smaller;
    padding-top: -90px;
    gap: 10px;
    padding: 8px 12px;
}

.counter-kesehatan {
    background-image: url("../assets/img/laptop.png");
    /* Ganti dengan URL gambar background yang Anda inginkan */
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 60px 0;
    font-size: 30px;
    margin-top: 20px;
    font-style: normal;
}

.counter-kesehatan .btn-kes {
    border-radius: 30px;
    background: white;
    border: none;
    font-size: 15px;
    justify-content: center;
    text-align: center;
    margin-left: -5px;
    height: 6%;
    width: 14%;
}

/* kesehatan */

.custom-startup {
    /* background: url('./assets/img/strategy.png'); */
    /* Ganti dengan warna latar belakang yang Anda inginkan */
    height: 100%;
    width: 100%;
}

.startup {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/startup.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.startup .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

.about-startup .row {
    margin-left: 60px;
    margin: 80px;
}

.about-startup {
    padding: 10px 0;
}

.about-startup h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: left;
}

.about-startup p {
    text-align: left;
}

.about-startup .img-roket {
    margin-left: 250px;
    width: 270px;
    height: 100%;
}

/* header */
.custom-layanan {
    /* background: url('./assets/img/strategy.png'); */
    /* Ganti dengan warna latar belakang yang Anda inginkan */
    height: 100%;
    width: 100%;
}

.layanan {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/perbankan.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.layanan .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

/* header */

/* about-layanan */
.about-layanan .row {
    margin-left: 60px;
    margin: 80px;
}

.about-layanan {
    padding: 10px 0;
}

.about-layanan h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: right;
}

.about-layanan p {
    text-align: right;
}

.about-layanan .img-fluid {
    margin-left: 40px;
    background-image: url("../img/image\ 22.png") center;
}

.layanan-container {
    background-image: url("../assets/img/rectanglelayanan.png");
    /* Ganti dengan URL gambar background yang Anda inginkan */
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px 0;
    text-align: center;
    padding: 100px;
    font-family: Open Sans;
    font-size: 40px;
}

/* produk-layanan */
#saas h3 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin: -20px;
}

#saas .row {
    margin-left: 60px;
    margin: 80px;
}

#saas p {
    text-align: center;
    margin: 40px;
    font-size: 25px;
    margin-left: 30px;
    margin-left: 50px;
}

#saas .text-center {
    display: flex;
    width: 256px;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
}

#iaas .row {
    margin-left: 60px;
    margin: 80px;
}

#iaas h3 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
}

#iaas p {
    text-align: center;
    margin: 40px;
    font-size: 25px;
    margin-left: 30px;
    margin-left: 50px;
}

#iaas .text-center {
    display: flex;
    width: 256px;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
}

#dc .row {
    margin-left: 60px;
    margin: 80px;
}

#dc h3 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
}

#dc p {
    text-align: center;
    margin: 40px;
    font-size: 25px;
    margin-left: 30px;
    margin-left: 50px;
}

#dc .text-center {
    display: flex;
    width: 256px;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
}

#it .row {
    margin-left: 60px;
    margin: 80px;
}

#it h3 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
}

#it p {
    text-align: center;
    margin: 40px;
    font-size: 25px;
    margin-left: 30px;
    margin-left: 50px;
}

#it .text-center {
    display: flex;
    width: 256px;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
}

#sd .row {
    margin-left: 60px;
    margin: 80px;
}

#sd h3 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
}

#sd p {
    text-align: center;
    margin: 40px;
    font-size: 25px;
    margin-left: 30px;
    margin-left: 50px;
}

#sd .text-center {
    display: flex;
    width: 256px;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
}

/* button layanan */
#saas .primary {
    width: 256px;
    height: 48px;
    padding-top: -100px;
    padding-bottom: -20px;
    justify-content: center;
    align-items: center;
    margin-left: 430px;
    border-radius: 30px;
    background: var(--H3-Gradient,
            linear-gradient(90deg, #2025ad 1.95%, #9b0ccd 119.9%));
    border: none;
}

#iaas .primary {
    width: 256px;
    height: 48px;
    padding-top: -100px;
    padding-bottom: -20px;
    justify-content: center;
    align-items: center;
    margin-left: 430px;
    border-radius: 30px;
    background: var(--H3-Gradient,
            linear-gradient(90deg, #2025ad 1.95%, #9b0ccd 119.9%));
    border: none;
}

#dc .primary {
    width: 256px;
    height: 48px;
    padding-top: -100px;
    padding-bottom: -20px;
    justify-content: center;
    align-items: center;
    margin-left: 430px;
    border-radius: 30px;
    background: var(--H3-Gradient,
            linear-gradient(90deg, #2025ad 1.95%, #9b0ccd 119.9%));
    border: none;
}

#it .primary {
    width: 256px;
    height: 48px;
    padding-top: -100px;
    padding-bottom: -20px;
    justify-content: center;
    align-items: center;
    margin-left: 430px;
    border-radius: 30px;
    background: var(--H3-Gradient,
            linear-gradient(90deg, #2025ad 1.95%, #9b0ccd 119.9%));
    border: none;
}

#sd .primary {
    width: 256px;
    height: 48px;
    padding-top: -100px;
    padding-bottom: -20px;
    justify-content: center;
    align-items: center;
    margin-left: 430px;
    border-radius: 30px;
    background: var(--H3-Gradient,
            linear-gradient(90deg, #2025ad 1.95%, #9b0ccd 119.9%));
    border: none;
}

/* button layanan */

/* header layanan-saas*/
.layanan-saas {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/perbankan.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.layanan-saas .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

#about-saas h3 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin: -20px;
}

#about-saas p {
    margin: 20px 40px 20px 20px;
    font-size: 25px;
    margin-left: 50px;
}

#about-saas .text-center {
    display: flex;
    width: 256px;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
}

#benefit h3 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: 10px;
    margin-bottom: 40px;
}

#benefit h5 {
    color: #4e4e4e;
    margin-left: 30px;
    font-family: sans-serif;
}

#benefit p {
    text-align: left;
    font-size: 20px;
    margin-left: 30px;
    margin-left: 50px;
    color: #606060;
}

/* header layanan-saas*/

/* header layanan-iaas*/
.layanan-iaas {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/perbankan.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.layanan-iaas .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

#about-iaas h3 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin: -20px;
}

#about-iaas p {
    margin: 20px;
    font-size: 25px;
    margin-left: 50px;
}

#about-iaas .text-center {
    display: flex;
    width: 256px;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
}

#benefit-iaas h3 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: 10px;
    margin-bottom: 40px;
}

#benefit-iaas h5 {
    color: #4e4e4e;
    margin-left: 30px;
    font-family: sans-serif;
}

#benefit-iaas p {
    text-align: left;
    font-size: 20px;
    margin-left: 30px;
    margin-left: 50px;
    color: #606060;
}

/* header layanan-iaas*/

/* header layanan-datacenter*/
.layanan-datacenter {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/perbankan.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.layanan-datacenter .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

#about-dc h3 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin: -20px;
}

#about-dc p {
    margin: 20px;
    font-size: 25px;
    margin-left: 50px;
}

#about-dc .text-center {
    display: flex;
    width: 256px;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
}

#benefit-dc h3 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: 10px;
    margin-bottom: 40px;
}

#benefit-dc h5 {
    color: #4e4e4e;
    margin-left: 30px;
    font-family: sans-serif;
}

#benefit-dc p {
    text-align: left;
    font-size: 20px;
    margin-left: 30px;
    margin-left: 50px;
    color: #606060;
}

/* header layanan-datacenter*/

/* header layanan-itconsul*/
.layanan-itconsul {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/perbankan.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.layanan-itconsul .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

#about-konsul h3 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin: -20px;
}

#about-konsul p {
    margin: 20px;
    font-size: 25px;
    margin-left: 50px;
}

#about-konsul .text-center {
    display: flex;
    width: 256px;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
}

#benefit-konsul h3 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: 10px;
    margin-bottom: 40px;
}

#benefit-konsul h5 {
    color: #4e4e4e;
    margin-left: 30px;
    font-family: sans-serif;
}

#benefit-konsul p {
    text-align: left;
    font-size: 20px;
    margin-left: 30px;
    margin-left: 50px;
    color: #606060;
}

/* header layanan-itconsul*/

/* header layanan-development*/
.layanan-develop {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/perbankan.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.layanan-develop .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

#about-develop h3 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin: -20px;
}

#about-develop p {
    margin: 20px;
    font-size: 25px;
    margin-left: 50px;
}

#about-develop .text-center {
    display: flex;
    width: 256px;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
}

#benefit-develop h3 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: 10px;
    margin-bottom: 40px;
}

#benefit-develop h5 {
    color: #4e4e4e;
    margin-left: 30px;
    font-family: sans-serif;
}

#benefit-develop p {
    text-align: left;
    font-size: 20px;
    margin-left: 30px;
    margin-left: 50px;
    color: #606060;
}

/* header layanan-development*/

/* header kenapalst*/
.kenapalst {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/strategy.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.kenapalst .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

.card-kenapalst .keamanan {
    text-align: left;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px 30px;
    background: #fff;
    margin-left: -20px;
    margin-left: 10px;
    border-radius: 30px;
    /* text-align: left;
    margin-bottom: 170px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 30px;
    padding-bottom: 40px;
    background: #ffffff;
    margin-left: 320px;
    margin-right: 10px;
    border-radius: 30px; */
}

.card-kenapalst .keamanan h4 {
    font-weight: 1700;
    margin-bottom: 2px;
    font-size: 30px;
}

.card-kenapalst .keamanan span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.card-kenapalst .keamanan p {
    padding-top: 50px;
    font-size: 18px;
    font-style: normal;
    color: #000000;
    margin-bottom: 100px;
}

/* about-kenapalst */
.about-kenapalst .row {
    margin-left: 60px;
    margin: 80px;
}

.about-kenapalst {
    padding: 10px 0;
    background-color: #efefef;
    margin-top: 40px;
}

.about-kenapalst h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: right;
}

.about-kenapalst p {
    text-align: right;
}

.about-kenapalst .img-kenapalst {
    margin-right: 90px;
    height: 330px;
    margin-top: -60px;
}

.benefit-kenapalst .row {
    margin-left: 260px;
    margin: 80px;
}

#benefit-kenapalst h5 {
    color: #4e4e4e;
    margin-left: 200px;
    font-family: sans-serif;
    font-size: 30px;
}

#benefit-kenapalst p {
    text-align: left;
    font-size: 20px;
    margin-left: 200px;
    color: #606060;
    margin-right: 190px;
}

/* pelanggan */
.about-pelanggan h2 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: 80px;
    margin-bottom: 100px;
}

.about-pelanggan {
    padding: 10px 0;
    background-color: #fff;
    margin-bottom: -950px;
    margin-left: 40px;
}

.about-pelanggan h3 {
    font-weight: 500px;
    font-size: 32px;
    text-align: left;
    margin-right: 100px;
    margin-left: -5px;
    height: 20px;
    margin-top: -60px;
    color: #4e4e4e;
}

.about-pelanggan p {
    text-align: left;
    margin-top: 70px;
    height: 20px;
    font-size: 22px;
    margin-left: -5px;
    color: #4e4e4e;
}

.about-pelanggan .img-pelanggan {
    margin-left: 180px;
    height: 330px;
    margin-top: -60px;
}

.about-pelanggan .img-peta {
    height: 40%;
    margin-left: 100px;
}

.kab-layanan .container {
    margin-top: 400px;
}

.kab1 {
    border: 1px solid var(--accent-color);
    box-shadow: 1.51771px 1.51771px 10.62395px 4.55312px rgba(0, 0, 0, 0.13);
    margin: 40px 40px 40px 40px;
    padding: 0px 20px 10px 20px;
    border-radius: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #kab-layanan {
        margin-top: -240px;
    }
}

.img-peta {
    margin-top: 900px;
    height: 50%;
    width: 90%;
    margin-left: 20px;
}

/* header layanan-development*/
.about-pelanggan .img-pelanggan {
    margin-left: 180px;
    height: 330px;
    aspect-ratio: 1;
    margin-top: -60px;
}
/* header karir*/
.karir {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/medis.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.karir .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

.about-karir .row {
    margin-left: 60px;
    margin: 80px;
}

.about-karir {
    padding: 10px 0;
    background: #efefef;
}

.about-karir h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: right;
    margin-right: 70px;
}

.about-karir p {
    text-align: right;
    margin-right: 70px;
}

.about-karir .img-karir {
    margin-left: -70px;
    width: 580px;
    margin-top: -70px;
}

.card-karir {
    border-radius: 10px;
    margin-left: 70px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border: none;
}

.card-head1 {
    background-color: #00a7e4;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
}

.card-head1 h5 {
    text-align: left;
    padding: 5px 10px;
    color: var(--White, #fff);
    margin-bottom: 10px;
}

.card-head1 p {
    text-align: left;
    padding: 5px 10px;
    margin-right: 50px;
    margin-top: -20px;
    color: var(--White, #fff);
}

.card-head2 {
    background-color: #ff8540;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
}

.card-head2 h5 {
    text-align: left;
    padding: 5px 10px;
    color: var(--White, #fff);
    margin-bottom: 10px;
}

.card-head2 p {
    text-align: left;
    padding: 5px 10px;
    margin-right: 50px;
    margin-top: -20px;
    color: var(--White, #fff);
}

.card-head3 {
    background-color: #86b34e;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
}

.card-head3 h5 {
    text-align: left;
    padding: 5px 10px;
    color: var(--White, #fff);
    margin-bottom: 10px;
}

.card-head3 p {
    text-align: left;
    padding: 5px 10px;
    margin-right: 50px;
    margin-top: -20px;
    color: var(--White, #fff);
}

.card-body1 .btn-karir {
    border-radius: 20px;
    background: linear-gradient(90deg, #504f4f 50%, #828282 102.03%);
    border: none !important;
    margin-left: 10px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 20px;
}

.card-body1 p {
    text-align: left;
    padding-left: 12px;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 70px;
}

.card-body3 .btn-karir {
    border-radius: 20px;
    background: linear-gradient(90deg, #504f4f 50%, #828282 102.03%);
    border: none !important;
    margin-left: 10px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 20px;
}

.btn-secondary-cs {
    border-radius: 20px;
    font-size: 16px;
    background: linear-gradient(90deg, #504f4f 50%, #828282 102.03%);
    border: none !important;
    margin-left: 10px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 20px;
}

.card-body3 p {
    text-align: left;
    padding-left: 12px;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 40px;
}

.rekrutmen h2 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: 20px;
    margin-bottom: 100px;
}

.rekrutmen .img-rekrutmen {
    height: 550px;
    position: relative;
    margin-left: 80px;
}

.rekrutmen-container {
    background-image: url("../assets/img/pexelsgreen.png");
    /* Ganti dengan URL gambar background yang Anda inginkan */
    background-size: cover;
    background-position: center;
    text-align: center;
}

.team .member1 {
    text-align: center;
    margin-bottom: 90px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
    background: #fff;
    margin-left: 180px;
    border-radius: 15px;
}

.team .member2 {
    text-align: center;
    margin-bottom: 90px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
    background: #fff;
    margin-right: 180px;
    border-radius: 15px;
}

.team h2 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: 20px;
    margin-bottom: 100px;
}

.team .member1 img {
    max-width: 40%;
    border-radius: 50%;
    margin: 50px 0 10px 0;
}

.team .member1 h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.team .member1 span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.team .member1 p {
    padding-top: 40px;
    font-size: 14px;
    font-style: normal;
    color: #686868;
    padding-left: 20px;
    padding-right: 20px;
}

.team .member2 img {
    max-width: 40%;
    border-radius: 50%;
    margin: 50px 0 10px 0;
}

.team .member2 h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.team .member2 span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.team .member2 p {
    padding-top: 40px;
    font-size: 14px;
    font-style: normal;
    color: #686868;
    padding-left: 20px;
    padding-right: 20px;
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

/* header karir*/
/* header programhc*/
.programhc {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/medis.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.programhc .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

.about-sekolah h2 {
    color: #4311cc;
    margin-top: -30px;
    margin-bottom: 80px;
    font-size: 40px;
    text-align: center;
}

.about-sekolah .row {
    margin-left: 60px;
    margin: 80px;
}

.about-sekolah {
    padding: 10px 0;
}

.about-sekolah h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: left;
    color: #00a7e4;
}

.about-sekolah p {
    text-align: left;
}

.about-sekolah .img-sekolah {
    margin-left: 290px;
    margin-top: -60px;
}

.about-mandiri .row {
    margin-left: 60px;
    margin: 80px;
}

.about-mandiri {
    margin-top: -120px;
    margin-bottom: -20px;
}

.about-mandiri h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: right;
    color: #00a7e4;
}

.about-mandiri p {
    text-align: right;
}

.about-mandiri .img-mandiri {
    margin-left: 20px;
    height: 90%;
    margin-top: -40px;
}

.about-cerdas .row {
    margin-left: 60px;
    margin: 80px;
}

.about-cerdas {
    margin-top: -120px;
    margin-bottom: -20px;
}

.about-cerdas h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: left;
    color: #00a7e4;
}

.about-cerdas p {
    text-align: left;
}

.about-cerdas .img-cerdas {
    margin-left: 220px;
    height: 80%;
}

#info-magang .card-bodym {
    padding: 10px 20px 20px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
    border: none;
}

#info-magang {
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 60px;
    border: none;
}

#info-magang h5 {
    color: #154996;
    margin-top: 20px;
    margin-left: 30px;
}

#info-magang h2 {
    color: #154996;
    margin-top: 20px;
    margin-left: 430px;
}

#info-magang p {
    margin-left: 120px;
    margin-top: 20px;
}

#info-magang .btn-magang {
    background: linear-gradient(90deg, #504f4f 50%, #828282 102.03%);
    border: none !important;
    border-radius: 70px;
    margin-left: 270px;
    margin-top: 10px;
    padding: 0px 10px 0px 10px;
}

/* header programhc*/
/* header news*/
.news {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/perbankan.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.news .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

.news-card {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 20px 20px 20px;
}

.single-news {
    position: relative;
    width: 100%;
    padding: 25px 0 0 0;
    margin-bottom: 150px;
    margin-top: 67px;
}

.single-news .sn-img {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.single-news .sn-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.single-news .sn-content {
    color: #606060;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 120.182%;
    /* 21.633px */
}

.single-news .sn-container {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

@media (max-width: 576px) {
    .single-news .sn-container {
        gap: 22px;
    }

    .single-news .sn-container h1.sn-title {
        font-size: 32px;
    }

    .single-news .sn-container .sn-author {
        margin: 0px !important;
    }

    .single-news .sn-container .sn-author-card .sn-author-text-3 {
        font-size: 6px !important;
    }

    .single-news .sn-container .sn-author-card {
        padding: 15px 5px !important;
        align-items: start;
    }

    .single-news .sn-container .sn-author-card .sn-author-text-2 svg {
        height: 8px;
        width: 8px;
        margin: auto;
    }

    .single-news .sn-container .sn-author-card .sn-author-text-2 {
        font-size: 6px !important;
    }

    .single-news .sn-container .sn-author-card .sn-author-avatar {
        width: 42px !important;
        height: 42px !important;
    }

    .single-news .sn-container .sn-author-card .divider {
        height: 42px !important;
    }

    .single-news .sn-container .sn-author-card .sn-author-card-section {
        padding: 10px !important;
        display: flex !important;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        height: 100% !important;
    }
}

.single-news .sn-container .sn-author {
    color: #606060;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 120.182%;
    /* 18.027px */
    margin: 32px 0px;
}

.single-news .sn-container .sn-author-card {
    display: flex;
    width: 100%;
    padding: 15px 27px;
    justify-content: space-between;
    align-items: center;
}

.single-news .sn-container .sn-author-card .sn-author-card-section {
    padding: 15px;
}

.single-news .sn-container .sn-author-card .divider {
    width: 1px;
    height: 73px;
    background: #a6a6a6;
}

.single-news .sn-container .sn-author-card .sn-author-avatar {
    width: 61.339px;
    height: 61px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

.single-news .sn-container .sn-author-card .sn-author-avatar img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.single-news .sn-container .sn-author-card .sn-author-text-3 {
    color: var(--Text-Content, #606060);
    font-family: Open Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120.182%;
    /* 12.018px */
    margin-bottom: 8.5px;
}

.single-news .sn-container .sn-author-card .sn-author-text-2 {
    color: #000;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 16.825px */
}

.single-news .sn-container .sn-author span {
    color: #00a7e4;
    font-weight: 700;
}

.single-news .sn-related {
    margin-bottom: 45px;
}

.single-news .sn-related h2 {
    color: #000000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px double #000000;
}

.single-news .sn-slider .sn-img {
    position: relative;
    overflow: hidden;
}

.single-news .sn-slider .sn-img img {
    width: 100%;
}

.single-news .sn-slider .sn-img:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.single-news .sn-slider .sn-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0.3),
            rgba(0, 0, 0, 0.9));
    display: flex;
    align-items: flex-end;
}

.single-news .sn-slider .sn-title a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s;
}

.single-news .sn-slider .sn-title a:hover {
    color: #ff6f61;
}

.single-news .sn-slider .slick-prev,
.single-news .sn-slider .slick-next {
    top: -62px;
    width: 28px;
    height: 28px;
    z-index: 1;
    transition: 0.5s;
    color: #ffffff;
    background: #000000;
    border-radius: 4px;
}

.single-news .sn-slider .slick-prev {
    left: calc(100% - 85px);
}

.single-news .sn-slider .slick-next {
    right: 14px;
}

.single-news .sn-slider .slick-prev:hover,
.single-news .sn-slider .slick-prev:focus,
.single-news .sn-slider .slick-next:hover,
.single-news .sn-slider .slick-next:focus {
    color: #ffffff;
    background: #ff6f61;
}

.single-news .sn-slider .slick-prev::before,
.single-news .sn-slider .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
}

.single-news .sn-slider .slick-prev::before {
    content: "\f104";
}

.single-news .sn-slider .slick-next::before {
    content: "\f105";
}

/**********************************/
/*********** Sidebar CSS **********/
/**********************************/

.single-news .sidebar-product-card {
    display: flex;
    height: 184px;
    padding: 32px 38px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: var(--White, #fff);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    margin-top: 32px;
}

.single-news .sidebar-product-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sidebar {
    width: 100%;
    border-radius: 10px;
    background: var(--White, #fff);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 32px;
}

.sidebar .sidebar-widget {
    position: relative;
    width: 100%;
    margin-bottom: 32px;
}

.sidebar .sidebar-widget h2.sw-title {
    color: #000;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 24.036px */
    text-transform: uppercase;
}

.sidebar .sidebar-widget .news-list {
    display: flex;
    flex-direction: column;
    gap: 27px;
    margin-top: 40px;
}

.sidebar .news-list .nl-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 18px;
}

.sidebar .news-list .nl-item .nl-text {
    height: 102px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar .news-list .nl-item .nl-text .nl-author {
    color: #606060;
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120.182%;
    /* 14.422px */
}

.sidebar .news-list .nl-item .nl-text .nl-author span {
    color: #00a7e4;
    font-weight: 700;
}

.sidebar .news-list .nl-item .nl-img {
    width: 103.687px;
    height: 103.687px;
    flex-shrink: 0;
    border-radius: 27px;
    border: 1px solid #888;
    overflow: hidden;
}

.sidebar .news-list .nl-item .nl-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sidebar .news-list .nl-item .nl-title a {
    color: #000;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 22.4px */
}

.sidebar .news-list .nl-item .nl-title a:hover {
    color: #ff6f61;
}

.sidebar .sidebar-widget .tab-news {
    position: relative;
    margin-bottom: 30px;
}

.sidebar .tab-news .nav.nav-pills .nav-link {
    color: #ffffff;
    background: #000000;
    border-radius: 0;
}

.sidebar .tab-news .nav.nav-pills .nav-link:hover,
.sidebar .tab-news .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #ff6f61;
}

.sidebar .tab-news .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-news .tab-content .container {
    padding: 0;
}

.sidebar .tab-news .tn-news {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.sidebar .tab-news .tn-img {
    width: 100px;
}

.sidebar .tab-news .tn-img img {
    width: 100px;
}

.sidebar .tab-news .tn-title {
    padding: 0 0 0 15px;
}

.sidebar .tab-news .tn-title a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s;
}

.sidebar .tab-news .tn-title a:hover {
    color: #ff6f61;
}

.sidebar .sidebar-widget .category {
    position: relative;
}

.sidebar .category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category ul li {
    margin: 0 0 12px 22px;
}

.sidebar .category ul li:last-child {
    margin-bottom: 0;
}

.sidebar .category ul li a {
    display: inline-block;
    color: #000000;
    line-height: 23px;
}

.sidebar .category ul li a:hover {
    color: #ff6f61;
}

.sidebar .category ul li::before {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000000;
    left: 1px;
}

.sidebar .category ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tags {
    position: relative;
}

.sidebar .sidebar-widget .tags a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    color: #000000;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 4px;
}

.sidebar .sidebar-widget .tags a:hover {
    color: #ffffff;
    background: #ff6f61;
    border: 1px solid #ff6f61;
}

.sidebar .sidebar-widget .image a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .sidebar-widget .image img {
    max-width: 100%;
    transition: 0.3s;
}

.sidebar .sidebar-widget .image img:hover {
    transform: scale(1.1);
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

/**********************************/
/********** Contact CSS ***********/
/**********************************/
.contact {
    position: relative;
    padding: 25px 0 15px 0;
}

.contact .contact-form,
.contact .contact-info {
    margin-bottom: 45px;
}

.contact .contact-info h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}

.contact .contact-info h4 i {
    color: #000000;
    margin-right: 5px;
}

.contact .social {
    position: relative;
    width: 100%;
}

.contact .social a {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    font-size: 18px;
    border: 1px solid #000000;
    border-radius: 4px;
}

.contact .social a i {
    color: #000000;
}

.contact .social a:hover {
    background: #ff6f61;
    border-color: #ff6f61;
}

.contact .social a:hover i {
    color: #ffffff;
}

/* header news*/
/* header contact*/
.contact {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/perbankan.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.contact .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

.about-hub .row {
    margin-left: 60px;
    margin: 80px;
}

.about-hub {
    padding: 10px 0;
    background-color: #fff;
}

.about-hub h3 {
    /* font-weight: 600; */
    font-size: 42px;
    text-align: right;
    color: #4e4e4e;
    font-family: sans-serif;
}

.about-hub p {
    text-align: right;
    color: #000;
    margin-left: 40px;
}

.about-hub .img-hub {
    margin-right: 90px;
    height: 230px;
    margin-top: 20px;
}

.contact-hub {
    text-align: center;
    padding: 60px 0;
    margin-top: -60px;
}

.contact-hub p {
    margin-top: 40px;
    color: #707070;
}

.contact-hub h2 {
    color: #4311cc;
    margin-top: 60px;
    margin-bottom: 80px;
    font-size: 40px;
}

.info h5 {
    color: #707070;
    text-align: center;
    margin-left: 10px;
}

.info p {
    color: #707070;
    text-align: center;
    margin-left: 10px;
}

.info-container {
    background-image: url("../assets/img/pexels.png");
    /* Ganti dengan URL gambar background yang Anda inginkan */
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px 0;
    text-align: center;
    padding: 100px;
    font-family: Open Sans;
    font-size: 40px;
    margin-top: 40px;
}

.info-container h2 {
    color: #fff;
    margin-right: 700px;
    margin-bottom: -40px;
    font-size: 65px;
    font-weight: 400;
}

.info-container .counter-item1 {
    margin-left: 800px;
    margin-top: -20px;
}

.info-container .counter-item2 {
    margin-left: 600px;
    margin-top: -20px;
}

.info-container .counter-item3 {
    margin-left: 400px;
    margin-top: -20px;
}

.maps h2 {
    color: #4311cc;
    margin-top: 90px;
    margin-bottom: -120px;
    margin-left: 500px;
    font-size: 40px;
}

.maps {
    margin-top: 20px;
}

.alamatoffice p {
    margin-top: 150px;
}

.alamatoffice h3 {
    margin-top: 100px;
    margin-bottom: -120px;
}

.alamatoffice {
    margin-left: 600px;
    margin-top: 150px;
    margin-bottom: -200px;
}

.alamatdc p {
    margin-top: 150px;
}

.alamatdc h3 {
    margin-top: 200px;
    margin-bottom: -220px;
}

.alamatdc {
    margin-left: 1000px;
}

/* #maps h3 {
    margin-left: 200px;
    padding-right: -700px;
  } */

.img-tifa {
    height: 400px;
    margin-bottom: -170px;
    position: relative;
    margin-left: 270px;
}

/* header contact*/

/* header magang*/
.magang {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/medis.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.magang .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

/* header magang*/
/* header humancapital*/
.humancapital {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/medis.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.humancapital .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

.program-hc {
    padding: 10px 0;
}

.program-hc h2 {
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120.182%;
    /* 57.687px */
    letter-spacing: 1.92px;
    color: #4311cc;
    margin-top: 40px;
    margin-bottom: 80px;
}

.program-hc .img-vespa {
    height: 90%;
    width: 80%;
    margin-left: 160px;
}

.reward .row {
    margin-left: 60px;
    margin: 80px;
}

.reward {
    padding: 10px 0;
}

.reward h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: left;
    color: #00a7e4;
}

.reward p {
    text-align: left;
}

.reward .img-reward {
    margin-left: 70px;
    margin-top: -60px;
    height: 60%;
}

.gathering .row {
    margin-left: 60px;
    margin: 80px;
}

.gathering {
    margin-top: -400px;
}

.gathering h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: right;
    color: #00a7e4;
}

.gathering p {
    text-align: right;
}

.gathering .img-gathering {
    margin-right: 30px;
    height: 50%;
    margin-top: 20px;
}

.pelatihan .row {
    margin-left: 60px;
    margin: 80px;
}

.pelatihan {
    margin-top: -270px;
}

.pelatihan h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: left;
    color: #00a7e4;
}

.pelatihan p {
    text-align: left;
}

.pelatihan .img-pelatihan {
    margin-left: 70px;
    margin-top: -60px;
    height: 140%;
}

.seminar .row {
    margin-left: 60px;
    margin: 80px;
}

.seminar {
    margin-top: -50px;
}

.seminar h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: right;
    color: #00a7e4;
}

.seminar p {
    text-align: right;
}

.seminar .img-seminar {
    margin-right: 30px;
    height: 50%;
    margin-top: 20px;
}

/* header humancapital*/
/* header vacancy*/
.vacancy {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/medis.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.vacancy .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

/* header vacancy*/
/* header syarat*/
.syarat {
    width: 100%;
    height: 60vh;
    background: url("../assets/img/medis.png") center center;
    background-size: cover;
    position: relative;
    margin-top: -10px;
}

.syarat .container h1 {
    padding-bottom: 200px;
    padding-top: 120px;
}

/* header syarat*/

@media (max-width: 576px) {
    .container-card-human-capital {
        gap: 24px !important;
        margin: 24px 0px !important;
    }

    .human-capital-program-card .content h3 {
        font-size: 24px !important;
        line-height: 100% !important;
    }

    .human-capital-program-card {
        gap: 16px !important;
    }

    .human-capital-program-card .content p {
        font-size: 18px !important;
    }

    .human-capital-program-card:nth-child(2n + 0) {
        text-align: start !important;
    }

    .human-capital-program-card .img-container {
        width: 100% !important;
        height: 200px !important;
    }

    .img-vespa {
        width: 100% !important;
    }
}

.container-card-human-capital {
    display: flex;
    flex-direction: column;
    gap: 51px;
    margin: 51px 0px;
}

.human-capital-program-card:nth-child(2n + 0) {
    flex-direction: row-reverse;
    text-align: end;
}

.human-capital-program-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}

.human-capital-program-card .content {
    max-width: 440px;
}

.human-capital-program-card .content h3 {
    color: #00a7e4;
    font-family: Open Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
}

.human-capital-program-card .content p {
    color: #000;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.human-capital-program-card .img-container {
    border: 1px solid;
    border-radius: 20px;
    border: 3px solid var(--White, #fff);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 440px;
    height: 248px;
    overflow: hidden;
}

.human-capital-program-card .img-container img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

@media (max-width: 576px) {
    .dashboard-title-2 {
        font-size: 22px !important;
        text-align: center !important;
    }

    .dashboard-title-4 {
        font-size: 16px !important;
        text-align: center !important;
    }

    .image-responsive-dashboard {
        width: 70% !important;
    }
}

.dashboard-title-2 {
    color: #000;
    font-family: Open Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120.182%;
}

.dashboard-title-4 {
    color: #606060;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 114.682%;
}

/* Search Custom */

.search {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.searchTerm {
    width: 100%;
    border: 3px solid rgb(0, 167, 228);
    border-right: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9dbfaf;
    padding: 10px 12px;
}

.searchTerm:focus {
    color: rgb(0, 167, 228);
}

.searchButton {
    border: 3px solid rgb(0, 167, 228);
    background: rgb(0, 167, 228);
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
    padding: 10px 12px;
    outline: none;
}

.searchButton svg {
    width: 24px;
    height: 24px;
}
