.zubuz-section-padding7 {
    padding: 125px 0 0;
}

.zubuz-section-padding8 {
    padding: 0 0 125px 0;
}

html,
body {
    overflow-x: hidden;
}

#sticky-menu,
#sticky-menu.sticky-menu,
.site-header.zubuz-header-section,
.site-header.zubuz-header-section.sticky-menu {
    background-color: #ffffff !important;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000 !important;
}

#sticky-menu.sticky-menu {
    box-shadow: 0 10px 30px rgba(12, 12, 12, 0.08) !important;
}

#sticky-menu .nav-link-item,
#sticky-menu.sticky-menu .nav-link-item {
    color: var(--heading-color) !important;
}

#sticky-menu .site-menu-main > .nav-item > .nav-link-item.active,
#sticky-menu .site-menu-main > .nav-item > .nav-link-item.is-active,
#sticky-menu .site-menu-main > .nav-item > .nav-link-item[aria-current="page"] {
    text-decoration: underline !important;
    text-decoration-line: underline !important;
    text-decoration-color: var(--primary-color) !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 8px !important;
}

#sticky-menu .mobile-menu-trigger span,
#sticky-menu .mobile-menu-trigger span::before,
#sticky-menu .mobile-menu-trigger span::after {
    background-color: var(--heading-color) !important;
}


.zubuz-pricing-price .zubuz-price.dynamic-value {
    font-size: 70px;
}

/* Verify pricing widgets: reduce font size for ALL prices (numbers and "Free"/"Custom") */
.zubuz-pricing-price .zubuz-price {
    font-size: 34px;        /* same reduction you liked */
    line-height: 1.05;
    white-space: nowrap;
    letter-spacing: -0.5px;
}

/* Optional: keep the currency symbol visually balanced */
.zubuz-pricing-price h2 {
    font-size: 28px;
    line-height: 1.05;
}

/* Keep Enterprise "Custom" from stretching the layout if you ever localize to a longer word */
.zubuz-pricing-price .zubuz-price.is-custom {
    font-size: 37px;        /* same as others; keep the hook for safety */
    white-space: nowrap;
}
