:root {
    --iqbiz-mm-blue: #4358aa;
    --iqbiz-mm-text: #3f4654;
    --iqbiz-mm-muted: #6a6f7d;
    --iqbiz-mm-panel: #e7e7e7;
    --iqbiz-mm-white: #fff;
    --iqbiz-mm-shadow: 0 6px 20px rgba(0, 0, 0, .18);
}

.iqbiz-mm,
.iqbiz-mm * {
    box-sizing: border-box;
}

.iqbiz-mm {
    position: relative;
    z-index: 9990;
    font-family: inherit;
    color: var(--iqbiz-mm-text);
}

.iqbiz-mm a {
    text-decoration: none;
}

.iqbiz-mm-desktop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.iqbiz-mm-main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.iqbiz-mm-main > li {
    position: static;
    margin: 0;
    padding: 0;
}

.iqbiz-mm-main > li > a,
.iqbiz-mm-top-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 48px;
    padding: 0 11px;
    border: 0;
    background: transparent;
    color: #4b5363;
    font: inherit;
    font-size: 15px;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
}

.iqbiz-mm-main > li > a:hover,
.iqbiz-mm-main > li > a:focus,
.iqbiz-mm-top-button:hover,
.iqbiz-mm-top-button:focus,
.iqbiz-mm-has-dropdown:hover > .iqbiz-mm-top-button {
    color: var(--iqbiz-mm-blue);
    outline: none;
}

.iqbiz-mm-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: min(1060px, 96vw);
    min-height: 300px;
    background: var(--iqbiz-mm-panel);
    box-shadow: var(--iqbiz-mm-shadow);
    border: 1px solid rgba(0, 0, 0, .04);
    text-align: left;
}

.iqbiz-mm-has-dropdown:hover > .iqbiz-mm-dropdown,
.iqbiz-mm-has-dropdown:focus-within > .iqbiz-mm-dropdown,
.iqbiz-mm-has-dropdown.is-open > .iqbiz-mm-dropdown {
    display: block;
}

.iqbiz-mm-products-inner {
    display: grid;
    grid-template-columns: 225px 1fr;
    min-height: 575px;
    padding: 42px 36px;
    gap: 34px;
}

.iqbiz-mm-tabs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

.iqbiz-mm-tab {
    position: relative;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 12px 18px 14px 20px;
    color: #333b48;
    font: inherit;
    font-size: 18px;
    cursor: pointer;
}

.iqbiz-mm-tab::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255,255,255,.95), rgba(67,88,170,.65), rgba(255,255,255,.05));
    opacity: 0;
    transition: opacity .2s ease;
}

.iqbiz-mm-tab.is-active,
.iqbiz-mm-tab:hover,
.iqbiz-mm-tab:focus {
    color: var(--iqbiz-mm-blue);
    outline: none;
}

.iqbiz-mm-tab.is-active::after,
.iqbiz-mm-tab:hover::after,
.iqbiz-mm-tab:focus::after {
    opacity: 1;
}

.iqbiz-mm-panel-wrap {
    position: relative;
    min-width: 0;
}

.iqbiz-mm-panel {
    display: none;
}

.iqbiz-mm-panel.is-active {
    display: block;
}

.iqbiz-mm-epsilon-grid,
.iqbiz-mm-softone-grid,
.iqbiz-mm-simple-panel {
    display: grid;
    gap: 38px;
}

.iqbiz-mm-epsilon-grid {
    grid-template-columns: 235px 1fr;
}

.iqbiz-mm-softone-grid {
    grid-template-columns: 350px 1fr;
}

.iqbiz-mm-simple-panel {
    grid-template-columns: minmax(280px, 360px) minmax(280px, 1fr);
    align-items: start;
}

