.elementor-144780 .elementor-element.elementor-element-39ddd94{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-144780 .elementor-element.elementor-element-39ddd94:not(.elementor-motion-effects-element-type-background), .elementor-144780 .elementor-element.elementor-element-39ddd94 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-144780 .elementor-element.elementor-element-7a9b387{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:30px;--padding-bottom:0px;--padding-left:20px;--padding-right:0px;}.elementor-144780 .elementor-element.elementor-element-7a9b387:not(.elementor-motion-effects-element-type-background), .elementor-144780 .elementor-element.elementor-element-7a9b387 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-144780 .elementor-element.elementor-element-3d53108{--display:flex;}.elementor-144780 .elementor-element.elementor-element-3d53108:not(.elementor-motion-effects-element-type-background), .elementor-144780 .elementor-element.elementor-element-3d53108 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-144780 .elementor-element.elementor-element-322d55f{padding:20px 0px 0px 0px;}.elementor-144780 .elementor-element.elementor-element-322d55f .elementor-wrapper{--video-aspect-ratio:1.77777;}@media(max-width:1024px){.elementor-144780 .elementor-element.elementor-element-7a9b387{--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--flex-wrap:wrap;}}@media(max-width:767px){.elementor-144780 .elementor-element.elementor-element-7a9b387{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}}/* Start custom CSS for html, class: .elementor-element-8c5f448 *//* =====BLAHFACE AI & ROBOTICS PAGE===== */
.BFAIROBOTICS {
    width: 100%;
    margin: 0;
    padding: 0 0 55px;
    background: #000000;
    color: #ffffff;
}

/* =====BREADCRUMB===== */
.BFAIROBOTICS-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 28px 42px 12px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.BFAIROBOTICS-breadcrumb a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.BFAIROBOTICS-breadcrumb a:hover {
    color: #00e5ff !important;
}

.BFAIROBOTICS-arrow {
    color: #970018;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

.BFAIROBOTICS-current {
    color: #ffffff;
}

/* =====PAGE TITLE===== */
.BFAIROBOTICS-title-wrap {
    width: 100%;
    max-width: 1680px;
    margin: 5px auto 30px;
    padding: 0 42px;
    display: flex;
    justify-content: center;
}

.BFAIROBOTICS-title {
    width: min(620px, 62%);
    margin: 0;
    padding: 14px 28px;
    border: 3px solid #00e5ff;
    border-radius: 21px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    font-size: clamp(30px, 2.7vw, 42px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.5px;
    box-shadow: 0 0 12px rgba(0, 229, 255, 0.08);
}

/* =====HERO VIDEO===== */
.BFAIROBOTICS-hero-video-wrap {
    position: relative;
    width: calc(100% - 84px);
    max-width: 1680px;
    margin: 0 auto 36px;
    overflow: hidden;
    border-radius: 21px;
    background: #000000;
    line-height: 0;
}

.BFAIROBOTICS-hero-video {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: #000000;
}

.BFAIROBOTICS-hero-desktop {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.BFAIROBOTICS-hero-mobile {
    display: none;
}

/* =====VIDEO CONTROLS===== */
.BFAIROBOTICS-hero-controls {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: normal;
}

.BFAIROBOTICS-sound-toggle,
.BFAIROBOTICS-restart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 30px;
    width: auto;
    margin: 0;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50px;
    background: rgba(7, 8, 14, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    font-family: inherit;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.25);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.BFAIROBOTICS-sound-toggle:hover,
.BFAIROBOTICS-restart:hover {
    background: rgba(10, 12, 20, 0.88);
    border-color: rgba(0, 229, 255, 0.60);
}

.BFAIROBOTICS-sound-off,
.BFAIROBOTICS-sound-on,
.BFAIROBOTICS-restart-icon {
    display: none !important;
}

.BFAIROBOTICS-sound-toggle[aria-pressed="true"] {
    border-color: rgba(0, 229, 255, 0.55);
    color: #00e5ff;
}

/* =====INTRO PARAGRAPH===== */
.BFAIROBOTICS-intro {
    width: calc(100% - 84px);
    max-width: 1680px;
    margin: 0 auto;
    padding: 14px 0 24px;
}

.BFAIROBOTICS-intro p {
    max-width: 1100px;
    margin: 0 auto;
    color: #d8d8df;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
}

/* =====MAIN CONTENT SECTION===== */
.BFAIROBOTICS-section {
    width: calc(100% - 84px);
    max-width: 1680px;
    margin: 0 auto;
    padding: 48px 0;
}

/* =====SECTION HEADING===== */
.BFAIROBOTICS-section-header {
    margin-bottom: 28px;
}

.BFAIROBOTICS-section-kicker {
    display: block;
    margin-bottom: 7px;
    color: #00e5ff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.BFAIROBOTICS-section-header h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 700;
    line-height: 1.15;
}

/* =====ARTICLE GRID===== */
.BFAIROBOTICS-news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

/* =====ARTICLE CARD===== */
.BFAIROBOTICS-news-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-height: 118px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 21px;
    background: linear-gradient(135deg, rgba(17, 17, 26, 0.92), rgba(8, 8, 14, 0.96));
    color: #ffffff !important;
    text-decoration: none !important;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.BFAIROBOTICS-news-card:hover {
    border-color: rgba(0, 229, 255, 0.40);
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
}

.BFAIROBOTICS-news-number {
    color: rgba(0, 229, 255, 0.65);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
}

.BFAIROBOTICS-news-content {
    min-width: 0;
}

.BFAIROBOTICS-news-card h3 {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.BFAIROBOTICS-news-card p {
    margin: 8px 0 0;
    color: #9a9aab;
    font-size: 12px;
}

/* =====VIDEO GRID===== */

.BFAIROBOTICS-video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

/* =====VIDEO CARD===== */
.BFAIROBOTICS-video-card {
    min-width: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.BFAIROBOTICS-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 21px;
    background: #000000;
}

.BFAIROBOTICS-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.BFAIROBOTICS-youtube {
    display: inline-block;
    margin-top: 8px;
    color: #9a9aab !important;
    font-size: 9px;
    line-height: 1;
    text-decoration: none !important;
}

.BFAIROBOTICS-youtube:hover {
    color: #00e5ff !important;
}

.BFAIROBOTICS-video-card h3 {
    margin: 8px 0 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.BFAIROBOTICS-video-card p {
    margin: 5px 0 0;
    color: #9a9aab;
    font-size: 12px;
}

/* =====EXPLORE TECHNOLOGY===== */
.BFAIROBOTICS-explore {
    width: calc(100% - 84px);
    max-width: 1680px;
    margin: 25px auto 0;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 21px;
    background: rgba(10, 10, 16, 0.90);
}

.BFAIROBOTICS-explore-title {
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.BFAIROBOTICS-explore-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.BFAIROBOTICS-explore-links a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 15px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.BFAIROBOTICS-explore-links a:hover {
    border-color: rgba(0, 229, 255, 0.50);
    background: rgba(0, 229, 255, 0.08);
    color: #00e5ff !important;
}

.BFAIROBOTICS-explore-links .BFAIROBOTICS-explore-active {
    border-color: rgba(0, 229, 255, 0.55);
    background: rgba(0, 229, 255, 0.08);
    color: #00e5ff !important;
}

/* =====TABLET===== */
@media (max-width: 1024px) {
    .BFAIROBOTICS-breadcrumb {
        padding: 24px 28px 10px;
        gap: 14px;
        font-size: 16px;
    }

    .BFAIROBOTICS-arrow {
        font-size: 25px;
    }

    .BFAIROBOTICS-title-wrap {
        margin: 5px auto 25px;
        padding: 0 28px;
    }

    .BFAIROBOTICS-title {
        width: min(600px, 76%);
        padding: 13px 24px;
    }

    .BFAIROBOTICS-hero-video-wrap,
    .BFAIROBOTICS-intro,
    .BFAIROBOTICS-section,
    .BFAIROBOTICS-explore {
        width: calc(100% - 56px);
    }

    .BFAIROBOTICS-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =====MOBILE===== */
@media (max-width: 767px) {
    .BFAIROBOTICS {
        padding-bottom: 30px;
    }

    .BFAIROBOTICS-breadcrumb {
        gap: 8px;
        padding: 18px 18px 8px;
        font-size: 13px;
    }

    .BFAIROBOTICS-arrow {
        font-size: 20px;
    }

    .BFAIROBOTICS-title-wrap {
        margin: 4px auto 22px;
        padding: 0 18px;
    }

    .BFAIROBOTICS-title {
        width: 100%;
        padding: 12px 18px;
        border-width: 2px;
        font-size: 26px;
        line-height: 1.1;
    }

    .BFAIROBOTICS-hero-video-wrap {
        width: calc(100% - 28px);
        margin-bottom: 24px;
    }

    .BFAIROBOTICS-hero-desktop {
        display: none;
    }

    .BFAIROBOTICS-hero-mobile {
        display: block;
        width: 100%;
        aspect-ratio: 9 / 16;
        object-fit: cover;
    }

    .BFAIROBOTICS-hero-controls {
        right: 8px;
        bottom: 8px;
        gap: 5px;
    }

    .BFAIROBOTICS-sound-toggle,
    .BFAIROBOTICS-restart {
        min-height: 27px;
        padding: 5px 9px;
        font-size: 8.5px;
    }

    .BFAIROBOTICS-intro {
        width: auto;
        margin: 0 14px 0 40px;
        padding: 5px 0 18px;
    }

    .BFAIROBOTICS-intro p {
        max-width: none;
        margin: 0;
        font-size: 15px;
        line-height: 1.65;
        text-align: left;
    }

    .BFAIROBOTICS-section {
        width: auto;
        margin: 0 14px 0 40px;
        padding: 35px 0;
    }

    .BFAIROBOTICS-news-grid {
        grid-template-columns: 1fr;
    }

    .BFAIROBOTICS-video-grid {
        grid-template-columns: 1fr;
    }

    .BFAIROBOTICS-explore {
        width: auto;
        margin: 10px 14px 0 40px;
        padding: 18px;
    }

    .BFAIROBOTICS-explore-links {
        gap: 7px;
    }

    .BFAIROBOTICS-explore-links a {
        padding: 8px 12px;
        font-size: 11px;
    }
}

/* =====SMALL MOBILE===== */
@media (max-width: 430px) {
    .BFAIROBOTICS-breadcrumb {
        padding: 16px 14px 7px;
        font-size: 12px;
    }

    .BFAIROBOTICS-title-wrap {
        padding: 0 14px;
        margin: 3px auto 20px;
    }

    .BFAIROBOTICS-title {
        padding: 11px 14px;
        font-size: 24px;
    }

    .BFAIROBOTICS-hero-video-wrap {
        width: calc(100% - 20px);
    }

    .BFAIROBOTICS-intro,
    .BFAIROBOTICS-section {
        margin-left: 38px;
        margin-right: 10px;
    }

    .BFAIROBOTICS-explore {
        margin-left: 38px;
        margin-right: 10px;
    }

    .BFAIROBOTICS-sound-toggle,
    .BFAIROBOTICS-restart {
        min-height: 25px;
        padding: 4px 8px;
        font-size: 8px;
    }
}

/* =====FEATURED VIDEO BOTTOM SPACING===== */

.BFAIROBOTICS-video-section {
    padding-bottom: 0px;
}

.BFAIROBOTICS-news-source {
    font-weight: 400;
}

.BFAIROBOTICS-news-summary {
    margin-top: 5px;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
}

.BFAIROBOTICS-news-brief {
    color: #970018;
    font-weight: 700;
}

/* =========================================================
   NEWS BRIEF EXPLANATION
   ========================================================= */

.BFAIROBOTICS-news-note {
    width: 100%;
    margin: 18px 0 0;
    padding: 12px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #9a9aab;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

.BFAIROBOTICS-news-note strong {
    color: #970018;
    font-weight: 700;
}

@media (max-width: 767px) {
    .BFAIROBOTICS-news-note {
        margin-top: 14px;
        padding-top: 10px;
        font-size: 11px;
        line-height: 1.5;
    }
}/* End custom CSS */