/* Langkah Mudah Layanan */
#langkahMudahLayanan {
    margin-top: 64px;
}

.lamula-container {
    padding: 0 16px;
}

.lamula-card {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    height: 100%;
}

.lamula-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--primary);
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 16px "Poppins", sans-serif;
    position: absolute;
    top: 8px;
    left: 8px;
    transition: var(--transition);
}

.lamula-card .card-img-top {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.lamula-gutter {
    margin-left: -10px;
    margin-right: -10px;
}

.lamula-gutter > [class^="col"],
.lamula-gutter > [class^=" col"] {
    padding-left: 10px;
    padding-right: 10px;
}

.lamula-card .card-body {
    padding: 8px;
}

.lamula-card {
    transition: var(--transition);
}

.lamula-card:hover {
    transform: translateY(-8px);
}

.lamula-card:hover .lamula-number {
    background-color: var(--secondary-v2);
    color: white;
}
/* End Langkah Mudah Layanan */

/* Keunggulan Layanan Hardware */
#keunggulanLayananHardware {
    margin-top: 64px;
}

.kelaha-container {
    padding: 0 16px;
}

.kelaha-carousel .slick-slide {
    margin: 8px 12px ;
    transition: var(--transition);
    opacity: .5;
}

.kelaha-carousel .slick-slide.slick-center {
    opacity: 1;
}

.kelaha-carousel .slick-dots li button:before{
    font-size: 12px;
    color: var(--secondary-v2);
    opacity: .5;
}

.kelaha-carousel .slick-dots li.slick-active button:before{
    opacity: 1;
}

.kelaha-img {
    border-radius: 12px;
    width: 320px;
    height: 220px;
    object-fit: cover;
    margin-bottom: 16px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
/* End Keunggulan Layanan Hardware */

/* Testimoni */
#testimoni {
    margin-top: 64px;
}

.testimoni-container {
    padding: 0 8px;
}

.testimoni-card {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    position: relative;
    width: 615px;
    overflow: inherit;
}

.testimoni-card .card-body {
    padding: 24px 24px 60px 24px;
}

.testimoni-desc {
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #2E2E22;
    margin-bottom: 0;
}

.testimoni-name {
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #060606;
    margin-bottom: 8px;
}

.testimoni-history {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    color: #060606;
    display: block;
}

.testimoni-divider {
    border: 1px solid #ECEDEF;
    margin-top: 20px;
    margin-bottom: 16px;
}

.testimoni-star {
    font-size: 12px;
    color: #F8B805;
    margin-right: 8px;
}

.testimoni-carousel .slick-slide {
    margin: 24px 12px 40px;
}

.testimoni-grey {
    color: #828282;
}

.testimoni-img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15%;
    border: 2px solid #FFF000;
}

.testimoni-carousel .slick-prev {
    left: 23%;
    z-index: 10;
}

.testimoni-carousel .slick-next {
    right: 23%;
    z-index: 10;
}

.testimoni-carousel .slick-slide {
    opacity: .25;
    transition: var(--transition);
}

.testimoni-carousel .slick-slide.slick-center {
    opacity: 1;
}

.testimoni-carousel .slick-prev:before,
.testimoni-carousel .slick-next:before {
    color: var(--grey-v2);
}

.testimoni-google-img {
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 6px;
    left: 6px;
}
/* End Testimoni */

/* Content 4 */
.text-red {
    color: var(--red);
}

.c4__map {
    height: 400px;
    width: 100%;
}

.c4__whatsapp {
    background-color: #1bd741 !important;
    color: var(--white);
    border: 0;
}

@media only screen and (max-width: 767.92px) {

    .content1__container img,
    .content2__container img {
        width: 100%;
        height: 100px;
        object-fit: contain;
    }

    .content1__description,
    .content2__description {
        font-size: .7rem;
        font-weight: 600;
    }

    .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .c4__map {
        height: 300px;
    }

    /* Keunggulan Layanan Hardware */
    .kelaha-carousel .slick-slide {
        margin-left: 4px;
        margin-right: 4px;
    }

    .kelaha-img {
        width: 70vw;
    }
    /* End Keunggulan Layanan Hardware */

}
