/* Natural site-specific visual refinements. */
header.header-three { background: linear-gradient(180deg, rgba(22, 28, 24, 0.78) 0%, rgba(22, 28, 24, 0.48) 68%, transparent 100%); transition: background-color 0.25s ease, box-shadow 0.25s ease; }
header.header-three .logo .text-primary, header.header-three .header-contact a, header.header-three .header-contact, header.header-three .mainmenu-area .main-menu .menu-items ul li a { color: #fff !important; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45); }
header.header-three .logo .text-primary { font-weight: 700; letter-spacing: 0.04em;font-size:32px; }
header.sticky.header-three { background: rgba(255, 255, 255, 0.98); box-shadow: 0 5px 18px rgba(25, 35, 29, 0.14); }
header.sticky.header-three .logo .text-primary, header.sticky.header-three .header-contact a, header.sticky.header-three .header-contact, header.sticky.header-three .mainmenu-area .main-menu .menu-items ul li a { color: #364438 !important; text-shadow: none; }
header.sticky.header-three .mainmenu-area .main-menu .menu-items ul li.active > a, header.sticky.header-three .mainmenu-area .main-menu .menu-items ul li a:hover { color: var(--bs-primary) !important; }

/* Compact and align the home-page service cards. */
.services-secton.services-secton-two .services-loop .single-service-two { display: flex; min-height: 232px; margin-top: 0; padding: 27px 24px 23px; flex-direction: column; justify-content: space-between; border: 1px solid rgba(103, 112, 98, 0.16); border-radius: 14px; background: linear-gradient(150deg, #fff 0%, #f7f9f5 100%); box-shadow: 0 10px 24px rgba(45, 59, 47, 0.09); transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease; }
.services-secton.services-secton-two .services-loop .single-service-two:hover { border-color: var(--bs-primary); box-shadow: 0 14px 28px rgba(45, 59, 47, 0.16); transform: translateY(-4px); }
.services-secton.services-secton-two .services-loop .single-service-two h4 { display: -webkit-box; min-height: 3.15em; margin: 0; overflow: hidden; color: #26332a; font-size: 1.08rem; font-weight: 700; line-height: 1.55; text-transform: none; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.services-secton.services-secton-two .service-price { margin: 16px 0; color: var(--bs-primary); font-size: 1.35rem; font-weight: 700; line-height: 1; }
.services-secton.services-secton-two .service-book-button { padding: 0.65rem 0.75rem; border-radius: 8px; font-size: 0.92rem; font-weight: 600; }

/* The shared Hot Service component used on inner pages. */
.hot-service-card .hot-card-content { min-height: 235px; border: 1px solid rgba(103, 112, 98, 0.14); border-radius: 12px; box-shadow: 0 8px 20px rgba(45, 59, 47, 0.08); }
.hot-service-card .hot-category-name { display: inline-block; width: fit-content !important; max-width: 100%; margin-bottom: 0.85rem; padding: 0.3rem 0.65rem !important; overflow: hidden; border: 0 !important; border-radius: 999px; color: var(--bs-primary); background: rgba(103, 112, 98, 0.1); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.03em; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.hot-service-card .hot-service-title { display: -webkit-box; overflow: hidden; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

/* Keep the back-to-top control clear of the AI assistant. */
.go-top-area .go-top.active { top: auto; right: 36px; bottom: 104px; transform: none; border-radius: 9px; box-shadow: 0 6px 16px rgba(25, 35, 29, 0.2); }
@media (max-width: 767px) { header.header-three { background: rgba(22, 28, 24, 0.82); } header.header-three .mainmenu-area { padding-right: 70px; } .services-secton.services-secton-two .services-loop .single-service-two { min-height: 205px; padding: 22px 18px 18px; } .services-secton.services-secton-two .services-loop .single-service-two h4 { font-size: 1rem; } .hot-service-card .hot-card-content { min-height: 215px; padding: 1.1rem; } .go-top-area .go-top.active { right: 24px; bottom: 98px; } }

@media (max-width: 767px) {
    /* A distinct touch target keeps the mobile menu affordance visible over image headers. */
    header.header-three .mobile-menu.mean-container .mean-bar a.meanmenu-reveal {
        display: flex;
        width: 48px !important;
        height: 44px !important;
        margin-right: 16px;
        padding: 0 !important;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.72) !important;
        border-radius: 10px;
        background: rgba(54, 68, 56, 0.92) !important;
        box-shadow: 0 5px 14px rgba(0, 0, 0, 0.24);
    }

    header.header-three .mobile-menu.mean-container .mean-bar a.meanmenu-reveal > span {
        position: relative;
        width: 22px;
        height: 3px;
        border-radius: 4px;
        background: #fff !important;
    }

    header.header-three .mobile-menu.mean-container .mean-bar a.meanmenu-reveal > span > span {
        display: none;
    }

    header.header-three .mobile-menu.mean-container .mean-bar a.meanmenu-reveal > span::before,
    header.header-three .mobile-menu.mean-container .mean-bar a.meanmenu-reveal > span::after {
        position: absolute;
        left: 0;
        width: 22px;
        height: 3px;
        border-radius: 4px;
        background: #fff;
        content: '';
    }

    header.header-three .mobile-menu.mean-container .mean-bar a.meanmenu-reveal > span::before { top: -8px; }
    header.header-three .mobile-menu.mean-container .mean-bar a.meanmenu-reveal > span::after { top: 8px; }

    header.sticky.header-three .mobile-menu.mean-container .mean-bar a.meanmenu-reveal {
        border-color: rgba(54, 68, 56, 0.22) !important;
        background: var(--bs-primary) !important;
    }
}
