/* Navbar Hack */
.navbar-da {
    background-color: #dadada !important;
}
.navbar-d8 {
    background-color: #dadada !important;
}
.nav-scroll {
    background: #dadada !important;
}
.navbar .navbar-nav .nav-link {
	font-family: 'google sans', sans-serif !important;
	letter-spacing: 1px !important;
}

/* biar atasan dikit versi desktop */
@media (min-width: 768px) {
    .up-1rem {
        margin-top: -1rem;
    }
    .up-2rem {
        margin-top: -2rem;
    }
    .up-3rem {
        margin-top: -3rem;
    }
    .up-4rem {
        margin-top: -4rem;
    }
    .up-5rem {
        margin-top: -5rem;
    }
    .up-6rem {
        margin-top: -6rem;
    }
    .up-7rem {
        margin-top: -7rem;
    }
    .up-8rem {
        margin-top: -8rem;
    }
    .up-9rem {
        margin-top: -9rem;
    }
    .up-10rem {
        margin-top: -10rem;
    }
}

/* Whatsapp Floating Button */
.floating-whatsapp {
    position: fixed;
    background-color: #25d366;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
.floating-whatsapp:hover {
    /* background-color: #25d366;
    color: #fff; */
    box-shadow: 0px 0px 10px oklab(90.593% -0.02502 0.17398 / 0.2);
}

/* Footer Hack */

.main-footer {
    border-top: 1px solid #d8d8d8 !important;
}
.main-footer.dark {
    background-color: #f7f7f7 !important;
}

.main-footer .fotcont .fothead h6 {
    padding: 0.6rem 0;
}

.main-footer .sub-footer {
    border-top: 1px solid #d8d8d8 !important;
    background: #f1f1f1 !important;
    padding: 0.5rem 0 0 0 !important;
    /* margin-bottom: 5px !important; */
}

.sosmed-footer {
    padding: 0.2rem 0.5rem;
}

/* dropdown menu hacks */
.dropdown-menu {
    width: max-content !important;
}

/* Global Text Styling */

p {
    font-size: 18px !important;
    color: #2c2c2c !important;
    padding: 0 12px;
    /* line-height: 1.8em !important; */
    /* color: #777; */
}

footer p {
    font-size: 16px !important;
}

.text-shadow-grey {
    color: #fff !important;
    text-shadow: -1px 0px 9px #423213;
}

.main-footer .sub-footer p {
    font-size: 14px !important;
}

.content-lines {
    z-index: -1 !important;
}

/* UL dan LI bullet */

ul.about li {
    list-style: circle;
    margin-bottom: 1.1rem;
}

/* Kheuseus Mobile */

@media (max-width: 767px) {
    .about .about-img .img {
        padding: 10px 20px 15px 20px !important;
        align-items: center;
    }

    .section-title {
        padding: 0 0px 0 10px;
    }

    .section-subtitle {
        padding: 0 0px 0 10px;
    }
}

.services .item {
    background: #e4e4e4 !important;
}
.services .item:hover {
    background: #d4d4d4 !important;
}

.services .item .numb {
    color: transparent;
    -webkit-text-stroke: 1px rgb(199 130 45 / 50%);
}

.services2 .title-box
 {
    background-color: #e7e7e7 !important;
    padding: 20px 15px !important;
}

.btn-wa {
    border: 0px !important;
    background-color: #26e06a !important;
    border-radius: 2px !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
}

.btn-wa:hover {
    background-color: #00ff5e !important;
    color: #474747 !important;
    /* box-shadow: 0px 0px 10px oklab(90.593% -0.02502 0.17398 / 0.2); */
}