.iqbiz-mm-copy h3 {
    margin: 0 0 8px;
    color: var(--iqbiz-mm-blue);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

.iqbiz-mm-copy h3:not(:first-child) {
    margin-top: 28px;
}

.iqbiz-mm-copy h3 a {
    color: var(--iqbiz-mm-blue);
}

.iqbiz-mm-copy p {
    margin: 0 0 10px;
    color: #666a73;
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: .02em;
}

.iqbiz-mm-text-link {
    color: var(--iqbiz-mm-blue);
    font-size: 16px;
    font-weight: 700;
}

.iqbiz-mm-text-link:hover,
.iqbiz-mm-text-link:focus {
    text-decoration: underline;
}

.iqbiz-mm-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 18px;
}

.iqbiz-mm-card-grid-small {
    gap: 16px;
    margin-top: 22px;
}

.iqbiz-mm-image-card,
.iqbiz-mm-wide-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 190px;
    border-radius: 4px;
    background-color: #b9c0cc;
    background-image: linear-gradient(135deg, #8797bf, #c6cbd6);
    background-size: cover;
    background-position: center;
    color: #fff;
    isolation: isolate;
}

.iqbiz-mm-card-grid-small .iqbiz-mm-image-card {
    min-height: 200px;
}

.iqbiz-mm-image-card::before,
.iqbiz-mm-wide-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(15, 28, 48, .38);
    z-index: -1;
    transition: background .2s ease;
}

.iqbiz-mm-image-card:hover::before,
.iqbiz-mm-image-card:focus::before,
.iqbiz-mm-wide-image:hover::before,
.iqbiz-mm-wide-image:focus::before {
    background: rgba(15, 28, 48, .55);
}

.iqbiz-mm-image-card-title,
.iqbiz-mm-image-card-hover {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    transition: opacity .18s ease, transform .18s ease;
}

.iqbiz-mm-image-card-hover {
    opacity: 0;
    transform: translateY(8px);
}

.iqbiz-mm-image-card:hover .iqbiz-mm-image-card-title,
.iqbiz-mm-image-card:focus .iqbiz-mm-image-card-title {
    opacity: 0;
    transform: translateY(-8px);
}

.iqbiz-mm-image-card:hover .iqbiz-mm-image-card-hover,
.iqbiz-mm-image-card:focus .iqbiz-mm-image-card-hover {
    opacity: 1;
    transform: translateY(0);
}

.iqbiz-mm-wide-image {
    min-height: 220px;
    max-width: 410px;
    justify-self: center;
    width: 100%;
    background-color: #fff;
}

.iqbiz-mm-contact {
    width: min(1250px, 96vw);
    min-height: 400px;
    background: #f4f4f4;
}

.iqbiz-mm-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
    align-items: start;
    padding: 80px 90px 75px;
}

.iqbiz-mm-contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--iqbiz-mm-text);
}

.iqbiz-mm-contact-icon svg {
    width: 72px;
    height: 72px;
    fill: var(--iqbiz-mm-blue);
    margin-bottom: 32px;
}

.iqbiz-mm-contact-title {
    display: block;
    margin-bottom: 18px;
    color: #535966;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.iqbiz-mm-contact-text {
    color: #5f6470;
    font-size: 18px;
    line-height: 1.45;
}

.iqbiz-mm-mobile {
    display: none;
}

.iqbiz-mm-mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 86px;
    padding: 0 24px;
    background: #fff;
}

.iqbiz-mm-mobile-logo img {
    max-height: 42px;
    width: auto;
}

.iqbiz-mm-logo-text {
    color: var(--iqbiz-mm-blue);
    font-size: 28px;
    font-weight: 700;
}

.iqbiz-mm-mobile-toggle {
    width: 48px;
    height: 48px;
    border: 0;
    background: transparent;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
}

.iqbiz-mm-mobile-toggle span {
    width: 24px;
    height: 3px;
    border-radius: 2px;
    background: #111;
    transition: transform .2s ease, opacity .2s ease;
}

.iqbiz-mm-mobile-toggle.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.iqbiz-mm-mobile-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.iqbiz-mm-mobile-toggle.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.iqbiz-mm-mobile-panel {
    background: #fff;
    border-top: 1px solid #eee;
}

.iqbiz-mm-mobile-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.iqbiz-mm-mobile-list li {
    margin: 0;
    padding: 0;
}

