/* umum */
.image-169 {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9 !important;
    object-fit: cover;
}
.image-43 {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3 !important;
    object-fit: cover;
}
.image-11 {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1 !important;
    object-fit: cover;
}
.two-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 3em;
}
.three-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 4.5;
}
.breadcrumb-area {
    padding: 100px 0 100px !important;
}
.space-normal {
    letter-spacing: normal !important;
}

/* layanan kami */
.h-layanan {
    height: 340px !important;
}

/* post content */
.post-content p {
    margin-bottom: 8px !important;
}

.post-content ul,
.post-content ol {
    margin: 8px 0;
    padding-left: 40px;
    list-style: revert !important;
    list-style-type: disc; /* Tanda list default untuk ul */
}

.post-content ul li,
.post-content ol li {
    list-style: revert !important;
}

.content-profile li {
    color: var(--color-heading);
    border-bottom: none !important;
    font-family: var(--font-body) !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    text-transform: none !important;
    font-weight: 400;
}

/* header */
nav.navbar.validnavs {
    padding: 0 !important;
}

/* footer */
.footer-logo {
    width: 130px !important;
}
footer .social {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
footer .footer-bottom {
    background: #03173d none repeat scroll 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding: 20px 0;
}
.footer-custom {
    padding-top: 80px !important;
}

/* beranda */

/* materi */
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px !important;
}

/* wa */

.whatsapp-float:hover {
    background-color: #25d366;
    color: #fff !important;
}

@keyframes highlight {
    0% {
        box-shadow: 0 0 0 0 rgb(1, 214, 97, 1);
    }
    100% {
        box-shadow: 0 0 0 30px rgba(18, 140, 126, 0);
    }
}

/* Add this CSS to styles.css */

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.whatsapp-container {
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: flex;
    align-items: center;
    z-index: 10;
}

.whatsapp-text {
    background-color: #25d366;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    margin-right: 10px;
    font-size: 16px;
    opacity: 0;
}

.icon-whatsapp {
    font-size: 35px;
}
.whatsapp-float {
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: highlight 1s infinite alternate;
}

/* ======= tablet ====== */
@media (max-width: 991.98px) {
}

/* ======= mobile ====== */
@media (max-width: 767.98px) {
    .h-layanan {
        height: auto !important;
    }
}
