/* BATALAR 018 — exact homepage header on every public page */
:root {
    --batalar-container: 1430px;
    --batalar-gutter-desktop: 24px;
    --batalar-gutter-tablet: 20px;
    --batalar-gutter-mobile: 14px;
    --batalar-primary: #01FFCD;
    --batalar-primary-soft: #EBFBF7;
    --batalar-primary-text: #00CC99;
    --batalar-ink: #232827;
    --batalar-border: #EAECEA;
}

html.batalar-search-open-072,
html.batalar-search-open-072 body {
overflow: hidden !important;
}

.batalar-sticky-header-072 {
position: sticky !important;
    inset-block-start: 0 !important;
    z-index: 990 !important;
    width: 100%;
    background: rgba(255,255,255,.92) !important;
    border-bottom: 1px solid rgba(60,60,59,.06);
    backdrop-filter: blur(18px) saturate(1.1);
    -webkit-backdrop-filter: blur(18px) saturate(1.1);
    transition: box-shadow .28s ease, background-color .28s ease, transform .28s ease;
}

.batalar-sticky-header-072.is-scrolled-072 {
background: rgba(255,255,255,.96) !important;
    box-shadow: 0 14px 38px rgba(18,28,25,.08);
}

.batalar-header-search-trigger-072 {
width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    display: inline-grid !important;
    place-items: center !important;
    padding: 0 !important;
    border: 1px solid #E8E8E8 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #252927 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(.78) rotate(-8deg);
    transition: opacity .28s ease, transform .34s cubic-bezier(.2,.8,.2,1), visibility .28s ease, box-shadow .25s ease;
}

.batalar-header-search-trigger-072 i,
.batalar-header-search-trigger-072 svg {
width: 24px !important;
    height: 24px !important;
    font-size: 24px !important;
}

.batalar-sticky-header-072.is-past-home-search-072 .batalar-header-search-trigger-072 {
opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1) rotate(0);
}

.batalar-header-search-trigger-072:hover {
box-shadow: 0 12px 28px rgba(23,37,32,.10);
    transform: translateY(-2px) scale(1.02) !important;
}

.batalar-quick-search-072 {
position: fixed;
    z-index: 5000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 28px;
    direction: rtl;
}