.iqbiz-mm-mobile-list a,
.iqbiz-mm-mobile-accordion {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    padding: 12px 24px;
    border: 0;
    border-bottom: 1px dotted rgba(67, 88, 170, .45);
    background: #fff;
    color: #444b58;
    font: inherit;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.iqbiz-mm-mobile-accordion {
    gap: 8px;
    color: var(--iqbiz-mm-blue);
}

.iqbiz-mm-mobile-accordion.is-open {
    background: #cfcfcf;
}

.iqbiz-mm-mobile-sub a,
.iqbiz-mm-mobile-accordion-inner {
    min-height: 50px;
    font-size: 13px;
    background: #fff;
}

.iqbiz-mm-mobile-sub-inner a {
    font-size: 12px;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1024px) {
    .iqbiz-mm-products-inner {
        min-height: 500px;
        grid-template-columns: 190px 1fr;
        padding: 34px 28px;
    }

    .iqbiz-mm-epsilon-grid,
    .iqbiz-mm-softone-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    .iqbiz-mm-desktop {
        display: none;
    }

    .iqbiz-mm-mobile {
        display: block;
    }
}

/* V1.0.1 header alignment / duplicate mobile safeguards */
.iqbiz-mm-host-widget,
.iqbiz-mm-host-widget > .elementor-widget-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.iqbiz-mm-host-section,
.iqbiz-mm-host-container {
    min-height: 0 !important;
}

.iqbiz-mm-host-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.iqbiz-mm-desktop {
    min-height: 64px;
}

.iqbiz-mm-main > li > a,
.iqbiz-mm-top-button {
    min-height: 56px;
}

.iqbiz-mm-dropdown {
    top: 100%;
}

.iqbiz-mm-image-card:not([style]),
.iqbiz-mm-wide-image:not([style]) {
    background-image: linear-gradient(135deg, #758299, #b7beca);
}

@media (max-width: 900px) {
    body.iqbiz-mm-present .ast-mobile-header-wrap,
    body.iqbiz-mm-present .ast-mobile-popup-drawer,
    body.iqbiz-mm-present .ast-header-break-point .main-header-bar-wrap,
    body.iqbiz-mm-present.ast-header-break-point .main-header-bar-wrap,
    body.iqbiz-mm-present.ast-header-break-point .ast-mobile-header-wrap {
        display: none !important;
    }

    .iqbiz-mm-mobile-bar {
        min-height: 82px;
        padding-left: 22px;
        padding-right: 22px;
    }
}

/* Elementor host cleanup: JS adds these classes. No :has() selector, so old CSS editors do not show errors. */
.iqbiz-mm-host-widget,
.iqbiz-mm-host-widget > .elementor-widget-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.iqbiz-mm-host-section,
.iqbiz-mm-host-container {
    min-height: 0 !important;
}

/* V1.0.2 mobile embedded-header fix: keep one external logo and use full-width menu panel */
@media (max-width: 900px) {
    .iqbiz-mm-mobile {
        position: static !important;
        width: 100% !important;
    }

    .iqbiz-mm-mobile-logo {
        display: none !important;
    }

    .iqbiz-mm-mobile-bar {
        min-height: 64px !important;
        height: 64px !important;
        padding: 0 18px 0 0 !important;
        background: transparent !important;
        justify-content: flex-end !important;
        border: 0 !important;
    }

    .iqbiz-mm-mobile-toggle {
        margin-left: auto !important;
    }

    .iqbiz-mm-mobile-panel {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: 70px !important;
        width: 100vw !important;
        max-height: calc(100vh - 70px) !important;
        overflow-y: auto !important;
        z-index: 999999 !important;
        background: #fff !important;
        box-shadow: 0 10px 24px rgba(0,0,0,.16) !important;
    }

    body.admin-bar .iqbiz-mm-mobile-panel {
        top: 116px !important;
        max-height: calc(100vh - 116px) !important;
    }

    .iqbiz-mm-host-widget,
    .iqbiz-mm-host-widget > .elementor-widget-container {
        width: 100% !important;
    }
}

/* V1.0.3 desktop arrow size/alignment */
.iqbiz-mm .iqbiz-mm-top-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    line-height: 1.2 !important;
}

.iqbiz-mm .iqbiz-mm-top-button .iqbiz-mm-arrow,
.iqbiz-mm .iqbiz-mm-top-button > span[aria-hidden="true"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 7px !important;
    font-size: 20px !important;
    line-height: 1 !important;
    position: relative !important;
    top: 1px !important;
    transform: none !important;
}

@media (max-width: 900px) {
    .iqbiz-mm .iqbiz-mm-mobile-accordion > span,
    .iqbiz-mm .iqbiz-mm-mobile-accordion .iqbiz-mm-arrow {
        font-size: 18px !important;
        line-height: 1 !important;
        display: inline-flex !important;
        align-items: center !important;
    }
}

/* V1.0.4 clean CSS chevron: replace font glyph with aligned drawn caret */
.iqbiz-mm .iqbiz-mm-top-button,
.iqbiz-mm .iqbiz-mm-mobile-accordion {
    display: inline-flex !important;
    align-items: center !important;
}

.iqbiz-mm .iqbiz-mm-top-button .iqbiz-mm-arrow,
.iqbiz-mm .iqbiz-mm-mobile-accordion .iqbiz-mm-arrow,
.iqbiz-mm .iqbiz-mm-top-button > span[aria-hidden="true"] {
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    margin-left: 8px !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    position: relative !important;
    top: -1px !important;
    transform: none !important;
    color: currentColor !important;
    overflow: visible !important;
}

.iqbiz-mm .iqbiz-mm-top-button .iqbiz-mm-arrow::before,
.iqbiz-mm .iqbiz-mm-mobile-accordion .iqbiz-mm-arrow::before,
.iqbiz-mm .iqbiz-mm-top-button > span[aria-hidden="true"]::before {
    content: "" !important;
    display: block !important;
    width: 7px !important;
    height: 7px !important;
    border-right: 1.8px solid currentColor !important;
    border-bottom: 1.8px solid currentColor !important;
    position: absolute !important;
    left: 1px !important;
    top: 0 !important;
    transform: rotate(45deg) !important;
    transform-origin: center !important;
}

.iqbiz-mm .iqbiz-mm-top-button:hover .iqbiz-mm-arrow::before,
.iqbiz-mm .iqbiz-mm-top-button:focus .iqbiz-mm-arrow::before,
.iqbiz-mm .iqbiz-mm-has-dropdown:hover > .iqbiz-mm-top-button .iqbiz-mm-arrow::before {
    border-color: currentColor !important;
}

/* V1.0.5 hover stability fix: keep dropdown open while moving from top item to panel */
.iqbiz-mm-has-dropdown.is-hover-open > .iqbiz-mm-dropdown,
.iqbiz-mm-has-dropdown.is-menu-open > .iqbiz-mm-dropdown {
    display: block !important;
}

.iqbiz-mm-dropdown {
    top: calc(100% - 1px) !important;
    z-index: 99999 !important;
}

.iqbiz-mm-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -22px;
    height: 22px;
    background: transparent;
    pointer-events: auto;
}

/* V1.0.5 integrated image-card polish, so manual CSS changes are preserved on update */
.iqbiz-mm-image-card,
.iqbiz-mm-wide-image {
    background-color: #445064;
    background-size: cover !important;
    background-position: center !important;
}

.iqbiz-mm-image-card::before,
.iqbiz-mm-wide-image::before {
    background: rgba(20, 32, 48, 0.38);
}

.iqbiz-mm-image-card:hover::before,
.iqbiz-mm-image-card:focus::before,
.iqbiz-mm-wide-image:hover::before,
.iqbiz-mm-wide-image:focus::before {
    background: rgba(20, 32, 48, 0.50);
}

.iqbiz-mm-image-card-title,
.iqbiz-mm-image-card-hover {
    left: 12px;
    right: 12px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0,0,0,0.45);
}
