header {
    background-color: black !important;
}
header nav a {
    background-color: black !important;
}
header nav a {
    color: white !important;
}
header nav a:hover {
    color: #93d304 !important;
}
@media only screen and (max-width: 991.98px) {
    .main-menu-wrapper {
        order: 3;
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 11111;
        transform: translateX(-260px);
        transition: all 0.4s;
        background-color: #000;
        margin: 0;
    }
}
.breadcrumb-bg-1 {
    display: none;
}
.breadcrumb-bg-2 {
    display: none;
}
.banner-imgs.banner-imgs-nine .banner-3.shape-3::before {
    display: none;
}
.banner-imgs.banner-imgs-nine .banner-1::before {
    display: none;
}
.banner-imgs.banner-imgs-nine .banner-2::before {
    position: absolute;
    content: "";
    background: url(../images/banner-nine-icon-2.svg);
    display: none;
}
.user-info h6 {
    font-weight: 600;
    font-size: 16px;
    color: white;
    margin-bottom: 4px;
}
.sub-menu {
    background-color: #93d304 !important;
}
.sub-menu li {
    background-color: #93d304 !important;
}
.navbar-brand.logo-small img {
    max-height: 54px;
}
.logo-small img {
    width: 150px;
}
.register-btn {
    background-color: black !important;
}
.header .has-arrow .dropdown-toggle:after {
    border-bottom: 2px solid #93d304;
    border-right: 2px solid #93d304;
}
.feature-services-five h6 {
    display: none
}
.mb-3 h4,
.mb-3 .bg-success {
    display: none
}
.bg-success {
    display: none !important;
}
p.fs-14.mb-0:has(span.text-gray-9) {
    display: block !important;
}
p.fs-14.mb-0:has(i.ti-star-filled) {
    display: block !important;
}
.btn.bg-primary-transparent {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #93d304 !important;
    color: black !important;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    transition: 0.3s ease-in-out;
}
.btn.bg-primary-transparent:hover {
    background-color: black !important;
}
.badge.badge-purple-transparent {
    background: #000000;
    color: #93d304;
}
.service-widget .serv-info h6 {
    display: none
}
.service-widget .btn-book {
    display: block;
    width: 100%;
    text-align: center;
    background-color: black;
    color: white;
    border: none;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.service-widget .btn-book:hover {
    background-color: #93d304;
    color: black;
}
.footer-bottom .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
.footer-bottom .copyright-text {
    text-align: center;
    white-space: nowrap;
}
.footer {
    background: #111;
}
.footer, 
.footer * {
    color: #ffffff !important;
}
.footer a {
    color: #ffffff !important;
    text-decoration: none;
}
.footer a:hover {
    color: #93d304 !important;
}
.footer-bottom {
    color: #ffffff !important;
}
.footer .social-icon ul li a {
    background-color: #0000 !important;
}
.footer .social-icon ul li a:hover {
    background-color: #93d304 !important;
}
.subscribe-submit::before {
    color: #000 !important;
}
.subscribe-submit:hover::before {
    color: #93d304 !important;
}
/* Hide service prices */
.listing-grid .d-flex.justify-content-between.align-items-center h5 {
    display: none !important;
}

.service-action h6 {
    display: none !important;
}