.batalar-quick-search-072__backdrop {
position: absolute;
    inset: 0;
    background: rgba(31,32,31,.92);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.batalar-quick-search-072__dialog {
position: relative;
    z-index: 1;
    width: min(1460px, calc(100vw - 96px));
    height: min(820px, calc(100vh - 64px));
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: clamp(30px, 3.6vw, 56px);
    border-radius: 36px;
    background: #fff;
    box-shadow: 0 34px 90px rgba(0,0,0,.28);
}

.batalar-search-enter-072,
.batalar-search-leave-072 {
transition: opacity .25s ease, transform .34s cubic-bezier(.2,.8,.2,1);
}

.batalar-search-enter-start-072,
.batalar-search-leave-end-072 {
opacity: 0; transform: translateY(24px) scale(.96);
}

.batalar-search-enter-end-072,
.batalar-search-leave-start-072 {
opacity: 1; transform: translateY(0) scale(1);
}

.batalar-quick-search-072__header {
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.batalar-quick-search-072__header h2 {
margin: 0;
    color: #202522;
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 700;
}

.batalar-quick-search-072__close {
width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: #242725;
    cursor: pointer;
}

.batalar-quick-search-072__close i {
font-size: 34px;
}

.batalar-quick-search-072__form {
min-height: 76px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-inline: 24px;
    border: 1px solid #E7E9E8;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(19,30,26,.03);
}

.batalar-quick-search-072__form > i {
flex: 0 0 auto;
    color: #4E5B64;
    font-size: 32px;
}

.batalar-quick-search-072__form input {
width: 100%;
    height: 72px;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: #202522;
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
}

.batalar-quick-search-072__form input::placeholder {
color: #A6ACAA;
}

.batalar-quick-search-072__loader {
flex: 0 0 auto;
    color: #00CC99;
}

.batalar-quick-search-072__loader i {
display: block; font-size: 24px; animation: batalarSpin072 .8s linear infinite;
}

.batalar-quick-search-072__results {
min-height: 0;
    flex: 1;
    overflow-y: auto;
    margin-top: 28px;
    padding-inline-end: 5px;
}

.batalar-search-results-072 {
display: grid;
    gap: 14px;
}

.batalar-search-result-072 {
min-height: 190px;
    display: grid;
    grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
    direction: rtl;
    overflow: hidden;
    border: 1px solid #EEF0EF;
    border-radius: 22px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.batalar-search-result-072:hover {
transform: translateY(-2px);
    border-color: rgba(16,255,205,.48);
    box-shadow: 0 18px 42px rgba(15,28,24,.08);
}

.batalar-search-result-072__media {
position: relative;
    min-height: 190px;
    overflow: hidden;
    margin: 16px;
    border-radius: 18px;
    background: #EFF9F6;
}

.batalar-search-result-072__media img,
.batalar-search-result-072__placeholder {
width: 100%;
    height: 100%;
    min-height: 158px;
    display: grid;
    place-items: center;
    object-fit: cover;
}

.batalar-search-result-072__placeholder i {
color: #00CC99; font-size: 48px;
}

.batalar-search-result-072__badge {
position: absolute;
    inset-block-start: 10px;
    inset-inline-end: 10px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    color: #353A37;
    font-size: 12px;
    font-weight: 600;
}

.batalar-search-result-072__body {
min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 28px;
}

.batalar-search-result-072__title {
margin-bottom: 16px;
    color: #181E1B;
    font-size: 20px;
    font-weight: 700;
}

.batalar-search-result-072__meta {
display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding-bottom: 18px;
    color: #363D39;
    font-size: 13px;
}

.batalar-search-result-072__meta b {
padding: 7px 12px;
    border-radius: 999px;
    background: #EBFBF7;
    color: #00CC99;
    font-weight: 600;
}

.batalar-search-result-072__meta span {
display: inline-flex; align-items: center; gap: 5px;
}

.batalar-search-result-072__meta .ph-star {
color: #FFB000;
}

.batalar-search-result-072__address {
display: flex;
    align-items: center;
    gap: 7px;
    padding-top: 17px;
    border-top: 1px solid #EEF0EF;
    color: #3E4541;
    font-size: 14px;
}

.batalar-search-empty-072 {
min-height: 290px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    color: #747C78;
    text-align: center;
}

.batalar-search-empty-072 > i {
color: #00CC99; font-size: 48px;
}

.batalar-search-empty-072 strong {
color: #292F2C; font-size: 18px; font-weight: 700;
}

.batalar-search-empty-072 span {
font-size: 14px;
}

@media (max-width: 900px) {
.batalar-quick-search-072 {
padding: 14px;
}

.batalar-quick-search-072__dialog {
width: calc(100vw - 28px);
        height: calc(100vh - 28px);
        padding: 24px 20px;
        border-radius: 28px;
}

.batalar-search-result-072 {
grid-template-columns: 220px minmax(0,1fr);
}
}

@media (max-width: 640px) {
.batalar-header-search-trigger-072 {
width: 44px !important; min-width: 44px !important; height: 44px !important;
}

.batalar-quick-search-072__header h2 {
font-size: 28px;
}

.batalar-quick-search-072__form {
min-height: 62px; padding-inline: 17px;
}

.batalar-quick-search-072__form input {
height: 60px; font-size: 15px;
}

.batalar-search-result-072 {
grid-template-columns: 1fr;
}

.batalar-search-result-072__media {
min-height: 175px;
}

.batalar-search-result-072__body {
padding: 18px;
}
}

.home-top-container.exact-home-hero__content::before {
content: none !important;
    display: none !important;
    background-image: none !important;
}

html.batalar-mobile-nav-open-074,
html.batalar-mobile-nav-open-074 body {
overflow: hidden !important;
}

[x-cloak] {
display: none !important;
}

.home-top-container {
width: min(var(--batalar-container), calc(100% - (var(--batalar-gutter-desktop) * 2))) !important;
    margin-inline: auto !important;
}

.home-top-header.batalar-header-074,
.batalar-header-074.batalar-sticky-header-072 {
position: sticky !important;
    inset-block-start: 0 !important;
    z-index: 1200 !important;
    width: 100% !important;
    overflow: visible !important;
    background: rgba(255, 255, 255, .94) !important;
    border-bottom: 1px solid rgba(35, 40, 39, .055) !important;
    box-shadow: none !important;
    backdrop-filter: blur(18px) saturate(1.15) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.15) !important;
    transition: background-color .24s ease, box-shadow .24s ease !important;
}

.batalar-header-074.is-scrolled-072 {
background: rgba(255, 255, 255, .975) !important;
    box-shadow: 0 10px 34px rgba(28, 38, 34, .075) !important;
}

.batalar-header-074__inner,
.home-top-header__inner.batalar-header-074__inner {
min-height: 78px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
    direction: rtl;
    transition: min-height .24s ease !important;
}

.batalar-header-074.is-scrolled-072 .batalar-header-074__inner {
min-height: 70px !important;
}

.batalar-header-074__brand-nav,
.batalar-header-074__actions {
display: flex;
    align-items: center;
}

.batalar-header-074__brand-nav {
min-width: 0;
    gap: clamp(24px, 3vw, 46px);
}

.batalar-header-074__actions {
flex: 0 0 auto;
    gap: 10px;
    direction: ltr;
}

.batalar-header-074__brand,
.home-top-brand-logo-053.batalar-header-074__brand {
display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    line-height: 0 !important;
}

.batalar-header-074__brand img,
.home-top-brand-logo-053.batalar-header-074__brand img {
width: 88px !important;
    height: auto !important;
    max-height: 43px !important;
    object-fit: contain !important;
    transition: width .24s ease !important;
}

.batalar-header-074.is-scrolled-072 .batalar-header-074__brand img {
width: 80px !important;
}

.batalar-header-074__desktop-nav,
.home-top-nav.batalar-header-074__desktop-nav {
display: flex !important;
    align-items: center !important;
    gap: clamp(22px, 2.3vw, 34px) !important;
    color: var(--batalar-ink) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.batalar-header-074__desktop-nav .home-top-nav__link {
position: relative;
    padding-block: 12px;
    color: var(--batalar-ink) !important;
    font-weight: 400 !important;
    text-decoration: none;
}

.batalar-header-074__desktop-nav .home-top-nav__link::after {
content: "";
    position: absolute;
    inset-inline: 50% auto;
    inset-block-end: 5px;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--batalar-primary);
    transform: translateX(50%);
    transition: width .2s ease;
}

.batalar-header-074__desktop-nav .home-top-nav__link:hover::after,
.batalar-header-074__desktop-nav .home-top-nav__link:focus-visible::after {
width: 18px;
}

.batalar-header-074 .home-top-menu__trigger {
min-height: 44px !important;
    padding: 7px 15px !important;
    gap: 8px !important;
    border: 1px solid #E5E8E6 !important;
    border-radius: 999px !important;
    background: #FFFFFF !important;
    color: var(--batalar-ink) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

.batalar-header-074 .home-top-menu__trigger i {
font-size: 20px !important;
}

.batalar-header-074__category-panel,
.home-top-menu__panel.batalar-header-074__category-panel {
inset-block-start: calc(100% + 10px) !important;
    inset-inline-start: 0 !important;
    width: 280px !important;
    padding: 8px !important;
    border: 1px solid var(--batalar-border) !important;
    border-radius: 20px !important;
    background: #FFFFFF !important;
    box-shadow: 0 24px 60px rgba(22, 32, 28, .12) !important;
}

.batalar-header-074__category-panel a {
min-height: 44px !important;
    padding-inline: 13px !important;
    border-radius: 13px !important;
    color: var(--batalar-ink) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.batalar-header-074__category-panel a:hover {
background: #F4FBF8 !important;
    color: #008F70 !important;
}

.batalar-header-074__add-service,
.home-top-add-service.batalar-header-074__add-service {
min-height: 44px !important;
    padding: 8px 14px !important;
    gap: 7px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--batalar-primary-soft) !important;
    color: var(--batalar-primary-text) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.batalar-header-074__add-service *,
.home-top-add-service.batalar-header-074__add-service * {
color: var(--batalar-primary-text) !important;
}

.batalar-header-074__add-service i {
font-size: 20px !important;
}

.batalar-header-search-trigger-074,
.batalar-header-search-trigger-072.batalar-header-search-trigger-074 {
width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    border: 1px solid #E5E8E6 !important;
    background: #FFFFFF !important;
}

.batalar-header-search-trigger-074 i {
font-size: 22px !important;
}

.batalar-header-074__mobile-toggle,
.home-top-mobile-button.batalar-header-074__mobile-toggle {
display: none !important;
    width: 44px !important;
    height: 44px !important;
    place-items: center !important;
    padding: 0 !important;
    border: 1px solid #E5E8E6 !important;
    border-radius: 14px !important;
    background: #FFFFFF !important;
    color: var(--batalar-ink) !important;
    font-size: 23px !important;
}

.batalar-mobile-overlay-074 {
position: fixed;
    z-index: 1390;
    inset: 0;
    background: rgba(27, 31, 30, .46);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.batalar-mobile-drawer-074 {
position: fixed;
    z-index: 1400;
    inset-block: 0;
    right: 0;
    left: auto;
    width: min(88vw, 380px);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    direction: rtl;
    background: #FFFFFF;
    box-shadow: -24px 0 70px rgba(19, 29, 25, .18);
    overscroll-behavior: contain;
}

.batalar-mobile-drawer-074__header {
min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: max(14px, env(safe-area-inset-top)) 18px 14px;
    border-bottom: 1px solid #EEF0EF;
}

.batalar-mobile-drawer-074__logo {
display: inline-flex;
    line-height: 0;
}

.batalar-mobile-drawer-074__logo img {
width: 82px;
    height: auto;
}

.batalar-mobile-drawer-074__close {
width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #E6E9E7;
    border-radius: 14px;
    background: #FFFFFF;
    color: var(--batalar-ink);
    font-size: 22px;
}

.batalar-mobile-drawer-074__body {
flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 18px;
}

.batalar-mobile-drawer-074__search {
width: 100%;
    min-height: 52px;
    display: grid;
    grid-template-columns: 24px 1fr 20px;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid rgba(0, 204, 153, .12);
    border-radius: 16px;
    background: var(--batalar-primary-soft);
    color: #047C62;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}

.batalar-mobile-drawer-074__search i:first-child {
font-size: 21px;
}

.batalar-mobile-drawer-074__nav {
display: grid;
    gap: 6px;
    margin-top: 18px;
}

.batalar-mobile-drawer-074__nav > a,
.batalar-mobile-drawer-074__group > button {
width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 12px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: var(--batalar-ink);
    text-decoration: none;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
}

.batalar-mobile-drawer-074__nav > a:hover,
.batalar-mobile-drawer-074__group > button:hover {
background: #F6F8F7;
}

.batalar-mobile-drawer-074__nav > a > i,
.batalar-mobile-drawer-074__group > button span i {
width: 24px;
    color: #00B88A;
    font-size: 21px;
}

.batalar-mobile-drawer-074__group > button {
justify-content: space-between;
}

.batalar-mobile-drawer-074__group > button span {
display: inline-flex;
    align-items: center;
    gap: 11px;
}

.batalar-mobile-drawer-074__group > button > i {
transition: transform .2s ease;
}

.batalar-mobile-drawer-074__group > button > i.is-open-074 {
transform: rotate(180deg);
}

.batalar-mobile-drawer-074__submenu {
display: grid;
    gap: 3px;
    margin: 2px 12px 8px 0;
    padding: 6px 14px 6px 0;
    border-inline-start: 1px solid #E5E9E7;
}

.batalar-mobile-drawer-074__submenu a {
min-height: 40px;
    display: flex;
    align-items: center;
    padding-inline: 10px;
    border-radius: 11px;
    color: #59615E;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
}

.batalar-mobile-drawer-074__submenu a:hover {
background: #F4FBF8;
    color: #008F70;
}

.batalar-mobile-drawer-074__footer {
padding: 14px 18px calc(18px + env(safe-area-inset-bottom));
    border-top: 1px solid #EEF0EF;
}

.batalar-mobile-drawer-074__cta {
min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 16px;
    background: var(--batalar-primary);
    color: #3B3C36;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.batalar-drawer-enter,
.batalar-drawer-leave {
transition: transform .32s cubic-bezier(.22, .8, .2, 1), opacity .26s ease;
}

.batalar-drawer-enter-start,
.batalar-drawer-leave-end {
transform: translateX(100%);
    opacity: .96;
}

.batalar-drawer-enter-end,
.batalar-drawer-leave-start {
transform: translateX(0);
    opacity: 1;
}

.batalar-drawer-overlay-enter,
.batalar-drawer-overlay-leave {
transition: opacity .25s ease;
}

.batalar-drawer-overlay-enter-start,
.batalar-drawer-overlay-leave-end {
opacity: 0;
}

.batalar-drawer-overlay-enter-end,
.batalar-drawer-overlay-leave-start {
opacity: 1;
}

@media (max-width: 1024px) {
.home-top-container {
width: min(var(--batalar-container), calc(100% - (var(--batalar-gutter-tablet) * 2))) !important;
}

.batalar-header-074__inner,
.home-top-header__inner.batalar-header-074__inner {
min-height: 70px !important;
        gap: 16px !important;
}

.batalar-header-074__desktop-nav,
.home-top-nav.batalar-header-074__desktop-nav,
.batalar-header-074__add-service,
.home-top-add-service.batalar-header-074__add-service {
display: none !important;
}

.batalar-header-074__mobile-toggle,
.home-top-mobile-button.batalar-header-074__mobile-toggle {
display: grid !important;
}

.batalar-header-074__brand img,
.home-top-brand-logo-053.batalar-header-074__brand img {
width: 78px !important;
}
}

@media (max-width: 680px) {
.home-top-container {
width: calc(100% - (var(--batalar-gutter-mobile) * 2)) !important;
}

.batalar-header-074__inner,
.home-top-header__inner.batalar-header-074__inner,
.batalar-header-074.is-scrolled-072 .batalar-header-074__inner {
min-height: 62px !important;
}

.batalar-header-074__brand img,
.home-top-brand-logo-053.batalar-header-074__brand img,
.batalar-header-074.is-scrolled-072 .batalar-header-074__brand img {
width: 70px !important;
}

.batalar-header-074__actions {
gap: 7px;
}

.batalar-header-074__mobile-toggle,
.home-top-mobile-button.batalar-header-074__mobile-toggle,
.batalar-header-search-trigger-074,
.batalar-header-search-trigger-072.batalar-header-search-trigger-074 {
width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        border-radius: 13px !important;
}

.batalar-quick-search-072 {
padding: 10px !important;
}

.batalar-quick-search-072__dialog {
width: 100% !important;
        height: calc(100dvh - 20px) !important;
        border-radius: 24px !important;
}
}

@media (prefers-reduced-motion: reduce) {
.batalar-header-074 *,
.batalar-mobile-overlay-074,
.batalar-mobile-drawer-074 {
scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
}
}

.home-top-container {
width: min(var(--batalar-container), calc(100% - 48px)) !important;
}

.batalar-header-074__inner,
.home-top-header__inner.batalar-header-074__inner {
min-height: 88px !important;
    gap: 34px !important;
}

.batalar-header-074.is-scrolled-072 .batalar-header-074__inner {
min-height: 76px !important;
}

.batalar-header-074__actions {
direction: rtl !important;
    gap: 14px !important;
}

.batalar-header-074__add-service,
.home-top-add-service.batalar-header-074__add-service {
min-height: 56px !important;
    padding: 10px 24px !important;
    gap: 9px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.batalar-header-074__add-service i {
font-size: 23px !important;
}

.batalar-header-search-trigger-074,
.batalar-header-search-trigger-072.batalar-header-search-trigger-074 {
width: 56px !important;
    min-width: 56px !important;
    height: 56px !important;
}

.batalar-header-search-trigger-074 i {
font-size: 24px !important;
}

.batalar-header-074 .home-top-menu__trigger {
min-height: 56px !important;
    padding: 10px 20px !important;
    gap: 10px !important;
    font-size: 15px !important;
}

.batalar-header-074 .home-top-menu__trigger i {
font-size: 22px !important;
}

.batalar-header-074__desktop-nav,
.home-top-nav.batalar-header-074__desktop-nav {
gap: clamp(28px, 2.4vw, 42px) !important;
    font-size: 15px !important;
}

.batalar-header-074__brand img,
.home-top-brand-logo-053.batalar-header-074__brand img {
width: 90px !important;
    max-height: 46px !important;
}

.batalar-header-074.is-scrolled-072 .batalar-header-074__brand img {
width: 82px !important;
}

@media (max-width: 980px) {
.home-top-container {
width: min(100%, calc(100% - 40px)) !important;
}

.batalar-header-074__inner,
.home-top-header__inner.batalar-header-074__inner {
min-height: 76px !important;
}

.batalar-header-074__actions {
direction: ltr !important;
}
}

@media (max-width: 680px) {
.home-top-container {
width: calc(100% - 28px) !important;
}
}

/* BATALAR-019-PUBLIC-HEADER-TUNING-START */

/*
 * Scope: public header only.
 * - 2rem extra horizontal inset on desktop
 * - 8px extra vertical breathing room
 * - add-service icon and label stay on one horizontal line
 * - remove the lower divider
 */
.home-top-header.batalar-header-074,
.batalar-header-074.batalar-sticky-header-072,
.batalar-header-074 {
    border-bottom: 0 !important;
}

@media (min-width: 1024px) {
    .batalar-header-074__inner,
    .home-top-header__inner.batalar-header-074__inner {
        box-sizing: border-box !important;
        min-height: 94px !important;
        padding-block: 8px !important;
        padding-inline: 2rem !important;
    }

    .batalar-header-074.is-scrolled-072 .batalar-header-074__inner {
        min-height: 86px !important;
    }
}

.batalar-header-074__add-service,
.home-top-add-service.batalar-header-074__add-service {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    direction: rtl !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}

.batalar-header-074__add-service > i,
.home-top-add-service.batalar-header-074__add-service > i {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    line-height: 1 !important;
    transform: none !important;
}

.batalar-header-074__add-service > span,
.home-top-add-service.batalar-header-074__add-service > span {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    line-height: 1.35 !important;
}

/* BATALAR-019-PUBLIC-HEADER-TUNING-END */

/* BATALAR-055-HIERARCHICAL-COLLECTIONS-MENU-START */
/* Desktop parent links stay clickable; hover/focus reveals children.
   Mobile parent links and expand buttons are separate controls. */

.batalar-header-074__category-panel.batalar-category-menu-055,
.home-top-menu__panel.batalar-header-074__category-panel.batalar-category-menu-055 {
    width: min(660px, calc(100vw - 48px)) !important;
    max-width: min(660px, calc(100vw - 48px)) !important;
    padding: 10px !important;
    overflow: visible !important;
}

.batalar-category-menu-055__layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    min-height: 322px;
    direction: rtl;
}

.batalar-category-menu-055__roots {
    display: grid;
    align-content: start;
    gap: 3px;
    padding-inline-end: 10px;
    border-inline-end: 1px solid #EEF0EF;
}

.batalar-category-menu-055__roots > a,
.batalar-header-074__category-panel .batalar-category-menu-055__roots > a {
    width: 100%;
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 9px 13px !important;
    border-radius: 13px !important;
    color: #29312E !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.batalar-category-menu-055__roots > a:hover,
.batalar-category-menu-055__roots > a:focus-visible {
    background: #F2FBF8 !important;
    color: #008B6D !important;
    outline: 0 !important;
}

.batalar-category-menu-055__roots > a > i {
    flex: 0 0 auto;
    color: #8A9490;
    font-size: 16px;
}

.batalar-category-menu-055__all {
    margin-bottom: 5px;
    background: #F8FAF9 !important;
}

.batalar-category-menu-055__children {
    min-width: 0;
    padding: 8px 16px 8px 6px;
}

.batalar-category-menu-055__hint {
    min-height: 286px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    padding: 24px;
    color: #7D8783;
    text-align: center;
}

.batalar-category-menu-055__hint-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 4px;
    border-radius: 19px;
    background: #EBFBF7;
    color: #00B88A;
    font-size: 27px;
}

.batalar-category-menu-055__hint strong {
    color: #2A312F;
    font-size: 15px;
    font-weight: 700;
}

.batalar-category-menu-055__hint p {
    max-width: 250px;
    margin: 0;
    font-size: 12px;
    line-height: 1.9;
}

.batalar-category-menu-055__child-panel {
    min-height: 286px;
}

.batalar-category-menu-055__child-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 2px 13px;
    border-bottom: 1px solid #F0F2F1;
}

.batalar-category-menu-055__child-header small,
.batalar-category-menu-055__child-header strong {
    display: block;
}

.batalar-category-menu-055__child-header small {
    color: #9AA29F;
    font-size: 10px;
    font-weight: 400;
}

.batalar-category-menu-055__child-header strong {
    margin-top: 2px;
    color: #252C29;
    font-size: 15px;
    font-weight: 700;
}

.batalar-header-074__category-panel .batalar-category-menu-055__child-header > a {
    min-height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 7px 10px !important;
    border-radius: 11px !important;
    background: #EBFBF7 !important;
    color: #008C6D !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    white-space: nowrap;
}

.batalar-category-menu-055__child-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding-top: 13px;
}

.batalar-header-074__category-panel .batalar-category-menu-055__child-grid > a {
    min-width: 0;
    min-height: 56px !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) 16px;
    align-items: center !important;
    gap: 9px !important;
    padding: 9px !important;
    border: 1px solid #EEF0EF !important;
    border-radius: 14px !important;
    background: #FFFFFF !important;
    color: #39413E !important;
    text-decoration: none !important;
}

.batalar-header-074__category-panel .batalar-category-menu-055__child-grid > a:hover,
.batalar-header-074__category-panel .batalar-category-menu-055__child-grid > a:focus-visible {
    border-color: rgba(16, 255, 205, .45) !important;
    background: #F7FCFA !important;
    color: #007F63 !important;
    outline: 0 !important;
}

.batalar-category-menu-055__child-grid > a > span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: #EBFBF7;
    color: #00A980;
    font-size: 17px;
}

.batalar-category-menu-055__child-grid > a > strong {
    min-width: 0;
    overflow: hidden;
    font-size: 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.batalar-category-menu-055__child-grid > a > i {
    color: #A1A9A6;
    font-size: 13px;
}

.batalar-category-menu-055__empty {
    min-height: 205px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    color: #8B9491;
    text-align: center;
    font-size: 12px;
}

.batalar-category-menu-055__empty > i {
    color: #00B88A;
    font-size: 34px;
}

.batalar-mobile-categories-055 {
    gap: 5px !important;
    margin-inline: 8px 0 !important;
    padding-inline: 8px 0 !important;
}

.batalar-mobile-categories-055__all {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    color: #3F4945 !important;
}

.batalar-mobile-categories-055__all > i {
    color: #00AA81;
    font-size: 18px;
}

.batalar-mobile-category-055 {
    border-radius: 13px;
}

.batalar-mobile-category-055__row {
    min-height: 44px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px;
    align-items: center;
    gap: 5px;
}

.batalar-mobile-category-055__link,
.batalar-mobile-drawer-074__submenu .batalar-mobile-category-055__link {
    min-width: 0;
    min-height: 42px;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 9px !important;
    padding: 8px 10px !important;
    border-radius: 11px !important;
    color: #424C48 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.batalar-mobile-category-055__link:hover,
.batalar-mobile-category-055__link:focus-visible {
    background: #F4FBF8 !important;
    color: #00866A !important;
    outline: 0;
}

.batalar-mobile-category-055__link > i {
    flex: 0 0 auto;
    color: #A0A8A5;
    font-size: 13px;
}

.batalar-mobile-category-055__toggle {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 11px;
    background: #F5F7F6;
    color: #69736F;
    cursor: pointer;
}

.batalar-mobile-category-055__toggle:hover,
.batalar-mobile-category-055__toggle:focus-visible {
    background: #EBFBF7;
    color: #00866A;
    outline: 0;
}

.batalar-mobile-category-055__toggle > i {
    transition: transform .2s ease;
}

.batalar-mobile-category-055__toggle > i.is-open-055 {
    transform: rotate(180deg);
}

.batalar-mobile-category-055__children {
    display: grid;
    gap: 3px;
    margin: 2px 12px 6px 0;
    padding: 5px 12px 5px 0;
    border-inline-start: 1px solid #E2E8E5;
}

.batalar-mobile-drawer-074__submenu .batalar-mobile-category-055__children > a {
    min-height: 38px;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 7px 9px !important;
    border-radius: 10px !important;
    color: #64706B !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.batalar-mobile-category-055__children > a:hover,
.batalar-mobile-category-055__children > a:focus-visible {
    background: #F4FBF8 !important;
    color: #00866A !important;
    outline: 0;
}

.batalar-mobile-category-055__children > a > i {
    color: #00A980;
    font-size: 15px;
}

@media (max-width: 1120px) and (min-width: 1025px) {
    .batalar-header-074__category-panel.batalar-category-menu-055 {
        width: min(610px, calc(100vw - 40px)) !important;
    }

    .batalar-category-menu-055__layout {
        grid-template-columns: 235px minmax(0, 1fr);
    }
}

@media (max-width: 1024px) {
    .batalar-header-074__category-panel.batalar-category-menu-055 {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .batalar-category-menu-055 *,
    .batalar-mobile-categories-055 * {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
/* BATALAR-055-HIERARCHICAL-COLLECTIONS-MENU-END */

/* BATALAR-055-MOBILE-HEADER-START */
/*
 * Mobile/tablet only:
 * physical left = logo
 * physical right = hamburger
 * mobile drawer/overlay stays above every page section
 */
@media (max-width: 1024px) {
    html body .home-top-header.batalar-header-074,
    html body .batalar-header-074.batalar-sticky-header-072,
    html body header[data-home-header] {
        z-index: 10000 !important;
        overflow: visible !important;
        isolation: auto !important;
    }

    html body .batalar-header-074__inner,
    html body .home-top-header__inner.batalar-header-074__inner {
        direction: ltr !important;
    }

    html body .batalar-header-074__brand-nav {
        order: 1 !important;
        margin-right: auto !important;
        margin-left: 0 !important;
        direction: ltr !important;
    }

    html body .batalar-header-074__actions {
        order: 2 !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        direction: rtl !important;
    }

    html body .batalar-header-search-trigger-074,
    html body .batalar-header-search-trigger-072.batalar-header-search-trigger-074 {
        display: none !important;
    }

    html body .batalar-header-074__mobile-toggle,
    html body .home-top-mobile-button.batalar-header-074__mobile-toggle {
        display: grid !important;
    }

    html body .batalar-mobile-overlay-074 {
        z-index: 10010 !important;
    }

    html body .batalar-mobile-drawer-074 {
        z-index: 10020 !important;
    }
}
/* BATALAR-055-MOBILE-HEADER-END */

/* BATALAR-055-1-MOBILE-DRAWER-VIEWPORT-START */
/*
 * The mobile drawer lives inside the sticky public header. A backdrop-filter
 * on an ancestor can make position:fixed descendants use that ancestor as
 * their containing block. The symptom is a drawer whose effective height is
 * only the header height, with the footer CTA appearing near the top.
 *
 * Keep the normal sticky/blurred header untouched while closed. Only while
 * the mobile navigation is open, remove containing-block-producing effects
 * and explicitly size the overlay/drawer to the viewport.
 */
@media (max-width: 1024px) {
    html.batalar-mobile-nav-open-074 body header[data-home-header],
    html.batalar-mobile-nav-open-074 body .home-top-header.batalar-header-074,
    html.batalar-mobile-nav-open-074 body .batalar-header-074.batalar-sticky-header-072 {
        overflow: visible !important;
        transform: none !important;
        filter: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        perspective: none !important;
        contain: none !important;
    }

    html.batalar-mobile-nav-open-074 body .batalar-mobile-overlay-074 {
        position: fixed !important;
        z-index: 2147483000 !important;
        inset: 0 !important;
        width: 100vw !important;
        height: 100dvh !important;
        min-height: 0 !important;
        margin: 0 !important;
    }

    html.batalar-mobile-nav-open-074 body .batalar-mobile-drawer-074 {
        position: fixed !important;
        z-index: 2147483001 !important;
        inset-block-start: 0 !important;
        inset-block-end: auto !important;
        right: 0 !important;
        left: auto !important;
        height: 100dvh !important;
        min-height: 0 !important;
        max-height: 100dvh !important;
        margin: 0 !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column !important;
        overscroll-behavior: contain !important;
    }

    html.batalar-mobile-nav-open-074 body .batalar-mobile-drawer-074__header,
    html.batalar-mobile-nav-open-074 body .batalar-mobile-drawer-074__footer {
        flex: 0 0 auto !important;
    }

    html.batalar-mobile-nav-open-074 body .batalar-mobile-drawer-074__body {
        flex: 1 1 auto !important;
        min-height: 0 !important;
        overflow-y: auto !important;
        overscroll-behavior-y: contain !important;
        -webkit-overflow-scrolling: touch;
    }

    html.batalar-mobile-nav-open-074 body .batalar-mobile-drawer-074__footer {
        margin-top: auto !important;
    }
}

/* Fallback for engines that do not understand dynamic viewport units. */
@supports not (height: 100dvh) {
    @media (max-width: 1024px) {
        html.batalar-mobile-nav-open-074 body .batalar-mobile-overlay-074,
        html.batalar-mobile-nav-open-074 body .batalar-mobile-drawer-074 {
            height: 100vh !important;
            max-height: 100vh !important;
        }
    }
}
/* BATALAR-055-1-MOBILE-DRAWER-VIEWPORT-END */

/* BATALAR-055-2-MOBILE-INNER-HEADER-START */
/*
 * Mobile parity for public inner pages.
 * A later desktop compatibility rule made the add-service CTA visible again
 * below 1024px. Re-assert the intended mobile contract at the end of the
 * dedicated public-header stylesheet: logo on the left, menu on the right,
 * optional scroll-search immediately to the left of the menu.
 */
@media (max-width: 1023px) {
    html body header[data-home-header] .batalar-header-074__inner,
    html body header[data-home-header] .home-top-header__inner.batalar-header-074__inner {
        width: 100% !important;
        min-height: 72px !important;
        padding: 8px 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px !important;
        direction: ltr !important;
        box-sizing: border-box !important;
    }

    html body header[data-home-header] .batalar-header-074__brand-nav {
        order: 1 !important;
        flex: 0 0 auto !important;
        min-width: 0 !important;
        gap: 0 !important;
    }

    html body header[data-home-header] .batalar-header-074__brand,
    html body header[data-home-header] .home-top-brand-logo-053.batalar-header-074__brand {
        margin: 0 !important;
    }

    html body header[data-home-header] .batalar-header-074__brand img,
    html body header[data-home-header] .home-top-brand-logo-053.batalar-header-074__brand img {
        width: 78px !important;
        max-width: 78px !important;
        max-height: 42px !important;
        height: auto !important;
    }

    html body header[data-home-header] .batalar-header-074__desktop-nav,
    html body header[data-home-header] .home-top-nav.batalar-header-074__desktop-nav,
    html body header[data-home-header] .batalar-header-074__add-service,
    html body header[data-home-header] .home-top-add-service.batalar-header-074__add-service {
        display: none !important;
    }

    html body header[data-home-header] .batalar-header-074__actions {
        order: 2 !important;
        flex: 0 0 auto !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 8px !important;
        direction: ltr !important;
    }

    html body header[data-home-header] .batalar-header-search-trigger-074,
    html body header[data-home-header] .batalar-header-search-trigger-072.batalar-header-search-trigger-074 {
        order: 1 !important;
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        border-radius: 14px !important;
    }

    html body header[data-home-header] .batalar-header-074__mobile-toggle,
    html body header[data-home-header] .home-top-mobile-button.batalar-header-074__mobile-toggle {
        order: 2 !important;
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        display: grid !important;
        place-items: center !important;
        margin: 0 !important;
        border-radius: 14px !important;
    }
}

@media (max-width: 560px) {
    html body header[data-home-header] .batalar-header-074__inner,
    html body header[data-home-header] .home-top-header__inner.batalar-header-074__inner {
        min-height: 66px !important;
        padding-inline: 12px !important;
    }

    html body header[data-home-header] .batalar-header-074__brand img,
    html body header[data-home-header] .home-top-brand-logo-053.batalar-header-074__brand img {
        width: 72px !important;
        max-width: 72px !important;
        max-height: 38px !important;
    }

    html body header[data-home-header] .batalar-header-search-trigger-074,
    html body header[data-home-header] .batalar-header-search-trigger-072.batalar-header-search-trigger-074,
    html body header[data-home-header] .batalar-header-074__mobile-toggle,
    html body header[data-home-header] .home-top-mobile-button.batalar-header-074__mobile-toggle {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
    }
}
/* BATALAR-055-2-MOBILE-INNER-HEADER-END */

/* BATALAR-076-PUBLIC-STICKY-HEADER-ACTIONS-START */
/*
 * Shared public header refinement.
 * - sticky on every page using the shared base/header include
 * - compact mobile search + add-service actions beside the logo
 * - existing desktop navigation and mobile drawer remain unchanged
 */
header[data-home-header][data-public-header-sticky-076] {
    position: sticky !important;
    inset-block-start: 0 !important;
    top: 0 !important;
    z-index: 10020 !important;
    width: 100% !important;
    overflow: visible !important;
    background: rgba(255, 255, 255, .97) !important;
    border-bottom: 1px solid rgba(35, 40, 39, .055) !important;
    backdrop-filter: blur(18px) saturate(1.12) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.12) !important;
}

.batalar-header-076__mobile-quick-actions {
    display: none;
}

@media (max-width: 1024px) {
    header[data-home-header][data-public-header-sticky-076]
    .batalar-header-074__brand-nav {
        min-width: 0 !important;
        display: flex !important;
        align-items: center !important;
        gap: 9px !important;
        direction: ltr !important;
    }

    header[data-home-header][data-public-header-sticky-076]
    .batalar-header-076__mobile-quick-actions {
        display: inline-flex !important;
        flex: 0 0 auto !important;
        align-items: center !important;
        gap: 6px !important;
        direction: ltr !important;
    }

    header[data-home-header][data-public-header-sticky-076]
    .batalar-header-076__quick-action {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        display: inline-grid !important;
        place-items: center !important;
        padding: 0 !important;
        border: 1px solid #E5E8E6 !important;
        border-radius: 13px !important;
        background: #FFFFFF !important;
        color: #2D3330 !important;
        text-decoration: none !important;
        box-shadow: none !important;
        -webkit-tap-highlight-color: transparent;
    }

    header[data-home-header][data-public-header-sticky-076]
    .batalar-header-076__quick-action--add {
        border-color: #DDF8F0 !important;
        background: #EBFBF7 !important;
        color: #00A982 !important;
    }

    header[data-home-header][data-public-header-sticky-076]
    .batalar-header-076__quick-action i {
        font-size: 21px !important;
        line-height: 1 !important;
    }

    header[data-home-header][data-public-header-sticky-076]
    .batalar-header-076__quick-action:hover,
    header[data-home-header][data-public-header-sticky-076]
    .batalar-header-076__quick-action:focus-visible {
        transform: translateY(-1px);
        border-color: rgba(16, 255, 205, .58) !important;
        outline: 0 !important;
        box-shadow: 0 0 0 3px rgba(16, 255, 205, .12) !important;
    }

    header[data-home-header][data-public-header-sticky-076]
    .batalar-header-074__actions
    .batalar-header-search-trigger-074 {
        display: none !important;
    }
}

@media (max-width: 680px) {
    header[data-home-header][data-public-header-sticky-076]
    .batalar-header-074__brand-nav {
        gap: 7px !important;
    }

    header[data-home-header][data-public-header-sticky-076]
    .batalar-header-076__mobile-quick-actions {
        gap: 5px !important;
    }

    header[data-home-header][data-public-header-sticky-076]
    .batalar-header-076__quick-action {
        width: 38px !important;
        min-width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
        border-radius: 12px !important;
    }

    header[data-home-header][data-public-header-sticky-076]
    .batalar-header-076__quick-action i {
        font-size: 20px !important;
    }
}
/* BATALAR-076-PUBLIC-STICKY-HEADER-ACTIONS-END */

/* BATALAR-124-MENU-SVG-SIZE-START */
/*
 * Keep uploaded category SVG artwork visually consistent inside the
 * collections menu. The outer chip remains 34x34; the artwork itself
 * always uses the same 24x24 box regardless of intrinsic SVG dimensions.
 */
.batalar-category-menu-055__child-grid > a > span {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
}

.batalar-category-menu-055__custom-icon,
.batalar-category-menu-055__child-grid > a > span > img,
.batalar-category-menu-055__child-grid > a > span > svg,
.batalar-category-menu-055__child-grid > a > span > i {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    font-size: 24px !important;
    line-height: 1 !important;
}

.batalar-mobile-category-055__children > a .batalar-category-menu-055__custom-icon,
.batalar-mobile-category-055__children > a > img,
.batalar-mobile-category-055__children > a > svg,
.batalar-mobile-category-055__children > a > i {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    font-size: 22px !important;
    line-height: 1 !important;
}
/* BATALAR-124-MENU-SVG-SIZE-END */

/* BATALAR-124-MENU-BLACK-OLIVE-START */
/*
 * Collections menu icon contract:
 * every icon in the desktop collections mega-menu uses exact Black Olive.
 * Active/selected rows may keep their background/text treatment, but icons
 * never switch to the brand green.
 */

:root {
    --batalar-menu-black-olive-124: #3B3C36;
}

/* Phosphor/font icons, inline SVGs and uploaded SVG wrappers. */
[class*="batalar-category-menu-055"] i,
[class*="batalar-category-menu-055"] svg,
[class*="batalar-category-menu-055"] svg *,
[class*="batalar-category-menu-055"] [data-icon],
.batalar-menu-category-icon-124,
.batalar-category-menu-055__custom-icon {
    color: var(--batalar-menu-black-olive-124) !important;
    stroke: currentColor !important;
}

/* Explicitly cover active/selected service rows. */
[class*="batalar-category-menu-055"] .is-active i,
[class*="batalar-category-menu-055"] .is-active svg,
[class*="batalar-category-menu-055"] [aria-current="page"] i,
[class*="batalar-category-menu-055"] [aria-current="page"] svg,
[class*="batalar-category-menu-055"] [aria-selected="true"] i,
[class*="batalar-category-menu-055"] [aria-selected="true"] svg {
    color: var(--batalar-menu-black-olive-124) !important;
    stroke: currentColor !important;
}

/*
 * Uploaded category SVGs rendered as <img> cannot inherit currentColor.
 * This filter visually normalizes monochrome SVG artwork to Black Olive.
 */
[class*="batalar-category-menu-055"] img,
img.batalar-menu-category-icon-124,
img.batalar-category-menu-055__custom-icon {
    filter:
        brightness(0)
        saturate(100%)
        invert(20%)
        sepia(7%)
        saturate(460%)
        hue-rotate(40deg)
        brightness(92%)
        contrast(91%) !important;
}

/* Icon chips stay soft/neutral instead of mint-green. */
[class*="batalar-category-menu-055"] [class*="icon"],
[class*="batalar-category-menu-055"] [class*="__icon"] {
    color: var(--batalar-menu-black-olive-124) !important;
}

/* Mobile collections menu follows the same Black Olive rule. */
[class*="batalar-mobile-category-055"] i,
[class*="batalar-mobile-category-055"] svg,
[class*="batalar-mobile-category-055"] svg *,
[class*="batalar-mobile-category-055"] [data-icon] {
    color: var(--batalar-menu-black-olive-124) !important;
    stroke: currentColor !important;
}

[class*="batalar-mobile-category-055"] img {
    filter:
        brightness(0)
        saturate(100%)
        invert(20%)
        sepia(7%)
        saturate(460%)
        hue-rotate(40deg)
        brightness(92%)
        contrast(91%) !important;
}
/* BATALAR-124-MENU-BLACK-OLIVE-END */

/* BATALAR-133-PUBLIC-LAYERS-AND-MOBILE-FOCUS-START */
/*
 * Canonical public stacking order:
 * page content < sticky header < page drawers < global dialogs < mobile nav.
 * The mobile nav already owns the top emergency layer while it is open.
 */
:root {
    --batalar-layer-public-header-133: 10020;
    --batalar-layer-page-overlay-133: 11000;
    --batalar-layer-page-drawer-133: 11010;
    --batalar-layer-global-dialog-133: 12000;
}

html body header[data-home-header][data-public-header-sticky-076] {
    z-index: var(--batalar-layer-public-header-133) !important;
}

html body .batalar-quick-search-072,
html body .gallery-lightbox {
    z-index: var(--batalar-layer-global-dialog-133) !important;
}

@media (max-width: 1023px) {
    html body [data-catalog-mobile-filter-overlay-0553] {
        z-index: var(--batalar-layer-page-overlay-133) !important;
    }

    html body #catalog-filter-form [data-catalog-filter-sidebar] {
        z-index: var(--batalar-layer-page-drawer-133) !important;
    }
}

/*
 * iOS zooms focused text controls whose computed font size is below 16px.
 * Keep pinch zoom available for accessibility; only prevent focus zoom by
 * enforcing the platform-safe text size on editable controls.
 */
@media (max-width: 1024px) {
    html body input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="file"]):not([type="image"]),
    html body select,
    html body textarea {
        font-size: 16px !important;
    }
}
/* BATALAR-133-PUBLIC-LAYERS-AND-MOBILE-FOCUS-END */

/* BATALAR-136-PUBLIC-LOGIN-START */
/* Desktop login deliberately reuses the exact add-service button classes. */
.batalar-header-136__login {
    white-space: nowrap;
}

/* Mobile login lives only inside the hamburger drawer, beside add-service. */
.batalar-mobile-drawer-074__footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.batalar-mobile-drawer-074__footer .batalar-mobile-drawer-074__cta {
    min-width: 0;
    padding-inline: 8px;
    white-space: nowrap;
}

.batalar-mobile-drawer-074__footer .batalar-mobile-drawer-074__cta i {
    flex: 0 0 auto;
    font-size: 20px;
}

@media (max-width: 1024px) {
    .batalar-header-136__login {
        display: none !important;
    }
}
/* BATALAR-136-PUBLIC-LOGIN-END */

/* BATALAR-140-GLOBAL-PUBLIC-STICKY-HEADER-START */
/* Final public-shell authority: every page extending base.html receives the
   same viewport-sticky top menu on desktop, tablet and phone. */
html body > header[data-home-header][data-public-header-global-sticky-140] {
    position: -webkit-sticky !important;
    position: sticky !important;
    inset-block-start: 0 !important;
    top: 0 !important;
    z-index: var(--batalar-layer-public-header-133, 10020) !important;
    width: 100% !important;
    align-self: stretch !important;
    overflow: visible !important;
}
/* BATALAR-140-GLOBAL-PUBLIC-STICKY-HEADER-END */
