/*
Theme Name: Ewebot - Child
Author: GT3themes
Author URI: http://gt3themes.com
Description: AdIndex rebuild layer on official Ewebot Home Technology.
Version: 1.1
Template: ewebot
*/

:root {
    --adx-navy: #062b3e;
    --adx-ink: #0f1720;
    --adx-muted: #5d6876;
    --adx-line: rgba(6, 43, 62, 0.14);
    --adx-soft: #f3f8fb;
    --adx-blue: #1176b7;
    --adx-lilac: #147abc;
    --adx-orange: #ff7a1a;
    --adx-on-orange: #0f1720;
    --adx-radius: 28px;
}

/*
 * Phase 6 private case pilot.
 *
 * This is intentionally content-scoped rather than post-ID scoped: only the
 * private RU/UK clones contain `.adindex-case-pilot`. The published source
 * pair therefore keeps its current renderer while the shared case direction
 * is reviewed.
 */
body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot {
    display: grid;
    gap: 56px;
    color: #243242;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__summary {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 36px;
    align-items: start;
    margin: 0;
    padding: 32px;
    border: 1px solid rgba(13, 111, 174, 0.15);
    border-radius: 10px;
    background: #f4f8fb;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__author {
    display: grid;
    gap: 16px;
    justify-items: center;
    margin: 0;
    text-align: center;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__author img {
    display: block;
    width: 144px;
    height: 144px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    box-shadow: none;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__author figcaption {
    display: grid;
    gap: 5px;
    color: #526173;
    font-size: 14px;
    line-height: 1.5;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__author figcaption strong {
    color: #0f1720;
    font-size: 15px;
    font-weight: 800;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__summary-copy {
    display: grid;
    gap: 14px;
    min-width: 0;
    overflow-wrap: anywhere;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__summary-copy > p {
    margin: 0;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__summary-copy > p > strong,
body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__summary-copy > p > b {
    color: #0f1720;
    font-weight: 800;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__summary-copy > .adindex-case-pilot__action {
    margin: 0;
    padding: 13px 16px;
    border-left: 3px solid #1176b7;
    background: #fff;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__summary-copy > .adindex-case-pilot__action :is(ul, li, p) {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__actions {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__actions > li {
    margin: 0;
    padding: 13px 16px;
    border-left: 3px solid #1176b7;
    background: #fff;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__results {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__results > li {
    margin: 0;
    padding: 14px;
    border: 1px solid rgba(13, 111, 174, 0.14);
    border-radius: 8px;
    background: #fff;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article {
    width: min(100%, 790px);
    margin: 0 auto;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article > p:first-child,
body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article > b:first-child {
    display: block;
    margin: 0 0 24px;
    color: #1176b7;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article :is(p, ul, ol) {
    margin-bottom: 1.15em;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article h2:not(:has(> a)) {
    max-width: 32ch;
    margin: 54px 0 22px;
    padding-left: 18px;
    border-left: 4px solid #ff7a1a;
    color: #0f1720;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left !important;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article h2:empty {
    display: none;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article .article-container {
    margin: 0 0 22px;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article .article-container:has(img) {
    margin: 28px 0 36px;
    padding: 18px;
    border: 1px solid rgba(13, 111, 174, 0.12);
    background: #f4f8fb;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: none;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article > h2:not(:has(a)) + ul,
body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article .article-container:has(> h2) + .article-container .rich-text > ul {
    display: grid;
    gap: 10px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article > h2:not(:has(a)) + ul > li,
body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article .article-container:has(> h2) + .article-container .rich-text > ul > li {
    margin: 0;
    padding: 15px 16px;
    border: 1px solid rgba(13, 111, 174, 0.14);
    border-left: 3px solid #1176b7;
    border-radius: 8px;
    background: #f8fbfe;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot h2:has(> a[href*="/analytika/"]) {
    max-width: none !important;
    margin: 26px 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot h2:has(> a[href*="/analytika/"]) > a {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 10px;
    background: #ff7a1a;
    color: #071426 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-align: center;
    text-decoration: none;
    overflow-wrap: anywhere;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot h2:has(> a[href*="/analytika/"]) > a * {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot h2:has(> a[href*="/analytika/"]) > a:focus-visible {
    outline: 3px solid #d95800 !important;
    outline-offset: 3px;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article blockquote {
    margin: 38px 0 0;
    padding: 26px;
    border: 0;
    border-left: 4px solid #ff7a1a;
    border-radius: 8px;
    background: #071b2f;
    color: #dce9f4;
}

body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article blockquote :is(a, b, strong) {
    color: #fff;
}

@media (max-width: 1024px) {
    body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot {
        gap: 48px;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__summary {
        grid-template-columns: 160px minmax(0, 1fr);
        gap: 28px;
        padding: 28px;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__author img {
        width: 112px;
        height: 112px;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article h2:not(:has(> a)) {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot {
        gap: 40px;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__summary {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 22px 18px;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__author {
        grid-template-columns: 96px minmax(0, 1fr);
        align-items: center;
        justify-items: start;
        text-align: left;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__author img {
        width: 96px;
        height: 96px;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__results {
        grid-template-columns: 1fr;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article h2:not(:has(> a)) {
        margin-top: 42px;
        padding-left: 13px;
        border-left-width: 3px;
        font-size: 24px;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article .article-container:has(img) {
        margin: 22px -4px 28px;
        padding: 10px;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content .adindex-case-pilot__article blockquote {
        padding: 22px 18px;
    }
}

/*
 * Elementor Kit responsive typography compatibility.
 * Ewebot prints its desktop heading rule after the Kit stylesheet, so the
 * Kit's tablet/mobile values lose in the cascade. Keep these values in sync
 * with active Kit 74700 and remove this bridge when the parent theme stops
 * overriding Elementor responsive typography.
 */
@media (max-width: 1024px) {
    body.wp-theme-ewebot.elementor-kit-74700 h1.elementor-heading-title {
        font-size: 42px !important;
        line-height: 1.08 !important;
    }

    body.wp-theme-ewebot.elementor-kit-74700 h2.elementor-heading-title {
        font-size: 34px !important;
        line-height: 1.12 !important;
    }

    body.wp-theme-ewebot.elementor-kit-74700 h3.elementor-heading-title {
        font-size: 26px !important;
        line-height: 1.16 !important;
    }
}

@media (max-width: 767px) {
    body.wp-theme-ewebot.elementor-kit-74700 h1.elementor-heading-title {
        font-size: 34px !important;
    }

    body.wp-theme-ewebot.elementor-kit-74700 h2.elementor-heading-title {
        font-size: 28px !important;
    }

    body.wp-theme-ewebot.elementor-kit-74700 h3.elementor-heading-title {
        font-size: 22px !important;
    }
}

/*
 * WPDA/Elementor compatibility guard.
 * Elementor stores container display styles in generated post CSS. If those
 * files are missing or empty, header containers fall back to inline display and
 * overlap page heroes. Keep this scoped to the global header; the real visual
 * owner remains WPDA/Elementor templates and generated CSS.
 */
body.wp-theme-ewebot .wpda-header-builder .adindex-shared-header-shell {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    body.wp-theme-ewebot .wpda-header-builder .elementor-element-adctbar {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    body.wp-theme-ewebot .wpda-header-builder .elementor-element-adctbar.elementor-hidden-mobile {
        display: none !important;
    }
}

body.wp-theme-ewebot .wpda-header-builder .adindex-shared-header-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

@supports not (overflow: clip) {
    html,
    body {
        overflow-x: hidden;
    }
}


body.single-post .wpda-header-builder.header_over_bg,
body.single-dslc_projects .wpda-header-builder.header_over_bg,
body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg,
body.page:not(.home) .wpda-header-builder.header_over_bg {
    position: absolute !important;
    inset: 0 0 auto 0;
    z-index: 1000;
    height: auto !important;
    min-height: 0 !important;
}

body.single-post .wpda-header-builder.header_over_bg .wpda_builder_section:not(.adindex-shared-header-row),
body.single-dslc_projects .wpda-header-builder.header_over_bg .wpda_builder_section:not(.adindex-shared-header-row),
body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .wpda_builder_section:not(.adindex-shared-header-row),
body.page:not(.home) .wpda-header-builder.header_over_bg .wpda_builder_section:not(.adindex-shared-header-row) {
    height: auto !important;
    min-height: 0 !important;
}

body.single-post .wpda-header-builder.header_over_bg .adindex-header-contact-bar__since,
body.single-post .wpda-header-builder.header_over_bg .adindex-header-contact-bar__actions,
body.single-post .wpda-header-builder.header_over_bg .adindex-header-social-menu,
body.single-dslc_projects .wpda-header-builder.header_over_bg .adindex-header-contact-bar__since,
body.single-dslc_projects .wpda-header-builder.header_over_bg .adindex-header-contact-bar__actions,
body.single-dslc_projects .wpda-header-builder.header_over_bg .adindex-header-social-menu,
body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .adindex-header-contact-bar__since,
body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .adindex-header-contact-bar__actions,
body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .adindex-header-social-menu {
    color: rgba(215, 242, 255, 0.72) !important;
}

body.single-post .wpda-header-builder.header_over_bg .adindex-header-contact-bar__mail,
body.single-dslc_projects .wpda-header-builder.header_over_bg .adindex-header-contact-bar__mail,
body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .adindex-header-contact-bar__mail {
    color: #63c7ff !important;
}

body.single-post .wpda-header-builder.header_over_bg .adindex-shared-header-row,
body.single-dslc_projects .wpda-header-builder.header_over_bg .adindex-shared-header-row,
body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .adindex-shared-header-row,
body.search .wpda-header-builder.header_over_bg .adindex-shared-header-row,
body.error404 .wpda-header-builder.header_over_bg .adindex-shared-header-row,
body.page:not(.home) .wpda-header-builder.header_over_bg .adindex-shared-header-row {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
}

body.single-post .wpda-header-builder.header_over_bg .adindex-shared-nav,
body.single-dslc_projects .wpda-header-builder.header_over_bg .adindex-shared-nav,
body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .adindex-shared-nav,
body.search .wpda-header-builder.header_over_bg .adindex-shared-nav,
body.error404 .wpda-header-builder.header_over_bg .adindex-shared-nav,
body.page:not(.home) .wpda-header-builder.header_over_bg .adindex-shared-nav {
    width: auto !important;
    flex: 1 1 auto;
}

@media (min-width: 1025px) {
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav > .elementor-widget-container {
        padding: 10px 16px !important;
        border-radius: 22px !important;
    }
}

body.single-post .wpda-header-builder.header_over_bg .wpda-mobile-navigation-toggle,
body.single-dslc_projects .wpda-header-builder.header_over_bg .wpda-mobile-navigation-toggle,
body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .wpda-mobile-navigation-toggle,
body.search .wpda-header-builder.header_over_bg .wpda-mobile-navigation-toggle,
body.error404 .wpda-header-builder.header_over_bg .wpda-mobile-navigation-toggle,
body.page:not(.home) .wpda-header-builder.header_over_bg .wpda-mobile-navigation-toggle {
    display: none !important;
}

body.single-post .wpda-header-builder.header_over_bg .wpda-navbar-collapse,
body.single-dslc_projects .wpda-header-builder.header_over_bg .wpda-navbar-collapse,
body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .wpda-navbar-collapse,
body.search .wpda-header-builder.header_over_bg .wpda-navbar-collapse,
body.error404 .wpda-header-builder.header_over_bg .wpda-navbar-collapse,
body.page:not(.home) .wpda-header-builder.header_over_bg .wpda-navbar-collapse {
    display: block !important;
    width: auto !important;
    height: auto !important;
}

body.single-post .wpda-header-builder.header_over_bg .wpda-builder-menu > ul,
body.single-dslc_projects .wpda-header-builder.header_over_bg .wpda-builder-menu > ul,
body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .wpda-builder-menu > ul,
body.search .wpda-header-builder.header_over_bg .wpda-builder-menu > ul,
body.error404 .wpda-header-builder.header_over_bg .wpda-builder-menu > ul,
body.page:not(.home) .wpda-header-builder.header_over_bg .wpda-builder-menu > ul {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

body.single-post .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li,
body.single-dslc_projects .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li,
body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li,
body.search .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li,
body.error404 .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li,
body.page:not(.home) .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li {
    display: inline-flex !important;
    align-items: center;
    margin-left: 10px !important;
    margin-right: 10px !important;
    position: relative;
}

body.single-post .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li > a,
body.single-dslc_projects .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li > a,
body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li > a,
body.search .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li > a,
body.error404 .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li > a,
body.page:not(.home) .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li > a {
    min-height: 40px;
    line-height: 1.25 !important;
    padding: 10px 0 !important;
}

body.single-post .wpda-header-builder.header_over_bg .wpda-builder-menu ul.sub-menu,
body.single-dslc_projects .wpda-header-builder.header_over_bg .wpda-builder-menu ul.sub-menu,
body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .wpda-builder-menu ul.sub-menu,
body.search .wpda-header-builder.header_over_bg .wpda-builder-menu ul.sub-menu,
body.error404 .wpda-header-builder.header_over_bg .wpda-builder-menu ul.sub-menu,
body.page:not(.home) .wpda-header-builder.header_over_bg .wpda-builder-menu ul.sub-menu {
    position: absolute !important;
    top: calc(100% + 14px) !important;
    left: 0;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

body.single-post .wpda-header-builder.header_over_bg .wpda-builder-menu li:hover > ul.sub-menu,
body.single-post .wpda-header-builder.header_over_bg .wpda-builder-menu li:focus-within > ul.sub-menu,
body.single-dslc_projects .wpda-header-builder.header_over_bg .wpda-builder-menu li:hover > ul.sub-menu,
body.single-dslc_projects .wpda-header-builder.header_over_bg .wpda-builder-menu li:focus-within > ul.sub-menu,
body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .wpda-builder-menu li:hover > ul.sub-menu,
body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .wpda-builder-menu li:focus-within > ul.sub-menu,
body.search .wpda-header-builder.header_over_bg .wpda-builder-menu li:hover > ul.sub-menu,
body.search .wpda-header-builder.header_over_bg .wpda-builder-menu li:focus-within > ul.sub-menu,
body.error404 .wpda-header-builder.header_over_bg .wpda-builder-menu li:hover > ul.sub-menu,
body.error404 .wpda-header-builder.header_over_bg .wpda-builder-menu li:focus-within > ul.sub-menu,
body.page:not(.home) .wpda-header-builder.header_over_bg .wpda-builder-menu li:hover > ul.sub-menu,
body.page:not(.home) .wpda-header-builder.header_over_bg .wpda-builder-menu li:focus-within > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}


@media (max-width: 1024px) {

    body.single-post .wpda-header-builder.header_over_bg .adindex-shared-nav,
    body.single-dslc_projects .wpda-header-builder.header_over_bg .adindex-shared-nav,
    body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .adindex-shared-nav,
    body.page:not(.home) .wpda-header-builder.header_over_bg .adindex-shared-nav {
        flex: 0 0 auto;
        width: auto !important;
    }

    body.single-post .wpda-header-builder.header_over_bg .wpda-mobile-navigation-toggle,
    body.single-dslc_projects .wpda-header-builder.header_over_bg .wpda-mobile-navigation-toggle,
    body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .wpda-mobile-navigation-toggle,
    body.page:not(.home) .wpda-header-builder.header_over_bg .wpda-mobile-navigation-toggle {
        display: flex !important;
    }

    body.single-post .wpda-header-builder.header_over_bg .wpda-navbar-collapse,
    body.single-dslc_projects .wpda-header-builder.header_over_bg .wpda-navbar-collapse,
    body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .wpda-navbar-collapse,
    body.page:not(.home) .wpda-header-builder.header_over_bg .wpda-navbar-collapse {
        display: none !important;
        position: fixed !important;
        top: 74px !important;
        right: 12px !important;
        left: 12px !important;
        z-index: 1002;
        box-sizing: border-box;
        width: auto !important;
        max-height: calc(100vh - 150px);
        overflow: auto;
    }

    body.single-post .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-navbar-collapse,
    body.single-dslc_projects .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-navbar-collapse,
    body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-navbar-collapse,
    body.page:not(.home) .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-navbar-collapse {
        display: block !important;
    }

    body.single-post .wpda-header-builder.header_over_bg .wpda-builder-menu > ul,
    body.single-dslc_projects .wpda-header-builder.header_over_bg .wpda-builder-menu > ul,
    body.post-type-archive-dslc_projects .wpda-header-builder.header_over_bg .wpda-builder-menu > ul,
    body.page:not(.home) .wpda-header-builder.header_over_bg .wpda-builder-menu > ul {
        display: block !important;
    }

    :is(body.search, body.error404, body.archive).wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav {
        flex: 0 0 auto;
        width: auto !important;
    }

    :is(body.search, body.error404, body.archive).wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-mobile-navigation-toggle {
        display: flex !important;
        position: relative;
        width: 22px;
        height: 22px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    :is(body.search, body.error404, body.archive).wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-mobile-navigation-toggle .wpda-toggle-box {
        position: relative;
        width: 22px;
        height: 22px;
    }

    :is(body.search, body.error404, body.archive).wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-mobile-navigation-toggle .wpda-toggle-inner {
        position: absolute;
        top: 10px;
        left: 0;
        width: 22px;
        height: 2px;
    }

    :is(body.search, body.error404, body.archive).wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-navbar-collapse {
        display: none !important;
        position: fixed !important;
        top: 74px !important;
        right: 12px !important;
        left: 12px !important;
        z-index: 1002;
        box-sizing: border-box;
        width: auto !important;
        max-height: calc(100vh - 150px);
        overflow: auto;
    }

    :is(body.search, body.error404, body.archive).wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-navbar-collapse {
        display: block !important;
    }

    :is(body.search, body.error404, body.archive).wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul {
        display: block !important;
    }

    :is(body.search, body.error404, body.archive).wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu ul.sub-menu {
        position: static !important;
        display: block !important;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
    }
}


/* Home Technology visual guardrails for the AdIndex rebuild. */
.wpda-builder-logo_container img.wpda-builder-logo[src*="logo_svg.svg"],
.wpda-builder-logo_container img.wpda-builder-logo[src*="adindex-logo-white-big.png"] {
    width: 176px !important;
    height: auto !important;
    max-height: 34px !important;
    object-fit: contain;
}

.adindex-shared-footer .wpda-builder-logo_container img.wpda-builder-logo {
    width: 168px !important;
    max-height: 28px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    body.home.wp-theme-ewebot .adindex-home-approach > .elementor-container,
    body.home.wp-theme-ewebot .adindex-home-team > .elementor-container {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px !important;
        align-items: stretch;
    }

    body.home.wp-theme-ewebot .adindex-home-approach > .elementor-container > .elementor-column,
    body.home.wp-theme-ewebot .adindex-home-team > .elementor-container > .elementor-column {
        width: auto !important;
        min-width: 0;
    }

    body.home.wp-theme-ewebot .adindex-home-approach > .elementor-container > .adindex-home-approach-intro,
    body.home.wp-theme-ewebot .adindex-home-team > .elementor-container > .elementor-column:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .wpda-builder-logo_container img.wpda-builder-logo[src*="logo_svg.svg"],
    .wpda-builder-logo_container img.wpda-builder-logo[src*="adindex-logo-white-big.png"] {
        width: 148px !important;
        max-height: 24px !important;
    }

}

.wpda-header-builder .elementor-widget-button a {
    background: var(--adx-blue) !important;
    background-image: none !important;
    color: #fff !important;
}

.wpda-header-builder .elementor-widget-button a:hover {
    background: var(--adx-orange) !important;
    color: #fff !important;
}


/* Native Ewebot single templates after removing the legacy .adx shell. */
body.single-post,
body.single-dslc_projects {
    background: #f4f8fb;
}

body.single-post .site_wrapper,
body.single-dslc_projects .site_wrapper,
body.single-post .main_wrapper,
body.single-dslc_projects .main_wrapper {
    background: #f4f8fb;
}

.adindex-native-breadcrumbs-wrap {
    margin-top: 112px;
    margin-bottom: 18px;
}

.adindex-native-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: #5d6876;
    font: 700 13px/1.5 "Rubik", Arial, sans-serif;
    letter-spacing: 0;
}

.adindex-native-breadcrumbs a {
    color: #1176b7;
    text-decoration: none;
}

.adindex-native-breadcrumbs .current {
    color: #0f1720;
}

body.single-post .single_blogpost_title_content,
body.single-dslc_projects h1.portfolio_title_content {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    max-width: min(1170px, calc(100vw - 64px));
    margin: 0 auto 32px;
    padding: clamp(30px, 4vw, 46px) clamp(26px, 4vw, 48px);
    border: 1px solid rgba(214, 244, 255, 0.12);
    border-radius: 10px;
    background:
        radial-gradient(circle at 18% 0%, rgba(13, 111, 174, 0.26), transparent 34%),
        linear-gradient(135deg, #061225 0%, #071b39 100%);
    color: #fff;
    box-shadow: 0 20px 54px rgba(6, 43, 62, 0.14);
}

body.single-dslc_projects .gt3-page-title_wrapper {
    margin-bottom: clamp(22px, 3vw, 38px);
}

body.single-dslc_projects .gt3-page-title.gt3-page-title_has_img_bg {
    position: relative;
    display: flex;
    min-height: 360px !important;
    align-items: center;
    margin-bottom: 40px !important;
    padding: 72px 0 !important;
    overflow: hidden;
    background-color: var(--adindex-navy-900, #071426) !important;
    background-image: none !important;
    background-position: center !important;
    background-size: cover !important;
}

body.single-dslc_projects .gt3-page-title.gt3-page-title_has_img_bg::after {
    display: none;
    content: none;
}

body.single-dslc_projects .gt3-page-title__inner {
    position: static;
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
}

body.single-dslc_projects .gt3-page-title .container {
    width: min(1200px, calc(100vw - 120px));
    max-width: 1200px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.single-dslc_projects .gt3-page-title__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 1040px;
    min-height: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

body.single-dslc_projects .gt3-page-title .page_title {
    width: 100%;
    max-width: 920px;
}

body.single-dslc_projects .gt3-page-title .gt3_breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: center;
    width: 100%;
    max-width: 920px;
    margin-top: 22px;
    color: rgba(224, 239, 255, 0.74) !important;
    font: 500 12px/1.55 var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    letter-spacing: 0.01em !important;
}

body.single-dslc_projects .gt3-page-title .gt3_breadcrumb a {
    color: #d7f2ff !important;
}

body.single-dslc_projects .gt3-page-title .gt3_breadcrumb span,
body.single-dslc_projects .gt3-page-title .gt3_breadcrumb .current {
    color: rgba(255, 255, 255, 0.84) !important;
}

body.single-post .single_blogpost_title_content::before,
body.single-dslc_projects h1.portfolio_title_content::before {
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--adindex-orange, #ff7a1a), var(--adindex-blue, #1176b7));
    content: "";
}

body.single-post .single_blogpost_title_content h1,
body.single-dslc_projects h1.portfolio_title_content {
    position: relative;
    max-width: 980px;
    margin: 0;
    color: #fff;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif);
    font-size: 48px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

body.single-dslc_projects .gt3-page-title h1 {
    width: 100%;
    max-width: 920px;
    margin: 0 !important;
    font-size: 44px !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.022em !important;
    text-align: left !important;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
}

body.single-dslc_projects .adindex-native-breadcrumbs-wrap {
    display: none;
}

body.single-post .single_blogpost_title_content .listing_meta,
body.single-post .single_blogpost_title_content .listing_meta a {
    position: relative;
    color: rgba(255, 255, 255, 0.72);
    font: 700 13px/1.5 "Rubik", Arial, sans-serif;
    letter-spacing: 0;
}

body.single-post .content-container.span12,
body.single-dslc_projects .content-container.span12 {
    float: none;
    width: 100%;
}

body.single-post #main_content > .blog_post_preview .blog_content,
body.single-dslc_projects #main_content {
    box-sizing: border-box;
    max-width: 980px;
    margin: 0 auto 56px;
    padding: clamp(34px, 4vw, 54px);
    border: 1px solid rgba(7, 27, 47, 0.1);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(7, 27, 47, 0.08);
}

body.single-dslc_projects #main_content {
    max-width: min(1040px, calc(100vw - 64px));
}

body.single-post #main_content > .blog_post_preview .blog_content {
    max-width: min(940px, calc(100vw - 56px));
    padding: 4px 0 64px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.single-post #main_content > .blog_post_preview .blog_content p,
body.single-post #main_content > .blog_post_preview .blog_content li,
body.single-dslc_projects #main_content p,
body.single-dslc_projects #main_content li {
    color: #243242;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif);
    font-size: 17px;
    line-height: 1.68;
    letter-spacing: 0;
}

body.single-post #main_content > .blog_post_preview .blog_content p,
body.single-post #main_content > .blog_post_preview .blog_content ul,
body.single-post #main_content > .blog_post_preview .blog_content ol {
    margin-bottom: 1.1em;
}

body.single-post #main_content > .blog_post_preview .blog_content h2,
body.single-post #main_content > .blog_post_preview .blog_content h3,
body.single-dslc_projects #main_content h2,
body.single-dslc_projects #main_content h3 {
    color: #0f1720;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif);
    line-height: 1.16;
    letter-spacing: 0;
}

body.single-post #main_content > .blog_post_preview .blog_content h2,
body.single-post #main_content > .blog_post_preview .blog_content h3 {
    margin: 1.45em 0 0.65em;
    color: #0d6fae;
    font-weight: 800;
}

body.single-post #main_content > .blog_post_preview .blog_content img,
body.single-dslc_projects #main_content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

body.single-post #main_content > .blog_post_preview .blog_content img {
    display: block;
    margin: 26px auto;
    border-radius: 10px;
    box-shadow: 0 16px 42px rgba(6, 43, 62, 0.1);
}

body.single-post .gt3_related_wrap {
    max-width: 1170px;
    margin: 0 auto 58px;
}

body.single-post.wp-theme-ewebot .gt3_related_wrap :is(.blog_post_preview, .item_wrapper) {
    min-width: 0 !important;
}

body.single-post.wp-theme-ewebot .gt3_related_wrap .spacing_beetween_items_30 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
    width: 100% !important;
    margin: 0 !important;
}

body.single-post.wp-theme-ewebot .gt3_related_wrap .blog_post_preview {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(7, 27, 47, 0.12);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(7, 20, 38, 0.08);
}

body.single-post.wp-theme-ewebot .gt3_related_wrap :is(
    .blog_content,
    .blog_post_media,
    .listing_meta,
    .blogpost_title,
    .blogpost_title a
) {
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

body.single-post.wp-theme-ewebot .gt3_related_wrap .blog_content {
    margin: 0 !important;
    padding: 24px !important;
    background: #fff !important;
}

body.single-post.wp-theme-ewebot .gt3_related_wrap img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

@media (max-width: 1024px) {
    body.single-post.wp-theme-ewebot .gt3_related_wrap .spacing_beetween_items_30 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }

    body.single-post.wp-theme-ewebot .gt3_related_wrap .blog_content {
        padding: 20px !important;
    }
}

@media (max-width: 767px) {
    body.single-post.wp-theme-ewebot .gt3_related_wrap .spacing_beetween_items_30 {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    body.single-post.wp-theme-ewebot .gt3_related_wrap .blog_content {
        padding: 18px !important;
    }
}

body.single-dslc_projects .adindex-native-related-wrap {
    max-width: 1170px;
    margin: 0 auto 64px;
}

body.single-dslc_projects .adindex-native-related-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 22px;
}

body.single-dslc_projects .adindex-native-related-head span {
    color: #1176b7;
    font: 800 13px/1.4 "Rubik", Arial, sans-serif;
    letter-spacing: 0;
}

body.single-dslc_projects .adindex-native-related-head h2 {
    max-width: 28ch;
    margin: 0;
    color: #0f1720;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.015em;
    text-align: left;
}

body.single-dslc_projects .adindex-native-related-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    width: 100% !important;
    margin: 0 !important;
}

body.single-dslc_projects .adindex-native-related-card {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
}

body.single-dslc_projects .adindex-native-related-card .item_wrapper {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(13, 111, 174, 0.14);
    border-radius: 10px;
    background: linear-gradient(180deg, #fff 0%, #f8fbfe 100%);
    box-shadow: 0 16px 42px rgba(7, 27, 47, 0.08);
}

body.single-dslc_projects .adindex-native-related-card .adindex-native-related-card__surface {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

body.single-dslc_projects .adindex-native-related-card .adindex-native-related-card__surface:focus-visible {
    border-radius: 10px;
    outline: 3px solid var(--adindex-orange-deep, #d95800) !important;
    outline-offset: -3px;
}

body.single-dslc_projects .adindex-native-related-card .blogpost_image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eaf1f6;
}

body.single-dslc_projects .adindex-native-related-card .blogpost_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.single-dslc_projects .adindex-native-related-card .blog_content {
    display: grid;
    align-content: start;
    gap: 12px;
    margin: 0;
    padding: 22px;
}

body.single-dslc_projects .adindex-native-related-card .blogpost_title {
    margin: 0;
    color: #0f1720;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.008em;
}

body.single-dslc_projects .adindex-native-related-card .blogpost_title span {
    color: inherit;
    text-decoration: none;
}

body.single-dslc_projects .adindex-native-related-card .adindex-native-related-byline,
body.single-dslc_projects .adindex-native-related-card .adindex-native-related-summary {
    margin: 0;
}

body.single-dslc_projects .adindex-native-related-card .adindex-native-related-byline {
    color: #526173;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

body.single-dslc_projects .adindex-native-related-card .adindex-native-related-summary {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #334155;
    font-size: 15px;
    line-height: 1.55;
}

body.single-dslc_projects #main_content h2:empty {
    display: none;
}

body.single-dslc_projects #main_content h2.c-dashed-header,
html:lang(uk) body.single-dslc_projects #main_content > h2[style*="text-align: center"]:not(:has(a)) {
    width: auto;
    max-width: 32ch;
    margin: 0;
    padding: 2px 0 2px 18px;
    border: 0;
    border-left: 4px solid var(--adindex-orange, #ff7a1a);
    color: #0f1720;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.015em;
    text-align: left !important;
    text-wrap: balance;
}

html:lang(uk) body.single-dslc_projects #main_content > h2[style*="text-align: center"]:not(:has(a)) {
    margin: 56px 0 24px;
    text-align: left !important;
}

html:lang(uk) body.single-dslc_projects #main_content > h2[style*="text-align: center"]:not(:has(a)) > span {
    font-weight: inherit !important;
}

body.single-dslc_projects #main_content h2.c-dashed-header::before,
body.single-dslc_projects #main_content h2.c-dashed-header::after,
html:lang(uk) body.single-dslc_projects #main_content > h2[style*="text-align: center"]:not(:has(a))::before,
html:lang(uk) body.single-dslc_projects #main_content > h2[style*="text-align: center"]:not(:has(a))::after {
    display: none;
    content: none;
}

body.single-dslc_projects #main_content .article-container:has(> h2.c-dashed-header) {
    margin-top: 56px;
    margin-bottom: 24px;
}

body.single-post .gt3_module_related_posts h2,
body.single-post .gt3_module_related_posts .module_title,
body.single-post .gt3_module_related_posts .gt3_module_title {
    color: #0f1720;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif);
    letter-spacing: 0;
}

@media (max-width: 1024px) {
    body.single-post .single_blogpost_title_content h1 {
        font-size: 42px;
    }

    body.single-dslc_projects .gt3-page-title.gt3-page-title_has_img_bg {
        min-height: 300px !important;
        margin-bottom: 36px !important;
        padding: 60px 0 !important;
    }

    body.single-dslc_projects .gt3-page-title .container {
        width: calc(100vw - 60px);
        max-width: calc(100vw - 60px);
    }

    body.single-dslc_projects .gt3-page-title h1 {
        font-size: 38px !important;
        line-height: 1.14 !important;
    }

    body.single-dslc_projects #main_content h2.c-dashed-header,
    html:lang(uk) body.single-dslc_projects #main_content > h2[style*="text-align: center"]:not(:has(a)),
    body.single-dslc_projects .adindex-native-related-head h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .back_to_top_container,
    #back_to_top {
        right: 16px !important;
        bottom: calc(88px + env(safe-area-inset-bottom)) !important;
    }

    .adindex-native-breadcrumbs-wrap {
        margin-top: 96px;
        margin-bottom: 14px;
    }

    body.single-post .single_blogpost_title_content,
    body.single-dslc_projects h1.portfolio_title_content {
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        margin-left: 0;
        transform: none;
        margin-bottom: 22px;
        padding: 28px 20px;
        border-radius: 10px;
    }

    body.single-post .single_blogpost_title_content h1,
    body.single-dslc_projects h1.portfolio_title_content {
        font-size: 34px;
    }

    body.single-dslc_projects .gt3-page-title.gt3-page-title_has_img_bg {
        height: auto !important;
        min-height: 0 !important;
        margin-bottom: 28px !important;
        padding: 104px 0 48px !important;
    }

    body.single-dslc_projects .gt3-page-title .container {
        width: calc(100vw - 36px);
        max-width: calc(100vw - 36px);
    }

    body.single-dslc_projects .gt3-page-title__content {
        min-height: 0;
        justify-content: center;
    }

    body.single-dslc_projects .gt3-page-title h1 {
        max-width: none;
        font-size: 30px !important;
        line-height: 1.14 !important;
        letter-spacing: -0.018em !important;
        text-align: left !important;
    }

    body.single-dslc_projects .gt3-page-title .gt3_breadcrumb {
        margin-top: 16px;
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    body.single-dslc_projects #main_content h2.c-dashed-header,
    html:lang(uk) body.single-dslc_projects #main_content > h2[style*="text-align: center"]:not(:has(a)) {
        max-width: none;
        padding-left: 13px;
        border-left-width: 3px;
        font-size: 24px;
        line-height: 1.23;
    }

    html:lang(uk) body.single-dslc_projects #main_content > h2[style*="text-align: center"]:not(:has(a)) {
        margin: 42px 0 18px;
    }

    body.single-dslc_projects #main_content .article-container:has(> h2.c-dashed-header) {
        margin-top: 42px;
        margin-bottom: 18px;
    }

    body.single-dslc_projects .adindex-native-related-head h2 {
        font-size: 26px;
    }

    body.single-post #main_content > .blog_post_preview .blog_content,
    body.single-dslc_projects #main_content {
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        padding: 26px 20px;
        border-radius: 10px;
    }

    body.single-post #main_content > .blog_post_preview .blog_content {
        width: 100%;
        max-width: calc(100vw - 40px);
        margin-right: auto;
        margin-left: auto;
        transform: none;
        padding: 0 0 46px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    body.single-post #main_content > .blog_post_preview .blog_content p,
    body.single-post #main_content > .blog_post_preview .blog_content li,
    body.single-dslc_projects #main_content p,
    body.single-dslc_projects #main_content li {
        font-size: 16px;
        line-height: 1.62;
    }

    body.single-dslc_projects .adindex-native-related-wrap {
        width: calc(100% - 36px);
        margin-bottom: 44px;
    }

    body.single-dslc_projects .adindex-native-related-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    body.single-dslc_projects .adindex-native-related-card .blog_content {
        padding: 20px;
    }
}

@media (max-width: 420px) {
    body.page-id-61479 .callback-b-1,
    body.page-id-67269 .callback-b-1,
    body.page-id-61479 .callback-b-1 .elementor-widget-container,
    body.page-id-67269 .callback-b-1 .elementor-widget-container {
        width: 100%;
        max-width: 100%;
    }

    body.page-id-61479 .callback-b-1 .elementor-button,
    body.page-id-67269 .callback-b-1 .elementor-button,
    body.page-id-61479 .callback-b-1 a,
    body.page-id-67269 .callback-b-1 a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        min-height: 52px;
        padding-right: 14px !important;
        padding-left: 14px !important;
    }

    body.page-id-61479 .callback-b-1 .elementor-button,
    body.page-id-67269 .callback-b-1 .elementor-button,
    body.page-id-61479 .callback-b-1 .elementor-button span,
    body.page-id-67269 .callback-b-1 .elementor-button span,
    body.page-id-61479 .callback-b-1 a,
    body.page-id-67269 .callback-b-1 a {
        font-size: clamp(9px, 2.55vw, 11px) !important;
        line-height: 1.05 !important;
        white-space: nowrap !important;
    }
}

/* AdIndex visual system repair, batch 1.
   Scoped to the active Ewebot child theme surfaces: native GT3/Elementor buttons,
   generated archive widgets, and form controls. */
body.wp-theme-ewebot {
    --adindex-ink: #071b2f;
    --adindex-muted: #526173;
    --adindex-line: rgba(7, 27, 47, 0.12);
    --adindex-soft: #f4f8fb;
    --adindex-blue: #0d6fae;
    --adindex-blue-deep: #084c7c;
    --adindex-orange: #ff7a1a;
    --adindex-orange-deep: #d95800;
    --adindex-on-orange: #071b2f;
    --adindex-focus: rgba(255, 122, 26, 0.36);
    --adindex-card-shadow: 0 18px 48px rgba(7, 27, 47, 0.1);
}

body.wp-theme-ewebot .main_wrapper .gt3_module_button_elementor a,
body.wp-theme-ewebot .main_wrapper a.elementor-button,
body.wp-theme-ewebot .main_wrapper .elementor-button-link,
body.wp-theme-ewebot .wpda-header-builder .gt3_module_button_elementor a,
body.wp-theme-ewebot .wpda-header-builder a.elementor-button,
body.wp-theme-ewebot .wpcf7 input[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    min-height: 48px;
    max-width: 100%;
    padding: 0 22px !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 999px !important;
    background: var(--adindex-blue) !important;
    background-image: linear-gradient(135deg, var(--adindex-blue) 0%, var(--adindex-blue-deep) 100%) !important;
    box-shadow: 0 14px 30px rgba(13, 111, 174, 0.24) !important;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
    white-space: normal !important;
    transition: transform 220ms cubic-bezier(0.32, 0.72, 0, 1),
        box-shadow 220ms ease,
        border-color 220ms ease,
        background 220ms ease,
        color 220ms ease !important;
}

body.wp-theme-ewebot .main_wrapper .gt3_module_button_elementor a::before,
body.wp-theme-ewebot .wpda-header-builder .gt3_module_button_elementor a::before {
    display: none !important;
    content: none !important;
}

body.wp-theme-ewebot .main_wrapper .gt3_module_button_elementor a .gt3_module_button__container,
body.wp-theme-ewebot .wpda-header-builder .gt3_module_button_elementor a .gt3_module_button__container {
    position: relative;
    z-index: 1;
}

body.wp-theme-ewebot .main_wrapper .gt3_module_button_elementor a span,
body.wp-theme-ewebot .main_wrapper .gt3_module_button_elementor a .elementor_gt3_btn_text,
body.wp-theme-ewebot .main_wrapper a.elementor-button span,
body.wp-theme-ewebot .wpda-header-builder .gt3_module_button_elementor a span {
    color: currentColor !important;
    text-shadow: none !important;
}

body.wp-theme-ewebot .main_wrapper .gt3_module_button_elementor a:hover,
body.wp-theme-ewebot .main_wrapper a.elementor-button:hover,
body.wp-theme-ewebot .main_wrapper .elementor-button-link:hover,
body.wp-theme-ewebot .wpda-header-builder .gt3_module_button_elementor a:hover,
body.wp-theme-ewebot .wpda-header-builder a.elementor-button:hover,
body.wp-theme-ewebot .wpcf7 input[type="submit"]:hover {
    border-color: rgba(255, 255, 255, 0.22) !important;
    background: var(--adindex-orange) !important;
    background-image: linear-gradient(135deg, var(--adindex-orange) 0%, var(--adindex-orange-deep) 100%) !important;
    box-shadow: 0 16px 34px rgba(255, 122, 26, 0.28) !important;
    color: var(--adindex-on-orange) !important;
    transform: translateY(-2px);
}

body.wp-theme-ewebot .main_wrapper .gt3_module_button_elementor a:focus-visible,
body.wp-theme-ewebot .main_wrapper a.elementor-button:focus-visible,
body.wp-theme-ewebot .main_wrapper .elementor-button-link:focus-visible,
body.wp-theme-ewebot .wpda-header-builder .gt3_module_button_elementor a:focus-visible,
body.wp-theme-ewebot .wpda-header-builder a.elementor-button:focus-visible,
body.wp-theme-ewebot .wpcf7 input[type="submit"]:focus-visible {
    outline: 2px solid var(--adindex-focus) !important;
    outline-offset: 3px;
}

body.wp-theme-ewebot .main_wrapper .gt3_module_button_elementor a:active,
body.wp-theme-ewebot .main_wrapper a.elementor-button:active,
body.wp-theme-ewebot .main_wrapper .elementor-button-link:active,
body.wp-theme-ewebot .wpda-header-builder .gt3_module_button_elementor a:active,
body.wp-theme-ewebot .wpda-header-builder a.elementor-button:active {
    transform: translateY(0) scale(0.985);
}

body.wp-theme-ewebot .case-archive,
body.wp-theme-ewebot .blog-archive {
    --adindex-archive-soft: #f6fafd;
    --adindex-archive-muted: #405066;
    width: 100%;
}

body.wp-theme-ewebot .case-filters,
body.wp-theme-ewebot .blog-filters {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 12px !important;
    margin: 0 0 clamp(24px, 2.5vw, 34px) !important;
}

body.wp-theme-ewebot .adindex-seo-link-rail {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin: 0 0 clamp(22px, 2.2vw, 32px);
    padding: 0;
}

body.wp-theme-ewebot .adindex-seo-link-rail a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(13, 111, 174, 0.18);
    border-radius: 999px;
    background: #f8fbfe;
    color: #0d6fae;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
    text-decoration: none;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

body.wp-theme-ewebot .adindex-seo-link-rail a:hover,
body.wp-theme-ewebot .adindex-seo-link-rail a:focus-visible {
    border-color: rgba(255, 122, 26, 0.36);
    background: #fff4ea;
    color: #9d3d00;
    outline: none;
    transform: translateY(-1px);
}

body.wp-theme-ewebot .case-filter,
body.wp-theme-ewebot .blog-filter,
body.wp-theme-ewebot .case-page-btn,
body.wp-theme-ewebot .blog-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px !important;
    border: 1px solid rgba(13, 111, 174, 0.24) !important;
    border-radius: 999px !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 24px rgba(7, 27, 47, 0.04) !important;
    color: var(--adindex-ink) !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.1 !important;
    text-transform: uppercase;
    transition: border-color 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease,
        color 180ms ease,
        transform 180ms ease !important;
}

body.wp-theme-ewebot .case-filter:hover,
body.wp-theme-ewebot .case-filter.is-active,
body.wp-theme-ewebot .blog-filter:hover,
body.wp-theme-ewebot .blog-filter.is-active,
body.wp-theme-ewebot .case-page-btn:hover,
body.wp-theme-ewebot .case-page-btn.is-active,
body.wp-theme-ewebot .blog-page-btn:hover,
body.wp-theme-ewebot .blog-page-btn.is-active {
    border-color: transparent !important;
    background: var(--adindex-blue) !important;
    background-image: linear-gradient(135deg, var(--adindex-blue) 0%, var(--adindex-blue-deep) 100%) !important;
    box-shadow: 0 14px 28px rgba(13, 111, 174, 0.22) !important;
    color: #fff !important;
}

body.wp-theme-ewebot .case-grid,
body.wp-theme-ewebot .blog-grid {
    gap: clamp(18px, 2vw, 26px) !important;
}

body.wp-theme-ewebot .case-card,
body.wp-theme-ewebot .blog-card {
    position: relative;
    isolation: isolate;
    border-color: rgba(13, 111, 174, 0.14) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(7, 27, 47, 0.08) !important;
    transition: transform 220ms cubic-bezier(0.32, 0.72, 0, 1),
        box-shadow 220ms ease,
        border-color 220ms ease !important;
}

body.wp-theme-ewebot .case-card-surface,
body.wp-theme-ewebot .blog-card-surface {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

body.wp-theme-ewebot .case-card-surface:focus-visible,
body.wp-theme-ewebot .blog-card-surface:focus-visible {
    border-radius: 8px;
    outline: 3px solid var(--adindex-orange-deep, #d95800) !important;
    outline-offset: -3px;
}

body.wp-theme-ewebot .case-card::before,
body.wp-theme-ewebot .blog-card::before {
    position: absolute;
    inset: 0 0 auto;
    z-index: 2;
    height: 4px;
    background: var(--adindex-orange);
    content: "";
}

@media (hover: hover) {
    body.wp-theme-ewebot .case-filter:hover,
    body.wp-theme-ewebot .blog-filter:hover,
    body.wp-theme-ewebot .case-page-btn:hover,
    body.wp-theme-ewebot .blog-page-btn:hover,
    body.wp-theme-ewebot .case-card:hover,
    body.wp-theme-ewebot .blog-card:hover {
        transform: translateY(-4px);
    }

    body.wp-theme-ewebot .case-card:hover,
    body.wp-theme-ewebot .blog-card:hover {
        border-color: rgba(255, 122, 26, 0.36) !important;
        box-shadow: 0 24px 56px rgba(7, 27, 47, 0.12) !important;
    }
}

body.wp-theme-ewebot .case-card-image,
body.wp-theme-ewebot .blog-card-image {
    position: relative;
    height: clamp(210px, 15.5vw, 230px) !important;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 18%, rgba(13, 111, 174, 0.32) 0%, rgba(13, 111, 174, 0) 34%),
        radial-gradient(circle at 82% 10%, rgba(255, 122, 26, 0.2) 0%, rgba(255, 122, 26, 0) 30%),
        linear-gradient(135deg, #061426 0%, #071b2f 54%, #0b3e60 100%) !important;
}

body.wp-theme-ewebot .case-card-image::before,
body.wp-theme-ewebot .blog-card-image::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(224, 239, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(224, 239, 255, 0.08) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.38;
    content: "";
}

body.wp-theme-ewebot .case-card-image::after,
body.wp-theme-ewebot .blog-card-image::after {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    height: 42%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(7, 27, 47, 0) 0%, rgba(7, 27, 47, 0.34) 100%);
    content: "";
}

body.wp-theme-ewebot .case-card-image img,
body.wp-theme-ewebot .blog-card-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 520ms cubic-bezier(0.32, 0.72, 0, 1),
        filter 520ms cubic-bezier(0.32, 0.72, 0, 1);
}

@media (hover: hover) {
    body.wp-theme-ewebot .case-card:hover .case-card-image img,
    body.wp-theme-ewebot .blog-card:hover .blog-card-image img {
        filter: saturate(1.05) contrast(1.04);
        transform: scale(1.035);
    }
}

body.wp-theme-ewebot .case-card-body,
body.wp-theme-ewebot .blog-card-body {
    flex: 1 1 auto;
    padding: 24px !important;
}

body.wp-theme-ewebot .case-card h3,
body.wp-theme-ewebot .blog-card h3 {
    color: var(--adindex-ink) !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    font-size: clamp(21px, 1.55vw, 24px) !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.14 !important;
}

body.wp-theme-ewebot .case-card h3 a,
body.wp-theme-ewebot .blog-card h3 a,
body.wp-theme-ewebot .case-card h3 span,
body.wp-theme-ewebot .blog-card h3 span {
    font-family: inherit !important;
}

body.wp-theme-ewebot .case-card p,
body.wp-theme-ewebot .blog-card p {
    color: var(--adindex-archive-muted) !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    font-size: 15.5px !important;
    line-height: 1.58 !important;
}

body.wp-theme-ewebot .case-card-meta,
body.wp-theme-ewebot .blog-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px !important;
    color: var(--adindex-blue-deep) !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    font-size: 12.5px !important;
    font-weight: 800;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
}

body.wp-theme-ewebot .case-card-meta > span:first-child,
body.wp-theme-ewebot .blog-card-meta > span:first-child {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(13, 111, 174, 0.1);
}

body.wp-theme-ewebot .blog-card-meta time {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    color: #63758a !important;
}

body.wp-theme-ewebot .case-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(255, 122, 26, 0.12);
    color: #9d3d00;
}

body.wp-theme-ewebot .case-card-link,
body.wp-theme-ewebot .blog-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px !important;
    border-radius: 999px !important;
    background: var(--adindex-blue) !important;
    background-image: linear-gradient(135deg, var(--adindex-blue) 0%, var(--adindex-blue-deep) 100%) !important;
    box-shadow: 0 12px 26px rgba(13, 111, 174, 0.22);
    color: #fff !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
    transition: transform 220ms cubic-bezier(0.32, 0.72, 0, 1),
        box-shadow 220ms ease,
        background 220ms ease !important;
}

body.wp-theme-ewebot .case-card-link:hover,
body.wp-theme-ewebot .case-card-link:focus-visible,
body.wp-theme-ewebot .blog-card-link:hover,
body.wp-theme-ewebot .blog-card-link:focus-visible,
body.wp-theme-ewebot .case-card-surface:is(:hover, :focus-visible) .case-card-link,
body.wp-theme-ewebot .blog-card-surface:is(:hover, :focus-visible) .blog-card-link {
    background: var(--adindex-orange) !important;
    background-image: linear-gradient(135deg, var(--adindex-orange) 0%, var(--adindex-orange-deep) 100%) !important;
    box-shadow: 0 14px 30px rgba(255, 122, 26, 0.26);
    color: var(--adindex-on-orange) !important;
    outline: none;
    transform: translateY(-2px);
}

@media (min-width: 768px) and (max-width: 1024px) {
    body.wp-theme-ewebot .case-card-body,
    body.wp-theme-ewebot .blog-card-body {
        padding: 20px !important;
    }
}

@media (max-width: 767px) {
    body.wp-theme-ewebot .case-archive,
    body.wp-theme-ewebot .blog-archive {
        width: calc(100vw - 28px);
        max-width: calc(100vw - 28px);
        margin-left: 50%;
        transform: translateX(-50%);
    }

    body.wp-theme-ewebot .case-filters,
    body.wp-theme-ewebot .blog-filters {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        overflow-x: auto;
        overflow-y: hidden;
        margin-right: 0 !important;
        margin-bottom: 22px !important;
        padding: 0 0 10px !important;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.wp-theme-ewebot .adindex-seo-link-rail {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: 18px;
        padding-bottom: 10px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    body.wp-theme-ewebot .adindex-seo-link-rail::-webkit-scrollbar {
        display: none;
    }

    body.wp-theme-ewebot .adindex-seo-link-rail a {
        flex: 0 0 auto;
        max-width: min(82vw, 320px);
        min-height: 42px;
        scroll-snap-align: start;
        white-space: nowrap;
    }

    body.wp-theme-ewebot .case-filters::-webkit-scrollbar,
    body.wp-theme-ewebot .blog-filters::-webkit-scrollbar {
        display: none;
    }

    body.wp-theme-ewebot .case-filter,
    body.wp-theme-ewebot .blog-filter {
        flex: 0 0 auto;
        max-width: min(82vw, 320px);
        min-height: 46px;
        scroll-snap-align: start;
        white-space: nowrap;
    }

    body.wp-theme-ewebot .case-card-image,
    body.wp-theme-ewebot .blog-card-image {
        height: clamp(170px, 45vw, 178px) !important;
    }

    body.wp-theme-ewebot .case-card-body,
    body.wp-theme-ewebot .blog-card-body {
        padding: 18px !important;
    }

    body.wp-theme-ewebot .case-card h3,
    body.wp-theme-ewebot .blog-card h3 {
        margin-bottom: 10px !important;
        font-size: 19px !important;
        line-height: 1.15 !important;
    }

    body.wp-theme-ewebot .case-card p,
    body.wp-theme-ewebot .blog-card p {
        margin-bottom: 14px !important;
        font-size: 14.5px !important;
        line-height: 1.45 !important;
    }

    body.wp-theme-ewebot .case-card-meta,
    body.wp-theme-ewebot .blog-card-meta {
        gap: 7px !important;
        margin-bottom: 10px !important;
        font-size: 12px !important;
    }

    body.wp-theme-ewebot .case-card-meta > span:first-child,
    body.wp-theme-ewebot .blog-card-meta > span:first-child,
    body.wp-theme-ewebot .case-badge {
        min-height: 24px !important;
        padding: 4px 8px !important;
    }

    body.wp-theme-ewebot .case-card-link,
    body.wp-theme-ewebot .blog-card-link {
        min-height: 40px !important;
        padding: 0 15px !important;
    }
}

body.wp-theme-ewebot .wpcf7 input:not([type="submit"]),
body.wp-theme-ewebot .wpcf7 textarea {
    min-height: 48px;
    border: 1px solid rgba(7, 27, 47, 0.16) !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: var(--adindex-ink) !important;
    letter-spacing: 0 !important;
}

body.wp-theme-ewebot .wpcf7 input:not([type="submit"]):focus,
body.wp-theme-ewebot .wpcf7 textarea:focus {
    border-color: rgba(13, 111, 174, 0.6) !important;
    box-shadow: 0 0 0 4px rgba(13, 111, 174, 0.12) !important;
    outline: none !important;
}

@media (max-width: 767px) {
    body.wp-theme-ewebot .main_wrapper .gt3-core-button--alignment_inline.elementor-widget-mobile__width-inherit,
    body.wp-theme-ewebot .main_wrapper .gt3-core-button--alignment_inline.elementor-widget-mobile__width-inherit .elementor-widget-container,
    body.wp-theme-ewebot .main_wrapper .gt3-core-button--alignment_inline.elementor-widget-mobile__width-inherit .gt3_module_button_elementor,
    body.wp-theme-ewebot .main_wrapper .gt3-core-button--alignment_inline.elementor-widget-mobile__width-inherit a,
    body.wp-theme-ewebot .main_wrapper .callback-b-1,
    body.wp-theme-ewebot .main_wrapper .callback-b-1 .elementor-widget-container,
    body.wp-theme-ewebot .main_wrapper .callback-b-1 .gt3_module_button_elementor,
    body.wp-theme-ewebot .main_wrapper .callback-b-1 a {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .gt3_module_button_elementor a {
        display: flex !important;
        align-items: center;
        justify-content: center;
        min-height: 54px !important;
        text-align: center;
    }

    body.wp-theme-ewebot .main_wrapper .gt3_module_button_elementor a,
    body.wp-theme-ewebot .main_wrapper a.elementor-button,
    body.wp-theme-ewebot .main_wrapper .elementor-button-link {
        min-height: 50px;
        padding-right: 16px !important;
        padding-left: 16px !important;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 767px) {
    body.page-id-8542.wp-theme-ewebot .elementor-element-af3eb13 > .elementor-container,
    body.page-id-67092.wp-theme-ewebot .elementor-element-af3eb13 > .elementor-container {
        width: calc(100vw - 28px) !important;
        max-width: calc(100vw - 28px) !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    body.page-id-8542.wp-theme-ewebot .elementor-element-0e7dee3,
    body.page-id-67092.wp-theme-ewebot .elementor-element-0e7dee3 {
        width: 100% !important;
    }

    body.page-id-8542.wp-theme-ewebot .elementor-element-0e7dee3 > .elementor-container,
    body.page-id-67092.wp-theme-ewebot .elementor-element-0e7dee3 > .elementor-container {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    body.page-id-8542.wp-theme-ewebot .elementor-element-8b975d4 > .elementor-widget-wrap,
    body.page-id-67092.wp-theme-ewebot .elementor-element-8b975d4 > .elementor-widget-wrap {
        padding: 30px 18px 28px !important;
    }

    body.page-id-8542.wp-theme-ewebot .elementor-element-c3a456a,
    body.page-id-8542.wp-theme-ewebot .elementor-element-c3a456a > .elementor-widget-container,
    body.page-id-8542.wp-theme-ewebot .nf-form-cont,
    body.page-id-67092.wp-theme-ewebot .elementor-element-c3a456a,
    body.page-id-67092.wp-theme-ewebot .elementor-element-c3a456a > .elementor-widget-container,
    body.page-id-67092.wp-theme-ewebot .nf-form-cont {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.page-id-8542.wp-theme-ewebot .nf-form-content input:not([type="button"]):not([type="submit"]),
    body.page-id-8542.wp-theme-ewebot .nf-form-content textarea,
    body.page-id-67092.wp-theme-ewebot .nf-form-content input:not([type="button"]):not([type="submit"]),
    body.page-id-67092.wp-theme-ewebot .nf-form-content textarea {
        width: 100% !important;
    }

    body.page-id-8542.wp-theme-ewebot .nf-form-content input[type="button"],
    body.page-id-8542.wp-theme-ewebot .nf-form-content input[type="submit"],
    body.page-id-67092.wp-theme-ewebot .nf-form-content input[type="button"],
    body.page-id-67092.wp-theme-ewebot .nf-form-content input[type="submit"] {
        width: 252px !important;
        max-width: calc(100% - 58px) !important;
        min-height: 50px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.wp-theme-ewebot .main_wrapper .gt3_module_button_elementor a,
    body.wp-theme-ewebot .main_wrapper a.elementor-button,
    body.wp-theme-ewebot .main_wrapper .elementor-button-link,
    body.wp-theme-ewebot .case-card,
    body.wp-theme-ewebot .blog-card,
    body.wp-theme-ewebot .case-card-surface,
    body.wp-theme-ewebot .blog-card-surface,
    body.wp-theme-ewebot .case-card-image img,
    body.wp-theme-ewebot .blog-card-image img,
    body.wp-theme-ewebot .case-card-link,
    body.wp-theme-ewebot .blog-card-link,
    body.home.wp-theme-ewebot .adindex-expertise-badge-grid li,
    body.home.wp-theme-ewebot .adindex-expertise-badge-grid li::before,
    body.home.wp-theme-ewebot .adindex-expertise-services-grid li,
    body.home.wp-theme-ewebot .adindex-expertise-services-grid li::before,
    body.home.wp-theme-ewebot .elementor-element-sec463 > .elementor-container > .elementor-column > .elementor-widget-wrap,
    body.home.wp-theme-ewebot .elementor-element-sec473 > .elementor-container > .elementor-column > .elementor-widget-wrap,
    body.home.wp-theme-ewebot .elementor-element-sec543 > .elementor-container > .elementor-column > .elementor-widget-wrap,
    body.home.wp-theme-ewebot .elementor-element-sec553 > .elementor-container > .elementor-column > .elementor-widget-wrap,
    body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-image img,
    body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-image img,
    body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-image img,
    body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-image img,
    body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-gt3-core-button a,
    body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-gt3-core-button a,
    body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-gt3-core-button a,
    body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-gt3-core-button a {
        transition: none !important;
    }

    body.wp-theme-ewebot .main_wrapper .gt3_module_button_elementor a:hover,
    body.wp-theme-ewebot .main_wrapper a.elementor-button:hover,
    body.wp-theme-ewebot .main_wrapper .elementor-button-link:hover,
    body.wp-theme-ewebot .case-card:hover,
    body.wp-theme-ewebot .blog-card:hover,
    body.wp-theme-ewebot .case-card-surface:hover,
    body.wp-theme-ewebot .blog-card-surface:hover,
    body.wp-theme-ewebot .case-card:hover .case-card-image img,
    body.wp-theme-ewebot .blog-card:hover .blog-card-image img,
    body.wp-theme-ewebot .case-card-link:hover,
    body.wp-theme-ewebot .blog-card-link:hover,
    body.home.wp-theme-ewebot .elementor-element-sec463 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover,
    body.home.wp-theme-ewebot .elementor-element-sec473 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover,
    body.home.wp-theme-ewebot .elementor-element-sec543 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover,
    body.home.wp-theme-ewebot .elementor-element-sec553 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover,
    body.home.wp-theme-ewebot .elementor-element-sec463 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover .elementor-widget-image img,
    body.home.wp-theme-ewebot .elementor-element-sec473 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover .elementor-widget-image img,
    body.home.wp-theme-ewebot .elementor-element-sec543 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover .elementor-widget-image img,
    body.home.wp-theme-ewebot .elementor-element-sec553 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover .elementor-widget-image img,
    body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-gt3-core-button a:hover,
    body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-gt3-core-button a:hover,
    body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-gt3-core-button a:hover,
    body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-gt3-core-button a:hover {
        transform: none !important;
    }
}

/*
 * Service completion compatibility bridge.
 * Elementor owns the semantic section roles, padding, responsive values,
 * backgrounds and typography. This bridge only supplies classic-section grid,
 * equal-height card and composite media geometry that Elementor 4.1 does not
 * expose as one native control. Retire each selector when its owner migrates to
 * an equivalent native container.
 */
body.wp-theme-ewebot.page:not(.home) :is(
    .adindex-service-client-heading,
    .adindex-service-approach-band,
    .adindex-service-team-band,
    .adindex-service-work-heading,
    .adindex-service-work-grid,
    .adindex-service-scope-band,
    .adindex-service-precase-cta,
    .adindex-service-case-heading,
    .adindex-service-case-row
) > .elementor-container {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-client-heading {
    background: linear-gradient(135deg, #061a33 0%, #07273d 100%) !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-client-heading .elementor-heading-title {
    max-width: 900px;
    color: #fff !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
}

body.wp-theme-ewebot.page:not(.home) :is(
    .adindex-service-approach-band,
    .adindex-service-scope-band
) > .elementor-container {
    display: grid !important;
    grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1.24fr);
    gap: clamp(44px, 4.5vw, 64px);
    align-items: start;
}

body.wp-theme-ewebot.page:not(.home) :is(
    .adindex-service-approach-band,
    .adindex-service-scope-band
) > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0;
}

body.wp-theme-ewebot.page:not(.home) :is(
    .adindex-service-approach-band,
    .adindex-service-scope-band
) .elementor-heading-title {
    max-width: 440px;
    color: var(--adindex-ink, #071b2f) !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-team-band {
    background:
        radial-gradient(circle at 14% 12%, rgba(13, 111, 174, 0.2), transparent 32%),
        linear-gradient(135deg, #071426 0%, #08253d 100%) !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-team-band > .elementor-container {
    display: grid !important;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(44px, 4.5vw, 64px);
    align-items: center;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-team-band > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-team-band .elementor-widget-image {
    margin: 0 auto !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-team-band .elementor-widget-image img {
    width: auto !important;
    max-width: min(100%, 430px);
    max-height: 360px;
    object-fit: contain;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-team-band .elementor-heading-title {
    color: #fff !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-team-band :is(
    .elementor-widget-text-editor,
    .elementor-widget-text-editor p,
    .elementor-icon-box-description
) {
    color: rgba(232, 244, 255, 0.88) !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-team-band :is(
    .elementor-icon,
    .elementor-icon-box-icon
) {
    color: var(--adindex-orange, #ff7a1a) !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-work-grid > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr));
    gap: 18px;
    align-items: stretch;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-work-grid > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-work-grid > .elementor-container > .elementor-column > .elementor-widget-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    padding: clamp(28px, 2.3vw, 34px) !important;
    border: 1px solid rgba(13, 111, 174, 0.14) !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(7, 27, 47, 0.08);
    transition:
        border-color 0.24s cubic-bezier(0.32, 0.72, 0, 1),
        box-shadow 0.24s cubic-bezier(0.32, 0.72, 0, 1),
        transform 0.24s cubic-bezier(0.32, 0.72, 0, 1);
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-work-grid > .elementor-container > .elementor-column > .elementor-widget-wrap::before {
    display: block;
    width: 42px;
    height: 4px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--adindex-orange, #ff7a1a), var(--adindex-blue, #0d6fae));
    content: "";
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-work-grid .elementor-widget-image img {
    width: auto !important;
    max-width: min(100%, 260px);
    max-height: 210px;
    object-fit: contain;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-work-grid .elementor-heading-title {
    color: var(--adindex-ink, #071b2f) !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-scope-band > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap {
    padding: 28px !important;
    border: 1px solid rgba(13, 111, 174, 0.14);
    border-radius: 12px;
    background: var(--adindex-soft, #f4f8fb);
    box-shadow: 0 18px 44px rgba(7, 27, 47, 0.06);
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-precase-cta > .elementor-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-precase-cta > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-precase-cta .elementor-heading-title {
    max-width: 780px;
    color: var(--adindex-ink, #071b2f) !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-case-row > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 1.6vw, 20px);
    align-items: stretch;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-case-row > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-case-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    min-height: 600px;
    padding: clamp(22px, 2vw, 28px) !important;
    overflow: hidden;
    border: 1px solid rgba(195, 228, 245, 0.24) !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg, rgba(12, 39, 64, 0.98) 0%, rgba(8, 30, 52, 0.98) 100%) !important;
    box-shadow: 0 24px 58px rgba(2, 14, 28, 0.16);
    transition:
        border-color 0.24s cubic-bezier(0.32, 0.72, 0, 1),
        box-shadow 0.24s cubic-bezier(0.32, 0.72, 0, 1),
        transform 0.24s cubic-bezier(0.32, 0.72, 0, 1);
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-case-row .elementor-widget-image {
    width: 100%;
    margin-bottom: 22px !important;
    overflow: hidden;
    border-radius: 8px;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-case-row .elementor-widget-image img {
    display: block;
    width: 100% !important;
    height: clamp(190px, 15.2vw, 218px);
    border-radius: 8px;
    object-fit: cover;
    transition:
        transform 0.42s cubic-bezier(0.32, 0.72, 0, 1),
        filter 0.42s cubic-bezier(0.32, 0.72, 0, 1);
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-case-row .elementor-heading-title {
    color: #fff !important;
    font-size: clamp(20px, 1.55vw, 22px) !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-case-row :is(
    .elementor-widget-text-editor,
    .elementor-widget-text-editor p
) {
    color: rgba(232, 244, 255, 0.84) !important;
    font-size: 15.5px !important;
    line-height: 1.52 !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-case-row :is(
    .elementor-widget-button,
    .elementor-widget-gt3-core-button
) {
    margin-top: auto !important;
    padding-top: 18px;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-form-shell {
    margin-top: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
    body.wp-theme-ewebot.page:not(.home) .adindex-service-work-grid > .elementor-container > .elementor-column > .elementor-widget-wrap:hover,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-case-row > .elementor-container > .elementor-column > .elementor-widget-wrap:hover {
        border-color: rgba(255, 122, 26, 0.28) !important;
        box-shadow: 0 24px 58px rgba(7, 27, 47, 0.12);
        transform: translateY(-4px);
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-case-row > .elementor-container > .elementor-column > .elementor-widget-wrap:hover .elementor-widget-image img {
        transform: scale(1.025);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body.wp-theme-ewebot.page:not(.home) .adindex-service-case-row > .elementor-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 767px) {
    body.wp-theme-ewebot.page:not(.home) :is(
        .adindex-service-approach-band,
        .adindex-service-team-band,
        .adindex-service-scope-band
    ) > .elementor-container {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-team-band .elementor-widget-image img {
        max-width: min(100%, 300px);
        max-height: 250px;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-work-grid > .elementor-container,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-case-row > .elementor-container {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-work-grid > .elementor-container > .elementor-column > .elementor-widget-wrap {
        padding: 20px !important;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-precase-cta > .elementor-container {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-precase-cta :is(
        .gt3_module_button_elementor a,
        a.elementor-button
    ) {
        width: 100% !important;
        max-width: 314px;
        min-height: 50px;
        white-space: normal;
        text-align: center;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-case-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
        min-height: 0;
        padding: 17px !important;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-case-row .elementor-heading-title {
        font-size: 20px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.wp-theme-ewebot.page:not(.home) .adindex-service-work-grid > .elementor-container > .elementor-column > .elementor-widget-wrap,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-case-row > .elementor-container > .elementor-column > .elementor-widget-wrap,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-case-row .elementor-widget-image img {
        transition: none !important;
        transform: none !important;
    }
}

@media (min-width: 1025px) {
    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg {
        position: absolute !important;
        inset: 0 0 auto 0;
        z-index: 1000;
        height: auto !important;
        min-height: 0 !important;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .wpda_builder_section {
        height: auto !important;
        min-height: 0 !important;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .adindex-shared-header-row {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .adindex-shared-nav {
        width: auto !important;
        flex: 1 1 auto;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .adindex-shared-nav > .elementor-widget-container {
        padding: 10px 16px !important;
        border-radius: 22px !important;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .wpda-mobile-navigation-toggle {
        display: none !important;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .wpda-navbar-collapse {
        display: block !important;
        width: auto !important;
        height: auto !important;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .wpda-builder-menu > ul {
        display: flex !important;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li {
        display: inline-flex !important;
        align-items: center;
        margin-left: 8px !important;
        margin-right: 8px !important;
        position: relative;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li > a {
        font-size: 13px !important;
        line-height: 1.2 !important;
        padding: 8px 0 !important;
        display: inline-flex !important;
        align-items: center;
        gap: 5px;
        white-space: nowrap !important;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .wpda-builder-menu ul.sub-menu {
        position: absolute !important;
        top: calc(100% + 14px) !important;
        left: 0;
        display: block !important;
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px);
        pointer-events: none;
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .wpda-builder-menu li:hover > ul.sub-menu,
    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .wpda-builder-menu li:focus-within > ul.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}

@media (max-width: 767px) {
    body.single-post.wp-theme-ewebot .spacing_beetween_items_30 {
        width: 100% !important;
        margin-left: 0 !important;
    }

    body.single-post.wp-theme-ewebot .spacing_beetween_items_30 .blog_post_preview {
        left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body.single-post.wp-theme-ewebot .spacing_beetween_items_30 .blog_post_preview .item_wrapper {
        padding-left: 0 !important;
    }
}

@media (max-width: 1024px) {
    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .adindex-shared-nav {
        flex: 0 0 auto;
        width: auto !important;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .wpda-mobile-navigation-toggle {
        display: flex !important;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .wpda-navbar-collapse {
        display: none !important;
        position: fixed !important;
        top: 74px !important;
        right: 12px !important;
        left: 12px !important;
        z-index: 1002;
        box-sizing: border-box;
        width: auto !important;
        max-height: calc(100vh - 150px);
        overflow: auto;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-navbar-collapse {
        display: block !important;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .wpda-builder-menu > ul {
        display: block !important;
    }
}

/* Homepage production parity: team metric numbers restored as real text. */
body.wp-theme-ewebot .elementor-element-sec424 .adindex-team-stat-heading .elementor-heading-title,
body.wp-theme-ewebot .elementor-element-sec504 .adindex-team-stat-heading .elementor-heading-title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 10px 14px;
    width: 100%;
    font-family: var(--adindex-font-sans);
    text-align: center;
    text-wrap: balance;
}

body.wp-theme-ewebot .elementor-element-sec424 .adindex-stat-number,
body.wp-theme-ewebot .elementor-element-sec504 .adindex-stat-number {
    color: var(--adindex-blue);
    font-family: var(--adindex-font-sans);
    font-size: clamp(44px, 4vw, 58px);
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.94;
}

body.wp-theme-ewebot .elementor-element-sec424 .adindex-stat-label,
body.wp-theme-ewebot .elementor-element-sec504 .adindex-stat-label {
    color: var(--adindex-blue);
    font-size: clamp(22px, 1.85vw, 27px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.08;
}

body.wp-theme-ewebot .elementor-element-sec424 .adindex-team-stat-heading + .elementor-widget-text-editor p,
body.wp-theme-ewebot .elementor-element-sec504 .adindex-team-stat-heading + .elementor-widget-text-editor p {
    max-width: 30ch;
    margin-right: auto;
    margin-left: auto;
    color: var(--adindex-muted);
    font-size: 17px;
    line-height: 1.38;
    text-align: center;
}

/* Homepage production parity: source-backed hero art and trust badges. */
body.home.wp-theme-ewebot .elementor-element-5ff2449a,
body.home.wp-theme-ewebot .elementor-element-41a697ee {
    position: relative;
    overflow: hidden;
}

body.home.wp-theme-ewebot .elementor-element-41a697ee > .elementor-element:not(.adindex-home-hero-art) {
    position: relative;
    z-index: 1;
}

body.home.wp-theme-ewebot .adindex-home-hero-art {
    position: absolute;
    top: 205px;
    right: 36px;
    z-index: 0;
    width: min(39vw, 560px);
    max-width: 560px;
    opacity: 0.42;
    pointer-events: none;
    filter: drop-shadow(0 28px 44px rgba(255, 122, 26, 0.16));
}

body.home.wp-theme-ewebot .adindex-home-hero-art img {
    display: block;
    width: 100%;
    height: auto;
}

body.home.wp-theme-ewebot .adindex-home-trust-badges {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 520px;
}

body.home.wp-theme-ewebot .adindex-home-trust-badges .elementor-widget-image {
    display: grid;
    place-items: center;
    width: calc((100% - 24px) / 3) !important;
    max-width: calc((100% - 24px) / 3);
    min-width: 0;
    min-height: 82px;
    padding: 10px 12px;
    border: 1px solid rgba(214, 244, 255, 0.12);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.home.wp-theme-ewebot .adindex-home-trust-badges .elementor-widget-container {
    display: grid;
    place-items: center;
    width: 100%;
}

body.home.wp-theme-ewebot .adindex-home-trust-badge img {
    display: block;
    width: auto;
    max-width: 112px;
    max-height: 50px;
    object-fit: contain;
    filter: none;
}

body.home.wp-theme-ewebot .adindex-home-trust-badge--google img {
    max-height: 56px;
}

body.home.wp-theme-ewebot .adindex-home-trust-badge--coalition img {
    max-height: 42px;
}

body.home.wp-theme-ewebot .adindex-home-trust-badge--clutch img {
    max-height: 56px;
}

body.home.wp-theme-ewebot .adindex-expertise-badge-grid,
body.home.wp-theme-ewebot .adindex-expertise-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.home.wp-theme-ewebot .adindex-expertise-badge-grid li,
body.home.wp-theme-ewebot .adindex-expertise-services-grid li {
    position: relative;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    min-height: 38px;
    min-width: 0;
    width: 100%;
    padding: 9px 4px 9px 18px;
    border-bottom: 1px solid rgba(13, 111, 174, 0.12);
    border-radius: 0;
    background: transparent;
    color: var(--adindex-muted);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: none;
    text-wrap: pretty;
    transition: background-color 0.22s cubic-bezier(0.32, 0.72, 0, 1),
        color 0.22s cubic-bezier(0.32, 0.72, 0, 1);
}

body.home.wp-theme-ewebot .adindex-expertise-badge-grid li::before,
body.home.wp-theme-ewebot .adindex-expertise-services-grid li::before {
    position: absolute;
    top: 15px;
    left: 8px;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: var(--adindex-orange);
    content: "";
    transition: background-color 0.22s cubic-bezier(0.32, 0.72, 0, 1),
        transform 0.22s cubic-bezier(0.32, 0.72, 0, 1);
}

@media (hover: hover) {
    body.home.wp-theme-ewebot .adindex-expertise-badge-grid li:hover,
    body.home.wp-theme-ewebot .adindex-expertise-services-grid li:hover {
        background: linear-gradient(90deg, rgba(255, 122, 26, 0.09), transparent);
        color: var(--adindex-ink);
    }

    body.home.wp-theme-ewebot .adindex-expertise-badge-grid li:hover::before,
    body.home.wp-theme-ewebot .adindex-expertise-services-grid li:hover::before {
        background: var(--adindex-orange);
        transform: scale(1.18);
    }
}

@media (min-width: 1025px) {
    body.home.wp-theme-ewebot .elementor-element-sec417 .elementor-element-w415 .elementor-heading-title,
    body.home.wp-theme-ewebot .elementor-element-sec4f7 .elementor-element-w4f5 .elementor-heading-title {
        font-size: clamp(33px, 2.5vw, 36px) !important;
        line-height: 1.13 !important;
        letter-spacing: 0 !important;
        word-break: normal;
        overflow-wrap: normal;
        hyphens: none;
    }
}

@media (max-width: 767px) {
    body.wp-theme-ewebot .elementor-element-sec424 .adindex-team-stat-heading .elementor-heading-title,
    body.wp-theme-ewebot .elementor-element-sec504 .adindex-team-stat-heading .elementor-heading-title {
        gap: 6px 10px;
    }

    body.wp-theme-ewebot .elementor-element-sec424 .adindex-stat-number,
    body.wp-theme-ewebot .elementor-element-sec504 .adindex-stat-number {
        font-size: clamp(38px, 14vw, 52px);
    }

    body.wp-theme-ewebot .elementor-element-sec424 .adindex-stat-label,
    body.wp-theme-ewebot .elementor-element-sec504 .adindex-stat-label {
        font-size: clamp(20px, 7vw, 25px);
    }

    body.home.wp-theme-ewebot .adindex-home-hero-art {
        display: none;
    }

    body.home.wp-theme-ewebot .adindex-home-trust-badges {
        gap: 10px;
        max-width: 100%;
    }

    body.home.wp-theme-ewebot .adindex-home-trust-badges .elementor-widget-image {
        width: calc((100% - 20px) / 3) !important;
        max-width: calc((100% - 20px) / 3);
        min-height: 72px;
        padding: 8px 10px;
    }

    body.home.wp-theme-ewebot .adindex-home-trust-badge img {
        max-width: 88px;
        max-height: 40px;
    }

    body.home.wp-theme-ewebot .adindex-home-trust-badge--google img,
    body.home.wp-theme-ewebot .adindex-home-trust-badge--clutch img {
        max-height: 46px;
    }

    body.home.wp-theme-ewebot .adindex-home-trust-badge--coalition img {
        max-height: 34px;
    }

    body.home.wp-theme-ewebot .adindex-home-hero-actions {
        flex-direction: column;
        gap: 12px;
    }

    body.home.wp-theme-ewebot .adindex-home-hero-actions > .elementor-element,
    body.home.wp-theme-ewebot .adindex-home-hero-actions > .elementor-element > .elementor-widget-container,
    body.home.wp-theme-ewebot .adindex-home-hero-actions > .elementor-element > .elementor-widget-container > .elementor-button-wrapper {
        width: 100%;
        max-width: 100%;
    }

    body.home.wp-theme-ewebot .adindex-home-hero-actions .elementor-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }

    body.home.wp-theme-ewebot .adindex-expertise-badge-grid,
    body.home.wp-theme-ewebot .adindex-expertise-services-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        width: 100%;
    }

    body.home.wp-theme-ewebot .adindex-expertise-badge-grid li,
    body.home.wp-theme-ewebot .adindex-expertise-services-grid li {
        min-height: 0;
        font-size: 15px;
    }
}

/* Homepage results: make client proof cards feel intentional, not raw grid rows. */
body.home.wp-theme-ewebot .elementor-element-sec453,
body.home.wp-theme-ewebot .elementor-element-sec533 {
    padding-top: clamp(46px, 5vw, 64px) !important;
    padding-bottom: 18px !important;
}

body.home.wp-theme-ewebot .elementor-element-sec453 .elementor-container,
body.home.wp-theme-ewebot .elementor-element-sec533 .elementor-container,
body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-container,
body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-container,
body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-container,
body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-container {
    max-width: 1190px;
}

body.home.wp-theme-ewebot .adindex-home-results-grid > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 1.6vw, 20px);
    align-items: stretch;
}

body.home.wp-theme-ewebot .adindex-home-case-card > .elementor-widget-wrap {
    position: relative;
    cursor: pointer;
}

body.home.wp-theme-ewebot .adindex-home-case-card .elementor-widget-gt3-core-button,
body.home.wp-theme-ewebot .adindex-home-case-card .elementor-widget-gt3-core-button > .elementor-widget-container,
body.home.wp-theme-ewebot .adindex-home-case-card .elementor-widget-gt3-core-button .gt3_module_button_elementor,
body.home.wp-theme-ewebot .adindex-home-case-card .elementor-widget-gt3-core-button a {
    position: static !important;
}

body.home.wp-theme-ewebot .adindex-home-case-card .elementor-widget-gt3-core-button a::after {
    position: absolute;
    inset: 0;
    z-index: 4;
    border-radius: 16px;
    content: "";
}

body.home.wp-theme-ewebot .adindex-home-case-card:focus-within > .elementor-widget-wrap {
    outline: 3px solid var(--adindex-focus);
    outline-offset: 4px;
}

body.home.wp-theme-ewebot .adindex-home-case-card .elementor-widget-gt3-core-button a:focus-visible {
    outline: none !important;
}

body.home.wp-theme-ewebot .adindex-home-results-grid > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0;
}

body.home.wp-theme-ewebot .elementor-element-sec453 .elementor-heading-title,
body.home.wp-theme-ewebot .elementor-element-sec533 .elementor-heading-title {
    max-width: 780px;
    letter-spacing: 0 !important;
}

body.home.wp-theme-ewebot .elementor-element-sec463,
body.home.wp-theme-ewebot .elementor-element-sec543 {
    padding-top: 12px !important;
    padding-bottom: 14px !important;
}

body.home.wp-theme-ewebot .elementor-element-sec473,
body.home.wp-theme-ewebot .elementor-element-sec553 {
    padding-top: 14px !important;
    padding-bottom: clamp(58px, 6vw, 76px) !important;
}

body.home.wp-theme-ewebot .elementor-element-sec463 > .elementor-container > .elementor-column,
body.home.wp-theme-ewebot .elementor-element-sec473 > .elementor-container > .elementor-column,
body.home.wp-theme-ewebot .elementor-element-sec543 > .elementor-container > .elementor-column,
body.home.wp-theme-ewebot .elementor-element-sec553 > .elementor-container > .elementor-column {
    min-width: 0;
}

body.home.wp-theme-ewebot .elementor-element-sec463 > .elementor-container > .elementor-column > .elementor-widget-wrap,
body.home.wp-theme-ewebot .elementor-element-sec473 > .elementor-container > .elementor-column > .elementor-widget-wrap,
body.home.wp-theme-ewebot .elementor-element-sec543 > .elementor-container > .elementor-column > .elementor-widget-wrap,
body.home.wp-theme-ewebot .elementor-element-sec553 > .elementor-container > .elementor-column > .elementor-widget-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    min-height: 640px;
    padding: clamp(22px, 2vw, 28px) !important;
    overflow: hidden;
    border: 1px solid rgba(195, 228, 245, 0.24) !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg, rgba(12, 39, 64, 0.98) 0%, rgba(8, 30, 52, 0.98) 100%) !important;
    box-shadow: 0 24px 58px rgba(2, 14, 28, 0.16);
    transition: border-color 0.24s cubic-bezier(0.32, 0.72, 0, 1),
        box-shadow 0.24s cubic-bezier(0.32, 0.72, 0, 1),
        transform 0.24s cubic-bezier(0.32, 0.72, 0, 1);
}

body.home.wp-theme-ewebot .elementor-element-sec463 > .elementor-container > .elementor-column > .elementor-widget-wrap::before,
body.home.wp-theme-ewebot .elementor-element-sec473 > .elementor-container > .elementor-column > .elementor-widget-wrap::before,
body.home.wp-theme-ewebot .elementor-element-sec543 > .elementor-container > .elementor-column > .elementor-widget-wrap::before,
body.home.wp-theme-ewebot .elementor-element-sec553 > .elementor-container > .elementor-column > .elementor-widget-wrap::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 122, 26, 0.12), rgba(13, 111, 174, 0) 34%);
    content: "";
    opacity: 0.6;
}

body.home.wp-theme-ewebot .elementor-element-sec463 > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget,
body.home.wp-theme-ewebot .elementor-element-sec473 > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget,
body.home.wp-theme-ewebot .elementor-element-sec543 > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget,
body.home.wp-theme-ewebot .elementor-element-sec553 > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget {
    position: relative;
    z-index: 1;
    width: 100%;
}

body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-image,
body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-image,
body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-image,
body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-image {
    margin-bottom: 22px !important;
    overflow: hidden;
    border-radius: 8px;
}

body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-image img,
body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-image img,
body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-image img,
body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-image img {
    display: block;
    width: 100%;
    height: clamp(190px, 15.2vw, 218px);
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.42s cubic-bezier(0.32, 0.72, 0, 1),
        filter 0.42s cubic-bezier(0.32, 0.72, 0, 1);
}

body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-heading,
body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-heading,
body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-heading,
body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-heading {
    margin-bottom: 14px !important;
}

body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-heading .elementor-heading-title,
body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-heading .elementor-heading-title,
body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-heading .elementor-heading-title,
body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-heading .elementor-heading-title {
    font-size: clamp(20px, 1.55vw, 22px) !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-text-editor,
body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-text-editor,
body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-text-editor,
body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-text-editor {
    margin-bottom: 24px !important;
    color: rgba(232, 244, 255, 0.84) !important;
    font-size: 15.5px !important;
    line-height: 1.52 !important;
}

body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-text-editor .elementor-widget-container,
body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-text-editor .elementor-widget-container,
body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-text-editor .elementor-widget-container,
body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-text-editor .elementor-widget-container {
    color: inherit !important;
    font: inherit !important;
}

body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-gt3-core-button,
body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-gt3-core-button,
body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-gt3-core-button,
body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-gt3-core-button {
    width: auto;
    margin-top: auto !important;
}

body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-gt3-core-button a,
body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-gt3-core-button a,
body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-gt3-core-button a,
body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-gt3-core-button a {
    min-width: 104px;
    min-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 14px 24px rgba(2, 14, 28, 0.18);
    transition: background-color 0.22s cubic-bezier(0.32, 0.72, 0, 1),
        border-color 0.22s cubic-bezier(0.32, 0.72, 0, 1),
        box-shadow 0.22s cubic-bezier(0.32, 0.72, 0, 1),
        transform 0.22s cubic-bezier(0.32, 0.72, 0, 1);
}

@media (hover: hover) {
    body.home.wp-theme-ewebot .elementor-element-sec463 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover,
    body.home.wp-theme-ewebot .elementor-element-sec473 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover,
    body.home.wp-theme-ewebot .elementor-element-sec543 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover,
    body.home.wp-theme-ewebot .elementor-element-sec553 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover {
        border-color: rgba(255, 122, 26, 0.52) !important;
        box-shadow: 0 28px 68px rgba(2, 14, 28, 0.24), 0 0 0 1px rgba(255, 122, 26, 0.08);
        transform: translateY(-4px);
    }

    body.home.wp-theme-ewebot .elementor-element-sec463 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover .elementor-widget-image img,
    body.home.wp-theme-ewebot .elementor-element-sec473 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover .elementor-widget-image img,
    body.home.wp-theme-ewebot .elementor-element-sec543 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover .elementor-widget-image img,
    body.home.wp-theme-ewebot .elementor-element-sec553 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover .elementor-widget-image img {
        filter: saturate(1.06) contrast(1.04);
        transform: scale(1.035);
    }

    body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-gt3-core-button a:hover,
    body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-gt3-core-button a:hover,
    body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-gt3-core-button a:hover,
    body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-gt3-core-button a:hover {
        border-color: rgba(255, 255, 255, 0.2) !important;
        background: var(--adindex-orange) !important;
        box-shadow: 0 16px 30px rgba(255, 122, 26, 0.24);
        transform: translateY(-1px);
    }
}

body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-gt3-core-button a:focus-visible,
body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-gt3-core-button a:focus-visible,
body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-gt3-core-button a:focus-visible,
body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-gt3-core-button a:focus-visible {
    outline: 2px solid var(--adindex-focus) !important;
    outline-offset: 3px;
}

@media (max-width: 1024px) {
    body.home.wp-theme-ewebot .adindex-home-results-grid > .elementor-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    body.home.wp-theme-ewebot .elementor-element-sec463 > .elementor-container > .elementor-column > .elementor-widget-wrap,
    body.home.wp-theme-ewebot .elementor-element-sec473 > .elementor-container > .elementor-column > .elementor-widget-wrap,
    body.home.wp-theme-ewebot .elementor-element-sec543 > .elementor-container > .elementor-column > .elementor-widget-wrap,
    body.home.wp-theme-ewebot .elementor-element-sec553 > .elementor-container > .elementor-column > .elementor-widget-wrap {
        min-height: 600px;
        padding: 22px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-image img,
    body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-image img,
    body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-image img,
    body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-image img {
        height: 190px;
    }
}

@media (max-width: 767px) {
    body.home.wp-theme-ewebot .adindex-home-results-grid > .elementor-container {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    body.home.wp-theme-ewebot .elementor-element-sec453,
    body.home.wp-theme-ewebot .elementor-element-sec533 {
        padding: 40px 18px 12px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-sec453 .elementor-heading-title,
    body.home.wp-theme-ewebot .elementor-element-sec533 .elementor-heading-title {
        max-width: 100%;
        font-size: clamp(29px, 8.8vw, 34px) !important;
        line-height: 1.12 !important;
    }

    body.home.wp-theme-ewebot .elementor-element-sec463,
    body.home.wp-theme-ewebot .elementor-element-sec473,
    body.home.wp-theme-ewebot .elementor-element-sec543,
    body.home.wp-theme-ewebot .elementor-element-sec553 {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-sec463,
    body.home.wp-theme-ewebot .elementor-element-sec543 {
        padding-top: 10px !important;
        padding-bottom: 8px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-sec473,
    body.home.wp-theme-ewebot .elementor-element-sec553 {
        padding-top: 8px !important;
        padding-bottom: 48px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-sec463 > .elementor-container > .elementor-column,
    body.home.wp-theme-ewebot .elementor-element-sec473 > .elementor-container > .elementor-column,
    body.home.wp-theme-ewebot .elementor-element-sec543 > .elementor-container > .elementor-column,
    body.home.wp-theme-ewebot .elementor-element-sec553 > .elementor-container > .elementor-column {
        margin-bottom: 14px;
    }

    body.home.wp-theme-ewebot .elementor-element-sec463 > .elementor-container > .elementor-column:last-child,
    body.home.wp-theme-ewebot .elementor-element-sec473 > .elementor-container > .elementor-column:last-child,
    body.home.wp-theme-ewebot .elementor-element-sec543 > .elementor-container > .elementor-column:last-child,
    body.home.wp-theme-ewebot .elementor-element-sec553 > .elementor-container > .elementor-column:last-child {
        margin-bottom: 0;
    }

    body.home.wp-theme-ewebot .elementor-element-sec463 > .elementor-container > .elementor-column > .elementor-widget-wrap,
    body.home.wp-theme-ewebot .elementor-element-sec473 > .elementor-container > .elementor-column > .elementor-widget-wrap,
    body.home.wp-theme-ewebot .elementor-element-sec543 > .elementor-container > .elementor-column > .elementor-widget-wrap,
    body.home.wp-theme-ewebot .elementor-element-sec553 > .elementor-container > .elementor-column > .elementor-widget-wrap {
        min-height: 0;
        padding: 20px !important;
        border-radius: 9px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-image,
    body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-image,
    body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-image,
    body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-image {
        margin-bottom: 20px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-image img,
    body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-image img,
    body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-image img,
    body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-image img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-heading .elementor-heading-title,
    body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-heading .elementor-heading-title,
    body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-heading .elementor-heading-title,
    body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-heading .elementor-heading-title {
        font-size: clamp(21px, 6.4vw, 25px) !important;
        line-height: 1.15 !important;
    }

    body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-text-editor,
    body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-text-editor,
    body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-text-editor,
    body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-text-editor {
        margin-bottom: 22px !important;
        font-size: 16px !important;
        line-height: 1.52 !important;
    }

    body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-gt3-core-button,
    body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-gt3-core-button,
    body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-gt3-core-button,
    body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-gt3-core-button,
    body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-gt3-core-button .elementor-widget-container,
    body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-gt3-core-button .elementor-widget-container,
    body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-gt3-core-button .elementor-widget-container,
    body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-gt3-core-button .elementor-widget-container,
    body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-gt3-core-button .gt3_module_button_elementor,
    body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-gt3-core-button .gt3_module_button_elementor,
    body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-gt3-core-button .gt3_module_button_elementor,
    body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-gt3-core-button .gt3_module_button_elementor,
    body.home.wp-theme-ewebot .elementor-element-sec463 .elementor-widget-gt3-core-button a,
    body.home.wp-theme-ewebot .elementor-element-sec473 .elementor-widget-gt3-core-button a,
    body.home.wp-theme-ewebot .elementor-element-sec543 .elementor-widget-gt3-core-button a,
    body.home.wp-theme-ewebot .elementor-element-sec553 .elementor-widget-gt3-core-button a {
        width: 100%;
        max-width: 100%;
    }
}

/* Homepage reviews and mission: stronger proof-card rhythm without changing text. */
body.home.wp-theme-ewebot .elementor-element-sec478,
body.home.wp-theme-ewebot .elementor-element-sec558 {
    padding-top: clamp(56px, 6vw, 72px) !important;
    padding-bottom: 20px !important;
}

body.home.wp-theme-ewebot .elementor-element-sec478 .elementor-container,
body.home.wp-theme-ewebot .elementor-element-sec485 .elementor-container,
body.home.wp-theme-ewebot .elementor-element-sec558 .elementor-container,
body.home.wp-theme-ewebot .elementor-element-sec565 .elementor-container,
body.home.wp-theme-ewebot .adindex-home-why-intro > .elementor-container {
    max-width: 1190px;
}

body.home.wp-theme-ewebot .elementor-element-sec478 .elementor-heading-title,
body.home.wp-theme-ewebot .elementor-element-sec558 .elementor-heading-title {
    max-width: 860px;
    letter-spacing: 0 !important;
}

body.home.wp-theme-ewebot .elementor-element-sec485,
body.home.wp-theme-ewebot .elementor-element-sec565 {
    padding-top: 10px !important;
    padding-bottom: clamp(58px, 6vw, 72px) !important;
}

body.home.wp-theme-ewebot .elementor-element-sec485 > .elementor-container,
body.home.wp-theme-ewebot .elementor-element-sec565 > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

body.home.wp-theme-ewebot .elementor-element-sec485 > .elementor-container > .elementor-column,
body.home.wp-theme-ewebot .elementor-element-sec565 > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0;
}

body.home.wp-theme-ewebot .elementor-element-sec485 > .elementor-container > .elementor-column > .elementor-widget-wrap,
body.home.wp-theme-ewebot .elementor-element-sec565 > .elementor-container > .elementor-column > .elementor-widget-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    min-height: 378px;
    padding: clamp(28px, 2.3vw, 34px) !important;
    border: 1px solid rgba(13, 111, 174, 0.14) !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(7, 27, 47, 0.08);
    transition: border-color 0.24s cubic-bezier(0.32, 0.72, 0, 1),
        box-shadow 0.24s cubic-bezier(0.32, 0.72, 0, 1),
        transform 0.24s cubic-bezier(0.32, 0.72, 0, 1);
}

body.home.wp-theme-ewebot .elementor-element-sec485 > .elementor-container > .elementor-column > .elementor-widget-wrap::before,
body.home.wp-theme-ewebot .elementor-element-sec565 > .elementor-container > .elementor-column > .elementor-widget-wrap::before {
    display: block;
    width: 42px;
    height: 4px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--adindex-orange), var(--adindex-blue));
    content: "";
}

body.home.wp-theme-ewebot .elementor-element-sec485 .elementor-widget-wrap > .elementor-widget-text-editor:first-child,
body.home.wp-theme-ewebot .elementor-element-sec565 .elementor-widget-wrap > .elementor-widget-text-editor:first-child {
    margin-bottom: 28px !important;
    color: #35455a !important;
    font-size: 17px !important;
    line-height: 1.62 !important;
    font-weight: 500 !important;
}

body.home.wp-theme-ewebot .elementor-element-sec485 .elementor-widget-heading,
body.home.wp-theme-ewebot .elementor-element-sec565 .elementor-widget-heading {
    margin-top: auto !important;
    margin-bottom: 10px !important;
}

body.home.wp-theme-ewebot .elementor-element-sec485 .elementor-widget-heading .elementor-heading-title,
body.home.wp-theme-ewebot .elementor-element-sec565 .elementor-widget-heading .elementor-heading-title {
    color: var(--adindex-ink) !important;
    font-size: clamp(22px, 1.65vw, 25px) !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
}

body.home.wp-theme-ewebot .elementor-element-sec485 .elementor-widget-wrap > .elementor-widget-text-editor:last-child,
body.home.wp-theme-ewebot .elementor-element-sec565 .elementor-widget-wrap > .elementor-widget-text-editor:last-child {
    margin-bottom: 0 !important;
    color: var(--adindex-blue) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

body.home.wp-theme-ewebot .adindex-home-why-intro {
    padding-top: clamp(52px, 5vw, 64px) !important;
    padding-bottom: clamp(52px, 5vw, 64px) !important;
}

body.home.wp-theme-ewebot .adindex-home-why-intro > .elementor-container {
    display: grid !important;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(44px, 4.5vw, 64px);
    align-items: start;
}

body.home.wp-theme-ewebot .adindex-home-why-intro > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0;
}

body.home.wp-theme-ewebot .adindex-home-why-copy > .elementor-widget-wrap {
    padding-right: clamp(22px, 3vw, 38px) !important;
}

body.home.wp-theme-ewebot .adindex-home-why-copy .elementor-heading-title {
    max-width: 420px;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
}

body.home.wp-theme-ewebot .adindex-home-why-copy .elementor-widget-text-editor:last-child {
    max-width: 610px;
    color: rgba(232, 244, 255, 0.9) !important;
    font-size: 16px !important;
    line-height: 1.58 !important;
}

body.home.wp-theme-ewebot .adindex-home-why-proof-list > .elementor-widget-wrap {
    display: grid;
    grid-template-columns: minmax(240px, 0.92fr) minmax(0, 1.08fr);
    align-items: start;
    padding: 0 !important;
    counter-reset: adindex-why;
}

body.home.wp-theme-ewebot .adindex-home-why-proof-title,
body.home.wp-theme-ewebot .adindex-home-why-proof-copy {
    min-width: 0;
    margin: 0 !important;
    border-top: 1px solid rgba(214, 244, 255, 0.2);
}

body.home.wp-theme-ewebot .adindex-home-why-proof-title {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 18px !important;
}

body.home.wp-theme-ewebot .adindex-home-why-proof-title::before {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(255, 122, 26, 0.5);
    border-radius: 50%;
    background: rgba(255, 122, 26, 0.1);
    color: var(--adindex-orange);
    content: counter(adindex-why, decimal-leading-zero);
    counter-increment: adindex-why;
    font-family: var(--adindex-font-sans) !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

body.home.wp-theme-ewebot .adindex-home-why-proof-copy {
    display: flex;
    align-items: center;
    padding: 18px 22px !important;
}

body.home.wp-theme-ewebot .adindex-home-why-proof-title .elementor-heading-title {
    color: #fff !important;
    font-size: 17px !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
}

body.home.wp-theme-ewebot .adindex-home-why-proof-copy .elementor-widget-container {
    color: rgba(232, 244, 255, 0.88) !important;
    font-size: 13.5px;
    line-height: 1.4;
}

@media (hover: hover) {
    body.home.wp-theme-ewebot .elementor-element-sec485 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover,
    body.home.wp-theme-ewebot .elementor-element-sec565 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover {
        border-color: rgba(255, 122, 26, 0.28) !important;
        box-shadow: 0 24px 58px rgba(7, 27, 47, 0.12);
        transform: translateY(-4px);
    }

}

@media (max-width: 1024px) {
    body.home.wp-theme-ewebot .elementor-element-sec485 > .elementor-container,
    body.home.wp-theme-ewebot .elementor-element-sec565 > .elementor-container {
        grid-template-columns: 1fr;
    }

    body.home.wp-theme-ewebot .adindex-home-why-intro > .elementor-container {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }
}

@media (max-width: 767px) {
    body.home.wp-theme-ewebot .elementor-element-sec478,
    body.home.wp-theme-ewebot .elementor-element-sec485,
    body.home.wp-theme-ewebot .elementor-element-sec558,
    body.home.wp-theme-ewebot .elementor-element-sec565,
    body.home.wp-theme-ewebot .adindex-home-why-intro {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-sec478,
    body.home.wp-theme-ewebot .elementor-element-sec558,
    body.home.wp-theme-ewebot .adindex-home-why-intro {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    body.home.wp-theme-ewebot .adindex-home-why-intro > .elementor-container {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    body.home.wp-theme-ewebot .elementor-element-sec485 > .elementor-container > .elementor-column > .elementor-widget-wrap,
    body.home.wp-theme-ewebot .elementor-element-sec565 > .elementor-container > .elementor-column > .elementor-widget-wrap {
        min-height: 0;
        padding: 17px !important;
    }

    body.home.wp-theme-ewebot .adindex-home-why-copy > .elementor-widget-wrap {
        padding-right: 0 !important;
    }

    body.home.wp-theme-ewebot .adindex-home-why-proof-list > .elementor-widget-wrap {
        grid-template-columns: minmax(0, 1fr);
    }

    body.home.wp-theme-ewebot .adindex-home-why-proof-copy {
        border-top: 0;
        padding-top: 0 !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home.wp-theme-ewebot .elementor-element-sec485 > .elementor-container > .elementor-column > .elementor-widget-wrap,
    body.home.wp-theme-ewebot .elementor-element-sec565 > .elementor-container > .elementor-column > .elementor-widget-wrap {
        transition: none !important;
    }

    body.home.wp-theme-ewebot .elementor-element-sec485 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover,
    body.home.wp-theme-ewebot .elementor-element-sec565 > .elementor-container > .elementor-column > .elementor-widget-wrap:hover {
        transform: none !important;
    }
}

/*
 * Homepage tools compatibility gap: Elementor's classic image-box cannot make
 * its media, title and one accessible destination a single visual tile. The
 * paired GT3 action remains the native editable link owner and is stretched
 * over the tile; the image-box link is deliberately empty in Elementor data.
 * Retire when this owner moves to a native single-link container widget.
 */
body.home.wp-theme-ewebot .adindex-home-tools-card > .elementor-widget-wrap {
    position: relative;
    display: block;
    aspect-ratio: 1.5;
    min-height: 0;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(13, 111, 174, 0.15);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(7, 27, 47, 0.08);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.home.wp-theme-ewebot .adindex-home-tools-card .elementor-widget-image-box,
body.home.wp-theme-ewebot .adindex-home-tools-card .elementor-widget-image-box > .elementor-widget-container,
body.home.wp-theme-ewebot .adindex-home-tools-card .elementor-image-box-wrapper {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

body.home.wp-theme-ewebot .adindex-home-tools-card .elementor-image-box-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    background: #f4f8fb;
}

body.home.wp-theme-ewebot .adindex-home-tools-card .elementor-image-box-img img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    max-height: none;
    object-fit: cover;
    transform: scale(1.001);
    transition: transform 0.36s cubic-bezier(0.2, 0.7, 0.2, 1);
}

body.home.wp-theme-ewebot .adindex-home-tools-card .elementor-image-box-content {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    min-height: 48%;
    padding: 72px 22px 20px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 13, 48, 0) 0%, rgba(0, 13, 48, 0.84) 62%, rgba(0, 13, 48, 0.96) 100%);
}

body.home.wp-theme-ewebot .adindex-home-tools-card .elementor-image-box-title,
body.home.wp-theme-ewebot .adindex-home-tools-card .elementor-image-box-title a {
    margin: 0 !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
    text-wrap: balance;
}

body.home.wp-theme-ewebot .adindex-home-tools-card .elementor-image-box-description {
    display: none;
}

body.home.wp-theme-ewebot .adindex-home-tools-card .elementor-widget-gt3-core-button {
    position: absolute;
    z-index: 4;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100%;
    max-width: none !important;
    margin: 0;
    padding: 0;
}

body.home.wp-theme-ewebot .main_wrapper .adindex-home-tools-card .elementor-widget-gt3-core-button > .elementor-widget-container,
body.home.wp-theme-ewebot .main_wrapper .adindex-home-tools-card .gt3_module_button_elementor {
    display: block;
    width: 100% !important;
    height: 100%;
    max-width: none !important;
}

body.home.wp-theme-ewebot .main_wrapper .adindex-home-tools-card .elementor-widget-gt3-core-button a {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100%;
    min-height: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: transparent !important;
    font-size: 0 !important;
}

body.home.wp-theme-ewebot .adindex-home-tools-card:focus-within > .elementor-widget-wrap {
    border-color: rgba(255, 122, 26, 0.68);
    box-shadow: 0 0 0 3px rgba(255, 122, 26, 0.16), 0 18px 38px rgba(7, 27, 47, 0.11);
}

body.home.wp-theme-ewebot .adindex-home-tools-card .elementor-widget-gt3-core-button a:focus-visible {
    outline: 3px solid var(--adindex-orange, #ff7a1a);
    outline-offset: -4px;
}

@media (hover: hover) {
    body.home.wp-theme-ewebot .adindex-home-tools-card:hover > .elementor-widget-wrap {
        border-color: rgba(255, 122, 26, 0.58);
        box-shadow: 0 20px 42px rgba(7, 27, 47, 0.13), 0 0 0 2px rgba(255, 122, 26, 0.1);
        transform: translateY(-4px);
    }

    body.home.wp-theme-ewebot .adindex-home-tools-card:hover .elementor-image-box-img img {
        transform: scale(1.045);
    }
}

@media (max-width: 767px) {
    body.home.wp-theme-ewebot .adindex-home-tools-card > .elementor-widget-wrap {
        aspect-ratio: 1.55;
    }

    body.home.wp-theme-ewebot .adindex-home-tools-card .elementor-image-box-content {
        padding: 58px 18px 17px;
    }

    body.home.wp-theme-ewebot .adindex-home-tools-card .elementor-image-box-title,
    body.home.wp-theme-ewebot .adindex-home-tools-card .elementor-image-box-title a {
        font-size: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home.wp-theme-ewebot .adindex-home-tools-card > .elementor-widget-wrap,
    body.home.wp-theme-ewebot .adindex-home-tools-card:hover > .elementor-widget-wrap,
    body.home.wp-theme-ewebot .adindex-home-tools-card .elementor-image-box-img img {
        transition: none;
        transform: none;
    }
}

/* Homepage final CTA: keep the contact form visible and compact. */
body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-6d9f4843 {
    align-items: center;
    padding: clamp(62px, 7vw, 82px) 60px !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-3bd67a96 {
    padding-right: clamp(70px, 7vw, 120px) !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-233af1fb .elementor-heading-title {
    letter-spacing: 0 !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-26cf166c {
    padding: clamp(38px, 4vw, 46px) !important;
    border: 1px solid rgba(214, 244, 255, 0.18);
    border-radius: 10px;
    box-shadow: 0 28px 70px rgba(2, 14, 28, 0.18);
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-48809e69 {
    margin-bottom: 24px !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-48809e69 .elementor-heading-title {
    max-width: 520px;
    color: var(--adindex-ink) !important;
    font-size: clamp(32px, 3vw, 40px) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form {
    color: #5d6578;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-form-fields-required {
    margin-bottom: 12px;
    color: #697089;
    font-size: 14px;
    font-weight: 700;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form nf-field {
    margin-bottom: 18px;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-field-label label {
    color: #626078;
    font-size: 16px;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-6d9f4843 {
        grid-template-columns: 1fr !important;
        gap: 34px;
    }

    body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-3bd67a96 {
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {
    body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-6d9f4843 {
        padding: 48px 18px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-26cf166c {
        padding: 24px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-48809e69 .elementor-heading-title {
        font-size: clamp(29px, 8vw, 34px) !important;
    }

    body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form nf-fields-wrap {
        display: block;
    }

    body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .one-half,
    body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .one-half.first {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

/* Production parity: fixed WhatsApp and Telegram contact shortcuts. */
body.wp-theme-ewebot .adindex-floating-messengers {
    position: fixed;
    right: 30px;
    bottom: calc(140px + env(safe-area-inset-bottom));
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 54px;
}

body.wp-theme-ewebot .adindex-floating-messenger-toggle {
    display: none;
}

body.wp-theme-ewebot .adindex-floating-messenger-toggle,
body.wp-theme-ewebot .adindex-floating-messenger-toggle::marker,
body.wp-theme-ewebot .adindex-floating-messenger-toggle::-webkit-details-marker {
    list-style: none;
}

body.wp-theme-ewebot .adindex-floating-messenger-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 54px;
}

body.wp-theme-ewebot .adindex-floating-messenger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    pointer-events: auto;
    text-decoration: none;
    box-shadow: 0 16px 32px rgba(7, 27, 47, 0.2);
    transition: transform 220ms cubic-bezier(0.32, 0.72, 0, 1),
        box-shadow 220ms ease,
        filter 220ms ease;
}

body.wp-theme-ewebot .adindex-floating-messenger--whatsapp {
    background: #25d366;
}

body.wp-theme-ewebot .adindex-floating-messenger--telegram {
    background: #0d9de8;
}

body.wp-theme-ewebot .adindex-floating-messenger-toggle__icon,
body.wp-theme-ewebot .adindex-floating-messenger__icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

body.wp-theme-ewebot .adindex-floating-messenger:hover,
body.wp-theme-ewebot .adindex-floating-messenger:focus-visible {
    color: #fff;
    filter: saturate(1.08);
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 3px;
    transform: translateY(-3px);
    box-shadow: 0 20px 38px rgba(7, 27, 47, 0.26);
}

body.wp-theme-ewebot .adindex-floating-messenger:active {
    transform: translateY(0) scale(0.985);
}

/* Production parity: visible WPML language switcher in the WPDA header. */
body.wp-theme-ewebot .wpda-header-builder .adindex-header-language-switcher {
    flex: 0 0 auto;
}

body.wp-theme-ewebot .wpda-header-builder .adindex-header-language-switcher .elementor-widget-container,
body.wp-theme-ewebot .wpda-header-builder .adindex-header-language-switcher .wpml-ls,
body.wp-theme-ewebot .wpda-header-builder .adindex-header-language-switcher ul {
    margin: 0 !important;
    padding: 0 !important;
}

body.wp-theme-ewebot .wpda-header-builder .adindex-header-language-switcher ul {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    list-style: none;
    padding: 3px !important;
    border: 1px solid rgba(214, 244, 255, 0.22);
    border-radius: 999px;
    background: rgba(0, 23, 46, 0.62);
    box-shadow: 0 12px 26px rgba(7, 27, 47, 0.18);
    backdrop-filter: blur(12px);
}

body.wp-theme-ewebot .wpda-header-builder .adindex-header-language-switcher li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.wp-theme-ewebot .wpda-header-builder .adindex-header-language-switcher a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    color: #fff !important;
    font-family: var(--adindex-font-sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none !important;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

body.wp-theme-ewebot .wpda-header-builder .adindex-header-language-switcher .wpml-ls-current-language > a {
    background: #fff;
    color: #071426 !important;
}

body.wp-theme-ewebot .wpda-header-builder .adindex-header-language-switcher a:hover,
body.wp-theme-ewebot .wpda-header-builder .adindex-header-language-switcher a:focus-visible {
    background: var(--adindex-orange);
    color: #fff !important;
    outline: none;
    transform: translateY(-1px);
}

body.wp-theme-ewebot .wpda-header-builder .adindex-header-language-switcher .wpml-ls-display,
body.wp-theme-ewebot .wpda-header-builder .adindex-header-language-switcher .wpml-ls-bracket {
    display: none !important;
}

/* Shared WPDA header geometry. Page body classes must not restyle one template. */
@media (max-width: 1199px) {
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-header-row {
        min-height: var(--min-height) !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-header-logo {
        flex: 0 1 var(--container-widget-width) !important;
        width: var(--container-widget-width) !important;
        max-width: var(--container-widget-width) !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-header-logo > .elementor-widget-container {
        display: block !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: 100% !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav > .elementor-widget-container {
        padding: 13px 20px !important;
        border-radius: 8px !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-mobile-navigation-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 22px !important;
        height: 22px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    html body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-header-shell .adindex-shared-header-row .adindex-shared-nav.elementor-widget-wpda-builder-menu .wpda-mobile-navigation-toggle {
        display: flex !important;
    }
}

@media (max-width: 767px) {
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-header-row {
        gap: 14px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-header-logo img.wpda-builder-logo {
        width: 100% !important;
        max-height: 34px !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-language-switcher {
        order: 2;
        width: auto !important;
        max-width: 100% !important;
        margin-left: auto;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav {
        order: 3;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav > .elementor-widget-container {
        padding: 14px 16px !important;
    }

    body.wp-theme-ewebot .wpda-header-builder .adindex-header-language-switcher a {
        min-width: 30px;
        min-height: 30px;
        padding: 0 8px;
        font-size: 11px;
    }

    body.wp-theme-ewebot .adindex-floating-messengers {
        right: 14px;
        bottom: calc(18px + env(safe-area-inset-bottom));
        display: block;
        width: 44px;
        height: 96px;
    }

    body.wp-theme-ewebot .adindex-floating-messenger-toggle {
        display: none !important;
        position: relative;
        z-index: 1;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 1px solid rgba(214, 244, 255, 0.24);
        border-radius: 999px;
        background: rgba(7, 20, 38, 0.94);
        color: #fff;
        box-shadow: 0 18px 36px rgba(7, 27, 47, 0.28);
        cursor: pointer;
    }

    body.wp-theme-ewebot .adindex-floating-messenger-toggle__icon {
        width: 20px;
        height: 20px;
    }

    body.wp-theme-ewebot .adindex-floating-messenger-links {
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        width: 44px;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        transform-origin: bottom right;
        transition: transform 220ms cubic-bezier(0.32, 0.72, 0, 1),
            opacity 220ms ease;
    }

    body.wp-theme-ewebot .adindex-floating-messengers[open] .adindex-floating-messenger-links {
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    body.wp-theme-ewebot .adindex-floating-messengers[open] .adindex-floating-messenger-toggle {
        background: var(--adindex-orange);
        border-color: rgba(255, 255, 255, 0.2);
    }

    body.wp-theme-ewebot .adindex-floating-messenger {
        width: 42px;
        height: 42px;
    }

    body.wp-theme-ewebot .adindex-floating-messenger__icon {
        width: 18px;
        height: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.wp-theme-ewebot .adindex-floating-messenger,
    body.wp-theme-ewebot .adindex-floating-messenger-links {
        transition: none !important;
    }

    body.wp-theme-ewebot .adindex-floating-messenger:hover,
    body.wp-theme-ewebot .adindex-floating-messenger:focus-visible,
    body.wp-theme-ewebot .adindex-floating-messenger:active {
        transform: none !important;
    }
}

/* Homepage polish batch: header contacts, typography, logo wall, forms and dark rhythm. */
body.home.wp-theme-ewebot {
    --adindex-heading-font: "Rubik", Arial, sans-serif;
    --adindex-dark-surface: #071426;
    --adindex-dark-surface-2: #092944;
    --adindex-card-hairline: rgba(13, 111, 174, 0.16);
}

body.home.wp-theme-ewebot .main_wrapper .elementor-heading-title {
    font-family: var(--adindex-heading-font) !important;
    letter-spacing: 0 !important;
}

body.home.wp-theme-ewebot .main_wrapper .elementor-widget-text-editor,
body.home.wp-theme-ewebot .main_wrapper .elementor-widget-text-editor p {
    text-wrap: pretty;
}

@media (min-width: 1025px) {
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar {
        width: 100%;
        color: rgba(214, 244, 255, 0.74);
        font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.2;
        text-transform: uppercase;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__widget,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__widget > .elementor-widget-container,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__inner {
        width: 100%;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__inner > span:last-child {
        display: inline-flex;
        align-items: center;
        gap: 20px;
        white-space: nowrap;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar a {
        color: rgba(255, 255, 255, 0.82) !important;
        text-decoration: none !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar a:hover,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar a:focus-visible {
        color: #fff !important;
        outline: none;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .adindex-shared-header-row,
    body.page:not(.home).wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-header-row {
        min-height: var(--min-height) !important;
        gap: var(--gap) !important;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .adindex-shared-header-logo,
    body.page:not(.home).wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-header-logo {
        width: var(--container-widget-width) !important;
        max-width: var(--container-widget-width) !important;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li,
    body.page:not(.home).wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li {
        margin-right: 6px !important;
        margin-left: 6px !important;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li > a,
    body.page:not(.home).wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li > a {
        font-size: 14px !important;
        line-height: 1.25 !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu {
        width: min(560px, calc(100vw - 40px)) !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px 8px;
        padding: 18px !important;
        border: 1px solid rgba(7, 27, 47, 0.1);
        border-radius: 18px !important;
        background: #fff !important;
        box-shadow: 0 28px 70px rgba(2, 14, 28, 0.18) !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu::before {
        left: 26px !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu > li {
        margin: 0 !important;
        padding: 0 !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu > li > a {
        display: flex !important;
        align-items: center;
        min-height: 42px;
        padding: 9px 12px !important;
        border-radius: 10px;
        color: #23314a !important;
        font-family: var(--adindex-font-sans) !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        white-space: normal !important;
        transition: background-color 180ms cubic-bezier(0.32, 0.72, 0, 1),
            color 180ms cubic-bezier(0.32, 0.72, 0, 1);
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu > li > a:hover,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu > li > a:focus-visible {
        background: rgba(13, 111, 174, 0.08);
        color: var(--adindex-blue-deep) !important;
        outline: none;
    }
}

@media (max-width: 1024px) {
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar {
        display: none !important;
    }
}

body.home.wp-theme-ewebot .elementor-element-sec417,
body.home.wp-theme-ewebot .elementor-element-sec4f7,
body.home.wp-theme-ewebot .elementor-element-sec44f,
body.home.wp-theme-ewebot .elementor-element-sec52f,
body.home.wp-theme-ewebot .elementor-element-sec453,
body.home.wp-theme-ewebot .elementor-element-sec533,
body.home.wp-theme-ewebot .elementor-element-sec463,
body.home.wp-theme-ewebot .elementor-element-sec543,
body.home.wp-theme-ewebot .elementor-element-sec473,
body.home.wp-theme-ewebot .elementor-element-sec553,
body.home.wp-theme-ewebot .adindex-home-why-intro {
    position: relative;
    background: linear-gradient(135deg, var(--adindex-dark-surface) 0%, var(--adindex-dark-surface-2) 100%) !important;
}

body.home.wp-theme-ewebot .elementor-element-sec453::before,
body.home.wp-theme-ewebot .elementor-element-sec533::before,
body.home.wp-theme-ewebot .adindex-home-why-intro::before {
    position: absolute;
    top: 0;
    right: min(60px, 5vw);
    left: min(60px, 5vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(214, 244, 255, 0.26), transparent);
    content: "";
    pointer-events: none;
}

body.home.wp-theme-ewebot .adindex-home-logo-intro .elementor-container,
body.home.wp-theme-ewebot .adindex-home-logo-grid .elementor-container {
    max-width: 1190px;
}

body.home.wp-theme-ewebot .adindex-home-logo-intro .elementor-widget-heading {
    margin-bottom: 12px !important;
}

body.home.wp-theme-ewebot .adindex-home-logo-grid > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px !important;
    align-items: stretch;
    padding: 1px;
    overflow: hidden;
    border: 1px solid rgba(13, 111, 174, 0.12);
    border-radius: 16px;
    background: rgba(13, 111, 174, 0.12);
    box-shadow: 0 18px 44px rgba(7, 27, 47, 0.065);
}

body.home.wp-theme-ewebot .adindex-home-logo-grid > .elementor-container > .elementor-column {
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
}

body.home.wp-theme-ewebot .adindex-home-logo-card > .elementor-widget-wrap {
    display: grid;
    min-height: 122px;
    place-items: center;
    align-content: center;
    padding: 20px 14px !important;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    transition: background-color 220ms cubic-bezier(0.32, 0.72, 0, 1);
}

body.home.wp-theme-ewebot .adindex-home-logo {
    width: 100% !important;
}

body.home.wp-theme-ewebot .adindex-home-logo .elementor-widget-container {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
}

body.home.wp-theme-ewebot .adindex-home-logo img {
    width: auto !important;
    height: auto !important;
    max-width: min(168px, 94%) !important;
    max-height: 76px !important;
    object-fit: contain;
    opacity: 1;
    filter: saturate(1.04) contrast(1.06);
    transition: filter 220ms cubic-bezier(0.32, 0.72, 0, 1),
        transform 220ms cubic-bezier(0.32, 0.72, 0, 1);
}

@media (hover: hover) {
    body.home.wp-theme-ewebot .adindex-home-logo-card > .elementor-widget-wrap:hover {
        background: #fff1e6;
        box-shadow: inset 0 0 0 2px rgba(255, 122, 26, 0.48);
    }

    body.home.wp-theme-ewebot .adindex-home-logo-card > .elementor-widget-wrap:hover img {
        filter: saturate(1.04) contrast(1.08);
        transform: scale(1.03);
    }
}

@media (max-width: 1024px) {
    body.home.wp-theme-ewebot .adindex-home-logo-grid > .elementor-container {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.home.wp-theme-ewebot .adindex-home-logo img {
        max-width: min(176px, 92%) !important;
        max-height: 72px !important;
    }
}

body.home.wp-theme-ewebot .adindex-home-cta-band > .elementor-container {
    max-width: 1190px;
    align-items: center;
}

body.home.wp-theme-ewebot .adindex-home-cta-copy > .elementor-widget-wrap,
body.home.wp-theme-ewebot .adindex-home-cta-action > .elementor-widget-wrap {
    padding: 0 !important;
}

body.home.wp-theme-ewebot .adindex-home-cta-action > .elementor-widget-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body.home.wp-theme-ewebot .adindex-home-cta-trigger .gt3_module_button_elementor,
body.home.wp-theme-ewebot .adindex-home-cta-trigger .elementor-widget-container {
    margin: 0 !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-26cf166c {
    border-color: rgba(214, 244, 255, 0.22);
    border-radius: 14px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, rgba(214, 244, 255, 0.42), rgba(255, 122, 26, 0.18)) border-box;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-48809e69 .elementor-heading-title {
    font-size: clamp(29px, 2.3vw, 34px) !important;
    line-height: 1.1 !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-field-label label {
    color: #4d566a;
    font-size: 14.5px;
    font-weight: 800;
}

body.wp-theme-ewebot .pum-overlay.pum-active {
    background: rgba(2, 10, 18, 0.78) !important;
}

body.wp-theme-ewebot .pum-theme-lightbox .pum-container,
body.wp-theme-ewebot .pum-overlay.pum-active .pum-container {
    width: min(900px, calc(100vw - 42px)) !important;
    max-width: 900px !important;
    padding: clamp(28px, 3vw, 42px) !important;
    overflow: visible !important;
    border: 1px solid rgba(214, 244, 255, 0.24) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 36px 90px rgba(0, 0, 0, 0.36) !important;
}

body.wp-theme-ewebot .pum-overlay.pum-active .pum-content h2,
body.wp-theme-ewebot .pum-overlay.pum-active .pum-content h3,
body.wp-theme-ewebot .pum-overlay.pum-active .pum-content .elementor-heading-title {
    color: var(--adindex-ink) !important;
    font-family: var(--adindex-heading-font) !important;
    font-size: clamp(28px, 3vw, 38px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
}

body.wp-theme-ewebot .pum-overlay.pum-active .nf-form-content {
    max-width: none;
    padding: 0;
}

body.wp-theme-ewebot .pum-overlay.pum-active .nf-field-label label {
    color: #121b2b;
    font-size: 14.5px;
    line-height: 1.2;
}

body.wp-theme-ewebot .pum-overlay.pum-active .nf-form-content textarea {
    min-height: 142px;
}

body.wp-theme-ewebot .pum-overlay.pum-active .nf-form-content input[type="submit"],
body.wp-theme-ewebot .pum-overlay.pum-active .nf-form-content input[type="button"] {
    min-width: 152px;
    min-height: 50px;
}

body.wp-theme-ewebot .pum-theme-lightbox .pum-close,
body.wp-theme-ewebot .pum-overlay.pum-active .pum-close {
    top: -16px !important;
    right: -16px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid rgba(214, 244, 255, 0.36) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--adindex-blue) !important;
    box-shadow: 0 16px 36px rgba(2, 14, 28, 0.22) !important;
    font-size: 24px !important;
    line-height: 1 !important;
}

@media (max-width: 767px) {
    body.home.wp-theme-ewebot .adindex-home-logo-grid > .elementor-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.home.wp-theme-ewebot .adindex-home-logo-intro .elementor-widget-heading {
        margin-bottom: 6px !important;
    }

    body.home.wp-theme-ewebot .adindex-home-logo-card > .elementor-widget-wrap {
        min-height: 104px;
        padding: 16px 10px !important;
    }

    body.home.wp-theme-ewebot .adindex-home-logo img {
        max-width: min(150px, 92%) !important;
        max-height: 66px !important;
    }

    body.home.wp-theme-ewebot .adindex-home-cta-band > .elementor-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 18px !important;
    }

    body.home.wp-theme-ewebot .adindex-home-cta-copy,
    body.home.wp-theme-ewebot .adindex-home-cta-action {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    body.home.wp-theme-ewebot .adindex-home-cta-action > .elementor-widget-wrap {
        justify-content: flex-start;
    }

    body.wp-theme-ewebot .pum-theme-lightbox .pum-container,
    body.wp-theme-ewebot .pum-overlay.pum-active .pum-container {
        width: calc(100vw - 28px) !important;
        max-height: calc(100dvh - 24px);
        padding: 16px 18px 18px !important;
        overflow: auto !important;
        border-radius: 16px !important;
    }

    body.wp-theme-ewebot .pum-overlay.pum-active .nf-before-form-content {
        margin-bottom: 4px !important;
    }

    body.wp-theme-ewebot .pum-overlay.pum-active .nf-field-container {
        margin-bottom: 8px !important;
    }

    body.wp-theme-ewebot .pum-overlay.pum-active .nf-field-label {
        margin-bottom: 3px !important;
    }

    body.wp-theme-ewebot .pum-overlay.pum-active .nf-field-label label {
        font-size: 13px !important;
        line-height: 1.1 !important;
    }

    body.wp-theme-ewebot .pum-overlay.pum-active .nf-form-content input:not([type="button"]):not([type="submit"]) {
        min-height: 42px !important;
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }

    body.wp-theme-ewebot .pum-overlay.pum-active .nf-form-content textarea {
        height: 96px !important;
        min-height: 96px !important;
    }

    body.wp-theme-ewebot .pum-theme-lightbox .pum-close,
    body.wp-theme-ewebot .pum-overlay.pum-active .pum-close {
        top: 10px !important;
        right: 10px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home.wp-theme-ewebot .adindex-home-logo-card > .elementor-widget-wrap,
    body.home.wp-theme-ewebot .adindex-home-logo img {
        transition: none !important;
    }

    body.home.wp-theme-ewebot .adindex-home-logo-card > .elementor-widget-wrap:hover {
        transform: none !important;
    }

    body.home.wp-theme-ewebot .adindex-home-logo-card > .elementor-widget-wrap:hover img {
        transform: none !important;
    }
}

/* Homepage polish batch v2: make the last batch visually match live browser evidence. */
@media (min-width: 1025px) {
    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .adindex-header-contact-bar,
    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .adindex-header-contact-bar * {
        color: rgba(224, 239, 255, 0.82) !important;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .adindex-header-contact-bar a {
        color: #fff !important;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu,
    body:not(.home).wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        align-items: stretch;
        width: min(590px, calc(100vw - 40px)) !important;
        max-width: 590px !important;
        height: auto !important;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu > li,
    body:not(.home).wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu > li {
        float: none !important;
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
    }

    body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu > li > a,
    body:not(.home).wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu > li > a {
        width: 100% !important;
        min-height: 44px;
    }
}

body.wp-theme-ewebot .pum-theme-lightbox .pum-container,
body.wp-theme-ewebot .pum-overlay.pum-active .pum-container {
    max-height: calc(100dvh - 60px) !important;
    overflow: auto !important;
}

body.wp-theme-ewebot .pum-overlay.pum-active .nf-field-container {
    margin-bottom: 13px !important;
}

body.wp-theme-ewebot .pum-overlay.pum-active .nf-form-content input:not([type="button"]):not([type="submit"]) {
    min-height: 48px;
}

body.wp-theme-ewebot .pum-overlay.pum-active .nf-form-content textarea {
    min-height: 108px;
}

/* Homepage polish batch v3: final live-browser corrections for header contact, popup height and logo scale. */
body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder .elementor-element-adctbar,
body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder .elementor-element-adcthtm,
body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder .adindex-header-contact-bar__widget,
body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder .adindex-header-contact-bar__inner,
body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder .adindex-header-contact-bar__inner span,
body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder .adindex-header-contact-bar,
body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder .adindex-header-contact-bar span,
body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder .adindex-header-contact-bar .adindex-header-contact-bar__inner {
    color: rgba(224, 239, 255, 0.82) !important;
}

body:not(.home).wp-theme-ewebot .wpda-header-builder .elementor-element-adctbar,
body:not(.home).wp-theme-ewebot .wpda-header-builder .elementor-element-adcthtm,
body:not(.home).wp-theme-ewebot .wpda-header-builder .adindex-header-contact-bar__widget,
body:not(.home).wp-theme-ewebot .wpda-header-builder .adindex-header-contact-bar__inner,
body:not(.home).wp-theme-ewebot .wpda-header-builder .adindex-header-contact-bar__inner span,
body:not(.home).wp-theme-ewebot .wpda-header-builder .adindex-header-contact-bar,
body:not(.home).wp-theme-ewebot .wpda-header-builder .adindex-header-contact-bar span,
body:not(.home).wp-theme-ewebot .wpda-header-builder .adindex-header-contact-bar .adindex-header-contact-bar__inner {
    color: rgba(7, 27, 47, 0.58) !important;
}

html body .wpda-header-builder .elementor-element-adctbar,
html body .wpda-header-builder .adindex-header-contact-bar__inner {
    font-family: var(--adindex-font-sans) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

html body .wpda-header-builder .elementor-element-adctbar {
    width: 100%;
}

body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder .adindex-header-contact-bar a,
body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder .adindex-header-contact-bar a:visited,
body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder .adindex-header-contact-bar__inner a,
body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder .adindex-header-contact-bar__inner a:visited {
    color: #fff !important;
}

body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder .adindex-header-contact-bar a:hover,
body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder .adindex-header-contact-bar a:focus-visible,
body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder .adindex-header-contact-bar__inner a:hover,
body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder .adindex-header-contact-bar__inner a:focus-visible {
    color: #d6f4ff !important;
}

body:not(.home).wp-theme-ewebot .wpda-header-builder .adindex-header-contact-bar__since {
    color: rgba(7, 27, 47, 0.42) !important;
}

body:not(.home).wp-theme-ewebot .wpda-header-builder .adindex-header-contact-bar a,
body:not(.home).wp-theme-ewebot .wpda-header-builder .adindex-header-contact-bar a:visited,
body:not(.home).wp-theme-ewebot .wpda-header-builder .adindex-header-contact-bar__inner a,
body:not(.home).wp-theme-ewebot .wpda-header-builder .adindex-header-contact-bar__inner a:visited {
    color: var(--adindex-blue-deep) !important;
}

body:not(.home).wp-theme-ewebot .wpda-header-builder .adindex-header-contact-bar a:hover,
body:not(.home).wp-theme-ewebot .wpda-header-builder .adindex-header-contact-bar a:focus-visible,
body:not(.home).wp-theme-ewebot .wpda-header-builder .adindex-header-contact-bar__inner a:hover,
body:not(.home).wp-theme-ewebot .wpda-header-builder .adindex-header-contact-bar__inner a:focus-visible {
    color: var(--adindex-blue) !important;
}

body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar,
body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar span,
body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__inner,
body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__since,
body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__actions,
body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar,
body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar span,
body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__inner,
body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__since,
body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__actions,
body.post-type-archive-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar,
body.post-type-archive-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar span,
body.post-type-archive-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__inner,
body.post-type-archive-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__since,
body.post-type-archive-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__actions {
    color: rgba(215, 242, 255, 0.74) !important;
}

body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar a,
body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar a:visited,
body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__mail,
body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar a,
body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar a:visited,
body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__mail,
body.post-type-archive-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar a,
body.post-type-archive-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar a:visited,
body.post-type-archive-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__mail {
    color: #63c7ff !important;
}

/* Page-family surface rhythm: non-home hero sections should meet the next section cleanly. */
body:not(.home).wp-theme-ewebot .main_wrapper .elementor > .elementor-section:first-of-type {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

@media (min-width: 1025px) {
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child {
        padding-bottom: 16px !important;
        margin-bottom: -16px !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu {
        top: calc(100% + 6px) !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 100%;
        left: 0 !important;
        height: 18px;
        background: transparent;
    }
}

@media (min-width: 768px) {
    body.wp-theme-ewebot .pum-theme-lightbox .pum-close,
    body.wp-theme-ewebot .pum-overlay.pum-active .pum-close {
        top: 18px !important;
        right: 18px !important;
        background: #f4f8fb !important;
        color: var(--adindex-blue) !important;
    }
}

@media (min-width: 768px) {
    body.wp-theme-ewebot .pum-theme-lightbox .pum-container,
    body.wp-theme-ewebot .pum-overlay.pum-active .pum-container {
        max-height: min(760px, calc(100dvh - 104px)) !important;
        overflow: auto !important;
    }
}

/* Homepage polish batch v4: production typography, tighter proportions, social dropdown and footer scale. */
body.wp-theme-ewebot {
    --adindex-font-sans: Rubik, Helvetica, Arial, "DejaVu Sans", "Liberation Sans", Freesans, sans-serif;
    --adindex-navy-950: #061426;
    --adindex-navy-900: #071b2f;
    --adindex-navy-850: #08243d;
    --adindex-navy-800: #0b2f4e;
    --adindex-blue: #0d6fae;
    --adindex-blue-deep: #084c7c;
    --adindex-orange: #ff7a1a;
    --adindex-orange-deep: #d95800;
    --adindex-on-orange: #071b2f;
    --adindex-ink: #071b2f;
    --adindex-line: rgba(7, 27, 47, 0.12);
    --adindex-card-shadow: 0 18px 46px rgba(7, 27, 47, 0.1);
}

body.home.wp-theme-ewebot {
    --adindex-heading-font: var(--adindex-font-sans);
}

body.home.wp-theme-ewebot .main_wrapper,
body.wp-theme-ewebot .wpda-header-builder,
body.wp-theme-ewebot .adindex-shared-footer,
body.wp-theme-ewebot .pum-overlay.pum-active {
    font-family: var(--adindex-font-sans) !important;
}

body.home.wp-theme-ewebot .main_wrapper .elementor-heading-title,
body.wp-theme-ewebot .adindex-shared-footer .elementor-heading-title {
    letter-spacing: 0 !important;
}

body.home.wp-theme-ewebot .main_wrapper h1.elementor-heading-title {
    max-width: 1120px;
    text-wrap: balance;
}

body.home.wp-theme-ewebot .main_wrapper h2.elementor-heading-title {
    text-wrap: balance;
}

body.home.wp-theme-ewebot .main_wrapper h3.elementor-heading-title {
    text-wrap: balance;
}

@media (min-width: 1025px) {
    body.home.wp-theme-ewebot .elementor-element-sec3f9 > .elementor-container,
    body.home.wp-theme-ewebot .elementor-element-sec4d9 > .elementor-container {
        display: grid;
        grid-template-columns: minmax(430px, 1.25fr) repeat(3, minmax(220px, 1fr));
        align-items: stretch;
        gap: clamp(18px, 1.8vw, 26px) !important;
    }

    body.home.wp-theme-ewebot .elementor-element-sec424 > .elementor-container,
    body.home.wp-theme-ewebot .elementor-element-sec504 > .elementor-container {
        display: grid;
        grid-template-columns: minmax(360px, 1.05fr) repeat(3, minmax(250px, 1fr));
        align-items: stretch;
        gap: clamp(18px, 1.8vw, 26px) !important;
    }

    body.home.wp-theme-ewebot .elementor-element-sec3f9 > .elementor-container > .elementor-column,
    body.home.wp-theme-ewebot .elementor-element-sec4d9 > .elementor-container > .elementor-column,
    body.home.wp-theme-ewebot .elementor-element-sec424 > .elementor-container > .elementor-column,
    body.home.wp-theme-ewebot .elementor-element-sec504 > .elementor-container > .elementor-column {
        width: auto !important;
        min-width: 0;
    }

    body.home.wp-theme-ewebot .elementor-element-w3f7 h2.elementor-heading-title,
    body.home.wp-theme-ewebot .elementor-element-w4d7 h2.elementor-heading-title {
        max-width: 520px;
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }

    body.home.wp-theme-ewebot .elementor-element-w419 h2.elementor-heading-title,
    body.home.wp-theme-ewebot .elementor-element-w4f9 h2.elementor-heading-title {
        max-width: 360px;
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }
}

body.home.wp-theme-ewebot .main_wrapper .elementor-widget-text-editor,
body.home.wp-theme-ewebot .main_wrapper .elementor-widget-text-editor p {
    letter-spacing: 0 !important;
}

html body .wpda-header-builder.header_over_bg .adindex-header-contact-bar,
html body .wpda-header-builder .adindex-header-contact-bar__inner {
    color: rgba(224, 239, 255, 0.84) !important;
    font-family: var(--adindex-font-sans) !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

html body .wpda-header-builder .adindex-header-contact-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
}

html body .wpda-header-builder .adindex-header-contact-bar__actions {
    display: inline-flex !important;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
}

html body .wpda-header-builder .adindex-header-social-menu {
    position: relative;
    display: inline-flex;
    align-items: center;
}

html body .wpda-header-builder .adindex-header-social-menu__trigger {
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 10px;
    border: 1px solid rgba(214, 244, 255, 0.18);
    border-radius: 999px;
    background: rgba(7, 26, 61, 0.72);
    color: #fff !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    font: inherit;
    text-transform: inherit;
    cursor: pointer;
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

html body .wpda-header-builder .adindex-header-social-menu__trigger::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--adindex-orange);
    box-shadow: 0 0 0 4px rgba(255, 122, 26, 0.16);
    content: "";
}

html body .wpda-header-builder .adindex-header-social-menu__trigger:hover,
html body .wpda-header-builder .adindex-header-social-menu__trigger:focus-visible {
    border-color: rgba(255, 122, 26, 0.42);
    background: rgba(8, 36, 61, 0.92);
    outline: none;
    transform: translateY(-1px);
}

html body .wpda-header-builder .adindex-header-social-menu__panel {
    position: absolute;
    top: calc(100% + 88px);
    right: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(400px, calc(100vw - 40px));
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(255, 122, 26, 0.42);
    border-top-width: 2px;
    border-radius: 12px;
    background: #071b2f;
    box-shadow: 0 24px 60px rgba(2, 14, 28, 0.36);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 160ms ease, transform 160ms ease;
}

html body .wpda-header-builder .adindex-header-social-menu__panel[hidden] {
    display: none !important;
}

html body .wpda-header-builder .adindex-header-social-menu.is-open .adindex-header-social-menu__panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

html body .wpda-header-builder .adindex-header-social-menu__panel a {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 7px 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    color: #d6f4ff !important;
    font-family: var(--adindex-font-sans) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
    text-transform: none;
}

html body .wpda-header-builder .adindex-header-social-menu__panel a:hover,
html body .wpda-header-builder .adindex-header-social-menu__panel a:focus-visible {
    background: var(--adindex-orange);
    color: var(--adindex-on-orange) !important;
    outline: none;
}

html body .wpda-header-builder .adindex-header-social-menu__mark {
    display: inline-grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 999px;
    background: var(--adindex-blue);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

html body .wpda-header-builder .adindex-header-social-menu__panel a:hover .adindex-header-social-menu__mark,
html body .wpda-header-builder .adindex-header-social-menu__panel a:focus-visible .adindex-header-social-menu__mark {
    background: var(--adindex-navy-950);
    color: #fff;
}

@media (max-width: 1024px) {
    html body .wpda-header-builder .adindex-header-social-menu__panel {
        top: calc(100% + 10px);
        grid-template-columns: 1fr;
        min-width: 196px;
    }
}

body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li > a,
body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu > li > a,
body.wp-theme-ewebot .wpda-header-builder .elementor-widget-button a,
body.wp-theme-ewebot .wpda-header-builder .elementor-widget-button span {
    font-family: var(--adindex-font-sans) !important;
    letter-spacing: 0 !important;
}

body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li > a {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 40px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
}

@media (min-width: 1025px) {
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-header-shell {
        padding-top: 12px !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav > .elementor-widget-container,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav .wpda-builder-menu,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav .wpda-navbar-collapse,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav .wpda-builder-menu > ul {
        width: 100% !important;
        max-width: none !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav {
        flex: 1 1 auto !important;
        min-width: 0;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav .wpda-builder-menu > ul {
        display: flex !important;
        align-items: center;
        justify-content: space-between !important;
        gap: clamp(12px, 1.25vw, 22px);
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav .wpda-builder-menu > ul > li {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu {
    grid-template-columns: repeat(2, minmax(210px, 1fr)) !important;
    gap: 6px 10px !important;
    width: min(600px, calc(100vw - 40px)) !important;
    padding: 18px !important;
    border-radius: 12px !important;
}

body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu > li > a {
    min-height: 40px !important;
    padding: 9px 12px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.22 !important;
}

body.home.wp-theme-ewebot .elementor-element-sec450 > .elementor-container,
body.home.wp-theme-ewebot .elementor-element-sec530 > .elementor-container {
    display: flex;
    align-items: stretch;
    gap: clamp(20px, 2.2vw, 28px);
}

body.home.wp-theme-ewebot .elementor-element-sec450 > .elementor-container > .elementor-column,
body.home.wp-theme-ewebot .elementor-element-sec530 > .elementor-container > .elementor-column {
    width: calc(50% - 14px) !important;
}

body.home.wp-theme-ewebot .elementor-element-sec450 > .elementor-container > .elementor-column > .elementor-widget-wrap,
body.home.wp-theme-ewebot .elementor-element-sec530 > .elementor-container > .elementor-column > .elementor-widget-wrap {
    height: 100%;
    padding: clamp(28px, 3vw, 38px) !important;
    border-radius: 12px;
}

body.home.wp-theme-ewebot .adindex-home-audience-card > .elementor-widget-wrap,
body.home.wp-theme-ewebot .adindex-home-outcomes-card > .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
}

body.home.wp-theme-ewebot .adindex-home-audience-item,
body.home.wp-theme-ewebot .adindex-home-outcome-item {
    margin: 0 !important;
    padding: 18px 0;
    border-top: 1px solid rgba(13, 111, 174, 0.13);
}

body.home.wp-theme-ewebot .adindex-home-audience-item:first-of-type,
body.home.wp-theme-ewebot .adindex-home-outcome-item:first-of-type {
    border-top: 0;
}

body.home.wp-theme-ewebot .adindex-home-audience-item .elementor-icon-box-wrapper,
body.home.wp-theme-ewebot .adindex-home-outcome-item .elementor-icon-box-wrapper {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    text-align: left;
}

body.home.wp-theme-ewebot .adindex-home-audience-item .elementor-icon-box-icon,
body.home.wp-theme-ewebot .adindex-home-outcome-item .elementor-icon-box-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin: 0 !important;
    border-radius: 14px;
    background: rgba(17, 118, 183, 0.1);
}

body.home.wp-theme-ewebot .adindex-home-audience-item .elementor-icon,
body.home.wp-theme-ewebot .adindex-home-outcome-item .elementor-icon {
    font-size: 28px;
}

body.home.wp-theme-ewebot .adindex-home-audience-item .elementor-icon-box-title,
body.home.wp-theme-ewebot .adindex-home-outcome-item .elementor-icon-box-title {
    margin: 0 0 5px;
    font-size: clamp(19px, 1.55vw, 22px) !important;
    line-height: 1.16 !important;
}

body.home.wp-theme-ewebot .adindex-home-audience-item .elementor-icon-box-description,
body.home.wp-theme-ewebot .adindex-home-outcome-item .elementor-icon-box-description {
    margin: 0;
    color: var(--adindex-muted);
    font-size: 15.5px;
    line-height: 1.48;
}

body.home.wp-theme-ewebot .adindex-home-cta-band {
    background: linear-gradient(135deg, var(--adindex-navy-900) 0%, var(--adindex-navy-800) 100%) !important;
}

body.home.wp-theme-ewebot .adindex-home-cta-band > .elementor-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(178px, auto);
    align-items: center;
    gap: clamp(28px, 5vw, 92px);
}

body.home.wp-theme-ewebot .adindex-home-cta-band > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0;
}

body.home.wp-theme-ewebot .adindex-home-cta-copy > .elementor-widget-wrap {
    max-width: 820px;
}

body.home.wp-theme-ewebot .adindex-home-cta-action > .elementor-widget-wrap {
    justify-content: flex-end;
    align-items: center;
}

body.home.wp-theme-ewebot .adindex-home-cta-band h2.elementor-heading-title {
    max-width: 820px;
    color: #fff !important;
}

body.home.wp-theme-ewebot .adindex-home-cta-band .elementor-widget-text-editor {
    max-width: 740px;
    color: rgba(224, 239, 255, 0.82) !important;
    font-size: 16px !important;
    line-height: 1.58 !important;
}

body.home.wp-theme-ewebot .adindex-home-cta-band .gt3_module_button_elementor a,
body.home.wp-theme-ewebot .adindex-home-cta-band a.elementor-button {
    min-width: 178px;
    justify-content: center;
    background: var(--adindex-orange) !important;
    background-image: linear-gradient(135deg, var(--adindex-orange) 0%, var(--adindex-orange-deep) 100%) !important;
    box-shadow: 0 18px 38px rgba(255, 122, 26, 0.24) !important;
    color: var(--adindex-on-orange) !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-6d9f4843 {
    grid-template-columns: minmax(360px, 1fr) minmax(420px, 0.92fr) !important;
    align-items: stretch;
    gap: clamp(32px, 3.8vw, 52px);
    padding: 44px clamp(28px, 5vw, 60px) !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-3bd67a96 {
    align-self: stretch;
    justify-content: center;
    padding-right: clamp(18px, 3vw, 44px) !important;
    padding-top: 44px !important;
    padding-bottom: 44px !important;
    border-top: 1px solid rgba(214, 244, 255, 0.16);
    border-bottom: 1px solid rgba(214, 244, 255, 0.16);
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-233af1fb .elementor-heading-title {
    max-width: 540px;
    letter-spacing: 0 !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-26cf166c {
    align-self: center;
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    padding: 24px !important;
    border-radius: 12px;
    box-shadow: 0 22px 54px rgba(2, 14, 28, 0.16);
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-48809e69 {
    margin-bottom: 14px !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-48809e69 .elementor-heading-title {
    max-width: 480px;
    color: var(--adindex-ink) !important;
    font-size: 30px !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form nf-field {
    margin-bottom: 12px !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-form-fields-required {
    margin-bottom: 6px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-field-label label {
    margin-bottom: 4px !important;
    color: #4b576a !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
}

body.home.wp-theme-ewebot .adindex-home-closing-shell {
    margin-bottom: 0 !important;
    border-bottom: 1px solid rgba(214, 244, 255, 0.12);
    background: var(--adindex-navy-950) !important;
}

body.home.wp-theme-ewebot .adindex-home-closing-shell + .site_footer,
body.home.wp-theme-ewebot .adindex-home-closing-shell + footer {
    margin-top: 0 !important;
}

/* A page-owned Ninja Form is the editable lead-in to the shared footer. */
body.wp-theme-ewebot .main_wrapper section:has(.nf-form-cont) {
    margin-bottom: 0 !important;
    padding-bottom: 52px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background: var(--adindex-navy-950) !important;
}

@media (max-width: 767px) {
    body.wp-theme-ewebot .main_wrapper section:has(.nf-form-cont) {
        padding-bottom: 38px !important;
    }
}

.adindex-shared-footer a:not(.elementor-button) {
    color: rgba(224, 239, 255, 0.82) !important;
    font-family: var(--adindex-font-sans) !important;
    letter-spacing: 0 !important;
}

.adindex-shared-footer a:not(.elementor-button):hover {
    color: #fff !important;
}

@media (max-width: 1180px) {
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li {
        margin-right: 4px !important;
        margin-left: 4px !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li > a {
        font-size: 13.5px !important;
    }
}

@media (max-width: 1199px) {
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-navbar-collapse {
        left: 24px !important;
        right: 24px !important;
        top: 86px !important;
        width: auto !important;
        max-height: min(70vh, 620px);
        padding: 18px 20px !important;
        border: 1px solid rgba(7, 27, 47, 0.1);
        border-radius: 16px !important;
        background: #fff !important;
        box-shadow: 0 26px 72px rgba(2, 14, 28, 0.22);
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-builder-menu > ul {
        display: grid !important;
        gap: 4px;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-builder-menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-builder-menu > ul > li > a {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100% !important;
        min-height: 44px !important;
        padding: 11px 14px !important;
        border-radius: 10px;
        color: var(--adindex-ink) !important;
        font-family: var(--adindex-font-sans) !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;
        letter-spacing: 0 !important;
        white-space: normal !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-builder-menu > ul > li > a:hover,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-builder-menu > ul > li > a:focus-visible {
        background: rgba(13, 111, 174, 0.08);
        color: var(--adindex-blue-deep) !important;
        outline: none;
    }
}

@media (max-width: 1024px) {
    body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-6d9f4843 {
        --e-con-grid-template-columns: 1fr;
        grid-template-columns: 1fr !important;
    }

    body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-26cf166c {
        margin-right: auto;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    body.home.wp-theme-ewebot .main_wrapper h1.elementor-heading-title {
        max-width: 100%;
    }

    body.home.wp-theme-ewebot .elementor-element-sec450 > .elementor-container,
    body.home.wp-theme-ewebot .elementor-element-sec530 > .elementor-container {
        display: grid;
        gap: 18px;
    }

    body.home.wp-theme-ewebot .elementor-element-sec450 > .elementor-container > .elementor-column,
    body.home.wp-theme-ewebot .elementor-element-sec530 > .elementor-container > .elementor-column {
        width: 100% !important;
    }

    body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-6d9f4843 {
        gap: 24px;
        padding: 44px 18px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-26cf166c {
        max-width: none;
        padding: 22px !important;
    }

}

@media (prefers-reduced-motion: reduce) {
    html body .wpda-header-builder .adindex-header-social-menu__panel {
        transition: none !important;
    }
}

/* Homepage polish batch v4.1: real footer wrapper, dropdown contrast and Ninja Forms density. */
html body .wpda-header-builder .adindex-header-social-menu__panel span,
html body .wpda-header-builder .adindex-header-social-menu__panel a span:not(.adindex-header-social-menu__mark) {
    color: #fff !important;
}

html body .wpda-header-builder .adindex-header-social-menu__panel a:hover span:not(.adindex-header-social-menu__mark),
html body .wpda-header-builder .adindex-header-social-menu__panel a:focus-visible span:not(.adindex-header-social-menu__mark) {
    color: var(--adindex-on-orange) !important;
}

/* Shared Ninja Forms card/rhythm compatibility.
   Home uses `.adindex-home-form`; migrated page families retain Ewebot's
   native `.home08_ctf` hook. Keep both visually aligned without page IDs or
   copying the form into the WPDA footer template. */
body.wp-theme-ewebot .main_wrapper .elementor-column:has(.home08_ctf) > .elementor-widget-wrap {
    padding: 28px !important;
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, rgba(214, 244, 255, 0.42), rgba(255, 122, 26, 0.18)) border-box !important;
    color: var(--adindex-muted) !important;
}

body.wp-theme-ewebot .main_wrapper .home08_ctf {
    color: #5d6578;
}

/* Ninja Forms loads its own opinionated stylesheet after the Elementor Kit.
   Mirror only the accepted Kit tokens here until that cascade can be retired. */
body.wp-theme-ewebot.elementor-kit-74700 .nf-form-cont :where(
    input.ninja-forms-field:not([type="button"]):not([type="submit"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="color"]),
    textarea.ninja-forms-field,
    select.ninja-forms-field
) {
    box-sizing: border-box !important;
    width: 100%;
    max-width: 100% !important;
    min-height: 52px !important;
    margin-bottom: 0 !important;
    padding: 14px 16px !important;
    border: 1px solid #d8e3ef !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: var(--adindex-ink) !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
}

body.wp-theme-ewebot.elementor-kit-74700 .nf-form-cont textarea.ninja-forms-field {
    height: 112px !important;
    min-height: 112px !important;
    resize: vertical;
}

body.wp-theme-ewebot.elementor-kit-74700 .nf-form-cont :where(
    input.ninja-forms-field:not([type="button"]):not([type="submit"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="color"]),
    textarea.ninja-forms-field,
    select.ninja-forms-field
):focus {
    border-color: var(--adindex-blue) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(17, 118, 183, 0.18) !important;
}

body.wp-theme-ewebot.elementor-kit-74700 .nf-form-cont :is(
    input.ninja-forms-field[type="button"],
    input.ninja-forms-field[type="submit"],
    button.ninja-forms-field[type="submit"]
) {
    min-height: 50px !important;
    padding: 14px 22px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: var(--adindex-orange) !important;
    background-image: none !important;
    box-shadow: 0 14px 30px rgba(255, 122, 26, 0.22) !important;
    color: var(--adindex-on-orange) !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

body.wp-theme-ewebot.elementor-kit-74700 .nf-form-cont :is(
    input.ninja-forms-field[type="button"],
    input.ninja-forms-field[type="submit"],
    button.ninja-forms-field[type="submit"]
):hover {
    background: var(--adindex-blue) !important;
    color: #fff !important;
}

body.wp-theme-ewebot.elementor-kit-74700 .nf-form-cont :is(
    input.ninja-forms-field[type="button"],
    input.ninja-forms-field[type="submit"],
    button.ninja-forms-field[type="submit"]
):focus-visible {
    outline: 3px solid var(--adindex-focus) !important;
    outline-offset: 3px;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-form-content,
body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-form-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-before-form-content,
body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-before-form-content {
    margin-bottom: 6px !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-field-container {
    margin-bottom: 5px !important;
}

body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-field-container {
    margin-bottom: 7px !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .field-wrap,
body.wp-theme-ewebot .main_wrapper .home08_ctf .field-wrap {
    margin-bottom: 0 !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .textarea-container,
body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .textarea-wrap,
body.wp-theme-ewebot .main_wrapper .home08_ctf .textarea-container,
body.wp-theme-ewebot .main_wrapper .home08_ctf .textarea-wrap {
    margin-bottom: 7px !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-field-label,
body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-field-label {
    margin-bottom: 4px !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-after-field,
body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-after-field {
    min-height: 0 !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-after-form-content,
body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-after-form-content {
    margin-top: 8px !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .submit-container,
body.wp-theme-ewebot .main_wrapper .home08_ctf .submit-container {
    margin-top: 8px !important;
    margin-bottom: 6px !important;
}

body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-form-fields-required,
body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-field-label label,
body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-field-description,
body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-after-form-content,
body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-response-msg,
body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-field-description,
body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-after-form-content,
body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-response-msg {
    font-size: 13.5px !important;
    line-height: 1.45 !important;
}

body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-form-fields-required,
body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-field-label label,
body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-field-description,
body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-after-form-content,
body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-response-msg {
    color: var(--adindex-muted) !important;
}

body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-field-label label {
    margin-bottom: 5px !important;
    color: #4b576a !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
}

body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-form-fields-required {
    margin-bottom: 8px !important;
    color: #697089 !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
}

body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-field-description,
body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-after-form-content,
body.wp-theme-ewebot .main_wrapper .home08_ctf .nf-response-msg {
    color: #5d6578 !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .html-container p,
body.wp-theme-ewebot .main_wrapper .home08_ctf .html-container p {
    margin: 0 !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .html-container,
body.wp-theme-ewebot .main_wrapper .home08_ctf .html-container {
    font-size: 14px !important;
    line-height: 1.4 !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .hidden-container,
body.wp-theme-ewebot .main_wrapper .home08_ctf .hidden-container {
    display: none !important;
}

/* Accepted closing-shell containment. The page owner supplies the composition;
   this bridge only keeps its Elementor/Ninja descendants inside that geometry. */
html body.home.wp-theme-ewebot.elementor-kit-74700 .adindex-home-closing-shell,
html body.home.wp-theme-ewebot.elementor-kit-74700 .adindex-home-closing-shell > .elementor-element-6d9f4843,
html body.home.wp-theme-ewebot.elementor-kit-74700 .adindex-home-closing-shell :is(
    .adindex-home-contact-copy,
    .adindex-home-contact-form-card
) {
    box-sizing: border-box !important;
    min-width: 0 !important;
    overflow: visible !important;
}

html body.home.wp-theme-ewebot.elementor-kit-74700 .adindex-home-closing-shell > .elementor-element-6d9f4843 {
    width: 100% !important;
    max-width: 1440px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

html body.home.wp-theme-ewebot.elementor-kit-74700 .adindex-home-contact-form-card {
    margin-right: auto !important;
    margin-left: auto !important;
}

html body.home.wp-theme-ewebot.elementor-kit-74700 .adindex-home-contact-form-card :is(
    .elementor-widget-wrap,
    .elementor-widget-container,
    .adindex-home-form,
    .nf-form-cont,
    .nf-form-wrap,
    .nf-form-layout,
    .nf-form-content,
    nf-fields-wrap,
    nf-field,
    .field-wrap
) {
    box-sizing: border-box !important;
    width: 100%;
    max-width: 100% !important;
}

html body.home.wp-theme-ewebot.elementor-kit-74700 .adindex-home-contact-form-card :is(
    input,
    textarea,
    select,
    button
) {
    box-sizing: border-box !important;
    max-width: 100% !important;
}

@media (min-width: 1025px) {
    html body.home.wp-theme-ewebot.elementor-kit-74700 .adindex-home-contact-form-card {
        max-width: 560px !important;
    }

    html body.home.wp-theme-ewebot.elementor-kit-74700 .adindex-home-contact-copy {
        background-color: transparent !important;
        background-image: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    html body.home.wp-theme-ewebot.elementor-kit-74700 .adindex-home-closing-shell > .elementor-element-6d9f4843 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    html body.home.wp-theme-ewebot.elementor-kit-74700 .adindex-home-contact-form-card {
        width: 100% !important;
        max-width: 720px !important;
    }
}

@media (max-width: 1024px) {
    html body.home.wp-theme-ewebot.elementor-kit-74700 .adindex-home-contact-copy {
        background-image: linear-gradient(90deg, rgba(13, 111, 174, 0.05), transparent 88%);
    }
}

@media (max-width: 767px) {
    html body.home.wp-theme-ewebot.elementor-kit-74700 .adindex-home-closing-shell > .elementor-element-6d9f4843 {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    html body.home.wp-theme-ewebot.elementor-kit-74700 .adindex-home-contact-form-card {
        width: calc(100% - 4px) !important;
        max-width: none !important;
    }
}

body.wp-theme-ewebot #back_to_top.gt3_back2top {
    display: grid;
    box-sizing: border-box !important;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(7, 27, 47, 0.12) !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(7, 27, 47, 0.12);
    color: var(--adindex-ink) !important;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.wp-theme-ewebot .back_to_top_container {
    right: 30px !important;
    display: grid !important;
    width: 54px;
    place-items: center;
}

body.wp-theme-ewebot #back_to_top.gt3_back2top:hover {
    border-color: var(--adindex-blue) !important;
    background: var(--adindex-blue) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

body.wp-theme-ewebot #back_to_top.gt3_back2top:focus-visible {
    outline: 2px solid var(--adindex-focus) !important;
    outline-offset: 3px;
}

.adindex-shared-footer {
    padding: clamp(54px, 5.4vw, 76px) clamp(24px, 5vw, 60px) 32px !important;
    background: var(--adindex-navy-950) !important;
    color: rgba(224, 239, 255, 0.82);
    font-family: var(--adindex-font-sans) !important;
}

.adindex-shared-footer .adindex-footer-main-grid {
    --e-con-grid-template-columns: minmax(300px, 0.9fr) minmax(430px, 1.1fr);
    grid-template-columns: minmax(300px, 0.9fr) minmax(430px, 1.1fr) !important;
    gap: clamp(40px, 5.2vw, 70px) !important;
    align-items: start;
}

.adindex-shared-footer .adindex-footer-cta-title {
    height: auto !important;
    margin-bottom: 26px !important;
}

.adindex-shared-footer .adindex-footer-cta-title .elementor-heading-title {
    display: block !important;
    max-width: 540px;
    background: none !important;
    background-image: none !important;
    color: #d6f4ff !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #d6f4ff !important;
}

.adindex-shared-footer .adindex-footer-cta-title::after {
    display: block;
    width: 70px;
    height: 3px;
    margin-top: 16px;
    border-radius: 999px;
    background: var(--adindex-orange);
    content: "";
}

.adindex-shared-footer .adindex-footer-contact-grid {
    --e-con-grid-template-columns: repeat(2, minmax(170px, 1fr));
    grid-template-columns: repeat(2, minmax(170px, 1fr)) !important;
    gap: 20px 32px !important;
}

.adindex-shared-footer .adindex-footer-address,
.adindex-shared-footer .adindex-footer-address p {
    margin: 0;
    color: rgba(224, 239, 255, 0.82) !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.adindex-shared-footer .wpda-builder-menu-items,
.adindex-shared-footer .wpda-builder-menu-items a {
    color: rgba(224, 239, 255, 0.84) !important;
    font-family: var(--adindex-font-sans) !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    letter-spacing: 0 !important;
}

.adindex-shared-footer .wpda-builder-menu-items a:hover {
    color: #fff !important;
}

/* A page-owned Ninja Form already supplies the contact CTA. Keep one compact
   footer lead-in for every existing form placement without changing form data
   or hiding the sourced contact/social details. */
body.wp-theme-ewebot:has(.main_wrapper .nf-form-cont) .adindex-shared-footer {
    padding: 28px 60px 24px !important;
}

body.wp-theme-ewebot:has(.main_wrapper .nf-form-cont) .adindex-shared-footer .adindex-footer-main-grid {
    display: grid !important;
    grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr) !important;
    gap: clamp(28px, 4vw, 56px) !important;
    align-items: end;
    padding-top: 20px;
    border-top: 1px solid rgba(214, 244, 255, 0.14);
}

body.wp-theme-ewebot:has(.main_wrapper .nf-form-cont) .adindex-shared-footer :is(
    .adindex-footer-cta-title,
    .adindex-footer-cta-button
) {
    display: none !important;
}

body.wp-theme-ewebot:has(.main_wrapper .nf-form-cont) .adindex-shared-footer .adindex-footer-cta-block {
    align-self: end;
}

body.wp-theme-ewebot:has(.main_wrapper .nf-form-cont) .adindex-shared-footer .adindex-footer-social-links {
    margin: 0 !important;
}

@media (max-width: 1024px) {
    .adindex-shared-footer .adindex-footer-main-grid {
        --e-con-grid-template-columns: 1fr;
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 767px) {
    body.wp-theme-ewebot .main_wrapper .elementor-column:has(.home08_ctf) > .elementor-widget-wrap {
        padding: 20px !important;
    }

    body.wp-theme-ewebot .main_wrapper .home08_ctf .g-recaptcha > div {
        transform: scale(0.88);
        transform-origin: left top;
    }

    body.wp-theme-ewebot .main_wrapper .home08_ctf .g-recaptcha {
        height: 69px;
    }

    .adindex-shared-footer {
        padding: 42px 20px 28px !important;
    }

    .adindex-shared-footer .adindex-footer-contact-grid {
        --e-con-grid-template-columns: 1fr;
        grid-template-columns: 1fr !important;
    }

    body.wp-theme-ewebot:has(.main_wrapper .nf-form-cont) .adindex-shared-footer {
        padding: 24px 20px 20px !important;
    }

    body.wp-theme-ewebot:has(.main_wrapper .nf-form-cont) .adindex-shared-footer .adindex-footer-main-grid {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }
}

@media (max-width: 360px) {
    body.wp-theme-ewebot .main_wrapper .home08_ctf .g-recaptcha > div {
        transform: scale(0.78);
    }

    body.wp-theme-ewebot .main_wrapper .home08_ctf .g-recaptcha {
        height: 61px;
    }
}

@media (max-width: 330px) {
    body.wp-theme-ewebot .main_wrapper .home08_ctf .g-recaptcha > div {
        transform: scale(0.66);
    }

    body.wp-theme-ewebot .main_wrapper .home08_ctf .g-recaptcha {
        height: 52px;
    }
}

/* Homepage polish batch v4.2: readability on dark panels and final contact-form rhythm. */
body.home.wp-theme-ewebot .elementor-element-1140c59f .elementor-widget-text-editor,
body.home.wp-theme-ewebot .elementor-element-1140c59f .elementor-widget-text-editor p {
    color: rgba(224, 239, 255, 0.72) !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-3bd67a96 .elementor-widget-text-editor,
body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-3bd67a96 .elementor-widget-text-editor p,
body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-3bd67a96 a {
    color: rgba(224, 239, 255, 0.72) !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-3bd67a96 .elementor-heading-title:not(:where(.elementor-element-233af1fb *)) {
    color: rgba(224, 239, 255, 0.58) !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-48809e69 {
    margin-bottom: 4px !important;
}

body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-form-wrap {
    margin-top: 0 !important;
}

@media (max-width: 767px) {
    body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-form-wrap {
        margin-top: 0 !important;
    }

    .back_to_top_container,
    #back_to_top {
        display: none !important;
    }

    body.wp-theme-ewebot .adindex-floating-messengers {
        right: 14px !important;
        bottom: calc(10px + env(safe-area-inset-bottom)) !important;
    }

    body.wp-theme-ewebot .adindex-floating-messenger-toggle {
        width: 40px !important;
        height: 40px !important;
    }

    body.wp-theme-ewebot .adindex-floating-messenger-toggle__icon,
    body.wp-theme-ewebot .adindex-floating-messenger__icon {
        width: 18px !important;
        height: 18px !important;
    }
}

/* Homepage copy colors are now owned in Elementor widget settings. */

html body .wpda-header-builder .adindex-header-contact-bar__actions,
html body .wpda-header-builder .adindex-header-social-menu,
html body .wpda-header-builder .adindex-header-social-menu__trigger {
    height: auto !important;
    min-height: 0 !important;
    line-height: 1.2 !important;
}

html body .wpda-header-builder .adindex-header-contact-bar__actions {
    align-items: center !important;
}

html body .wpda-header-builder .adindex-header-social-menu__trigger {
    margin: 0 !important;
}

/* Dark page-family headers: keep the WPDA contact strip readable over navy heroes. */
body.wp-theme-ewebot:is(.page-id-61450, .page-id-66367, .page-id-61479, .page-id-67269, .page-id-61481, .page-id-67813) .wpda-header-builder.header_over_bg .adindex-header-contact-bar,
body.wp-theme-ewebot:is(.page-id-61450, .page-id-66367, .page-id-61479, .page-id-67269, .page-id-61481, .page-id-67813) .wpda-header-builder.header_over_bg .adindex-header-contact-bar span,
body.wp-theme-ewebot:is(.page-id-61450, .page-id-66367, .page-id-61479, .page-id-67269, .page-id-61481, .page-id-67813) .wpda-header-builder.header_over_bg .adindex-header-contact-bar__since,
body.wp-theme-ewebot:is(.page-id-61450, .page-id-66367, .page-id-61479, .page-id-67269, .page-id-61481, .page-id-67813) .wpda-header-builder.header_over_bg .adindex-header-contact-bar__actions {
    color: rgba(224, 239, 255, 0.78) !important;
}

body.wp-theme-ewebot:is(.page-id-61450, .page-id-66367, .page-id-61479, .page-id-67269, .page-id-61481, .page-id-67813) .wpda-header-builder.header_over_bg .adindex-header-contact-bar a,
body.wp-theme-ewebot:is(.page-id-61450, .page-id-66367, .page-id-61479, .page-id-67269, .page-id-61481, .page-id-67813) .wpda-header-builder.header_over_bg .adindex-header-contact-bar a:visited,
body.wp-theme-ewebot:is(.page-id-61450, .page-id-66367, .page-id-61479, .page-id-67269, .page-id-61481, .page-id-67813) .wpda-header-builder.header_over_bg .adindex-header-contact-bar__mail {
    color: #63c7ff !important;
}

@supports selector(body:has(*)) {
    body.wp-theme-ewebot:has(.adindex-service-hero) .wpda-header-builder.header_over_bg .adindex-header-contact-bar,
    body.wp-theme-ewebot:has(.adindex-service-hero) .wpda-header-builder.header_over_bg .adindex-header-contact-bar span,
    body.wp-theme-ewebot:has([data-case-archive]) .wpda-header-builder.header_over_bg .adindex-header-contact-bar,
    body.wp-theme-ewebot:has([data-case-archive]) .wpda-header-builder.header_over_bg .adindex-header-contact-bar span,
    body.wp-theme-ewebot:has([data-blog-archive]) .wpda-header-builder.header_over_bg .adindex-header-contact-bar,
    body.wp-theme-ewebot:has([data-blog-archive]) .wpda-header-builder.header_over_bg .adindex-header-contact-bar span {
        color: rgba(224, 239, 255, 0.78) !important;
    }

    body.wp-theme-ewebot:has(.adindex-service-hero) .wpda-header-builder.header_over_bg .adindex-header-contact-bar a,
    body.wp-theme-ewebot:has(.adindex-service-hero) .wpda-header-builder.header_over_bg .adindex-header-contact-bar a:visited,
    body.wp-theme-ewebot:has(.adindex-service-hero) .wpda-header-builder.header_over_bg .adindex-header-contact-bar__mail,
    body.wp-theme-ewebot:has([data-case-archive]) .wpda-header-builder.header_over_bg .adindex-header-contact-bar a,
    body.wp-theme-ewebot:has([data-case-archive]) .wpda-header-builder.header_over_bg .adindex-header-contact-bar a:visited,
    body.wp-theme-ewebot:has([data-case-archive]) .wpda-header-builder.header_over_bg .adindex-header-contact-bar__mail,
    body.wp-theme-ewebot:has([data-blog-archive]) .wpda-header-builder.header_over_bg .adindex-header-contact-bar a,
    body.wp-theme-ewebot:has([data-blog-archive]) .wpda-header-builder.header_over_bg .adindex-header-contact-bar a:visited,
    body.wp-theme-ewebot:has([data-blog-archive]) .wpda-header-builder.header_over_bg .adindex-header-contact-bar__mail {
        color: #63c7ff !important;
    }
}

/* Homepage polish batch v4.6: approach-card wrapping and client-logo legibility. */
body.home.wp-theme-ewebot .adindex-home-approach-card > .elementor-widget-wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

body.home.wp-theme-ewebot .adindex-home-approach-number {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    margin-right: auto !important;
    margin-left: auto !important;
    border: 1px solid rgba(255, 122, 26, 0.42);
    border-radius: 50%;
    background: rgba(255, 122, 26, 0.1);
}

body.home.wp-theme-ewebot .adindex-home-approach-number .elementor-widget-container,
body.home.wp-theme-ewebot .adindex-home-approach-number p {
    margin: 0 !important;
    color: var(--adindex-orange) !important;
    font-family: var(--adindex-font-sans) !important;
    font-size: 38px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-align: center;
}

body.home.wp-theme-ewebot .adindex-home-approach-card .elementor-heading-title {
    width: 100%;
    text-align: center;
}

body.home.wp-theme-ewebot .adindex-home-team-card > .elementor-widget-wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

body.home.wp-theme-ewebot .adindex-home-team-card .elementor-heading-title,
body.home.wp-theme-ewebot .adindex-home-team-card .elementor-widget-text-editor {
    width: 100%;
    font-family: var(--adindex-font-sans) !important;
    text-align: center;
}

@media (min-width: 1025px) {
    body.home.wp-theme-ewebot .elementor-element-sec417 > .elementor-container,
    body.home.wp-theme-ewebot .elementor-element-sec4f7 > .elementor-container {
        display: grid !important;
        grid-template-columns: minmax(330px, 1.12fr) repeat(3, minmax(225px, 1fr));
        align-items: stretch;
        gap: clamp(18px, 1.8vw, 26px) !important;
    }

    body.home.wp-theme-ewebot .elementor-element-sec417 > .elementor-container > .elementor-column,
    body.home.wp-theme-ewebot .elementor-element-sec4f7 > .elementor-container > .elementor-column {
        width: auto !important;
        min-width: 0;
    }

    body.home.wp-theme-ewebot .elementor-element-sec417 h2.elementor-heading-title,
    body.home.wp-theme-ewebot .elementor-element-sec4f7 h2.elementor-heading-title {
        max-width: 390px;
        font-size: clamp(30px, 2.45vw, 36px) !important;
        line-height: 1.08 !important;
    }

    body.home.wp-theme-ewebot .elementor-element-sec417 h3.elementor-heading-title,
    body.home.wp-theme-ewebot .elementor-element-sec4f7 h3.elementor-heading-title {
        font-size: clamp(23px, 1.75vw, 27px) !important;
        line-height: 1.12 !important;
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }
}

@media (max-width: 767px) {
    body.home.wp-theme-ewebot .elementor-element-sec417 h2.elementor-heading-title,
    body.home.wp-theme-ewebot .elementor-element-sec4f7 h2.elementor-heading-title {
        font-size: clamp(27px, 7.6vw, 34px) !important;
        line-height: 1.1 !important;
    }

    body.home.wp-theme-ewebot .elementor-element-sec417 h3.elementor-heading-title,
    body.home.wp-theme-ewebot .elementor-element-sec4f7 h3.elementor-heading-title {
        font-size: clamp(22px, 6.4vw, 28px) !important;
        line-height: 1.14 !important;
    }

    body.home.wp-theme-ewebot .adindex-home-cta-band > .elementor-container {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    body.home.wp-theme-ewebot .adindex-home-cta-action > .elementor-widget-wrap {
        justify-content: flex-start;
    }

    body.home.wp-theme-ewebot .adindex-home-cta-band .gt3_module_button_elementor a,
    body.home.wp-theme-ewebot .adindex-home-cta-band a.elementor-button {
        width: 100%;
        max-width: 260px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home.wp-theme-ewebot .adindex-home-approach-card > .elementor-widget-wrap,
    body.home.wp-theme-ewebot .adindex-home-team-card > .elementor-widget-wrap {
        transition: none !important;
    }
}

/* Service-family rhythm: Elementor-owned section classes, no page-id visual patches. */
body.wp-theme-ewebot.page:not(.home) .adindex-service-family-rhythm > .elementor-container {
    width: min(1180px, calc(100vw - 40px));
    max-width: 1180px;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-hero > .elementor-container {
    width: min(1200px, calc(100vw - 40px));
    max-width: 1200px;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .elementor-inner-section > .elementor-container {
    gap: 14px;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .elementor-inner-section > .elementor-container > .elementor-column {
    flex: 0 0 auto;
    width: auto !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .elementor-inner-section > .elementor-container {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        width: min(520px, 100%);
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .elementor-inner-section > .elementor-container > .elementor-column,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .elementor-widget-gt3-core-button,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .gt3_module_button_elementor,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .gt3_module_button_elementor a {
        width: 100% !important;
        max-width: 520px !important;
    }
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-intro .elementor-widget-heading,
body.wp-theme-ewebot.page:not(.home) .adindex-service-intro .elementor-widget-text-editor {
    max-width: 880px;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-intro .elementor-widget-text-editor,
body.wp-theme-ewebot.page:not(.home) .adindex-service-intro .elementor-widget-text-editor p {
    color: #34465a !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    font-size: clamp(17px, 1.35vw, 19px) !important;
    line-height: 1.62 !important;
    letter-spacing: 0 !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-section-heading .elementor-heading-title {
    max-width: 920px;
    color: var(--adindex-ink, var(--adx-ink)) !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    letter-spacing: 0 !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-section-heading .elementor-heading-title::after {
    display: block;
    width: 62px;
    height: 4px;
    margin-top: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--adindex-orange, var(--adx-orange)), var(--adindex-blue, var(--adx-blue)));
    content: "";
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: clamp(14px, 1.6vw, 20px);
    align-items: stretch;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    min-height: 190px;
    padding: clamp(24px, 2.1vw, 30px) !important;
    overflow: hidden;
    border: 1px solid rgba(13, 111, 174, 0.14) !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg, #fff 0%, #f8fbfe 100%) !important;
    box-shadow: 0 18px 44px rgba(7, 27, 47, 0.08);
    transition: border-color 0.24s cubic-bezier(0.32, 0.72, 0, 1),
        box-shadow 0.24s cubic-bezier(0.32, 0.72, 0, 1),
        transform 0.24s cubic-bezier(0.32, 0.72, 0, 1);
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row > .elementor-container > .elementor-column > .elementor-widget-wrap::before {
    display: block;
    width: 42px;
    height: 4px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: var(--adindex-orange, var(--adx-orange));
    content: "";
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon {
    margin-bottom: 18px !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon .elementor-icon {
    color: var(--adindex-blue, var(--adx-blue)) !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon svg {
    fill: currentColor !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-heading {
    margin-bottom: 12px !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-heading-title {
    color: var(--adindex-ink, var(--adx-ink)) !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    font-size: clamp(20px, 1.45vw, 24px) !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-text-editor,
body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-text-editor p {
    color: #405066 !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    letter-spacing: 0 !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-icon-strip > .elementor-container > .elementor-column > .elementor-widget-wrap {
    min-height: 150px;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-logo-row {
    background: linear-gradient(135deg, #061a33 0%, #07273d 100%) !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-logo-row > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(154px, 1fr));
    gap: 14px;
    width: min(1180px, calc(100vw - 40px));
    max-width: 1180px;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-logo-row > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-logo-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    padding: 14px 18px !important;
    overflow: hidden;
    border: 1px solid rgba(214, 244, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-logo-row .elementor-widget-image,
body.wp-theme-ewebot.page:not(.home) .adindex-service-logo-row .elementor-widget-image > .elementor-widget-container {
    width: 100%;
    text-align: center;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-logo-row .elementor-widget-image img {
    width: auto !important;
    max-width: min(190px, 88%);
    max-height: 64px;
    object-fit: contain;
    filter: saturate(1.04) contrast(1.03);
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-longform-band > .elementor-container,
body.wp-theme-ewebot.page:not(.home) .adindex-service-cta-band > .elementor-container {
    align-items: stretch;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-longform-band .elementor-widget-wrap {
    border-radius: 10px;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-cta-band {
    background: linear-gradient(135deg, #071b2f 0%, #0b3e60 68%, #0d6fae 100%) !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-cta-band .elementor-heading-title {
    color: #fff !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    letter-spacing: 0 !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-cta-band .elementor-widget-text-editor,
body.wp-theme-ewebot.page:not(.home) .adindex-service-cta-band .elementor-widget-text-editor p {
    color: rgba(224, 239, 255, 0.82) !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-cta-band .gt3_module_button_elementor a,
body.wp-theme-ewebot.page:not(.home) .adindex-service-cta-band a.elementor-button {
    background: var(--adindex-orange, var(--adx-orange)) !important;
    background-image: linear-gradient(135deg, var(--adindex-orange, var(--adx-orange)) 0%, var(--adindex-orange-deep, #d95800) 100%) !important;
    color: var(--adindex-on-orange, var(--adx-on-orange)) !important;
}

@media (prefers-reduced-motion: no-preference) {
    body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row > .elementor-container > .elementor-column > .elementor-widget-wrap:hover {
        border-color: rgba(255, 122, 26, 0.34) !important;
        box-shadow: 0 24px 56px rgba(7, 27, 47, 0.12);
        transform: translateY(-3px);
    }
}

@media (max-width: 767px) {
    body.wp-theme-ewebot.page:not(.home) .adindex-service-family-rhythm > .elementor-container,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero > .elementor-container {
        width: calc(100vw - 28px);
        max-width: calc(100vw - 28px);
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row > .elementor-container {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-logo-row > .elementor-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: calc(100vw - 28px);
        max-width: calc(100vw - 28px);
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-logo-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
        min-height: 78px;
        padding: 12px !important;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-logo-row .elementor-widget-image img {
        max-width: 140px;
        max-height: 46px;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .elementor-inner-section > .elementor-container {
        gap: 12px;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .elementor-inner-section > .elementor-container > .elementor-column {
        flex-basis: 100%;
        width: 100% !important;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
        min-height: 0;
        padding: 22px !important;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .elementor-widget-gt3-core-button,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .elementor-widget-button,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .elementor-widget-gt3-core-button > .elementor-widget-container,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .elementor-widget-button > .elementor-widget-container,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .gt3_module_button_elementor,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .elementor-button-wrapper {
        width: 100% !important;
        max-width: 314px !important;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .gt3_module_button_elementor a,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero a.elementor-button {
        width: 100% !important;
        min-height: 50px;
        white-space: normal;
        text-align: center;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero {
        padding-bottom: clamp(28px, 8vw, 42px) !important;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero > .elementor-container > .elementor-column:last-child > .elementor-widget-wrap {
        justify-content: center;
        padding-top: 4px !important;
        padding-bottom: 0 !important;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .elementor-widget-image {
        width: min(230px, 66vw) !important;
        max-width: min(230px, 66vw) !important;
        margin: -8px auto 0 !important;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-hero .elementor-widget-image img {
        width: 100% !important;
        max-height: 248px;
        object-fit: contain;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-section-heading .elementor-heading-title::after {
        width: 48px;
        margin-top: 12px;
    }
}

/* Secondary family system pass: native GT3 category archives and clients logo grids. */
:is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg {
    background: #061426 !important;
    background-image:
        radial-gradient(circle at 16% 0%, rgba(13, 111, 174, 0.24), transparent 34%),
        linear-gradient(180deg, #061426 0%, #071b2f 100%) !important;
}

:is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-element-adctbar,
:is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-element-adcthtm,
:is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar,
:is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar span,
:is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__inner,
:is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__since,
:is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__actions {
    color: rgba(215, 242, 255, 0.74) !important;
}

:is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar a,
:is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar a:visited,
:is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__mail {
    color: #63c7ff !important;
}

/* Native Ewebot 404 family: preserve the theme illustration while restoring brand contrast. */
body.error404.wp-theme-ewebot .wrapper_404 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-color: var(--adindex-navy-950, #061426) !important;
    background-position: center !important;
    background-size: cover !important;
}

body.error404.wp-theme-ewebot .wrapper_404::before {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(135deg, rgba(6, 20, 38, 0.76) 0%, rgba(7, 27, 47, 0.9) 100%);
    content: "";
}

body.error404.wp-theme-ewebot .wrapper_404 > .container_vertical_wrapper {
    position: relative;
    z-index: 1;
}

body.error404.wp-theme-ewebot .wrapper_404 .number_404,
body.error404.wp-theme-ewebot .wrapper_404 h2 {
    color: #fff !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    letter-spacing: 0 !important;
}

body.error404.wp-theme-ewebot .wrapper_404 p {
    color: rgba(224, 239, 255, 0.84) !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    letter-spacing: 0 !important;
}

body.error404.wp-theme-ewebot .adindex-404-recovery {
    padding: clamp(48px, 6vw, 78px) 0;
    background: #f4f8fb;
}

body.error404.wp-theme-ewebot .adindex-404-recovery__inner {
    width: min(1180px, calc(100vw - 64px));
    margin: 0 auto;
}

body.error404.wp-theme-ewebot .adindex-404-recovery__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 28px;
    align-items: end;
    margin-bottom: 28px;
}

body.error404.wp-theme-ewebot .adindex-404-recovery__head h2 {
    margin: 0;
    color: var(--adindex-navy-950, #061426);
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

body.error404.wp-theme-ewebot .adindex-404-recovery__search .search_form {
    position: relative;
    display: flex;
    width: 100%;
}

body.error404.wp-theme-ewebot .adindex-404-recovery__search input[type="text"],
body.error404.wp-theme-ewebot .adindex-404-recovery__search input[type="search"] {
    width: 100%;
    min-height: 50px;
    padding: 10px 54px 10px 16px;
    border: 1px solid rgba(13, 111, 174, 0.2);
    border-radius: 8px;
    background: #fff;
    color: var(--adindex-ink, #15253b);
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif);
}

body.error404.wp-theme-ewebot .adindex-404-recovery__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

body.error404.wp-theme-ewebot .adindex-404-recovery__item {
    margin: 0;
}

body.error404.wp-theme-ewebot .adindex-404-recovery__item a {
    display: flex;
    height: 100%;
    min-height: 150px;
    flex-direction: column;
    gap: 12px;
    padding: 22px;
    border: 1px solid rgba(13, 111, 174, 0.14);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(7, 27, 47, 0.07);
    color: var(--adindex-ink, #15253b);
    text-decoration: none;
}

body.error404.wp-theme-ewebot .adindex-404-recovery__item a:hover,
body.error404.wp-theme-ewebot .adindex-404-recovery__item a:focus-visible {
    border-color: rgba(255, 122, 26, 0.5);
    box-shadow: 0 18px 42px rgba(7, 27, 47, 0.11);
    outline: none;
    transform: translateY(-2px);
}

body.error404.wp-theme-ewebot .adindex-404-recovery__item time {
    color: var(--adindex-blue, #0d6fae);
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

body.error404.wp-theme-ewebot .adindex-404-recovery__item h3 {
    margin: 0;
    color: inherit;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.28;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
}

@media (min-width: 1025px) and (max-width: 1279px) {
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav .wpda-builder-menu > ul {
        justify-content: flex-start !important;
        gap: clamp(6px, 0.65vw, 10px);
    }

    html body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .adindex-shared-nav .wpda-builder-menu > ul > li,
    html body.page:not(.home).wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav .wpda-builder-menu > ul > li {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    html body.home.wp-theme-ewebot.gt3_page_tech_style .wpda-header-builder.header_over_bg .adindex-shared-nav .wpda-builder-menu > ul > li > a,
    html body.page:not(.home).wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav .wpda-builder-menu > ul > li > a {
        font-size: 13px !important;
    }
}

@media (max-width: 1024px) {
    body.error404.wp-theme-ewebot .adindex-404-recovery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.error404.wp-theme-ewebot .adindex-404-recovery__inner {
        width: calc(100vw - 28px);
    }

    body.error404.wp-theme-ewebot .adindex-404-recovery__head {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    body.error404.wp-theme-ewebot .adindex-404-recovery__grid {
        grid-template-columns: 1fr;
    }

    body.error404.wp-theme-ewebot .adindex-404-recovery__item a {
        min-height: 0;
    }
}

:is(body.category, body.search).wp-theme-ewebot .gt3-page-title.gt3-page-title_has_img_bg {
    position: relative;
    height: 430px !important;
    min-height: clamp(330px, 28vw, 420px) !important;
    padding-top: 0 !important;
    margin-bottom: clamp(34px, 4vw, 56px) !important;
    overflow: hidden;
    background-color: #061426 !important;
    background-image:
        radial-gradient(circle at 18% 12%, rgba(13, 111, 174, 0.34), transparent 34%),
        radial-gradient(circle at 80% 18%, rgba(255, 122, 26, 0.18), transparent 28%),
        linear-gradient(135deg, #061426 0%, #071b2f 54%, #0b3e60 100%) !important;
    background-position: center !important;
    background-size: cover !important;
}

:is(body.category, body.search).wp-theme-ewebot .gt3-page-title.gt3-page-title_has_img_bg::after {
    position: absolute;
    inset: auto 0 0;
    height: 70px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(244, 248, 251, 0) 0%, #f4f8fb 100%);
    content: "";
}

:is(body.category, body.search).wp-theme-ewebot .gt3-page-title .container {
    width: min(1120px, calc(100vw - 64px));
    max-width: 1120px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

:is(body.category, body.search).wp-theme-ewebot .gt3-page-title__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 780px;
    min-height: 170px;
    text-align: left;
}

:is(body.category, body.search).wp-theme-ewebot .gt3-page-title h1 {
    max-width: 24ch;
    color: #fff !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    font-size: 48px !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.025em !important;
    text-align: left !important;
    text-transform: none;
    text-wrap: balance;
}

:is(body.category, body.search).wp-theme-ewebot .gt3-page-title .gt3_breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: center;
    margin-top: 18px;
    color: rgba(224, 239, 255, 0.74) !important;
    font: 700 13px/1.45 var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    letter-spacing: 0 !important;
}

:is(body.category, body.search).wp-theme-ewebot .gt3-page-title .gt3_breadcrumb a,
:is(body.category, body.search).wp-theme-ewebot .gt3-page-title .gt3_breadcrumb span {
    color: rgba(224, 239, 255, 0.86) !important;
}

:is(body.category, body.search).wp-theme-ewebot #main_content {
    width: min(1200px, calc(100vw - 56px));
    max-width: 1200px;
    margin: 0 auto clamp(56px, 6vw, 86px);
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 {
    width: 100%;
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .item_wrapper {
    height: 100%;
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blog_content {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(13, 111, 174, 0.14);
    border-radius: 10px;
    background: linear-gradient(180deg, #fff 0%, #f8fbfe 100%);
    box-shadow: 0 18px 44px rgba(7, 27, 47, 0.08);
    transition: border-color 220ms cubic-bezier(0.32, 0.72, 0, 1),
        box-shadow 220ms cubic-bezier(0.32, 0.72, 0, 1),
        transform 220ms cubic-bezier(0.32, 0.72, 0, 1);
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blog_content::before {
    display: block;
    height: 4px;
    background: linear-gradient(90deg, var(--adindex-orange, #ff7a1a) 0%, var(--adindex-blue, #0d6fae) 100%);
    content: "";
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blog_post_media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eaf1f6;
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blog_post_media img,
:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blog_content > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 520ms cubic-bezier(0.32, 0.72, 0, 1),
        filter 520ms cubic-bezier(0.32, 0.72, 0, 1);
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .listing_meta,
:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blogpost_title,
:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blogpost_excerpt {
    padding-right: clamp(20px, 2vw, 26px);
    padding-left: clamp(20px, 2vw, 26px);
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .listing_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    padding-top: 20px;
    color: var(--adindex-blue-deep, #084c7c) !important;
    font: 800 12.5px/1.35 var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    letter-spacing: 0 !important;
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .listing_meta a,
:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .listing_meta span {
    color: inherit !important;
    font: inherit !important;
    letter-spacing: 0 !important;
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blogpost_title {
    margin: 0;
    padding-top: 6px;
    padding-bottom: 12px;
    color: var(--adindex-ink, #071b2f) !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.008em !important;
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blogpost_title a {
    color: inherit !important;
    font: inherit !important;
    letter-spacing: inherit !important;
    text-decoration: none !important;
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blogpost_excerpt {
    padding-bottom: 24px;
    color: #405066 !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    font-size: 15.5px !important;
    line-height: 1.58 !important;
    letter-spacing: 0 !important;
}

/* Editorial/native blog family polish: GT3 archives use blog_item_description and footer controls, not blogpost_excerpt. */
@media (min-width: 1025px) {
    :is(body.category, body.search).wp-theme-ewebot .gt3-page-title.gt3-page-title_has_img_bg {
        height: 382px !important;
        min-height: 382px !important;
        margin-bottom: 44px !important;
    }
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blog_content {
    display: flex;
    flex-direction: column;
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .listing_meta_wrap {
    padding: 22px clamp(22px, 2.1vw, 28px) 0;
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .listing_meta {
    gap: 6px 12px;
    padding: 0 !important;
    color: var(--adindex-blue-deep, #084c7c) !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .listing_meta span,
:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .listing_meta a {
    font-size: inherit !important;
    line-height: inherit !important;
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blogpost_title {
    display: -webkit-box;
    padding: 10px clamp(22px, 2.1vw, 28px) 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 1.2 !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    :is(body.category, body.search).wp-theme-ewebot .gt3-page-title h1 {
        font-size: 42px !important;
    }

    :is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blogpost_title {
        font-size: 20px !important;
    }
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blog_item_description {
    display: -webkit-box;
    margin: 13px 0 0;
    padding: 0 clamp(22px, 2.1vw, 28px);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    color: #405066 !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.58 !important;
    letter-spacing: 0 !important;
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .gt3_post_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding: 20px clamp(22px, 2.1vw, 28px) 22px;
    border-top: 1px solid rgba(13, 111, 174, 0.1);
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .gt3_post_footer .clear {
    display: none;
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .gt3_module_button_list a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0;
    color: var(--adindex-blue, #0d6fae) !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
    text-decoration: none !important;
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blog_post_info,
:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .post_share_block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 34px;
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .post_share_block > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(13, 111, 174, 0.12);
    border-radius: 999px;
    background: #fff;
    color: rgba(13, 111, 174, 0.58) !important;
}

:is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .post_share_block .sharing_title {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

@media (max-width: 767px) {
    :is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .listing_meta_wrap {
        padding-top: 20px;
    }

    :is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blogpost_title {
        -webkit-line-clamp: 5;
        font-size: 18px !important;
        line-height: 1.18 !important;
    }

    :is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blog_item_description {
        -webkit-line-clamp: 4;
        font-size: 15px !important;
        line-height: 1.52 !important;
    }
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
    :is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blog_content:hover {
        border-color: rgba(255, 122, 26, 0.34);
        box-shadow: 0 24px 56px rgba(7, 27, 47, 0.12);
        transform: translateY(-3px);
    }

    :is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blog_content:hover .blog_post_media img,
    :is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blog_content:hover > a img {
        filter: saturate(1.05) contrast(1.04);
        transform: scale(1.035);
    }
}

@media (max-width: 767px) {
    :is(body.category, body.search).wp-theme-ewebot .gt3-page-title.gt3-page-title_has_img_bg {
        height: 300px !important;
        min-height: 0 !important;
        padding-top: 0 !important;
        margin-bottom: 30px !important;
    }

    :is(body.category, body.search).wp-theme-ewebot .gt3-page-title .container,
    :is(body.category, body.search).wp-theme-ewebot #main_content {
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
    }

    :is(body.category, body.search).wp-theme-ewebot .gt3-page-title__content {
        min-height: 220px;
        justify-content: center;
    }

    :is(body.category, body.search).wp-theme-ewebot .gt3-page-title h1 {
        font-size: 34px !important;
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }

    :is(body.category, body.search).wp-theme-ewebot .gt3-page-title .gt3_breadcrumb {
        margin-top: 14px;
        font-size: 12px !important;
    }

    :is(body.category, body.search).wp-theme-ewebot .spacing_beetween_items_30.isotope_blog_items {
        width: 100% !important;
        margin-left: 0 !important;
    }

    :is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview {
        left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 18px !important;
    }

    :is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .item_wrapper {
        padding-left: 0 !important;
    }

    :is(body.category, body.search).wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .blog_content {
        border-radius: 10px;
    }
}

/* Client-logo wall compatibility: Elementor columns ignore section gaps in this Ewebot build. */
body.wp-theme-ewebot .adindex-client-logo-row > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(14px, 1.35vw, 18px);
    align-items: stretch;
}

body.wp-theme-ewebot .adindex-client-logo-row > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0;
}

body.wp-theme-ewebot .adindex-client-logo-row .elementor-widget-wrap,
body.wp-theme-ewebot .adindex-client-logo-row .elementor-widget-image,
body.wp-theme-ewebot .adindex-client-logo-row .elementor-widget-image > .elementor-widget-container {
    height: 100%;
}

body.wp-theme-ewebot .adindex-client-logo-row .elementor-widget-image img {
    object-fit: contain;
}

/* Service proof cases: keep sourced CTA widgets on one baseline per row. */
body.wp-theme-ewebot .adindex-service-case-row > .elementor-container {
    align-items: stretch;
}

body.wp-theme-ewebot .adindex-service-case-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

body.wp-theme-ewebot .adindex-service-case-row .elementor-widget-gt3-core-button {
    margin-top: auto !important;
}

/* Homepage business expertise: separate the three proof cards and use the full owner width. */
body.home.wp-theme-ewebot .adindex-home-expertise-grid > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 1.6vw, 22px);
    align-items: stretch;
}

body.home.wp-theme-ewebot .adindex-home-expertise-grid > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0;
}

body.home.wp-theme-ewebot .adindex-home-expertise-grid > .elementor-container > .adindex-home-expertise-intro {
    grid-column: 1 / -1;
}

@media (min-width: 1025px) {
    body.home.wp-theme-ewebot .adindex-home-expertise-grid > .elementor-container > .adindex-home-expertise-card:nth-child(2) .adindex-expertise-badge-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 18px;
    }

    body.home.wp-theme-ewebot .adindex-home-expertise-grid > .elementor-container > .adindex-home-expertise-card:nth-child(2) .adindex-expertise-badge-grid li {
        padding-left: 18px;
        font-size: 14px;
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }
}

body.home.wp-theme-ewebot .adindex-expertise-badge-grid li,
body.home.wp-theme-ewebot .adindex-expertise-services-grid li {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

body.home.wp-theme-ewebot .adindex-home-expertise-intro .elementor-heading-title {
    max-width: 8.7em;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
    text-wrap: balance;
}

body.home.wp-theme-ewebot .adindex-home-expertise-card > .elementor-widget-wrap {
    height: 100%;
}

body.home.wp-theme-ewebot .adindex-home-expertise-card .elementor-widget-heading {
    margin-bottom: 16px;
}

body.home.wp-theme-ewebot .adindex-home-expertise-card .elementor-heading-title {
    font-size: clamp(20px, 1.55vw, 23px) !important;
    line-height: 1.16 !important;
}

/* Reviews: preserve every sourced card while separating adjacent card surfaces. */
body.wp-theme-ewebot .adindex-review-card-row > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

body.wp-theme-ewebot .adindex-review-hero > .elementor-container {
    display: grid !important;
    grid-template-columns: minmax(0, 2fr) repeat(2, minmax(0, 1fr));
    gap: 18px !important;
}

body.wp-theme-ewebot .adindex-review-hero > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0;
}

@media (max-width: 1024px) {
    body.wp-theme-ewebot .adindex-review-hero > .elementor-container {
        grid-template-columns: minmax(0, 1fr) repeat(2, minmax(0, 0.5fr));
        gap: 14px !important;
    }
}

@media (max-width: 767px) {
    body.wp-theme-ewebot .adindex-review-hero > .elementor-container {
        grid-template-columns: minmax(0, 1fr);
    }
}

body.wp-theme-ewebot .adindex-review-card-row > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    body.home.wp-theme-ewebot .adindex-home-expertise-grid > .elementor-container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    body.home.wp-theme-ewebot .adindex-home-expertise-grid > .elementor-container > .elementor-column:first-child {
        grid-column: 1 / -1;
    }

    body.wp-theme-ewebot .adindex-review-card-row > .elementor-container {
        gap: 14px;
    }
}

@media (max-width: 767px) {
    body.wp-theme-ewebot .adindex-client-logo-row {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    body.wp-theme-ewebot .adindex-client-logo-row > .elementor-container {
        width: calc(100vw - 40px) !important;
        max-width: 350px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-right: auto;
        margin-left: auto;
    }

    body.home.wp-theme-ewebot .adindex-home-expertise-grid > .elementor-container {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    body.wp-theme-ewebot .adindex-review-card-row > .elementor-container {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }
}

@media (min-width: 1025px) {
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg {
        position: relative !important;
        z-index: 1200 !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu {
        position: relative !important;
        z-index: 1210 !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li.menu-item-has-children {
        position: relative;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li.menu-item-has-children::after {
        position: absolute;
        top: 100%;
        right: -10px;
        left: -10px;
        z-index: 1;
        display: block;
        height: 76px;
        content: "";
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li.menu-item-has-children > ul.sub-menu {
        z-index: 1220;
    }
}

@media (max-width: 1024px) {
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-navbar-collapse,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-navbar-collapse * {
        box-sizing: border-box;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-navbar-collapse {
        overflow-x: hidden !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-navbar-collapse .wpda-builder-menu,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-navbar-collapse .wpda-builder-menu > ul {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        overflow-x: hidden !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-navbar-collapse .wpda-builder-menu > ul {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-navbar-collapse .wpda-builder-menu li {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-navbar-collapse .wpda-builder-menu ul.sub-menu {
        right: auto !important;
        left: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-navbar-collapse .wpda-builder-menu ul.sub-menu > li,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-navbar-collapse .wpda-builder-menu ul.sub-menu > li > a {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-navbar-collapse .wpda-builder-menu a {
        display: flex !important;
        align-items: center;
        min-height: 38px;
        white-space: normal;
    }
}

@media (min-width: 1025px) {
    :is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-header-row {
        min-height: var(--min-height) !important;
        gap: var(--gap) !important;
    }

    :is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-header-logo {
        width: var(--container-widget-width) !important;
        max-width: var(--container-widget-width) !important;
    }

    :is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul {
        display: flex !important;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    :is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li {
        position: relative;
        display: inline-flex !important;
        align-items: center;
        margin-right: 6px !important;
        margin-left: 6px !important;
    }

    :is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li > a {
        font-size: 14px !important;
        line-height: 1.25 !important;
    }

    :is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu ul.sub-menu {
        position: absolute !important;
        top: calc(100% + 14px) !important;
        left: 0;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(8px);
        pointer-events: none !important;
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    }

    :is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu li:hover > ul.sub-menu,
    :is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu li:focus-within > ul.sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0);
        pointer-events: auto !important;
    }
}

@media (max-width: 767px) {
    body.wp-theme-ewebot .pum.pum-active .pum-container.popmake {
        top: 16px !important;
        bottom: auto !important;
        max-height: calc(100vh - 32px) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    body.wp-theme-ewebot .pum.pum-active .pum-container.popmake .pum-title {
        position: sticky !important;
        top: 0 !important;
        z-index: 3;
        margin: 0 0 14px !important;
        padding: 0 48px 4px 0;
        background: #fff;
    }

    body.wp-theme-ewebot .pum.pum-active .pum-container.popmake .pum-close.popmake-close {
        position: fixed !important;
        top: 24px !important;
        right: 24px !important;
        bottom: auto !important;
        left: auto !important;
        z-index: 5 !important;
    }
}

/* Popup Maker viewport contract: long pages must open the form in view and keep close controls reachable. */
body.wp-theme-ewebot .pum-overlay.pum-active {
    position: fixed !important;
    inset: 0 !important;
    overflow: auto !important;
    padding: clamp(14px, 3vw, 34px) !important;
    background: rgba(2, 10, 18, 0.78) !important;
}

body.wp-theme-ewebot .pum.pum-active .pum-container.popmake,
body.wp-theme-ewebot .pum-overlay.pum-active .pum-container.popmake {
    position: fixed !important;
    top: max(24px, calc(env(safe-area-inset-top) + 16px)) !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: min(900px, calc(100vw - 40px)) !important;
    max-width: 900px !important;
    max-height: calc(100dvh - 48px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: auto !important;
    transform: none !important;
    -webkit-overflow-scrolling: touch;
}

body.wp-theme-ewebot .pum-overlay.pum-active .pum-close.popmake-close,
body.wp-theme-ewebot .pum.pum-active .pum-container.popmake .pum-close.popmake-close {
    position: fixed !important;
    top: max(42px, calc(env(safe-area-inset-top) + 34px)) !important;
    right: max(30px, calc((100vw - min(900px, calc(100vw - 40px))) / 2 + 18px)) !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 2000000001 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px !important;
    height: 42px !important;
}

@media (max-width: 767px) {
    body.wp-theme-ewebot .pum.pum-active .pum-container.popmake,
    body.wp-theme-ewebot .pum-overlay.pum-active .pum-container.popmake {
        top: max(14px, calc(env(safe-area-inset-top) + 10px)) !important;
        width: calc(100vw - 24px) !important;
        max-height: calc(100dvh - 28px) !important;
        padding: 16px 18px 18px !important;
        border-radius: 16px !important;
    }

    body.wp-theme-ewebot .pum-overlay.pum-active .pum-close.popmake-close,
    body.wp-theme-ewebot .pum.pum-active .pum-container.popmake .pum-close.popmake-close {
        top: max(26px, calc(env(safe-area-inset-top) + 20px)) !important;
        right: max(24px, calc(env(safe-area-inset-right) + 18px)) !important;
    }
}

/* Case category aliases render the Elementor cases page; keep their WPDA header in the same desktop state as /cases/. */
@media (min-width: 1025px) {
    body.adindex-case-category-route.wp-theme-ewebot .wpda-header-builder.header_over_bg {
        position: absolute;
    }

    body.adindex-case-category-route.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul {
        display: flex !important;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    body.adindex-case-category-route.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li {
        position: relative;
        display: flex !important;
        align-items: center;
        width: auto !important;
        max-width: none !important;
        margin-right: 6px !important;
        margin-left: 6px !important;
    }

    body.adindex-case-category-route.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu ul.sub-menu {
        position: absolute !important;
        top: calc(100% + 14px) !important;
        left: 0;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(8px);
        pointer-events: none !important;
    }

    body.adindex-case-category-route.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu li:hover > ul.sub-menu,
    body.adindex-case-category-route.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu li:focus-within > ul.sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0);
        pointer-events: auto !important;
    }
}

/* Header mobile menu system: expose submenu links consistently inside the opened WPDA panel. */
@media (max-width: 1199px) {
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-navbar-collapse {
        position: fixed !important;
        top: clamp(82px, 11vh, 104px) !important;
        right: 18px !important;
        left: 18px !important;
        z-index: 1300 !important;
        display: block !important;
        width: auto !important;
        max-width: calc(100vw - 36px) !important;
        max-height: calc(100dvh - 124px) !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        padding: 20px 18px !important;
        border: 1px solid rgba(7, 27, 47, 0.08) !important;
        border-radius: 16px !important;
        background: #fff !important;
        box-shadow: 0 28px 70px rgba(2, 14, 28, 0.28) !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-navbar-collapse .wpda-builder-menu,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-navbar-collapse .wpda-builder-menu > ul {
        display: grid !important;
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: visible !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-builder-menu li {
        position: static !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-builder-menu > ul > li > a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        min-height: 46px !important;
        padding: 11px 16px !important;
        border-radius: 10px !important;
        color: #071b2f !important;
        font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
        font-size: 16px !important;
        font-weight: 850 !important;
        line-height: 1.25 !important;
        letter-spacing: 0 !important;
        text-decoration: none !important;
        white-space: normal !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-builder-menu > ul > li.menu-item-has-children > a::after {
        content: none !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-builder-menu ul.sub-menu {
        position: static !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        display: grid !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 4px !important;
        margin: 0 0 8px !important;
        padding: 4px 0 8px 12px !important;
        border-left: 2px solid rgba(255, 122, 26, 0.34) !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        pointer-events: auto !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-builder-menu ul.sub-menu > li > a {
        display: flex !important;
        align-items: center !important;
        min-height: 40px !important;
        padding: 8px 12px !important;
        border-radius: 9px !important;
        color: #243447 !important;
        font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
        font-size: 14px !important;
        font-weight: 720 !important;
        line-height: 1.28 !important;
        letter-spacing: 0 !important;
        white-space: normal !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-builder-menu a:hover,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-widget-wpda-builder-menu.mobile_menu_active .wpda-builder-menu a:focus-visible {
        background: rgba(13, 111, 174, 0.08) !important;
        color: #0d6fae !important;
        outline: none;
    }

    body.wp-theme-ewebot:has(.elementor-widget-wpda-builder-menu.mobile_menu_active) .adindex-floating-messengers {
        z-index: 1 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(12px) scale(0.96) !important;
    }

    body.wp-theme-ewebot:has(.elementor-widget-wpda-builder-menu.mobile_menu_active) .adindex-floating-messenger-links {
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(12px) scale(0.96) !important;
    }

    body.wp-theme-ewebot:has(.elementor-widget-wpda-builder-menu.mobile_menu_active) .adindex-floating-messenger {
        pointer-events: none !important;
    }

    body.wp-theme-ewebot:has(.elementor-widget-wpda-builder-menu.mobile_menu_active) .wpda-header-builder .adindex-header-language-switcher {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}

/* Header desktop dropdown system: keep the services mega-menu hoverable while moving into it. */
@media (min-width: 1025px) {
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child {
        position: relative !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child::after {
        content: "" !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        z-index: 1215 !important;
        display: block !important;
        width: min(600px, calc(100vw - 40px)) !important;
        height: 18px !important;
        background: transparent !important;
        pointer-events: auto !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child > ul.sub-menu {
        top: calc(100% + 8px) !important;
        margin-top: 0 !important;
        transform: translateY(0) !important;
        z-index: 1220 !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child:hover > ul.sub-menu,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li:first-child:focus-within > ul.sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }
}

/* Single content header system: keep WPDA navigation in one desktop row on cases and articles. */
@media (min-width: 1025px) {
    body.wp-theme-ewebot:is(.single-post, .single-dslc_projects) .wpda-header-builder.header_over_bg .adindex-shared-header-row {
        gap: var(--gap) !important;
        min-height: var(--min-height) !important;
    }

    body.wp-theme-ewebot:is(.single-post, .single-dslc_projects) .wpda-header-builder.header_over_bg .adindex-shared-header-logo {
        flex: 0 0 var(--container-widget-width) !important;
        width: var(--container-widget-width) !important;
        max-width: var(--container-widget-width) !important;
    }

    body.wp-theme-ewebot:is(.single-post, .single-dslc_projects) .wpda-header-builder.header_over_bg .adindex-shared-nav {
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    body.wp-theme-ewebot:is(.single-post, .single-dslc_projects) .wpda-header-builder.header_over_bg .adindex-shared-nav > .elementor-widget-container {
        padding: 10px 14px !important;
    }

    body.wp-theme-ewebot:is(.single-post, .single-dslc_projects) .wpda-header-builder.header_over_bg .wpda-builder-menu > ul {
        flex-wrap: nowrap !important;
        justify-content: center !important;
    }

    body.wp-theme-ewebot:is(.single-post, .single-dslc_projects) .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li {
        margin-right: 5px !important;
        margin-left: 5px !important;
        white-space: nowrap !important;
    }

    body.wp-theme-ewebot:is(.single-post, .single-dslc_projects) .wpda-header-builder.header_over_bg .wpda-builder-menu > ul > li > a {
        font-size: 14px !important;
        line-height: 1.25 !important;
        white-space: nowrap !important;
    }
}

/* Editorial/native single posts: same WPDA surface as dark archives, centered article body. */
body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg {
    background: #061426 !important;
    background-image:
        radial-gradient(circle at 16% 0%, rgba(13, 111, 174, 0.24), transparent 34%),
        linear-gradient(180deg, #061426 0%, #071b2f 100%) !important;
}

body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-element-adctbar,
body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-element-adcthtm,
body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar,
body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar span,
body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__inner,
body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__since,
body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__actions {
    color: rgba(215, 242, 255, 0.74) !important;
}

body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar a,
body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar a:visited,
body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__mail,
body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__inner a,
body.single-post.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__inner a:visited {
    color: #63c7ff !important;
}

body.single-post.wp-theme-ewebot .adindex-native-breadcrumbs-wrap {
    width: min(1170px, calc(100vw - 64px));
    margin: clamp(34px, 3vw, 46px) auto 18px;
}

@media (max-width: 1024px) {
    body.single-post.wp-theme-ewebot .adindex-native-breadcrumbs-wrap {
        margin-top: 108px;
    }
}

body.single-post.wp-theme-ewebot .single_blogpost_title_content {
    margin-bottom: clamp(28px, 3vw, 38px);
}

body.single-post.wp-theme-ewebot #main_content,
body.single-post.wp-theme-ewebot .content-container.span12 {
    float: none !important;
    width: min(1170px, calc(100vw - 64px)) !important;
    max-width: 1170px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.single-post.wp-theme-ewebot .row.sidebar_none {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.single-post.wp-theme-ewebot .content-container.span12 {
    box-sizing: border-box;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.single-post.wp-theme-ewebot #main_content > .blog_post_preview .blog_content {
    width: min(860px, calc(100vw - 64px)) !important;
    max-width: 860px !important;
    margin-right: auto !important;
    margin-bottom: clamp(58px, 6vw, 84px) !important;
    margin-left: auto !important;
}

body.single-post.wp-theme-ewebot #main_content > .blog_post_preview .blog_content p,
body.single-post.wp-theme-ewebot #main_content > .blog_post_preview .blog_content li {
    color: #243242 !important;
    font-size: 17.5px !important;
    line-height: 1.72 !important;
}

body.single-post.wp-theme-ewebot #main_content > .blog_post_preview .blog_content p:empty {
    display: none;
}

body.single-post.wp-theme-ewebot #main_content > .blog_post_preview .blog_content img {
    display: block !important;
    width: auto;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (max-width: 767px) {
    body.single-post.wp-theme-ewebot .adindex-native-breadcrumbs-wrap,
    body.single-post.wp-theme-ewebot #main_content,
    body.single-post.wp-theme-ewebot .content-container.span12,
    body.single-post.wp-theme-ewebot #main_content > .blog_post_preview .blog_content {
        width: calc(100vw - 40px) !important;
        max-width: calc(100vw - 40px) !important;
    }

    body.single-post.wp-theme-ewebot .adindex-native-breadcrumbs-wrap {
        margin-top: 96px;
    }

    body.single-post.wp-theme-ewebot #main_content > .blog_post_preview .blog_content p,
    body.single-post.wp-theme-ewebot #main_content > .blog_post_preview .blog_content li {
        font-size: 16px !important;
        line-height: 1.64 !important;
    }
}

/* Service card visual system v2: improve native Elementor/GT3 card surfaces without changing content. */
body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
    isolation: isolate;
    justify-content: flex-start;
    min-height: clamp(190px, 16vw, 238px);
    border-color: rgba(13, 111, 174, 0.18) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(7, 27, 47, 0.075);
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row > .elementor-container > .elementor-column > .elementor-widget-wrap::before {
    position: absolute;
    top: 24px;
    left: clamp(22px, 2.1vw, 30px);
    z-index: 1;
    width: 46px;
    height: 4px;
    margin: 0;
    background: var(--adindex-orange, #ff7a1a);
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row > .elementor-container > .elementor-column > .elementor-widget-wrap::after {
    display: none;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon,
body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon-box {
    width: 100%;
    text-align: left !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon .elementor-icon,
body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon-box .elementor-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(13, 111, 174, 0.14);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(13, 111, 174, 0.12) 0%, rgba(255, 255, 255, 0.92) 58%, rgba(255, 122, 26, 0.08) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 14px 30px rgba(13, 111, 174, 0.1);
    color: var(--adindex-blue, #0d6fae) !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon svg,
body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon-box svg {
    width: 30px !important;
    height: 30px !important;
    fill: currentColor !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon-box .elementor-icon-box-wrapper {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 0 18px;
    align-items: start;
    padding-top: 18px;
    text-align: left !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon-box .elementor-icon-box-icon {
    margin: 0 !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon-box .elementor-icon-box-content {
    text-align: left !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon-box .elementor-icon-box-title {
    margin: 0 !important;
    text-align: left !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon-box .elementor-icon-box-title,
body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon-box .elementor-icon-box-title span,
body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon-box .elementor-icon-box-title a {
    color: var(--adindex-ink, #071b2f) !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    font-size: clamp(21px, 1.55vw, 26px) !important;
    font-weight: 850 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon-box .elementor-icon-box-description {
    margin-top: 10px;
    color: #405066 !important;
    font-family: var(--adindex-font-sans, Rubik, Arial, sans-serif) !important;
    font-size: 15.5px !important;
    line-height: 1.55 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
    body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row > .elementor-container > .elementor-column > .elementor-widget-wrap:hover {
        border-color: rgba(255, 122, 26, 0.38) !important;
        box-shadow: 0 24px 58px rgba(7, 27, 47, 0.13);
        transform: translateY(-4px);
    }
}

@media (max-width: 767px) {
    body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
        min-height: 0;
        padding: 18px !important;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row > .elementor-container > .elementor-column > .elementor-widget-wrap::before {
        top: 18px;
        left: 18px;
        width: 40px;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon {
        margin-top: 20px !important;
        margin-bottom: 16px !important;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon .elementor-icon,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon-box .elementor-icon {
        width: 44px;
        height: 44px;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon svg,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon-box svg {
        width: 23px !important;
        height: 23px !important;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon-box .elementor-icon-box-wrapper {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 0 12px;
        padding-top: 14px;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon-box .elementor-icon-box-title,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon-box .elementor-icon-box-title span,
    body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row .elementor-widget-icon-box .elementor-icon-box-title a {
        font-size: 18.5px !important;
        line-height: 1.16 !important;
    }
}

/* Service owner variants: one Elementor row class selects the visual role. */
@media (min-width: 1025px) {
    body.wp-theme-ewebot.page:not(.home) .adindex-service-product-row > .elementor-container {
        display: flex !important;
        gap: 14px;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-product-row > .elementor-container > .elementor-column {
        flex: 1 1 0;
        width: 0 !important;
    }
}

/* Product rows carry short price-led offers; keep them denser than proof/content cards.
 * Retire when Elementor owns a dedicated product-card spacing control for this family. */
body.wp-theme-ewebot.page:not(.home) .adindex-service-product-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
    min-height: 0;
    padding: clamp(18px, 1.5vw, 20px) !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-product-row > .elementor-container > .elementor-column > .elementor-widget-wrap::before {
    position: static;
    flex: 0 0 4px;
    align-self: flex-start;
    margin: 0 0 8px;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-product-row .elementor-widget-icon {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-product-row .elementor-widget-icon .elementor-icon {
    width: 48px;
    height: 48px;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-product-row .elementor-widget-icon svg {
    width: 25px !important;
    height: 25px !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-product-row .elementor-widget-heading {
    margin-bottom: 8px !important;
}

@media (max-width: 767px) {
    body.wp-theme-ewebot.page:not(.home) .adindex-service-product-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
        padding: 16px !important;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-product-row .elementor-widget-icon {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-metrics-row {
    margin-top: clamp(24px, 3vw, 40px);
    margin-bottom: clamp(24px, 3vw, 40px);
    padding-top: clamp(28px, 3vw, 40px) !important;
    padding-bottom: clamp(28px, 3vw, 40px) !important;
    background: #071426 !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-metrics-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
    min-height: 0;
    padding: clamp(12px, 1.8vw, 22px) !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-metrics-row > .elementor-container > .elementor-column > .elementor-widget-wrap::before {
    display: none;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-metrics-row .elementor-heading-title,
body.wp-theme-ewebot.page:not(.home) .adindex-service-metrics-row .elementor-counter-number-wrapper {
    color: #fff !important;
    font-size: clamp(30px, 2.8vw, 40px) !important;
    line-height: 1.08 !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-metrics-row .elementor-widget-text-editor,
body.wp-theme-ewebot.page:not(.home) .adindex-service-metrics-row .elementor-widget-text-editor p {
    color: rgba(224, 239, 255, 0.78) !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-outcome-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
    min-height: 164px;
    padding: 28px 8px 24px !important;
    border: 0 !important;
    border-top: 1px solid rgba(13, 111, 174, 0.22) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-outcome-row > .elementor-container > .elementor-column > .elementor-widget-wrap::before {
    position: static;
    width: 30px;
    margin-bottom: 20px;
}

/* About owner: six source-backed metrics form a dense 3x2 / 2x3 grid. */
body.wp-theme-ewebot .adindex-about-metrics-grid > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.wp-theme-ewebot .adindex-about-metrics-grid > .elementor-container > .elementor-column {
    width: auto !important;
    min-width: 0;
}

body.wp-theme-ewebot .adindex-about-hero h1.elementor-heading-title {
    max-width: 900px;
    text-wrap: balance;
}

body.wp-theme-ewebot .adindex-process-index {
    width: auto !important;
    margin-bottom: 12px !important;
    color: var(--adindex-orange, #ff7a1a) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

/* Media archive is a deliberate two-column editorial grid, not an uneven packery wall. */
@media (min-width: 768px) {
    body.category-my-v-smi.wp-theme-ewebot .spacing_beetween_items_30.isotope_blog_items {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
        height: auto !important;
        margin: 0 !important;
    }

    body.category-my-v-smi.wp-theme-ewebot .spacing_beetween_items_30.isotope_blog_items::before,
    body.category-my-v-smi.wp-theme-ewebot .spacing_beetween_items_30.isotope_blog_items::after {
        display: none !important;
        content: none !important;
    }

    body.category-my-v-smi.wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview {
        position: relative !important;
        inset: auto !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        transform: none !important;
    }

    body.category-my-v-smi.wp-theme-ewebot .gt3_module_blog.items_type1 .blog_post_preview .item_wrapper {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    body.wp-theme-ewebot .adindex-about-metrics-grid > .elementor-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    body.wp-theme-ewebot .adindex-about-hero h1.elementor-heading-title {
        max-width: 100%;
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-metrics-row {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-outcome-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
        min-height: 0;
        padding: 22px 4px 18px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.wp-theme-ewebot .adindex-service-product-row .elementor-column,
    body.wp-theme-ewebot .adindex-service-card-row .elementor-widget-wrap,
    body.wp-theme-ewebot .case-card,
    body.wp-theme-ewebot .blog-card {
        transition-duration: 0.01ms !important;
        transform: none !important;
    }
}

/* Mobile page-form reserve: keep fixed WA/TG rail from covering Ninja Forms actions/legal copy. */
@media (max-width: 767px) {
    body.wp-theme-ewebot .main_wrapper .nf-form-cont .submit-container,
    body.wp-theme-ewebot .main_wrapper .nf-form-cont .nf-after-form-content,
    body.wp-theme-ewebot .main_wrapper .nf-form-cont .nf-response-msg {
        padding-right: 62px !important;
    }

    body.wp-theme-ewebot .main_wrapper .nf-form-cont .submit-container input[type="button"],
    body.wp-theme-ewebot .main_wrapper .nf-form-cont .submit-container input[type="submit"],
    body.wp-theme-ewebot .main_wrapper .nf-form-cont .submit-container button[type="submit"] {
        max-width: calc(100% - 62px) !important;
    }
}

/* Homepage rhythm/floating reserve v5: keep the existing Elementor-owned CTA/form hooks editable. */
body.home.wp-theme-ewebot .adindex-home-cta-band {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.home.wp-theme-ewebot .adindex-home-cta-band .elementor-widget-heading,
body.home.wp-theme-ewebot .adindex-home-cta-band .elementor-widget-text-editor,
body.home.wp-theme-ewebot .adindex-home-cta-band .elementor-widget-gt3-core-button,
body.home.wp-theme-ewebot .adindex-home-cta-band .elementor-widget-button {
    margin-bottom: 0 !important;
}

body.home.wp-theme-ewebot .adindex-home-cta-copy > .elementor-widget-wrap {
    display: grid;
    gap: 18px;
}

body.home.wp-theme-ewebot .adindex-home-cta-action > .elementor-widget-wrap {
    display: flex;
}

@media (min-width: 1180px) {
    body.home.wp-theme-ewebot .elementor-element-577270d2 .gt3-form-blur {
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    body.home.wp-theme-ewebot .adindex-home-cta-band > .elementor-container {
        gap: 22px !important;
    }

    body.home.wp-theme-ewebot .adindex-home-cta-copy > .elementor-widget-wrap {
        gap: 16px;
    }

    body.home.wp-theme-ewebot .adindex-home-cta-action > .elementor-widget-wrap {
        justify-content: flex-start !important;
    }

    body.home.wp-theme-ewebot .elementor-element-577270d2 .gt3-form-blur {
        padding-right: 24px !important;
        padding-left: 24px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-6d9f4843 {
        gap: 18px !important;
        padding: 34px 18px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-420c7642 {
        gap: 18px !important;
        row-gap: 18px !important;
        column-gap: 18px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-72a37d7,
    body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-4f136165,
    body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-23183bf5,
    body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-3600f18 {
        gap: 6px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-577270d2 .elementor-element-26cf166c {
        margin-top: 0 !important;
        padding: 20px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-577270d2 .gt3-form-blur > .elementor-widget-text-editor:last-child {
        padding-right: 70px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .submit-container,
    body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-after-form-content,
    body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .nf-response-msg {
        padding-right: 70px !important;
    }

    body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .submit-container input[type="button"],
    body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .submit-container input[type="submit"],
    body.home.wp-theme-ewebot .elementor-element-577270d2 .adindex-home-form .submit-container button[type="submit"] {
        max-width: calc(100% - 70px) !important;
    }
}

/* WPDA mobile toggle closed state: archives/search/secondary pages must read as a hamburger, not a dash. */
@media (max-width: 1024px) {
    :is(body.page:not(.home), body.single-post, body.single-dslc_projects, body.post-type-archive-dslc_projects, body.archive, body.search, body.error404).wp-theme-ewebot
        .wpda-header-builder.header_over_bg
        .elementor-widget-wpda-builder-menu:not(.mobile_menu_active)
        .wpda-mobile-navigation-toggle
        .wpda-toggle-box {
        position: relative !important;
        width: 22px !important;
        height: 18px !important;
    }

    :is(body.page:not(.home), body.single-post, body.single-dslc_projects, body.post-type-archive-dslc_projects, body.archive, body.search, body.error404).wp-theme-ewebot
        .wpda-header-builder.header_over_bg
        .elementor-widget-wpda-builder-menu:not(.mobile_menu_active)
        .wpda-mobile-navigation-toggle
        .wpda-toggle-inner,
    :is(body.page:not(.home), body.single-post, body.single-dslc_projects, body.post-type-archive-dslc_projects, body.archive, body.search, body.error404).wp-theme-ewebot
        .wpda-header-builder.header_over_bg
        .elementor-widget-wpda-builder-menu:not(.mobile_menu_active)
        .wpda-mobile-navigation-toggle
        .wpda-toggle-inner::before,
    :is(body.page:not(.home), body.single-post, body.single-dslc_projects, body.post-type-archive-dslc_projects, body.archive, body.search, body.error404).wp-theme-ewebot
        .wpda-header-builder.header_over_bg
        .elementor-widget-wpda-builder-menu:not(.mobile_menu_active)
        .wpda-mobile-navigation-toggle
        .wpda-toggle-inner::after {
        display: block !important;
        width: 20px !important;
        height: 2px !important;
        border-radius: 999px !important;
        background: #fff !important;
        opacity: 1 !important;
    }

    :is(body.page:not(.home), body.single-post, body.single-dslc_projects, body.post-type-archive-dslc_projects, body.archive, body.search, body.error404).wp-theme-ewebot
        .wpda-header-builder.header_over_bg
        .elementor-widget-wpda-builder-menu:not(.mobile_menu_active)
        .wpda-mobile-navigation-toggle
        .wpda-toggle-inner {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    :is(body.page:not(.home), body.single-post, body.single-dslc_projects, body.post-type-archive-dslc_projects, body.archive, body.search, body.error404).wp-theme-ewebot
        .wpda-header-builder.header_over_bg
        .elementor-widget-wpda-builder-menu:not(.mobile_menu_active)
        .wpda-mobile-navigation-toggle
        .wpda-toggle-inner::before,
    :is(body.page:not(.home), body.single-post, body.single-dslc_projects, body.post-type-archive-dslc_projects, body.archive, body.search, body.error404).wp-theme-ewebot
        .wpda-header-builder.header_over_bg
        .elementor-widget-wpda-builder-menu:not(.mobile_menu_active)
        .wpda-mobile-navigation-toggle
        .wpda-toggle-inner::after {
        position: absolute !important;
        left: 0 !important;
        content: "" !important;
        transform: none !important;
    }

    :is(body.page:not(.home), body.single-post, body.single-dslc_projects, body.post-type-archive-dslc_projects, body.archive, body.search, body.error404).wp-theme-ewebot
        .wpda-header-builder.header_over_bg
        .elementor-widget-wpda-builder-menu:not(.mobile_menu_active)
        .wpda-mobile-navigation-toggle
        .wpda-toggle-inner::before {
        top: -7px !important;
    }

    :is(body.page:not(.home), body.single-post, body.single-dslc_projects, body.post-type-archive-dslc_projects, body.archive, body.search, body.error404).wp-theme-ewebot
        .wpda-header-builder.header_over_bg
        .elementor-widget-wpda-builder-menu:not(.mobile_menu_active)
        .wpda-mobile-navigation-toggle
        .wpda-toggle-inner::after {
        top: 7px !important;
    }
}

/* Floating messenger collision state: footer/forms must remain unobstructed at every viewport. */
body.wp-theme-ewebot .adindex-floating-messengers.is-obscured {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(12px) scale(0.96) !important;
}

body.wp-theme-ewebot .back_to_top_container.is-obscured {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Floating messenger mobile toggle: keep contacts visible without covering content cards. */
@media (min-width: 768px) {
    body.wp-theme-ewebot .adindex-floating-messengers {
        width: 54px !important;
        height: 118px !important;
    }

    body.wp-theme-ewebot .adindex-floating-messengers:not([open]) > .adindex-floating-messenger-links {
        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        display: flex !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
    }
}

@media (max-width: 767px) {
    body.wp-theme-ewebot .adindex-floating-messengers {
        right: 12px !important;
        bottom: calc(14px + env(safe-area-inset-bottom)) !important;
        display: block !important;
        width: 44px !important;
        height: 44px !important;
    }

    body.wp-theme-ewebot .adindex-floating-messenger-toggle {
        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 2 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 44px !important;
        height: 44px !important;
        border: 1px solid rgba(214, 244, 255, 0.3) !important;
        border-radius: 999px !important;
        background: linear-gradient(145deg, #071b39 0%, #0d6fae 100%) !important;
        color: #fff !important;
        box-shadow: 0 16px 34px rgba(7, 27, 47, 0.28) !important;
    }

    body.wp-theme-ewebot .adindex-floating-messenger-links {
        position: absolute !important;
        right: 0 !important;
        bottom: 52px !important;
        display: flex !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(8px) scale(0.94) !important;
    }

    body.wp-theme-ewebot .adindex-floating-messengers[open] {
        height: 148px !important;
    }

    body.wp-theme-ewebot .adindex-floating-messengers[open] .adindex-floating-messenger-links {
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
    }

}

/* Archive family rhythm: keep the heading-to-filter join compact without changing content. */
@media (min-width: 768px) {
    body.wp-theme-ewebot .elementor-section:has(+ .elementor-section .case-archive),
    body.wp-theme-ewebot .elementor-section:has(+ .elementor-section .blog-archive) {
        padding-bottom: clamp(16px, 2vw, 24px) !important;
    }

    body.wp-theme-ewebot .elementor-section:has(.case-archive),
    body.wp-theme-ewebot .elementor-section:has(.blog-archive) {
        padding-top: clamp(16px, 1.8vw, 22px) !important;
    }

    body.wp-theme-ewebot .elementor-section:has(.case-archive) > .elementor-container > .elementor-column > .elementor-widget-wrap.elementor-element-populated,
    body.wp-theme-ewebot .elementor-section:has(.blog-archive) > .elementor-container > .elementor-column > .elementor-widget-wrap.elementor-element-populated {
        padding-top: 0 !important;
    }

    body.wp-theme-ewebot .case-filters,
    body.wp-theme-ewebot .blog-filters {
        margin-bottom: clamp(18px, 1.8vw, 24px) !important;
    }

    body.wp-theme-ewebot .adindex-seo-link-rail {
        margin-bottom: clamp(16px, 1.6vw, 22px) !important;
    }
}

@media (max-width: 767px) {
    body.wp-theme-ewebot .elementor-section:has(+ .elementor-section .case-archive),
    body.wp-theme-ewebot .elementor-section:has(+ .elementor-section .blog-archive) {
        padding-bottom: 12px !important;
    }

    body.wp-theme-ewebot .elementor-section:has(.case-archive),
    body.wp-theme-ewebot .elementor-section:has(.blog-archive) {
        padding-top: 8px !important;
        padding-bottom: 34px !important;
    }

    body.wp-theme-ewebot .elementor-section:has(.case-archive) > .elementor-container > .elementor-column > .elementor-widget-wrap.elementor-element-populated,
    body.wp-theme-ewebot .elementor-section:has(.blog-archive) > .elementor-container > .elementor-column > .elementor-widget-wrap.elementor-element-populated {
        padding-top: 6px !important;
        padding-bottom: 18px !important;
    }

    body.wp-theme-ewebot .case-archive,
    body.wp-theme-ewebot .blog-archive {
        overflow-x: clip;
    }

    body.wp-theme-ewebot .adindex-seo-link-rail,
    body.wp-theme-ewebot .case-filters,
    body.wp-theme-ewebot .blog-filters {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 8px !important;
        overflow: visible !important;
        margin: 0 0 14px !important;
        padding: 0 !important;
        -webkit-mask-image: none;
        mask-image: none;
        scroll-snap-type: none !important;
        scrollbar-width: auto;
    }

    body.wp-theme-ewebot .adindex-seo-link-rail {
        margin-bottom: 12px !important;
    }

    body.wp-theme-ewebot .adindex-seo-link-rail a,
    body.wp-theme-ewebot .case-filter,
    body.wp-theme-ewebot .blog-filter {
        flex: 0 1 auto !important;
        min-width: 0 !important;
        max-width: 100% !important;
        min-height: 40px !important;
        padding: 0 13px !important;
        line-height: 1.15 !important;
        scroll-snap-align: none !important;
        text-align: center !important;
        white-space: normal !important;
    }

    body.wp-theme-ewebot .adindex-seo-link-rail::-webkit-scrollbar,
    body.wp-theme-ewebot .case-filters::-webkit-scrollbar,
    body.wp-theme-ewebot .blog-filters::-webkit-scrollbar {
        display: none;
    }

    body.wp-theme-ewebot .blog-archive .adindex-seo-link-rail,
    body.wp-theme-ewebot .blog-archive .blog-filters {
        display: grid !important;
        grid-auto-columns: max-content;
        grid-auto-flow: column;
        grid-template-rows: repeat(2, minmax(40px, auto));
        gap: 8px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 42px 8px 0 !important;
        -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 40px), transparent 100%);
        mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 40px), transparent 100%);
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    body.wp-theme-ewebot .blog-archive .adindex-seo-link-rail a,
    body.wp-theme-ewebot .blog-archive .blog-filter {
        max-width: min(78vw, 300px) !important;
        white-space: nowrap !important;
    }
}

/* Single case rhythm/header pass: align native GT3 case pages with the dark archive/service system. */
body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg {
    background-color: #061426 !important;
    background-image:
        radial-gradient(circle at 14% 0%, rgba(13, 111, 174, 0.22), transparent 34%),
        linear-gradient(180deg, #061426 0%, #071b2f 100%) !important;
    box-shadow: 0 18px 44px rgba(7, 27, 47, 0.18);
}

body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-element-adctbar,
body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .elementor-element-adcthtm,
body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar,
body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar span,
body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__inner,
body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__since,
body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__actions {
    color: rgba(224, 239, 255, 0.78) !important;
}

body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar a,
body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar a:visited,
body.single-dslc_projects.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__mail {
    color: #63c7ff !important;
}

body.single-dslc_projects.wp-theme-ewebot .adindex-native-breadcrumbs-wrap {
    margin-top: clamp(18px, 2.2vw, 30px);
    margin-bottom: 16px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    body.single-dslc_projects.wp-theme-ewebot .gt3-page-title.gt3-page-title_has_img_bg {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    body.single-dslc_projects.wp-theme-ewebot .gt3-page-title .container {
        width: calc(100vw - 56px) !important;
        max-width: calc(100vw - 56px) !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        box-sizing: border-box;
    }

    body.single-dslc_projects.wp-theme-ewebot .gt3-page-title__content,
    body.single-dslc_projects.wp-theme-ewebot .gt3-page-title .page_title,
    body.single-dslc_projects.wp-theme-ewebot .gt3-page-title h1,
    body.single-dslc_projects.wp-theme-ewebot .gt3-page-title .gt3_breadcrumb,
    body.single-dslc_projects.wp-theme-ewebot .gt3-page-title .breadcrumbs {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    body.single-dslc_projects.wp-theme-ewebot .gt3-page-title .gt3_breadcrumb .current {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        width: auto !important;
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: normal;
    }
}

@media (max-width: 767px) {
    body.single-dslc_projects.wp-theme-ewebot .adindex-native-breadcrumbs-wrap {
        margin-top: 34px;
        margin-bottom: 14px;
    }
}

/* Native case content: legacy metric tables should behave as case cards on narrow screens. */
body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"] {
    overflow: visible;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent !important;
    box-shadow: none !important;
}

body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"] td {
    border: 0 !important;
    vertical-align: stretch;
}

body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"] td > div[style*="background"] {
    display: flex;
    height: auto !important;
    min-height: 148px;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    box-sizing: border-box;
    background: linear-gradient(135deg, var(--adindex-orange, #ff7a1a), var(--adindex-orange-deep, #d95800)) !important;
    box-shadow: 0 18px 34px rgba(213, 88, 0, 0.18);
    color: var(--adindex-on-orange, #071b2f) !important;
}

body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"] td strong {
    display: block;
    color: var(--adindex-on-orange, #071b2f) !important;
    font-size: clamp(17px, 1.65vw, 22px);
    font-weight: 800;
    line-height: 1.22;
}

body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"] td strong span {
    display: block;
    margin-top: 10px;
    color: #fff !important;
    font-size: clamp(28px, 3vw, 42px) !important;
    font-weight: 900 !important;
    line-height: 1.02;
}

@media (min-width: 768px) and (max-width: 1024px) {
    body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"],
    body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"] tbody,
    body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"] tr {
        display: block;
        width: 100% !important;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"] tr {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"] td {
        display: block;
        width: 100% !important;
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    body.single-dslc_projects.wp-theme-ewebot #main_content p:empty,
    body.single-dslc_projects.wp-theme-ewebot #main_content p:has(> br:only-child) {
        display: none;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"],
    body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"] tbody,
    body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"] tr {
        display: block;
        width: 100% !important;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"] tr {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"] td {
        display: block;
        width: 100% !important;
        padding: 0 !important;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"] td > div[style*="background"] {
        min-height: 0;
        padding: 18px 20px !important;
        border-radius: 16px !important;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"] td strong {
        font-size: 18px;
        overflow-wrap: normal;
        word-break: normal;
    }

    body.single-dslc_projects.wp-theme-ewebot #main_content table[style*="table-layout: fixed"] td strong span {
        font-size: clamp(30px, 8.7vw, 38px) !important;
        white-space: nowrap;
        overflow-wrap: normal;
    }
}

/* Ewebot compatibility bridge. Geometry values come from paired WPDA owners;
   the child only prevents route-specific theme rules from changing flex flow. */
@media (min-width: 1025px) {
    html body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-header-row {
        display: flex !important;
        min-height: var(--min-height) !important;
        flex-flow: row nowrap !important;
        align-items: center !important;
        gap: var(--gap) !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-header-logo,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-language-switcher,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-header-cta {
        flex: 0 0 var(--container-widget-width) !important;
        width: var(--container-widget-width) !important;
        max-width: var(--container-widget-width) !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-nav {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-shared-header-cta a {
        width: 100% !important;
        justify-content: center !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar span,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__inner,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__since,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__actions {
        color: rgba(224, 239, 255, 0.82) !important;
    }

    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar a,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar a:visited,
    body.wp-theme-ewebot .wpda-header-builder.header_over_bg .adindex-header-contact-bar__mail {
        color: #63c7ff !important;
    }
}

/*
 * Shared component spacing/header recovery batch.
 * Classic Elementor paints column backgrounds across its internal gutter, so
 * the existing semantic tools-card class needs a real parent grid gap. Native
 * archives also inherit Ewebot list margins that make the shared WPDA header
 * 24px taller than page-based families. Retire these bridges when both owners
 * expose equivalent native controls without the legacy cascade.
 */
@media (min-width: 1025px) {
    :is(body.category, body.tag, body.date, body.author, body.search, body.error404).wp-theme-ewebot
        .wpda-header-builder.header_over_bg .wpda-builder-menu > ul {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

body.home.wp-theme-ewebot .adindex-home-tools-grid > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(14px, 1.4vw, 18px);
    align-items: stretch;
}

body.home.wp-theme-ewebot .adindex-home-tools-grid > .elementor-container > .adindex-home-tools-card {
    grid-column: span 2;
    width: auto !important;
    min-width: 0;
}

body.home.wp-theme-ewebot .adindex-home-tools-grid > .elementor-container > .adindex-home-tools-card:nth-child(7) {
    grid-column: 2 / span 2;
}

body.home.wp-theme-ewebot .adindex-home-tools-grid > .elementor-container > .adindex-home-tools-card:nth-child(8) {
    grid-column: 4 / span 2;
}

body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row > .elementor-container {
    gap: clamp(18px, 1.8vw, 24px);
}

body.home.wp-theme-ewebot .adindex-expertise-badge-grid,
body.home.wp-theme-ewebot .adindex-expertise-services-grid {
    gap: 0 18px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    body.home.wp-theme-ewebot .adindex-home-tools-grid > .elementor-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    body.home.wp-theme-ewebot .adindex-home-tools-grid > .elementor-container > .adindex-home-tools-card,
    body.home.wp-theme-ewebot .adindex-home-tools-grid > .elementor-container > .adindex-home-tools-card:nth-child(7),
    body.home.wp-theme-ewebot .adindex-home-tools-grid > .elementor-container > .adindex-home-tools-card:nth-child(8) {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    body.home.wp-theme-ewebot .adindex-home-tools-grid > .elementor-container {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    body.home.wp-theme-ewebot .adindex-home-tools-grid > .elementor-container > .adindex-home-tools-card,
    body.home.wp-theme-ewebot .adindex-home-tools-grid > .elementor-container > .adindex-home-tools-card:nth-child(7),
    body.home.wp-theme-ewebot .adindex-home-tools-grid > .elementor-container > .adindex-home-tools-card:nth-child(8) {
        grid-column: auto;
    }

    body.wp-theme-ewebot.page:not(.home) .adindex-service-card-row > .elementor-container {
        gap: 14px;
    }

    body.home.wp-theme-ewebot .adindex-expertise-badge-grid,
    body.home.wp-theme-ewebot .adindex-expertise-services-grid {
        gap: 0;
    }
}

/*
 * Shared motion compatibility bridge: Ewebot, Elementor, GT3, WPDA and Ninja
 * still publish broad or layout-affecting transition properties for these live
 * components. Keep the child layer limited to paint/opacity/transform properties
 * and remove this bridge when native owners expose explicit controls.
 */
body.wp-theme-ewebot .elementor[class*="elementor-"] :is(.elementor-element, .elementor-widget-wrap, .elementor-widget-container),
body.wp-theme-ewebot .elementor-element .elementor-widget-container {
    transition-property: background, background-color, background-position, border-color, box-shadow, opacity, transform;
}

body.wp-theme-ewebot a,
body.wp-theme-ewebot button,
body.wp-theme-ewebot input,
body.wp-theme-ewebot select,
body.wp-theme-ewebot textarea {
    transition-property: color, background-color, border-color, box-shadow, opacity, text-decoration-color;
    transition-duration: 300ms;
    transition-timing-function: ease;
}

body.wp-theme-ewebot .elementor-icon,
body.wp-theme-ewebot .elementor-button,
body.wp-theme-ewebot .elementor-widget-gt3-core-button a,
body.wp-theme-ewebot .elementor-widget-gt3-core-button :is(.gt3_module_button__icon, .gt3_module_button__text, span, svg),
body.wp-theme-ewebot .gt3_module_button_elementor a,
body.wp-theme-ewebot .gt3_module_button_elementor :is(.gt3_module_button__icon, .gt3_module_button__text, span, svg),
body.wp-theme-ewebot .nf-form-cont :is(input, select, textarea, button),
body.wp-theme-ewebot .nf-form-cont :is(.nf-element, .ninja-forms-field),
body.wp-theme-ewebot #back_to_top,
body.wp-theme-ewebot .post_share_wrap :is(li, .fa),
body.wp-theme-ewebot .gt3_module_button_list,
body.wp-theme-ewebot .gt3_module_button_list a,
body.wp-theme-ewebot .elementor-widget-gt3-core-blog .blog_post_preview,
body.wp-theme-ewebot .pagerblock :is(a, span, .current),
body.wp-theme-ewebot .page-link :is(a, span, .current),
body.wp-theme-ewebot .page-numbers,
body.wp-theme-ewebot .port_back2grid span,
body.wp-theme-ewebot .comment-form :is(input[type="submit"], button[type="submit"]),
body.wp-theme-ewebot #respond .form-submit button#submit,
body.error404.wp-theme-ewebot .wrapper_404 a {
    transition-property: color, background-color, border-color, box-shadow, opacity, transform;
    transition-duration: 320ms;
    transition-timing-function: cubic-bezier(0.32, 0.72, 0, 1);
}

body.wp-theme-ewebot .wpda-header-builder .wpda-builder-menu a,
body.wp-theme-ewebot .blog_post_preview .listing_meta a,
body.single-post.wp-theme-ewebot :is(.listing_meta, .blog_post_meta, .single_meta) a {
    transition-property: color, background-color, border-color, opacity, text-decoration-color;
    transition-duration: 300ms;
    transition-timing-function: ease;
}

body.wp-theme-ewebot .wpda-header-builder .wpda-navbar-collapse {
    transition-property: opacity, transform, visibility;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.32, 0.72, 0, 1);
}

body.wp-theme-ewebot .pum-overlay {
    transition-property: opacity, visibility;
    transition-duration: 180ms;
    transition-timing-function: ease;
}

/*
 * Ewebot 404 compatibility reset: keep the native planet artwork and geometry,
 * but stop its perpetual decorative rotation. Retire this bridge when Ewebot
 * exposes a native non-perpetual 404 effect control.
 */
body.error404.wp-theme-ewebot .planet_404_ring,
body.error404.wp-theme-ewebot .planet_404_front::before,
body.error404.wp-theme-ewebot .planet_404_back::before {
    -webkit-animation: none;
    animation: none;
}

@media (prefers-reduced-motion: reduce) {
    body.wp-theme-ewebot .elementor[class*="elementor-"] :is(.elementor-element, .elementor-widget-wrap, .elementor-widget-container),
    body.wp-theme-ewebot .elementor-element .elementor-widget-container,
    body.wp-theme-ewebot .main_wrapper .gt3_module_button_elementor a,
    body.wp-theme-ewebot .main_wrapper a.elementor-button,
    body.wp-theme-ewebot .main_wrapper .elementor-button-link,
    body.wp-theme-ewebot .wpda-header-builder .gt3_module_button_elementor a,
    body.wp-theme-ewebot .wpda-header-builder a.elementor-button,
    body.wp-theme-ewebot .adindex-shared-footer .gt3_module_button_elementor a,
    body.wp-theme-ewebot .adindex-shared-footer a.elementor-button,
    body.wp-theme-ewebot .nf-form-content input[type="button"],
    body.wp-theme-ewebot .nf-form-content input[type="submit"],
    body.wp-theme-ewebot .wpcf7 input[type="submit"],
    body.wp-theme-ewebot .case-filter,
    body.wp-theme-ewebot .blog-filter,
    body.wp-theme-ewebot .case-page-btn,
    body.wp-theme-ewebot .blog-page-btn,
    body.wp-theme-ewebot a,
    body.wp-theme-ewebot button,
    body.wp-theme-ewebot input,
    body.wp-theme-ewebot select,
    body.wp-theme-ewebot textarea,
    body.wp-theme-ewebot .elementor-icon,
    body.wp-theme-ewebot .elementor-button,
    body.wp-theme-ewebot .elementor-widget-gt3-core-button a,
    body.wp-theme-ewebot .elementor-widget-gt3-core-button :is(.gt3_module_button__icon, .gt3_module_button__text, span, svg),
    body.wp-theme-ewebot .gt3_module_button_elementor a,
    body.wp-theme-ewebot .gt3_module_button_elementor :is(.gt3_module_button__icon, .gt3_module_button__text, span, svg),
    body.wp-theme-ewebot .nf-form-cont :is(input, select, textarea, button, .nf-element, .ninja-forms-field),
    body.wp-theme-ewebot .wpda-header-builder .wpda-builder-menu a,
    body.wp-theme-ewebot .wpda-header-builder .wpda-navbar-collapse,
    body.wp-theme-ewebot .pum-overlay,
    body.wp-theme-ewebot #back_to_top,
    body.wp-theme-ewebot .post_share_wrap :is(li, .fa),
    body.wp-theme-ewebot .blog_post_preview .listing_meta a,
    body.wp-theme-ewebot .gt3_module_button_list,
    body.wp-theme-ewebot .gt3_module_button_list a,
    body.wp-theme-ewebot .elementor-widget-gt3-core-blog .blog_post_preview,
    body.wp-theme-ewebot .pagerblock :is(a, span, .current),
    body.wp-theme-ewebot .page-link :is(a, span, .current),
    body.wp-theme-ewebot .page-numbers,
    body.wp-theme-ewebot .port_back2grid span,
    body.single-post.wp-theme-ewebot :is(.listing_meta, .blog_post_meta, .single_meta) a,
    body.wp-theme-ewebot .comment-form :is(input[type="submit"], button[type="submit"]),
    body.wp-theme-ewebot #respond .form-submit button#submit,
    body.error404.wp-theme-ewebot .wrapper_404 a {
        transition: none !important;
    }

    body.wp-theme-ewebot .wpda-header-builder .gt3_module_button_elementor a:is(:hover, :active),
    body.wp-theme-ewebot .wpda-header-builder a.elementor-button:is(:hover, :active),
    body.wp-theme-ewebot .adindex-shared-footer .gt3_module_button_elementor a:is(:hover, :active),
    body.wp-theme-ewebot .adindex-shared-footer a.elementor-button:is(:hover, :active),
    body.wp-theme-ewebot .nf-form-content input[type="button"]:is(:hover, :active),
    body.wp-theme-ewebot .nf-form-content input[type="submit"]:is(:hover, :active),
    body.wp-theme-ewebot .wpcf7 input[type="submit"]:is(:hover, :active),
    body.wp-theme-ewebot .case-filter:hover,
    body.wp-theme-ewebot .blog-filter:hover,
    body.wp-theme-ewebot .case-page-btn:hover,
    body.wp-theme-ewebot .blog-page-btn:hover {
        transform: none !important;
    }
}

/*
 * Client-logo heading is one dark service band with the rows below it.
 * This intersection must follow the surface role rather than the generic
 * light service-section heading color declared earlier in the cascade.
 */
body.wp-theme-ewebot.page:not(.home)
    .adindex-service-client-heading.adindex-service-section-heading
    .elementor-heading-title {
    color: #fff !important;
}
