/* PRELOADER-1 */
#preloader1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease;
}

.preloader1-inner {
    position: relative;
    text-align: center;
}

.preloader1-logo {
    width: 75px;
    height: auto;
    animation: pulse 1.5s infinite;
}

.loader-circle {
    position: absolute;
    top: 38%;
    left: 38%;
    width: 100px;
    height: 100px;
    margin: -40px 0 0 -40px;
    border: 5px solid #d1d1d1;
    border-top: 5px solid #023630;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: -1;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
}

body.loaded #preloader1 {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
/* PRELOADER-1 */

.black-bg, .header-one .header-navigation.sticky, .header-two .header-navigation.sticky, .single-activity-item .content .main-btn i {
    /* background-color: #25392c; */
    background-color: #023630;
}

#chat-sekarang {
    background: #023630;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .nav-menu {
        display: flex;
        align-items: center;
        justify-content: flex-end; /* Biar nempel kanan */
        flex: 1;
    }

    .header-navigation .main-menu ul > li {
        margin-right: 1.5rem;
    }
}

/* --------------------- MOBILE ----------------------- */
@media (max-width: 991px) {
    .footer-widget-area {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .footer-widget {
        margin-left: 0rem !important;
    }
}
/* ------------------- MOBILE - END ----------------------- */

.fw-500 {
    font-weight: 500 !important;
}

.fs-14 {
    font-size: 14px;
}

.fs-35 {
    font-size: 35px;
}

.service-nav-widget .footer-content .footer-widget-nav {
    width: 100%;
}

.main-btn {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
}

.hero-section h1 {
    font-size: 45px;
}

.contact-info-item .info p {
    font-size: 17px;
}

.contact-info-item .info span.title {
    font-weight: 500;
}

.contact-info-item {
    height: 100%;
}

.contact-page-map .map-box iframe {
    height: 400px;
}

#chatBtn {
    display: flex;
    padding: 5px 15px;
}

a.blantershow-chat {
    background: #075e54;
    color: #fff;
    position: fixed;
    height: 45px;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 9999;
    bottom: 34px;
    left: 25px;
    font-size: 15px;
    padding: 10px 20px 10px 15px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

