:root {
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223;
    --wp-bound-block-color: var(--wp-block-synced-color);
    --wp-editor-canvas-background: #ddd;
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px
}

@media (min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

.wp-element-button {
    cursor: pointer
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

.has-fit-text {
    white-space: nowrap !important
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

/*# sourceURL=wp-block-library-inline-css */


/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

/*# sourceURL=/wp-includes/css/classic-themes.min.css */

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--2-f-3551: #2f3551;
    --wp--preset--color--fcfcfd: #fcfcfd;
    --wp--preset--color--f-4-cced: #f4cced;
    --wp--preset--color--efe-2-a-0: #efe2a0;
    --wp--preset--color--f-3-d-1-c-8: #f3d1c8;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
    --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body {
    background-color: #F1F4F7;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

/*# sourceURL=global-styles-inline-css */


/* ===== BrightSecure Multi Mega Menu CSS (bs- prefix) ===== */




.bs-acc-panel a span::after {
    content: none !important;
}

.bs-business-grid a span::after {
    content: none !important;
}

li#menu-item-3371 a span::after {
    content: none !important;
}

/* LANDSCAPE: ensure primary menu & mega menus fully visible (no clipping) */
@media (max-width: 900px) and (orientation: landscape) {

    /* allow header/menu container to expand and not clip */
    header.header,
    .header__menu,
    .header__container,
    #main-navigation-wrapper,
    nav {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    /* make the main menu flexible: try wrapping to new rows first (so items stay visible) */
    #main-menu,
    #main-menu>ul,
    #main-menu>.menu {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 8px !important;
    }

    /* ensure each li doesn't collapse and keeps its content on one line */
    #main-menu>li,
    #main-menu li {
        flex: 0 0 auto !important;
        white-space: nowrap !important;
        min-width: 0 !important;
    }

    /* if wrapping still can't fit (very long), allow horizontal scroll on the menu row */
    /* wrap the actual menu row in a scrollable container — fallback */
    #main-navigation-wrapper {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-behavior: smooth !important;
        white-space: nowrap !important;
    }

    /* make sure the UL doesn't force clipping */
    #main-navigation-wrapper ul {
        display: inline-flex !important;
        flex-wrap: nowrap !important;
    }

    /* MEGA MENU: full height and scrollable in landscape */
    .bs-mega-wrap {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: calc(var(--site-header-height, 50px)) !important;
        /* fallback to 50px if var not set */
        height: calc(100vh - calc(var(--site-header-height, 50px))) !important;
        max-height: calc(100vh - calc(var(--site-header-height, 50px))) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        overflow-x: hidden !important;
        width: 100% !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    /* ensure inner containers don't clip */
    .bs-mega-wrap .menu-sec,
    .bs-mega-wrap .bs-cols,
    .bs-mega-wrap .bs-col,
    .bs-mega-wrap .bs-accordion,
    .bs-mega-wrap .bs-acc-panel,
    .bs-mega-wrap .bs-resources-grid,
    .bs-mega-wrap .bs-company-grid {
        max-height: none !important;
        height: auto !important;
        overflow: visible !important;
    }

    /* If header uses a fixed height via CSS variable, set it (you can tweak 50px) */
    :root {
        --site-header-height: 50px;
    }

    /* small safety: ensure body/html overflow won't hide fixed elements */
    html,
    body {
        height: 100% !important;
        overflow: visible !important;

    }
}

.nav-primary>ul#main-menu li.menu-item a span::after {
    /* content: "\f0de"; */
    font-family: 'dashicons';
    content: "\f142";
    font-size: 15px;
    vertical-align: middle;
}

.menu-sec ul li a span::after {
    content: none !important;
}

li#menu-item-3368:has(.bs-star-wrap[style*="display: block"])>a span::after {
    font-family: 'dashicons';
    content: "\f140" !important;
}

li#menu-item-3369:has(.bs-platform-wrap[style*="display: block"])>a span::after {
    font-family: 'dashicons';
    content: "\f140" !important;
}

li#menu-item-3370:has(.bs-resources-wrap[style*="display: block"])>a span::after {
    font-family: 'dashicons';
    content: "\f140" !important;
}

li#menu-item-3372:has(.bs-company-wrap[style*="display: block"])>a span::after {
    font-family: 'dashicons';
    content: "\f140" !important;
}

li#menu-item-3368:has(.bs-star-wrap[style*="display: block"])>a span {
    color: #fff !important;
}

.bs-mega-common {
    font-family: Inter, system-ui, sans-serif;
}

header.header.header--loaded.header--sticky {
    background: #FCFCFD;
}

header.header.header--loaded {
    background: #FCFCFD;
}

div#main-navigation-wrapper ul#main-menu li span {
    color: #757785;
    font-size: 12px;
    font-weight: 500;
}

div#main-navigation-wrapper ul#main-menu li {
    margin-inline: 17px;
}

li#menu-item-3368:has(.bs-star-wrap[style*="display: block"])>a span {
    color: #fff;
}

.header__actions a.c-btn.c-btn-secondary.c-btn--variation-pink.c-btn--variation-default.c-btn--variation-arrow-right {
    background: #E784D5;
    border-radius: 12px;
}

.header__actions a.c-btn.c-btn-secondary.c-btn--variation-pink.c-btn--variation-default.c-btn--variation-arrow-right svg {
    display: none;
}

.menu-item-star.active-star>a {
    background: linear-gradient(90.17deg, #DE6143 0.3%, #EC9EDD 69.08%);
    color: #fff !important;
    border-radius: 6px;
    padding: 6px 10px;
}

/* Remove STAR highlight whenever ANY mega menu (except STAR) is open */
li#menu-item-3368:has(.bs-star-wrap[style*="display: block"])>a {
    background: linear-gradient(97.95deg, #DE6143 -0.24%, #EC9EDD 93.93%);
    color: #fff !important;
    border-radius: 6px;
    padding: 5px 8px;
}

/* BUT if ANY other mega menu is open → STAR highlight remove */
ul#main-menu:has(.bs-platform-wrap[style*="display: block"]) li#menu-item-3368>a,
ul#main-menu:has(.bs-resources-wrap[style*="display: block"]) li#menu-item-3368>a,
ul#main-menu:has(.bs-company-wrap[style*="display: block"]) li#menu-item-3368>a {
    background: none !important;
    color: inherit !important;
}

/* general mega wrap */
.bs-mega-wrap {
    background: #F1F4F7;
    border: 1px solid rgba(16, 24, 40, 0.06);
    border-radius: 10px;
    box-shadow: 0 12px 36px rgba(16, 24, 40, 0.10);
    padding: 16px;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
    transform-origin: top center;
    animation: bsFade .16s ease both;
}

li#menu-item-3369:has(.bs-platform-wrap[style*="display: block"])>a {
    border: 2px solid #E4CD64;
    border-radius: 12px;
    padding: 5px 8px;
}

li#menu-item-3370:has(.bs-resources-wrap[style*="display: block"])>a {
    border: 2px solid #E48973;
    border-radius: 12px;
    padding: 5px 8px;
}

li#menu-item-3372:has(.bs-company-wrap[style*="display: block"])>a {
    border: 2px solid #E784D5;
    border-radius: 12px;
    padding: 5px 8px;
}

li#menu-item-3377:has(.bs-business-wrap[style*="display: block"])>a {
    border: 2px solid #E784D5;
    border-radius: 12px;
    padding: 5px 8px;
}

ul.bs-res-list li {
    margin-inline: 0px !important;
    padding-inline: 0px;
}

ul.bs-list li {
    margin-inline: 0px !important;
    padding-inline: 0px;
}

.bs-col a {
    display: flex;
    justify-content: space-between;
}

@keyframes bsFade {
    from {
        opacity: 0;
        transform: translateY(-8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* ---------- STAR specific (slightly narrower) ---------- */
.bs-star-wrap {
    width: -webkit-fill-available;
}

.bs-acc-row:nth-child(1) {
    border-top: 0px;
    padding-top: 0px;
}

.bs-star-banner {
    background: linear-gradient(90.2deg, #DE6143 -9.19%, #EC9EDD 89.37%);
    color: #fff;
    padding: 9px 10px;
    border-radius: 0px;
    display: flex;
    flex-flow: row;
    gap: 6px;
    margin-bottom: 14px;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
}

.bs-acc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 8px;
    border-top: 1px solid #D1D2D6;
    cursor: pointer;
}

.menu-sec h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.menu-sec p {
    margin: 4px 0 0 0;
    font-size: 12px !important;
    color: #474A5D !important;
}

.bs-chev {
    font-size: 29px;
    transition: transform .18s ease;
    color: #474A5D;
}

.bs-acc-panel {
    display: none;
    padding: 12px 0;
    width: 98.7%;
    margin: 0 auto;
}

.bs-cols {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.bs-col {
    flex: 1;
}

.bs-col h5 {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 600;
    color: #474A5D;
}

.bs-col p {
    margin: 0;
    font-size: 10px !important;
    color: #474A5D;
    font-weight: 400;
}

.menu-sec h4 {
    color: #2F3551;
    font-size: 16px;
}

.menu-sec {
    width: 85%;
    margin: 0 auto;
}

.bs-star-banner .title {
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
}

.bs-star-banner .desc {
    font-size: 13px;
    font-weight: 500;
}

/* ---------- PLATFORM specific (wider 3-column) ---------- */
ul.bs-list li strong {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #2F3551;
}

.bs-platform-wrap {
    width: -webkit-fill-available;
    padding: 20px;
}

.bs-grid {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.bs-col-wide {
    flex: 1;
    min-width: 0;
}

.bs-col-wide h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid rgba(209, 111, 255, 0.06);
    padding-bottom: 8px;
}

.bs-list {
    margin: 12px 0 0 0;
    padding: 0;
    list-style: none;
}

.bs-list li {
    padding: 12px 6px;
    border-bottom: 1px solid rgba(16, 24, 40, 0.03);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bs-list li a {
    color: inherit;
    text-decoration: none;
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
}

.bs-list li p {
    margin: 0;
    font-size: 13px;
    color: #6b7076;
}

ul li .bs-item-chip {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #474A5D;
}

/* featured block */
.bs-featured {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    min-height: 120px;
    flex-flow: column;
}

.bs-featured .thumb {
    width: -webkit-fill-available;
    height: 250px;
    background: #A3A5AE;
    border-radius: 20px;
    flex: 0 0 auto;
}

.bs-featured .meta {
    flex: 1;
}

.bs-featured .meta h5 {
    margin: 0 0 6px 0;
    font-size: 14px;
    font-weight: 700;
    color: #2F3551;
}

.bs-featured .meta p {
    margin: 0;
    font-size: 12px;
    color: #474A5D;
    font-weight: 400;
}

/* ---------- RESOURCES specific (two-column left list + right featured) ---------- */
ul.bs-res-list li strong {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #2F3551;
}

ul.bs-res-list li p {
    margin: 0;
    font-size: 13px;
    color: #6b7076;
}

.bs-resources-wrap {
    width: -webkit-fill-available;
    padding: 18px;
}

.bs-resources-grid {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.bs-resources-left {
    flex: 1.2;
}

.bs-resources-right {
    flex: 0.8;
}

/* small tweaks for list in resources */
.bs-res-list {
    list-style: none;
    margin: 6px 0 0 0;
    padding: 0;
}

.bs-res-list li {
    padding: 12px 6px;
    border-bottom: 1px solid rgba(16, 24, 40, 0.03);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bs-res-list li a {
    text-decoration: none;
    color: inherit;
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    justify-content: space-between;
}

.bs-res-list li p {
    margin: 0;
    font-size: 13px;
    color: #6b7076;
}

/* ---------- COMPANY specific (two-column simple lists) ---------- */
ul.bs-list li a {
    justify-content: space-between;
}

.bs-company-wrap {
    width: -webkit-fill-available;
    padding: 18px;
}

.bs-company-grid {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.bs-company-grid .bs-col {
    flex: 1;
}

.bs-company-grid h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid rgba(209, 111, 255, 0.06);
    padding-bottom: 8px;
}

/* responsive common */
@media (max-width:1000px) {
    .bs-mega-wrap {
        position: fixed;
        left: 12px;
        right: 12px;
        top: 70px;
        width: auto;
    }

    .bs-grid,
    .bs-cols,
    .bs-resources-grid,
    .bs-company-grid {
        flex-direction: column;
    }

    .bs-featured .thumb {
        width: 100%;
        height: 140px;
    }
}

/* attach helpers */
nav .menu-item-star,
nav .menu-item-platform,
nav .menu-item-resources,
nav .menu-item-company,
nav .menu-item-business-impact {
    position: relative;
}

nav .menu-item-star .bs-star-wrap,
nav .menu-item-platform .bs-platform-wrap,
nav .menu-item-resources .bs-resources-wrap,
nav .menu-item-company .bs-company-wrap,
nav .menu-item-business-impact .bs-business-wrap {
    left: 0;
    top: 100%;
}

/* ================= MOBILE-SPECIFIC: make header like Figma ================= */
@media (max-width: 768px) {
    .nav-primary>ul#main-menu li.menu-item a span::after {
        content: "\f139";
    }

    .menu-sec ul li a span::after {
        content: none !important;
        display: none !important;
    }

    span.chev-icon::after {
        content: none !important;
        display: none !important;
    }

    div#main-navigation-wrapper ul#main-menu li span {
        color: #757785;
        font-size: 12px;
        font-weight: 500;
        display: flex;
        justify-content: space-between !important;
    }

    /* header background white */
    header.header.header--loaded,
    header.header.header--loaded.header--sticky,
    .header__container,
    .header__menu {
        background: #ffffff !important;
    }

    /* Book demo = pink, big pill button centered at bottom of menu */
    .header__actions a.c-btn.c-btn-secondary.c-btn--variation-pink.c-btn--variation-default.c-btn--variation-arrow-right,
    .bs-cta,
    .bs-mega-wrap .book-demo-btn {
        background: linear-gradient(90deg, #F2A6D9, #E884D5) !important;
        color: #ffffff !important;
        border-radius: 12px !important;
        padding: 10px 18px !important;
        text-align: center !important;
        display: inline-block;
        font-weight: 700;
    }

    /* Mega overlay full visible and fixed */
    .bs-mega-wrap {
        position: fixed !important;
        left: 0px !important;
        right: 0px !important;
        top: 5px !important;
        margin: 0 auto !important;
        width: -webkit-fill-available !important;
        z-index: 2147483647 !important;
        max-height: 100% !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        display: none;
        background: #ffffff !important;
        color: #2f3243 !important;
        border-radius: 0px !important;
        padding: 0 !important;
        box-shadow: unset !important;
        border: 0px !important;
        max-height: 100vh !important;
    }

    .bs-mega-wrap.bs-platform-wrap {
        max-height: 500px !important;
        height: 500px !important;
    }

    .bs-mega-wrap.bs-resources-wrap {
        max-height: 190vh !important;
        height: 85vh;
    }

    .bs-mega-wrap.bs-star-wrap {
        max-height: 190vh !important;
        height: 85vh;
    }

    /* container inside overlay to match figma paddings */
    .bs-mega-wrap .menu-sec {
        padding: 12px 7px 20px !important;
        width: 100% !important;
    }

    /* 2) Internal sections must not clip content */
    .bs-mega-wrap .menu-sec,
    .bs-mega-wrap .bs-cols,
    .bs-mega-wrap .bs-col,
    .bs-mega-wrap .bs-accordion,
    .bs-mega-wrap .bs-acc-panel,
    .bs-mega-wrap .bs-resources-grid,
    .bs-mega-wrap .bs-company-grid,
    .bs-mega-wrap .bs-col-wide {
        max-height: none !important;
        height: auto !important;
        overflow: visible !important;
    }

    /* 3) Theme's mobile menu container is LIMITING height — remove that */
    .header__menu.header__menu--has-transition {
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    /* Top gradient bar for STAR item like Figma */
    .bs-mega-wrap .bs-star-top {
        background: linear-gradient(90deg, #DE6143 0%, #EC9EDD 100%);
        color: #ffffff;
        padding: 10px 16px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 700;
    }

    .bs-mega-wrap .bs-star-top .label {
        font-size: 15px;
    }

    .bs-mega-wrap .bs-star-top .chev {
        font-size: 14px;
        opacity: 0.95;
    }

    /* Menu items list style (no p text, separators) */
    .bs-mega-wrap ul,
    .bs-mega-wrap .bs-list,
    .bs-mega-wrap .bs-res-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .bs-mega-wrap li {
        padding: 16px 16px;
        border-bottom: 1px solid rgba(47, 51, 67, 0.06);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* remove all descriptions on mobile */
    .bs-mega-wrap p,
    .bs-mega-wrap .desc,
    .bs-mega-wrap .meta p,
    .bs-mega-wrap .bs-col p,
    .bs-mega-wrap .menu-sec p {
        display: none !important;
    }

    /* STAR menu link in nav: no background and align label to right */
    li#menu-item-3368>a {
        background: none !important;
        box-shadow: none !important;
        border: 0 !important;
        justify-content: space-between !important;
        align-items: center;
        color: inherit !important;
        width: 100%;
    }

    li#menu-item-3368>a span {
        margin-left: 0 !important;
    }

    /* small chevron on right of each menu item */
    .bs-mega-wrap li .bs-item-chip,
    .bs-mega-wrap li .chev-icon {
        width: 22px;
        height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: transparent;
        color: #D1A3D6;
        font-weight: 700;
    }

    /* Book demo button wrapper at bottom of overlay */
    .bs-mega-wrap .menu-footer {
        padding: 16px;
        display: flex;
        justify-content: center;
    }

    .bs-mega-wrap .menu-footer .book-demo-btn {
        width: 85%;
        text-align: center;
    }

    /* Back link / small header row (like your figma) */
    .bs-mega-wrap .mobile-header {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 16px;
    }

    .bs-mega-wrap .mobile-header .back {
        font-size: 14px;
        color: #8b8fa0;
        cursor: pointer;
    }

    .bs-mega-wrap .mobile-header .title {
        flex: 1;
        text-align: left;
        font-weight: 700;
        color: #2f3243;
    }

    /* ensure internal panels are full-width stacked */
    .bs-grid,
    .bs-cols,
    .bs-resources-grid,
    .bs-company-grid {
        flex-direction: column;
    }

    /* featured thumb reduced */
    .bs-featured .thumb {
        height: 120px;
        border-radius: 8px;
    }


    .header__menu {
        padding: 10px 2px !important;
    }

    h4.overview {
        display: none;
    }

    li#menu-item-3369:has(.bs-platform-wrap[style*="display: block"])>a {
        border: 0px !important;
        border-radius: 0px !important;
        padding: 5px 8px;
        text-align: right !important;
        justify-content: flex-end !important;
    }


    .bs-col-wide {
        width: 100% !important;
    }

    .bs-resources-left {
        width: 100% !important;
    }

    .bs-company-grid .bs-col {
        width: 100% !important;
    }

    .bs-mega-wrap.bs-star-wrap .bs-mobile-top {
        border-bottom: 2px solid;
        border-image-source: linear-gradient(90.17deg, #DE6143 0.3%, #EC9EDD 69.08%);
        border-image-slice: 1;
        line-height: 30px;
    }

    .bs-mega-wrap.bs-platform-wrap .bs-mobile-top {
        border-bottom: 2px solid #E4CD64;
        line-height: 30px;
    }

    .bs-mega-wrap.bs-resources-wrap .bs-mobile-top {
        border-bottom: 2px solid #E48973;
        line-height: 30px;
    }

    .bs-mega-wrap.bs-company-wrap .bs-mobile-top {
        border-bottom: 0px;
        line-height: 30px;
    }

    .bs-mega-wrap.bs-resources-wrap a.book-demo-btn {
        background: #E48973 !important;
    }

    .bs-mega-wrap.bs-platform-wrap a.book-demo-btn {
        background: #E4CD64 !important;
    }

    .bs-mega-wrap .menu-footer {
        display: flex;
        justify-content: center;
        padding: 14px 16px;
        border-top: 1px solid rgba(47, 51, 67, 0.04);
        background: transparent;
    }

    .bs-mega-wrap.bs-resources-wrap {
        max-height: 500px !important;
        height: 500px !important;
    }

    .bs-mega-wrap .menu-footer .book-demo-btn {
        width: 92%;
        max-width: 420px;
        display: inline-block;
        text-align: center;
        padding: 12px 16px;
        border-radius: 22px;
        background: linear-gradient(90deg, #F2A6D9 6%, #E884D5 94%) !important;
        color: #ffffff !important;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0 6px 18px rgba(232, 132, 213, 0.12);
    }

}

@media (min-width: 769px) {
    .bs-mobile-top {
        display: none !important;
    }

    .bs-mega-wrap .menu-footer {
        display: none !important;
    }

}



/*# sourceURL=bs-multi-style-inline-css */


.c-top-bar.header__top-bar {
    display: none;
}

.brightstar-section p {
    font-size: 20px !important;
}

.brightstar-section h1 {
    font-size: 44px !important;
}

p {
    font-size: 18px !important;
}

/* css for Bright Star Away */


.page-id-2833 h1.c-title.c-section-header__title.default {
    font-size: 32px;
}

.page-id-2833 .c-text>:not(:last-child) {
    margin-bottom: 12px;
}

.page-id-2833 .b-form-and-text--layout-reverse .b-form-and-text__entry .c-text {
    color: var(--color-blue-800);
    padding-top: 15px;
}

.page-id-2833 .b-form-and-text__entry {
    flex-direction: column;
    gap: 0px;
    display: flex;
}

.page-id-2833 .b-form-and-text {
    padding-block: 80px;
}

.page-id-2833 .bright-start-away-form h1.c-title.c-section-header__title.default::before {
    content: "";
    width: 166px;
    height: 48px;
    background-image: var(--wpr-bg-0700e331-5334-4032-ade2-b5ba07dcd495);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
    vertical-align: middle;
    display: block;
    margin-bottom: 20px;
}

.page-id-2833 .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    margin: 0 0 0 220px;
    padding-top: 30px;
}

.page-id-2833 .b-text-columns__item--variation-colorful {
    position: relative;
    background: linear-gradient(to bottom left, #E25BC5 0%, #E0C550 100%);
    color: #fff;
    border-radius: 32px;
}

.page-id-2833 .c-text.c-text--style-star-in-circle-list ul li {
    color: #fff;
}

.page-id-2833 .b-text-columns__item--variation-gray {
    border: 1px solid var(--color-blue-300);
    background: #F1F4F7;
    border-radius: 32px;
}

.page-id-2833 .b-text-columns__item--variation-gray ul li {
    font-weight: 600;
    color: #474A5D;
}

.page-id-2833 .b-text-columns__item:has(.c-text--style-x-in-circle-list) .c-title {
    color: #474A5D;
}

.page-id-2833 .b-form-and-text__body {
    width: 643px;
}

.page-id-2833 .c-text--style-x-in-circle-list ul li:before {
    background-image: var(--wpr-bg-ef620965-9847-4252-9d6e-86355eb27039);
}

.page-id-2833 h3.wp-block-heading.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-3b1cdb6fc8db72d967d329dfcbe113fb {
    max-width: 1130px;
    margin: 0 auto;
}


.page-id-2833 .c-background__color {
    background: var(--wpr-bg-40d3ab30-8065-4a80-aeb0-9ec26ee71de2);
    background-size: cover;
}

.page-id-2833 .c-cta__col.c-cta__col--media {
    display: none;
}

.page-id-2833 .c-buttons-or-form .c-btn {
    background-color: #EF5737;
}

.page-id-2833 .wp-block-columns.choose-us.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    padding-top: 30px;
    max-width: 1120px;
    margin: 0 auto;
}

.page-id-2833 h3.wp-block-heading.has-text-align-left.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-5ec2598a4acd2121ea7ad483df6143b2 {
    padding-top: 80px;
    max-width: 1120px;
    margin: 0 auto;
}

.page-id-2833 .b-text-columns__item--variation-colorful:before {
    background-image: none;
}

img.wp-image-2920 {
    padding-top: 68px;
}

.page-id-2833 ol.wp-block-list.has-background {
    border: 4px solid transparent;
    border-radius: 24px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(to bottom left, #E25BC5 0%, #E0C550 50%, #DE6143 100%) border-box !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 20px 30px;
    list-style-position: inside;
    width: 382px;
    margin-bottom: 30px;
}

.page-id-2833 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    flex-grow: 1;
}

.page-id-2833 ol.wp-block-list.has-background li {
    border-bottom: 2px solid #D1D2D6;
    padding: 6px 0;
    color: #474A5D;
    text-shadow: 1px 1px 1px #474A5D;
    font-weight: 500;
}

.page-id-2833 p.has-text-color.has-link-color.wp-elements-c53c9c34c0d8f1c37f0260d9b5619e70 {
    width: 382px;
}

ol.wp-block-list.has-background li:last-child {
    border-bottom: none;
}

.page-id-2833 h3.wp-block-heading.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-5bc9bfaa149167e85ce7482b4286c30a {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 80px;
}

.brand img {
    width: 123px !important;
    height: 36px !important;
}

/* css for mobile */

@media (max-width: 768px) {

    .page-id-2833 .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
        padding-left: 15px;
    }

    .page-id-2833 h3.wp-block-heading.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-3b1cdb6fc8db72d967d329dfcbe113fb {
        padding-left: 15px;
    }

    .page-id-2833 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
        padding-left: 15px;
        padding-top: 15px;
    }

    .page-id-2833 h2.c-title.c-section-header__title.default {
        font-size: 28px;
    }

    .page-id-2833 .b-form-and-text {
        padding-bottom: 0px !important;
    }

    .page-id-2833 .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        margin: 0 0 0 0px;
        padding-top: 0px;
    }

    .b-form-and-text__inner {
        display: flex;
        flex-direction: column;
    }

    .page-id-2833 h3.wp-block-heading.has-text-align-left.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-e52b29ddc7d9790721abe9f6effc5b2d {

        padding-left: 15px;
    }

    .brand img {
        width: 123px !important;
        height: 36px !important;
    }

    .page-id-2833 .c-section-header--align-center {
        text-align: left;
        align-items: center;
    }

    h3.wp-block-heading.has-text-align-left.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-5ec2598a4acd2121ea7ad483df6143b2::after {
        content: "";
        width: 343px;
        height: 157px;
        background-image: var(--wpr-bg-37ca5485-58df-4709-9c15-03beb9383242);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
        display: block;
        margin-top: 68px;
        padding-left: 15px;
    }

    h3.wp-block-heading.has-text-align-left.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-5ec2598a4acd2121ea7ad483df6143b2 {
        padding-left: 15px;
    }

    h3.wp-block-heading.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-5bc9bfaa149167e85ce7482b4286c30a {
        padding-left: 15px;
    }

    .page-id-2833 figure.aligncenter.size-large {
        display: none;
    }

    .page-id-2833 .b-testimonials {
        margin-block: inherit;
        margin-top: 80px;
    }

    .page-id-2833 .b-form-and-text__body {
        width: 370px;
    }

    .page-id-2833 h3.wp-block-heading.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-1e0141a2ace3accc6e0c688864c23ebc {
        padding-left: 15px;
    }

    .page-id-2833 ol.wp-block-list.has-background {
        width: 360px;
        margin-top: 30px;
    }

    .page-id-2833 .c-text p:nth-child(4) {
        position: absolute;
        padding-top: 680px;
    }

    .page-id-2833 .c-text p:nth-child(5) {
        position: absolute;
        padding-top: 740px;
    }

    .page-id-2833 .b-logo-slider {
        padding-top: 200px !important;
    }

    .page-id-2833 section#b-form-and-text-434273 {
        padding-top: 0px !important;
    }

    .b-form-and-text__body,
    .b-form-and-text__form {
        width: 100%;
    }

    /* Order for mobile layout */
    .b-form-and-text__body {
        order: 1;
        display: flex;
        flex-direction: column;
    }

    .b-form-and-text__form {
        order: 2;
    }

}


/*css for Author pages */


.page-id-2934 .c-media__element.c-media__element--type-image.c-media__element--all img {
    width: 357px;
    height: 357px;
}

.page-id-2934 .b-side-by-side-text-and-media__body {

    justify-content: flex-start;
}

.page-id-2934 .b-side-by-side-text-and-media__body {
    gap: 0px;
}

.page-id-2940 .c-media__element.c-media__element--type-image.c-media__element--all img {
    width: 357px;
    height: 357px;
}

.page-id-2940 .b-side-by-side-text-and-media__body {

    justify-content: flex-start;
}

.page-id-2940 .b-side-by-side-text-and-media__body {
    gap: 0px;
}

.page-id-2947 .c-media__element.c-media__element--type-image.c-media__element--all img {
    width: 357px;
    height: 357px;
}

.page-id-2947 .b-side-by-side-text-and-media__body {

    justify-content: flex-start;
}

.page-id-2947 .b-side-by-side-text-and-media__body {
    gap: 0px;
}

/*css for bright-vs-invicti-nov-2025 */

.page-id-2916 h3.wp-block-heading.has-text-align-left.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-f541e69b77b0c2df01292b5d447fc07f {
    max-width: 1130px;
    margin: 0 auto;
}

.page-id-2916 .wp-block-columns.choose-us.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    padding-top: 30px;
    max-width: 1120px;
    margin: 0 auto;
}

.page-id-2916 h3.wp-block-heading.has-text-align-left.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-5ec2598a4acd2121ea7ad483df6143b2 {
    padding-top: 80px;
    max-width: 1120px;
    margin: 0 auto;
}

img.wp-image-2729 {
    padding-top: 68px;
}

.page-id-2916 h3.wp-block-heading.has-2-f-3551-color.has-text-color.has-link-color.wp-elements-5bc9bfaa149167e85ce7482b4286c30a {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 80px;
}

.page-id-2916 .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    margin: 0 0 0 220px;
    padding-top: 30px;
}

.page-id-2916 ol.wp-block-list.has-background {
    border: 4px solid transparent;
    border-radius: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 20px 30px;
    list-style-position: inside;
    width: 382px;
    margin-bottom: 30px;
}

.page-id-2916 p.has-text-color.has-link-color.wp-elements-c53c9c34c0d8f1c37f0260d9b5619e70 {
    width: 382px;
}

/* css for ai-driven-code-entrypoint-discovery */
.page-id-2972 .ai-driven-banner .b-side-by-side-text-and-media__col--entry .c-section-header__title.default {
    --title-font-weight: 400 !important;
}

.page-id-2972 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

.page-id-2972 h2.c-title.c-section-header__title.default {
    text-align: left;
    font-size: 40px;
    color: #474A5D !important;
}

.Capabilities {
    padding: 32px;
    border-radius: 24px;
}

.page-id-2972 h3.c-title.c-section-header__title.default {
    font-size: 32px;
    color: #474A5D;
    font-weight: 600 !important;
}

.page-id-2972 .c-text strong {
    color: #474A5D !important;
}

.page-id-2972 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    margin: 0 auto;
    max-width: 1120px;
    padding-top: 52px;
    gap: 50px;
}

.page-id-2972 .our-capibilities p {
    padding-top: 24px;
}

.page-id-2972 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 148px;
}

.page-id-2972 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

.page-id-2972 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

.page-id-2972 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-2972 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

.ai-driven-cta {
    margin-top: 200px;
    margin-bottom: 320px;
}

.page-id-2972 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-2972 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f::before {
    content: "";
    background-image: var(--wpr-bg-dcba789b-ed19-4cb4-b281-5f492641096a);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-2972 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8 {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-2972 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8::before {
    content: "";
    background-image: var(--wpr-bg-9209a9bf-b2dd-45b7-87d3-f6f8d2bf52ee);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-2972 .Capabilities:nth-child(1):hover {
    background: #EFE2A0 !important;
}

.page-id-2972 .Capabilities:nth-child(2):hover {
    background: #F4CCED !important;
}

.page-id-2972 .use-cases-ai-driven1 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-2972 .use-cases-ai-driven1:hover {
    background: #F4CCED !important;
}

.page-id-2972 .use-cases-ai-driven2:hover {
    background: #F3D1C8 !important;
}

.page-id-2972 .use-cases-ai-driven3:hover {
    background: #EFE2A0 !important;
}

.page-id-2972 .use-cases-ai-driven4:hover {
    background: #F4CCED !important;
}

.page-id-2972 .use-cases-ai-driven2 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-2972 .use-cases-ai-driven3 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-2972 .use-cases-ai-driven4 {
    padding: 32px;
    border-radius: 24px;
}

/*css of mobile for ai-driven-code-entrypoint-discovery  */
@media (max-width: 768px) {
    .page-id-2972 h2.c-title.c-section-header__title.default {
        font-size: 24px;
        color: #2F3551 !important;
        font-weight: 700;
    }

    .comprehensive-visibility p {
        font-size: 16px !important;
    }

    .b-centered-text {
        padding-block: 0px !important;
    }

    .page-id-2972 .Capabilities {
        margin: 16px;
    }

    .page-id-2972 .Capabilities p {
        font-size: 12px !important;
    }

    .page-id-2972 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        gap: 15px;
        padding-top: 15px;
    }

    .page-id-2972 h3.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-2972 .ai-driven-banner .container.c-block__content p {
        text-align: center;
        font-size: 12px !important;
    }

    .page-id-2972 .b-centered-text .c-section-header {
        margin-bottom: -10px !important;
    }

    .page-id-2972 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
        padding-left: 16px;
        padding-top: 0px;
        font-size: 24px !important;
    }

    .page-id-2972 .Capabilities h3 {
        font-size: 20px !important;
    }

    .key-benefits p {
        text-align: center !important;
        font-size: 12px !important;
    }

    .page-id-2972 .our-capibilities p {
        font-size: 12px !important;
    }

    .ai-driven-cta {
        margin-top: 96px;
        margin-bottom: 224px;
    }

    .page-id-2972 .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-2972 .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-2972 .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-2972 .ai-driven-banner .c-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .page-id-2972 h1.c-title.c-section-header__title.default {
        text-align: center;
        font-size: 28px;
    }

    .page-id-2972 .use-cases-ai-driven1 {
        margin: 16px;
    }

    .page-id-2972 .use-cases-ai-driven2 {
        margin: 16px;
    }

    .page-id-2972 .use-cases-ai-driven3 {
        margin: 16px;
    }

    .page-id-2972 .use-cases-ai-driven4 {
        margin: 16px;
    }

    .page-id-2972 .use-cases-ai-driven1 h3 {
        font-size: 20px !important;
    }

    .page-id-2972 .use-cases-ai-driven2 h3 {
        font-size: 20px !important;
    }

    .page-id-2972 .use-cases-ai-driven3 h3 {
        font-size: 20px !important;
    }

    .page-id-2972 .use-cases-ai-driven4 h3 {
        font-size: 20px !important;
    }

    .ai-driven-cta p {
        font-size: 12px !important;
    }

    .page-id-2972 .b-oob.c-background__color,
    .c-background__media {
        top: 50px;
    }
}

/* css for function-level-dynamic-vulnerability-detection-precision-security */
.page-id-2996 .ai-driven-banner .b-side-by-side-text-and-media__col--entry .c-section-header__title.default {
    --title-font-weight: 400 !important;
}

.page-id-2996 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

.page-id-2996 h2.c-title.c-section-header__title.default {
    text-align: left;
    font-size: 40px;
    color: #474A5D !important;
}

.Capabilities {
    padding: 32px;
    border-radius: 24px;
}

.page-id-2996 h3.c-title.c-section-header__title.default {
    font-size: 32px;
    color: #474A5D;
    font-weight: 600 !important;
}

.page-id-2996 .c-text strong {
    color: #474A5D !important;
}

.page-id-2996 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    margin: 0 auto;
    max-width: 1120px;
    padding-top: 52px;
    gap: 50px;
}

.page-id-2996 .our-capibilities p {
    padding-top: 24px;
}

.page-id-2996 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 148px;
}

.page-id-2996 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

.page-id-2996 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

.page-id-2996 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-2996 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

.ai-driven-cta {
    margin-top: 200px;
    margin-bottom: 320px;
}

.page-id-2996 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-2996 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f::before {
    content: "";
    background-image: var(--wpr-bg-f9ad3182-cbf6-44cb-a8d6-46ed79b9cd76);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-2996 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8 {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-2996 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8::before {
    content: "";
    background-image: var(--wpr-bg-b0aae1db-ec26-4a93-8345-cfcdc24a77fa);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-2996 .Capabilities:nth-child(1):hover {
    background: #EFE2A0 !important;
}

.page-id-2996 .Capabilities:nth-child(2):hover {
    background: #F4CCED !important;
}

.page-id-2996 .use-cases-ai-driven1 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-2996 .use-cases-ai-driven1:hover {
    background: #F4CCED !important;
}

.page-id-2996 .use-cases-ai-driven2:hover {
    background: #F3D1C8 !important;
}

.page-id-2996 .use-cases-ai-driven3:hover {
    background: #EFE2A0 !important;
}

.page-id-2996 .use-cases-ai-driven4:hover {
    background: #F4CCED !important;
}

.page-id-2996 .use-cases-ai-driven2 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-2996 .use-cases-ai-driven3 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-2996 .use-cases-ai-driven4 {
    padding: 32px;
    border-radius: 24px;
}

/*css of mobile for function-level-dynamic-vulnerability-detection-precision-security  */
@media (max-width: 768px) {
    .page-id-2996 h2.c-title.c-section-header__title.default {
        font-size: 24px;
        color: #2F3551 !important;
        font-weight: 700;
    }

    .comprehensive-visibility p {
        font-size: 16px !important;
    }

    .b-centered-text {
        padding-block: 0px !important;
    }

    .page-id-2996 .Capabilities {
        margin: 16px;
    }

    .page-id-2996 .Capabilities p {
        font-size: 12px !important;
    }

    .page-id-2996 .b-centered-text__inner {
        gap: 20px;
    }

    .page-id-2996 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        gap: 15px;
        padding-top: 15px;
    }

    .page-id-2996 h3.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-2996 .ai-driven-banner .container.c-block__content p {
        text-align: center;
        font-size: 12px !important;
    }

    .page-id-2996 .b-centered-text .c-section-header {
        margin-bottom: -10px !important;
    }

    .page-id-2996 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
        padding-left: 16px;
        padding-top: 0px;
        font-size: 24px !important;
    }

    .page-id-2996 .Capabilities h3 {
        font-size: 20px !important;
    }

    .key-benefits p {
        text-align: center !important;
        font-size: 12px !important;
    }

    .page-id-2996 .our-capibilities p {
        font-size: 12px !important;
    }

    .ai-driven-cta {
        margin-top: 96px;
        margin-bottom: 224px;
    }

    .page-id-2996 .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-2996 .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-2996 .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-2996 .ai-driven-banner .c-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .page-id-2996 h1.c-title.c-section-header__title.default {
        text-align: center;
        font-size: 28px;
    }

    .page-id-2996 .use-cases-ai-driven1 {
        margin: 16px;
    }

    .page-id-2996 .use-cases-ai-driven2 {
        margin: 16px;
    }

    .page-id-2996 .use-cases-ai-driven3 {
        margin: 16px;
    }

    .page-id-2996 .use-cases-ai-driven4 {
        margin: 16px;
    }

    .page-id-2996 .use-cases-ai-driven1 h3 {
        font-size: 20px !important;
    }

    .page-id-2996 .use-cases-ai-driven2 h3 {
        font-size: 20px !important;
    }

    .page-id-2996 .use-cases-ai-driven3 h3 {
        font-size: 20px !important;
    }

    .page-id-2996 .use-cases-ai-driven4 h3 {
        font-size: 20px !important;
    }

    .ai-driven-cta p {
        font-size: 12px !important;
    }
}

/* css for ai-powered-remediation-validation-loop-intelligent-fixes*/
.page-id-3005 .ai-driven-banner .b-side-by-side-text-and-media__col--entry .c-section-header__title.default {
    --title-font-weight: 400 !important;
}

.page-id-3005 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

.page-id-3005 h2.c-title.c-section-header__title.default {
    text-align: left;
    font-size: 40px;
    color: #474A5D !important;
}

.page-id-3005 h3.c-title.c-section-header__title.default {
    font-size: 32px;
    color: #474A5D;
    font-weight: 600 !important;
}

.page-id-3005 .c-text strong {
    color: #474A5D !important;
}

.page-id-3005 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    margin: 0 auto;
    max-width: 1120px;
    padding-top: 52px;
    gap: 50px;
}

.page-id-3005 .our-capibilities p {
    padding-top: 24px;
}

.page-id-3005 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 148px;
}

.page-id-3005 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

.page-id-3005 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

.page-id-3005 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-3005 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

.ai-driven-cta {
    margin-top: 200px;
    margin-bottom: 320px;
}

.page-id-3005 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3005 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f::before {
    content: "";
    background-image: var(--wpr-bg-5377412f-7213-486a-b2b8-140b74339065);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3005 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8 {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3005 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8::before {
    content: "";
    background-image: var(--wpr-bg-a2a0a169-7eeb-43f6-a314-bf2ac020f194);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3005 .Capabilities:nth-child(1):hover {
    background: #EFE2A0 !important;
}

.page-id-3005 .Capabilities:nth-child(2):hover {
    background: #F4CCED !important;
}

.page-id-3005 .use-cases-ai-driven1 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3005 .use-cases-ai-driven1:hover {
    background: #F4CCED !important;
}

.page-id-3005 .use-cases-ai-driven2:hover {
    background: #F3D1C8 !important;
}

.page-id-3005 .use-cases-ai-driven3:hover {
    background: #EFE2A0 !important;
}

.page-id-3005 .use-cases-ai-driven4:hover {
    background: #F4CCED !important;
}

.page-id-3005 .use-cases-ai-driven2 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3005 .use-cases-ai-driven3 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3005 .use-cases-ai-driven4 {
    padding: 32px;
    border-radius: 24px;
}

/*css of mobile for ai-powered-remediation-validation-loop-intelligent-fixes  */
@media (max-width: 768px) {
    .page-id-3005 .b-centered-text__inner {
        gap: 20px;
    }

    .page-id-3005 h2.c-title.c-section-header__title.default {
        font-size: 24px;
        color: #2F3551 !important;
        font-weight: 700;
    }

    .comprehensive-visibility p {
        font-size: 16px !important;
    }

    .b-centered-text {
        padding-block: 0px !important;
    }

    .page-id-3005 .Capabilities {
        margin: 16px;
    }

    .page-id-3005 .Capabilities p {
        font-size: 12px !important;
    }

    .page-id-3005 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        gap: 15px;
        padding-top: 15px;
    }

    .page-id-3005 h3.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3005 .ai-driven-banner .container.c-block__content p {
        text-align: center;
        font-size: 12px !important;
    }

    .page-id-3005 .b-centered-text .c-section-header {
        margin-bottom: -10px !important;
    }

    .page-id-3005 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
        padding-left: 16px;
        padding-top: 0px;
        font-size: 24px !important;
    }

    .page-id-3005 .Capabilities h3 {
        font-size: 20px !important;
    }

    .key-benefits p {
        text-align: center !important;
        font-size: 12px !important;
    }

    .page-id-3005 .our-capibilities p {
        font-size: 12px !important;
    }

    .ai-driven-cta {
        margin-top: 96px;
        margin-bottom: 224px;
        padding-bottom: 0px;
    }

    .page-id-3005 .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3005 .key-benefits strong {
        text-align: center !important;
        font-size: 12px !important;
    }

    .page-id-3005 .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3005 .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3005 .ai-driven-banner .c-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .page-id-3005 h1.c-title.c-section-header__title.default {
        text-align: center;
        font-size: 28px;
    }

    .page-id-3005 .use-cases-ai-driven1 {
        margin: 16px;
    }

    .page-id-3005 .use-cases-ai-driven2 {
        margin: 16px;
    }

    .page-id-3005 .use-cases-ai-driven3 {
        margin: 16px;
    }

    .page-id-3005 .use-cases-ai-driven4 {
        margin: 16px;
    }

    .page-id-3005 .use-cases-ai-driven1 h3 {
        font-size: 20px !important;
    }

    .page-id-3005 .use-cases-ai-driven2 h3 {
        font-size: 20px !important;
    }

    .page-id-3005 .use-cases-ai-driven3 h3 {
        font-size: 20px !important;
    }

    .page-id-3005 .use-cases-ai-driven4 h3 {
        font-size: 20px !important;
    }
}

/* css for pull-request-automation */
.page-id-3017 .ai-driven-banner .b-side-by-side-text-and-media__col--entry .c-section-header__title.default {
    --title-font-weight: 400 !important;
}

.page-id-3017 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

.page-id-3017 h2.c-title.c-section-header__title.default {
    text-align: left;
    font-size: 40px;
    color: #474A5D !important;
}

.page-id-3017 h3.c-title.c-section-header__title.default {
    font-size: 32px;
    color: #474A5D;
    font-weight: 600 !important;
}

.page-id-3017 .c-text strong {
    color: #474A5D !important;
}

.page-id-3017 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    margin: 0 auto;
    max-width: 1120px;
    padding-top: 52px;
    gap: 50px;
}

.page-id-3017 .our-capibilities p {
    padding-top: 24px;
}

.page-id-3017 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 148px;
}

.page-id-3017 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

.page-id-3017 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

.page-id-3017 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-3017 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

.ai-driven-cta {
    margin-top: 200px;
    margin-bottom: 320px;
}

.page-id-3017 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3017 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f::before {
    content: "";
    background-image: var(--wpr-bg-0fd419cb-8cdd-4dc0-a795-32b103f0a557);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3017 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8 {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3017 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8::before {
    content: "";
    background-image: var(--wpr-bg-be3e680d-fee8-4665-ac64-31d9e18acc04);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3017 .Capabilities:nth-child(1):hover {
    background: #EFE2A0 !important;
}

.page-id-3017 .Capabilities:nth-child(2):hover {
    background: #F4CCED !important;
}

.page-id-3017 .use-cases-ai-driven1 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3017 .use-cases-ai-driven1:hover {
    background: #F4CCED !important;
}

.page-id-3017 .use-cases-ai-driven2:hover {
    background: #F3D1C8 !important;
}

.page-id-3017 .use-cases-ai-driven3:hover {
    background: #EFE2A0 !important;
}

.page-id-3017 .use-cases-ai-driven4:hover {
    background: #F4CCED !important;
}

.page-id-3017 .use-cases-ai-driven2 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3017 .use-cases-ai-driven3 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3017 .use-cases-ai-driven4 {
    padding: 32px;
    border-radius: 24px;
}

/*css of mobile for pull-request-automation  */
@media (max-width: 768px) {
    .page-id-3017 h2.c-title.c-section-header__title.default {
        font-size: 24px;
        color: #2F3551 !important;
        font-weight: 700;
    }

    .page-id-3017 .b-centered-text__inner {
        flex-direction: column;
        gap: 20px;
        display: flex;
    }

    .comprehensive-visibility p {
        font-size: 16px !important;
    }

    .b-centered-text {
        padding-block: 0px !important;
    }

    .page-id-3017 .Capabilities {
        margin: 16px;
    }

    .page-id-3017 .Capabilities p {
        font-size: 12px !important;
    }

    .page-id-3017 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        gap: 15px;
        padding-top: 15px;
    }

    .page-id-3017 h3.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3017 .ai-driven-banner .container.c-block__content p {
        text-align: center;
        font-size: 12px !important;
    }

    .page-id-3017 .b-centered-text .c-section-header {
        margin-bottom: -10px !important;
    }

    .page-id-3017 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
        padding-left: 16px;
        padding-top: 0px;
        font-size: 24px !important;
    }

    .page-id-3017 .Capabilities h3 {
        font-size: 20px !important;
    }

    .key-benefits p {
        text-align: center !important;
        font-size: 12px !important;
    }

    .page-id-3017 .our-capibilities p {
        font-size: 12px !important;
    }

    .ai-driven-cta {
        margin-top: 96px;
        margin-bottom: 224px;
        padding-bottom: 0px;
    }

    .page-id-3017 .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3017 .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3017 .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3017 .ai-driven-banner .c-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .page-id-3017 h1.c-title.c-section-header__title.default {
        text-align: center;
        font-size: 28px;
    }

    .page-id-3017 .use-cases-ai-driven1 {
        margin: 16px;
    }

    .page-id-3017 .use-cases-ai-driven2 {
        margin: 16px;
    }

    .page-id-3017 .use-cases-ai-driven3 {
        margin: 16px;
    }

    .page-id-3017 .use-cases-ai-driven4 {
        margin: 16px;
    }

    .page-id-3017 .use-cases-ai-driven1 h3 {
        font-size: 20px !important;
    }

    .page-id-3017 .use-cases-ai-driven2 h3 {
        font-size: 20px !important;
    }

    .page-id-3017 .use-cases-ai-driven3 h3 {
        font-size: 20px !important;
    }

    .page-id-3017 .use-cases-ai-driven4 h3 {
        font-size: 20px !important;
    }
}

/* css for eliminate-security-tech-debt-automated-remediation-for-a-cleaner-codebase */

.page-id-3028 .ai-driven-banner .b-side-by-side-text-and-media__col--entry .c-section-header__title.default {
    --title-font-weight: 400 !important;
}

.page-id-3028 h2.c-title.c-section-header__title.default {
    text-align: left;
    font-size: 40px;
}

.page-id-3028 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    padding-top: 48px;
}

.page-id-3028 .Capabilities p {
    font-size: 20px;
    padding-top: 24px;
}

.page-id-3028 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3028 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f::before {
    content: "";
    background-image: var(--wpr-bg-cf873c12-9925-46f1-af8e-da7be81c4652);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3028 .eliminate-work1 {
    padding: 24px;
    border-radius: 24px;
    background: #F4CCED;
}

.page-id-3028 .eliminate-work2 {
    padding: 24px;
    border-radius: 24px;
    background: #F3D1C8;
}

.page-id-3028 .eliminate-work3 {
    padding: 24px;
    border-radius: 24px;
}

.page-id-3028 .eliminate-working-step {
    margin-top: 32px !important;
}

.eliminate-work1 p {
    padding-top: 10px !important;
}

.eliminate-work2 p {
    padding-top: 10px !important;
}

.eliminate-work3 p {
    padding-top: 10px !important;
}

.page-id-3028 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8 {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3028 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8::before {
    content: "";
    background-image: var(--wpr-bg-cd77a278-ebea-4742-9476-6e4d947ae981);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3028 .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    max-width: 1120px;
    margin: 0 auto;
    gap: 24px;
}

.page-id-3028 .key-benefits-eliminate .b-side-by-side-text-and-media__body {
    grid-template-columns: none;
}

.page-id-3028 .key-benefits-eliminate .b-side-by-side-text-and-media__body .c-media__image {
    border-radius: 24px !important;
    margin-top: 32px;
}

.page-id-3028 .key-benefits-eliminate .c-background__color {
    border-radius: 32px;
}

.page-id-3028 .key-benefits-eliminate h4.c-title.c-section-header__title.default {
    font-size: 28px;
    text-align: left;
}

.page-id-3028 .key-benefits-eliminate .c-text {
    font-size: 20px;
    color: #757785;
}

.page-id-3028 .key-benefits-eliminate .b-side-by-side-text-and-media {
    height: 560px;
}

.page-id-3028 .key-benefits-eliminate .c-section-header--align-center {
    align-items: flex-start;
}

.page-id-3028 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-dddb239f7f62027b639e23d71fb8c13e {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 128px;
}

.page-id-3028 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-cafe0598ab901075e764fcec1bcf9bbf {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 128px;
}

.page-id-3028 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

.page-id-3028 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

.page-id-3028 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-3028 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

.page-id-3028 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

.page-id-3028 .use-cases-ai-driven1 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3028 .use-cases-ai-driven1:hover {
    background: #F4CCED !important;
}

.page-id-3028 .use-cases-ai-driven2:hover {
    background: #F3D1C8 !important;
}

.page-id-3028 .use-cases-ai-driven3:hover {
    background: #EFE2A0 !important;
}

.page-id-3028 .use-cases-ai-driven4:hover {
    background: #F4CCED !important;
}

.page-id-3028 .use-cases-ai-driven2 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3028 .use-cases-ai-driven3 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3028 .use-cases-ai-driven4 {
    padding: 32px;
    border-radius: 24px;
}

/*css of mobile for eliminate-security-tech-debt-automated-remediation-for-a-cleaner-codebase  */
@media (max-width: 768px) {
    .page-id-3028 .b-centered-text__inner {
        gap: 20px;
    }

    .page-id-3028 h2.c-title.c-section-header__title.default {
        font-size: 24px;
        color: #2F3551 !important;
        font-weight: 700;
    }

    .comprehensive-visibility p {
        font-size: 16px !important;
    }

    .b-centered-text {
        padding-block: 0px !important;
    }

    .page-id-3028 .Capabilities {
        margin: 16px;
    }

    .page-id-3028 .Capabilities p {
        font-size: 12px !important;
    }

    .page-id-3028 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        gap: 15px;
        padding-top: 15px;
    }

    .page-id-3028 h3.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3028 .ai-driven-banner .container.c-block__content p {
        text-align: center;
        font-size: 12px !important;
    }

    .page-id-3028 .b-centered-text .c-section-header {
        margin-bottom: -10px !important;
    }

    .page-id-3028 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-dddb239f7f62027b639e23d71fb8c13e {
        padding-left: 16px;
        padding-top: 10px;
        font-size: 24px !important;
    }

    .page-id-3028 .key-benefits-eliminate .b-side-by-side-text-and-media {
        margin: 16px;
    }

    .page-id-3028 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-cafe0598ab901075e764fcec1bcf9bbf {
        padding-left: 16px;
        padding-bottom: 76px;
        padding-top: 32px;
    }

    .page-id-3028 .Capabilities h3 {
        font-size: 20px !important;
    }

    .key-benefits p {
        text-align: center !important;
        font-size: 12px !important;
    }

    .page-id-3028 .our-capibilities p {
        font-size: 12px !important;
    }

    .ai-driven-cta {
        margin-top: 96px;
        margin-bottom: 224px;
        padding-bottom: 0px;
    }

    .page-id-3028 .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3028 .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3028 .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3028 .ai-driven-banner .c-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .page-id-3028 h1.c-title.c-section-header__title.default {
        text-align: center;
        font-size: 28px;
    }

    .page-id-3028 .key-benefits-eliminate .b-side-by-side-text-and-media {
        height: 446px;
    }

    .page-id-3028 .use-cases-ai-driven1 {
        margin: 16px;
    }

    .page-id-3028 .use-cases-ai-driven2 {
        margin: 16px;
    }

    .page-id-3028 .use-cases-ai-driven3 {
        margin: 16px;
    }

    .page-id-3028 .use-cases-ai-driven4 {
        margin: 16px;
    }

    .page-id-3028 .use-cases-ai-driven1 h3 {
        font-size: 20px !important;
    }

    .page-id-3028 .use-cases-ai-driven2 h3 {
        font-size: 20px !important;
    }

    .page-id-3028 .use-cases-ai-driven3 h3 {
        font-size: 20px !important;
    }

    .page-id-3028 .use-cases-ai-driven4 h3 {
        font-size: 20px !important;
    }
}

/* css for empowering-developers-faster-more-secure-code-delivery */
.page-id-3038 .ai-driven-banner .b-side-by-side-text-and-media__col--entry .c-section-header__title.default {
    --title-font-weight: 400 !important;
}

.page-id-3038 h2.c-title.c-section-header__title.default {
    text-align: left;
    font-size: 40px;
}

.page-id-3038 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    padding-top: 48px;
}

.page-id-3038 .Capabilities p {
    font-size: 20px;
    padding-top: 24px;
}

.page-id-3038 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3038 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f::before {
    content: "";
    background-image: var(--wpr-bg-d691e017-3bc4-4293-895c-68ca7bcdc51d);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3038 .eliminate-work1 {
    padding: 24px;
    border-radius: 24px;
    background: #F4CCED;
}

.page-id-3038 .eliminate-work2 {
    padding: 24px;
    border-radius: 24px;
    background: #F3D1C8;
}

.page-id-3038 .eliminate-work3 {
    padding: 24px;
    border-radius: 24px;
}

.page-id-3038 .eliminate-working-step {
    margin-top: 32px !important;
}

.eliminate-work1 p {
    padding-top: 10px !important;
}

.eliminate-work2 p {
    padding-top: 10px !important;
}

.eliminate-work3 p {
    padding-top: 10px !important;
}

.page-id-3038 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8 {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3038 .Capabilities:nth-child(1):hover {
    background: #EFE2A0 !important;
}

.page-id-3038 .Capabilities:nth-child(2):hover {
    background: #F4CCED !important;
}

.page-id-3038 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8::before {
    content: "";
    background-image: var(--wpr-bg-81a30cf0-2fef-4d1b-9acc-3e58b718b0c4);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3038 .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    max-width: 1120px;
    margin: 0 auto;
    gap: 24px;
}

.page-id-3038 .key-benefits-eliminate .b-side-by-side-text-and-media__body {
    grid-template-columns: none;
    gap: 20px;
}

.page-id-3038 .b-side-by-side-text-and-media:first-child {
    margin-block: 0px 70px;
}

.page-id-3038 .key-benefits-eliminate .b-side-by-side-text-and-media__body .c-media__image {
    border-radius: 24px !important;
    margin-top: 32px;
}

.page-id-3038 .key-benefits-eliminate .c-background__color {
    border-radius: 32px;
}

.page-id-3038 .key-benefits-eliminate h4.c-title.c-section-header__title.default {
    font-size: 28px;
    text-align: left;
}

.page-id-3038 .key-benefits-eliminate .c-text {
    font-size: 20px;
    color: #757785;
}

.page-id-3038 .key-benefits-eliminate .b-side-by-side-text-and-media {
    height: 560px;
}

.page-id-3038 .key-benefits-eliminate .c-section-header--align-center {
    align-items: flex-start;
}

.page-id-3038 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-dddb239f7f62027b639e23d71fb8c13e {
    max-width: 1120px;
    margin: 0 auto;
    padding: 128px 0PX;
}

.page-id-3038 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-cafe0598ab901075e764fcec1bcf9bbf {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 128px;
}

.page-id-3038 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

.page-id-3038 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

.page-id-3038 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-3038 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

.page-id-3038 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

/*css of mobile for empowering-developers-faster-more-secure-code-delivery  */
@media (max-width: 768px) {
    .page-id-3038 .b-centered-text__inner {
        gap: 20px;
    }

    .page-id-3038 h2.c-title.c-section-header__title.default {
        font-size: 24px;
        color: #2F3551 !important;
        font-weight: 700;
    }

    .comprehensive-visibility p {
        font-size: 16px !important;
    }

    .b-centered-text {
        padding-block: 0px !important;
    }

    .page-id-3038 .Capabilities {
        margin: 16px;
    }

    .page-id-3038 .Capabilities p {
        font-size: 12px !important;
    }

    .page-id-3038 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        gap: 15px;
        padding-top: 15px;
    }

    .page-id-3038 h3.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3038 .ai-driven-banner .container.c-block__content p {
        text-align: center;
        font-size: 12px !important;
    }

    .page-id-3038 .b-centered-text .c-section-header {
        margin-bottom: -10px !important;
    }

    .page-id-3038 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-dddb239f7f62027b639e23d71fb8c13e {
        font-size: 24px !important;
        padding: 10px 0px 30px 16px !important;
    }

    .page-id-3038 .key-benefits-eliminate .b-side-by-side-text-and-media {
        margin: 16px;
    }

    .page-id-3038 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-cafe0598ab901075e764fcec1bcf9bbf {
        font-size: 24px !important;
        padding-bottom: 56px;
        padding-top: 32px;
        padding-left: 16px;
    }

    .page-id-3038 .Capabilities h3 {
        font-size: 20px !important;
    }

    .key-benefits p {
        text-align: center !important;
        font-size: 12px !important;
    }

    .page-id-3038 .our-capibilities p {
        font-size: 12px !important;
    }

    .ai-driven-cta {
        margin-top: 96px;
        margin-bottom: 224px;
        padding-bottom: 0px;
    }

    .page-id-3038 .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3038 .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3038 .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3038 .ai-driven-banner .c-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .page-id-3038 h1.c-title.c-section-header__title.default {
        text-align: center;
        font-size: 28px;
    }

    .page-id-3038 .key-benefits-eliminate .b-side-by-side-text-and-media {
        height: 446px;
    }

    .key-benefits-eliminate h4 {
        font-size: 20px !important;
    }

    .key-benefits-eliminate p {
        font-size: 12px !important;
    }
}

/* css fo rapid-ai-compliance-easy-deployment-achieve-ai-compliance-in-minutes */
.page-id-3069 .ai-driven-banner .b-side-by-side-text-and-media__col--entry .c-section-header__title.default {
    --title-font-weight: 400 !important;
}

.page-id-3069 h2.c-title.c-section-header__title.default {
    text-align: left;
    font-size: 40px;
}

.page-id-3069 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    padding-top: 48px;
}

.page-id-3069 .Capabilities p {
    font-size: 20px;
    padding-top: 24px;
}

.page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3069 .wp-block-image {
    margin: 0;
}

.page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f::before {
    content: "";
    background-image: var(--wpr-bg-2587f5c7-19a9-434e-9768-ecf301bc7c3c);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3069 .eliminate-work1 {
    padding: 24px;
    border-radius: 24px;
    background: #F4CCED;
}

.page-id-3069 .eliminate-work2 {
    padding: 24px;
    border-radius: 24px;
    background: #F3D1C8;
}

.page-id-3069 .eliminate-work3 {
    padding: 24px;
    border-radius: 24px;
}

.page-id-3069 .eliminate-working-step {
    margin-top: 0px !important;
}

.eliminate-work1 p {
    padding-top: 10px !important;
}

.eliminate-work2 p {
    padding-top: 10px !important;
}

.eliminate-work3 p {
    padding-top: 10px !important;
}

.page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8 {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8::before {
    content: "";
    background-image: var(--wpr-bg-f95bbd5d-8949-4424-bbf3-83bcf4cf5e49);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 38%;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3069 .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    max-width: 1120px;
    margin: 0 auto;
    gap: 24px;
}

.page-id-3069 .key-benefits-eliminate .b-side-by-side-text-and-media__body {
    grid-template-columns: none;
}

.page-id-3069 .key-benefits-eliminate .b-side-by-side-text-and-media__body .c-media__image {
    border-radius: 24px !important;
    margin-top: 32px;
}

.page-id-3069 .key-benefits-eliminate .c-background__color {
    border-radius: 32px;
}

.page-id-3069 .key-benefits-eliminate h4.c-title.c-section-header__title.default {
    font-size: 28px;
    text-align: left;
}

.page-id-3069 .key-benefits-eliminate .c-text {
    font-size: 20px;
    color: #757785;
}

.page-id-3069 .key-benefits-eliminate .b-side-by-side-text-and-media {
    height: 560px;
}

.page-id-3069 .key-benefits-eliminate .c-section-header--align-center {
    align-items: flex-start;
}

.page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-dddb239f7f62027b639e23d71fb8c13e {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 128px;
}

.page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-cafe0598ab901075e764fcec1bcf9bbf {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 128px;
}

.page-id-3069 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

.page-id-3069 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

.page-id-3069 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-3069 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

.page-id-3069 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

/*css of mobile for rapid-ai-compliance-easy-deployment-achieve-ai-compliance-in-minutes  */
@media (max-width: 768px) {
    .page-id-3069 .b-centered-text__inner {
        gap: 20px;
    }

    .page-id-3069 h2.c-title.c-section-header__title.default {
        font-size: 24px;
        color: #2F3551 !important;
        font-weight: 700;
    }

    .comprehensive-visibility p {
        font-size: 16px !important;
    }

    .b-centered-text {
        padding-block: 0px !important;
    }

    .page-id-3069 .Capabilities {
        margin: 16px;
    }

    .page-id-3069 .Capabilities p {
        font-size: 12px !important;
    }

    .page-id-3069 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        gap: 15px;
        padding-top: 15px;
    }

    .page-id-3069 h3.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3069 .ai-driven-banner .container.c-block__content p {
        text-align: center;
        font-size: 12px !important;
    }

    .page-id-3069 .b-centered-text .c-section-header {
        margin-bottom: -10px !important;
    }

    .page-id-3069 .wp-block-image img {
        display: none;
    }

    .eliminate-works {
        background-image: var(--wpr-bg-559c612c-1a31-443c-8ca3-2bf615524b33);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }

    .page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-dddb239f7f62027b639e23d71fb8c13e {
        padding-left: 16px;
        padding-top: 10px;
        font-size: 24px !important;
    }

    .page-id-3069 .key-benefits-eliminate .b-side-by-side-text-and-media {
        margin: 16px;
    }

    .page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-cafe0598ab901075e764fcec1bcf9bbf {
        padding-left: 16px;
        padding-bottom: 96px;
        padding-top: 32px;
    }

    .page-id-3069 .Capabilities h3 {
        font-size: 20px !important;
    }

    .key-benefits p {
        text-align: center !important;
        font-size: 12px !important;
    }

    .page-id-3069 .our-capibilities p {
        font-size: 12px !important;
    }

    .ai-driven-cta {
        margin-top: 96px;
        margin-bottom: 224px;
        padding-bottom: 0px;
    }

    .page-id-3069 .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3069 .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3069 .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3069 .ai-driven-banner .c-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .page-id-3069 h1.c-title.c-section-header__title.default {
        text-align: center;
        font-size: 28px;
    }

    .page-id-3069 .key-benefits-eliminate .b-side-by-side-text-and-media {
        height: 446px;
    }

    .key-benefits-eliminate h4 {
        font-size: 20px !important;
    }

    .key-benefits-eliminate p {
        font-size: 12px !important;
    }

    .page-id-3069 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-ce2482ffba4184d00329b4cd1fbc04c8::before {
        content: "";
        background-image: var(--wpr-bg-15bb56fe-128a-44db-9d1e-6de96d002885);

        left: 20%;
    }

    .page-id-3069 .b-centered-text {
        padding-block: 10px !important;
    }
}

/* css fo secure-shadow-apis-undocumented-endpoints-unmask-secure */
.page-id-3227 .ai-driven-banner .b-side-by-side-text-and-media__col--entry .c-section-header__title.default {
    --title-font-weight: 400 !important;
}

.page-id-3227 h2.c-title.c-section-header__title.default {
    text-align: left;
    font-size: 40px;
}

.page-id-3227 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    padding-top: 48px;
}

.page-id-3227 .Capabilities p {
    font-size: 20px;
    padding-top: 24px;
}

.page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
}

.page-id-3227 .wp-block-image {
    margin: 0;
}

.page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9c64f0669771bcebaeefafb8f3e11f6f::before {
    content: "";
    background-image: var(--wpr-bg-3782aab1-d1ed-4b6f-a614-331dcbc5c576);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3227 .eliminate-work1 {
    padding: 24px;
    border-radius: 24px;
    background: #F4CCED;
}

.page-id-3227 .eliminate-work2 {
    padding: 24px;
    border-radius: 24px;
    background: #F3D1C8;
}

.page-id-3227 .eliminate-work3 {
    padding: 24px;
    border-radius: 24px;
}

.page-id-3227 .eliminate-working-step {
    margin-top: 0px !important;
}

.eliminate-work1 p {
    padding-top: 10px !important;
}

.eliminate-work2 p {
    padding-top: 10px !important;
}

.eliminate-work3 p {
    padding-top: 10px !important;
}

.page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9a23ea3551149f35d4330e5ab6e1af1c {
    position: relative;
    padding-left: 50px;
    /* space for the icon */
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9a23ea3551149f35d4330e5ab6e1af1c::before {
    content: "";
    background-image: var(--wpr-bg-8bbb01a7-ace7-4943-a0ed-6dd91eb3e863);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 19%;
    top: 50%;
    transform: translateY(-50%);
}

.page-id-3227 .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    max-width: 1120px;
    margin: 0 auto;
    gap: 24px;
}

.page-id-3227 .key-benefits-eliminate .b-side-by-side-text-and-media__body {
    grid-template-columns: none;
}

.page-id-3227 .key-benefits-eliminate .b-side-by-side-text-and-media__body .c-media__image {
    border-radius: 24px !important;
    margin-top: 32px;
}

.page-id-3227 .key-benefits-eliminate .c-background__color {
    border-radius: 32px;
}

.page-id-3227 .key-benefits-eliminate h4.c-title.c-section-header__title.default {
    font-size: 28px;
    text-align: left;
}

.page-id-3227 .key-benefits-eliminate .c-text {
    font-size: 20px;
    color: #757785;
}

.page-id-3227 .key-benefits-eliminate .b-side-by-side-text-and-media {
    height: 560px;
}

.page-id-3227 .key-benefits-eliminate .c-section-header--align-center {
    align-items: flex-start;
}

.page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-dddb239f7f62027b639e23d71fb8c13e {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 128px;
}

.page-id-3227 .comprehensive-visibility p {
    font-size: 24px;
}

.page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 128px;
}

.page-id-3227 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

.page-id-3227 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

.page-id-3227 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-3227 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

.page-id-3227 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

.page-id-3227 .use-cases-ai-driven1 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3227 .use-cases-ai-driven1:hover {
    background: #F4CCED !important;
}

.page-id-3227 .use-cases-ai-driven2:hover {
    background: #F3D1C8 !important;
}

.page-id-3227 .use-cases-ai-driven3:hover {
    background: #EFE2A0 !important;
}

.page-id-3227 .use-cases-ai-driven4:hover {
    background: #F4CCED !important;
}

.page-id-3227 .use-cases-ai-driven2 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3227 .use-cases-ai-driven3 {
    padding: 32px;
    border-radius: 24px;
}

.page-id-3227 .use-cases-ai-driven4 {
    padding: 32px;
    border-radius: 24px;
}

/*css of mobile for secure-shadow-apis-undocumented-endpoints-unmask-secure  */
@media (max-width: 768px) {
    .page-id-3227 .b-centered-text__inner {
        gap: 20px;
    }

    .page-id-3227 h2.c-title.c-section-header__title.default {
        font-size: 24px;
    }

    .comprehensive-visibility p {
        font-size: 16px !important;
    }

    .b-centered-text {
        padding-block: 0px !important;
    }

    .page-id-3227 .Capabilities p {
        font-size: 12px !important;
    }

    .page-id-3227 .wp-block-columns.our-capibilities.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        gap: 15px;
        padding-top: 15px;
    }

    .page-id-3227 .Capabilities {
        margin: 16px;
    }

    .page-id-3227 .wp-block-image img {
        display: none;
    }

    .page-id-3227 h3.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3227 .ai-driven-banner .container.c-block__content p {
        text-align: center;
        font-size: 12px !important;
    }

    .page-id-3227 .b-centered-text .c-section-header {
        margin-bottom: -10px !important;
    }

    .page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-076b33966dc3aba7d215889e1f76037f {
        padding-left: 16px;
        padding-top: 32px;
        padding-bottom: 56px;
        font-size: 24px !important;
    }

    .page-id-3227 .key-benefits-eliminate .b-side-by-side-text-and-media {
        margin: 16px;
    }

    .page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-cafe0598ab901075e764fcec1bcf9bbf {
        padding-left: 16px;
        padding-bottom: 96px;
        padding-top: 32px;
    }

    .page-id-3227 .Capabilities h3 {
        font-size: 20px !important;
    }

    .key-benefits p {
        text-align: center !important;
        font-size: 12px !important;
    }

    .page-id-3227 .our-capibilities p {
        font-size: 12px !important;
        padding-top: 10px;
    }

    .ai-driven-cta {
        margin-top: 96px;
        margin-bottom: 224px;
        padding-bottom: 0px;
    }

    .page-id-3227 .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3227 .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3227 .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3227 .ai-driven-banner .c-buttons {
        flex-direction: row;
        justify-content: center;
    }

    .page-id-3227 h1.c-title.c-section-header__title.default {
        text-align: center;
        font-size: 28px;
    }

    .page-id-3227 .key-benefits-eliminate .b-side-by-side-text-and-media {
        height: 446px;
    }

    .key-benefits-eliminate h4 {
        font-size: 20px !important;
    }

    .key-benefits-eliminate p {
        font-size: 12px !important;
    }

    .page-id-3227 .use-cases-ai-driven1 {
        margin: 16px;
    }

    .page-id-3227 .use-cases-ai-driven2 {
        margin: 16px;
    }

    .page-id-3227 .use-cases-ai-driven3 {
        margin: 16px;
    }

    .page-id-3227 .use-cases-ai-driven4 {
        margin: 16px;
    }

    .page-id-3227 .use-cases-ai-driven1 h3 {
        font-size: 20px !important;
    }

    .page-id-3227 .use-cases-ai-driven2 h3 {
        font-size: 20px !important;
    }

    .page-id-3227 .use-cases-ai-driven3 h3 {
        font-size: 20px !important;
    }

    .page-id-3227 .use-cases-ai-driven4 h3 {
        font-size: 20px !important;
    }

    .page-id-3227 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-9a23ea3551149f35d4330e5ab6e1af1c::before {
        left: 0;
    }

    .page-id-3227 .b-centered-text {
        padding-block: 10px !important;
    }
}

/* CSS for secure-the-ai-driven-sdlc-faster-the-ai-driven-sdlc-faster */
.page-id-3086 .light-banner {
    height: 800px;
}

.page-id-3086 .light-banner .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-3086 .c-buttons .c-button:nth-child(1) .c-btn {
    padding: 12px 24px;
    border-radius: 16px;
}

.page-id-3086 .light-banner .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #A3A5AE !important;
    padding: 12px 24px;
    border: 1px solid #A3A5AE;
    border-radius: 16px;
}

.page-id-3086 .b-logo-slider {
    padding-top: 92px !important;
    padding-bottom: 128px !important;
}

.drive-heading {
    padding-top: 180px;
}

.page-id-3086 p.has-text-align-center.has-text-color.has-link-color.wp-elements-a0a1514c3bdd1b756a6a411ddfe15194 {
    font-size: 24px !important;
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 20px;
}

.page-id-3086 h3.c-title.c-section-header__subtitle.default {
    font-size: 24px;
    padding-top: 20px;
    color: #474A5D;
}

.page-id-3086 .security-where {
    padding-top: 180px;
}

.page-id-3086 .b-side-by-side-text-and-media__body {
    gap: 170px;
}

.secure-values h2 {
    font-size: 32px !important;
}

.page-id-3086 .wp-block-columns.pipeline.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    margin: 0 0 0 220px;
    padding-top: 30px;
    gap: 20px;
}

.wp-block-columns.drive-value.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
    max-width: 1120px;
    margin: 0 auto;
    gap: 20px;
    padding-top: 25px;
}

.drive-value h2 {
    text-align: left !important;
}

.drive-value .c-background__color {
    border-radius: 20px;
}

.drive-value .b-centered-text .c-buttons {
    justify-content: left;
    padding-top: 25px;
}

.drive-value .container.c-block__content {
    padding-top: 25px;
}

.drive-value1 {
    padding: 32px;
    border-radius: 20px !important;
    height: 354px;
}

.drive-value2 {
    padding: 32px;
    border-radius: 20px;
    height: 354px;
}

.page-id-3086 p.has-text-color.has-link-color.wp-elements-f174810377f3db56375f7db0617b39e3 {
    width: 548px !important;
    padding-top: 20px;
}

.page-id-3086 .ai-driven-cta .c-text strong {
    color: #fff !important;
}

.page-id-3086 .ai-driven-cta .c-buttons {
    gap: 30px;
    justify-content: center;
}

.page-id-3086 .ai-driven-cta h2.c-title.c-section-header__title.default {
    font-size: 48px;
    color: #fff !important;
}

.page-id-3086 .c-buttons .c-button:nth-child(2) .c-btn {
    background-color: #ffffff00 !important;
    color: #F1F4F7 !important;
    padding: 12px 24px;
    border: 1px solid #F1F4F7;
    border-radius: 16px;
}

.page-id-3086 a.c-btn.c-btn-primary.c-btn--variation-pink.c-btn--variation-default.c-btn--variation-full-width-on-mobile::after {
    content: '';
    background: var(--wpr-bg-6dcf8df6-ba9b-42bb-9c02-7913e6a2c311);
    width: 11px;
    height: 12px;
    background-repeat: no-repeat;
}

.page-id-3086 a.c-btn.c-btn-primary.c-btn--variation-pink.c-btn--variation-default::after {
    content: '';
    background: var(--wpr-bg-790403be-ffb2-4c7c-8b0d-763ef7b80b06);
    width: 11px;
    height: 12px;
    background-repeat: no-repeat;
}

/* CSS for mobile secure-the-ai-driven-sdlc-faster-the-ai-driven-sdlc-faster */


@media (max-width: 768px) {
    .page-id-3086 .light-banner {
        height: 600px;
    }

    .light-banner.b-oob {
        padding-top: 30px !important;
    }

    .light-banner p {
        font-size: 12px;
    }

    .page-id-3086 .light-banner .c-buttons {
        flex-direction: row;
    }

    h2.c-title.c-section-header__title.default {
        font-size: 28px;
    }

    .page-id-2862 .b-oob {
        height: 520px;
    }

    .page-id-2862 .b-oob.c-background__color,
    .c-background__media {
        top: 50px;
    }

    .page-id-3086 .b-logo-slider {
        padding-top: 92px !important;
        padding-bottom: 0px !important;
    }

    .page-id-3086 .b-side-by-side-text-and-media__body {
        gap: 0px;
    }

    .page-id-3086 .security-where {
        padding-top: 0px;
    }

    .page-id-3086 h3.c-title.c-section-header__subtitle.default {
        font-size: 16px;
    }

    .page-id-3086 .wp-block-columns.pipeline.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        margin: 0 0 0 0px;
    }

    .page-id-3086 p.has-text-color.has-link-color.wp-elements-f174810377f3db56375f7db0617b39e3 {
        width: 340px !important;
        padding-left: 16px;
        font-size: 12px !important;
    }

    .page-id-3086 h3.wp-block-heading.has-text-color.has-link-color.wp-elements-3e207ce1d829e34d1e9014572ab68c00 {
        font-size: 24px !important;
        padding-left: 16px;
    }

    .security-where h3 {
        font-size: 24px;
    }

    .security-where p {
        font-size: 12px !important;
    }

    .page-id-3086 .wp-block-columns.pipeline.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
        flex-direction: column-reverse;
    }

    img.wp-image-3097 {
        padding-left: 16px;
    }

    .drive-heading {
        padding-top: 96px;
        font-size: 24px !important;
    }

    .page-id-3086 p.has-text-align-center.has-text-color.has-link-color.wp-elements-a0a1514c3bdd1b756a6a411ddfe15194 {
        font-size: 16px !important;
    }

    .drive-value2 h2 {
        font-size: 24px !important;
    }

    .drive-value1 h2 {
        font-size: 24px !important;
    }

    .drive-value2 p {
        font-size: 12px !important;
    }

    .drive-value1 p {
        font-size: 12px !important;
    }

    .drive-value2 .c-text strong {
        font-size: 12px !important;
    }

    .drive-value1 .c-text strong {
        font-size: 12px !important;
    }

    .drive-value .b-centered-text .c-buttons {
        align-items: baseline;
    }

    .drive-value1 {
        margin: 16px;
    }

    .drive-value2 {
        margin: 16px;
    }

    .drive-value1 {
        height: 300px;
    }

    .drive-value2 {
        height: 300px;
    }

    .page-id-3086 .ai-driven-cta h2.c-title.c-section-header__title.default {
        font-size: 24px;
        text-align: center;
    }

    .page-id-3086 .ai-driven-cta .c-buttons .c-button:nth-child(1) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .page-id-3086 .ai-driven-cta .c-buttons .c-button:nth-child(2) .c-btn {
        padding: 10px 20px;
        width: 231px;
    }

    .secure h1 {
        font-size: 24px !important;
    }

    .page-id-3086 .secure .c-buttons .c-button:nth-child(1) .c-btn {
        width: 287px;
        font-size: 12px;
    }

    .secure {
        border-bottom: 2px solid #EC9EDD;
        padding-bottom: 20px;
    }

    .page-id-3086 .c-buttons .c-button:nth-child(1) .c-btn {

        font-size: 12px;
    }
}

/* css for the-faster-smarter-more-accurate-invicti-alternative page */
body.wp-singular.page-template-default.page.page-id-3332.logged-in.admin-bar.wp-theme-wp-d-theme.no-js.customize-support {
    background: #191D34;
}

.faster-smarter-banner a.c-btn.c-btn-primary.c-btn--variation-orange.c-btn--variation-small {
    background: linear-gradient(43deg, #EF5737 40%, #F44FCA 100%);
    border-radius: 30px;
    padding: 17px 33px;
}

.faster-smarter-banner .c-buttons {
    justify-content: center;
}



/* ===== HERO SECTION ===== */

.ai-hero {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    color: #fff;
}

/* Dark overlay for readability */
.ai-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 25, 0.65);
    z-index: 1;
}

.ai-hero-container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* LEFT */
.ai-hero-content {
    flex: 1;
}

.ai-hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
}

.ai-hero-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #d7d7e8;
    max-width: 520px;
    margin-bottom: 35px;
}

/* Buttons */
.ai-hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary {
    background: linear-gradient(90deg, #ff3cac, #ff7a18);
    padding: 14px 28px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 60, 172, 0.4);
}

.btn-outline {
    padding: 14px 28px;
    border-radius: 30px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-outline:hover {
    background: #fff;
    color: #111;
}

/* SHIELD */
.ai-hero-shield {
    flex: 1;
    display: flex;
    justify-content: center;
}

.shield-outer {
    width: 360px;
    height: 460px;
    border-radius: 50% 50% 45% 45%;
    border: 4px solid #ff3cac;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 80px rgba(255, 60, 172, 0.6);
}

.shield-inner {
    width: 220px;
    height: 320px;
    border-radius: 50% 50% 45% 45%;
    background: linear-gradient(180deg, #ff3cac, #ff7a18);
}

/* Responsive */

@media (max-width: 992px) {
    .ai-hero-container {
        flex-direction: column;
        text-align: center;
    }

    .ai-hero-content h1 {
        font-size: 42px;
    }
}

@media (max-width: 576px) {
    .ai-hero {
        padding: 80px 0;
    }

    .ai-hero-content h1 {
        font-size: 32px;
    }

    .hero-title {
        font-size: 30px !important;
    }

    .shield-outer {
        width: 260px;
        height: 340px;
    }

    .shield-inner {
        width: 160px;
        height: 240px;
    }
}

.hero_btn.hero_primary {
    background: linear-gradient(45deg, #ff4db8, #ff2d96);
    color: #fff;
}

.hero_btn.hero_primary:hover {
    opacity: 0.8;
}

.hero_btn.outline {
    border: 2px solid #fff;
    color: #fff;
}

.hero_btn.outline:hover {
    background: #fff;
    color: #000;
}

.hero_btn {
    padding: 14px 28px;
    /* border-radius: 20px; */
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.b-logo-slider {
    margin-block: 20px 60px
}





.timeline-section {
    padding: 120px 20px;
    text-align: center;
    overflow: hidden;
}

.timeline-wrapper {
    max-width: 1100px;
    margin: auto;
}

/* YEAR */
.timeline-year {
    font-size: 56px;
    font-weight: 700;
    color: #4b4f5c;
    margin-bottom: 60px;
}

/* LINE AREA */
.timeline-line {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Horizontal Line */
.timeline-line::before {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    background: #d46ac1;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

/* Pink active line */
.timeline-line::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 50%;
    left: 0;
    background: #d46ac1;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: 0.5s ease;
}

/* Card */
.timeline-card {
    position: relative;
    z-index: 3;
    background: #e6e7ec;
    padding: 20px 40px;
    border-radius: 40px;
    font-size: 22px;
    color: #666a75;
    max-width: 650px;
}

/* Icons */
.line-left-icon,
.line-right-icon {
    position: relative;
    z-index: 3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.line-left-icon {
    background: #d46ac1;
    margin-right: 30px;
}

.line-right-icon {
    background: #e0b100;
    margin-left: 30px;
}

.line-left-icon img,
.line-right-icon img {
    width: 30px;
    height: 30px;
}

/* DOTS */
.timeline-dots {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d8d8df;
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    width: 50px;
    border-radius: 10px;
    background: #d46ac1;
}

/* RESPONSIVE */

@media (max-width: 768px) {
    .timeline-year {
        font-size: 36px;
    }

    .timeline-card {
        padding: 25px;
        font-size: 18px;
    }

    .timeline-line {
        flex-direction: column;
        gap: 30px;
    }

    .timeline-line::before,
    .timeline-line::after {
        display: none;
    }
}







.toolchain-section {
    padding: 100px 0px;
}

.section-title {
    font-family: 'Libre Baskerville';
    font-size: 40px;
    text-transform: uppercase;
    --title-font-weight: 400 !important;
    text-align: center;
}

/* GRID */
.toolchain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 70px;
}

/* CARD */
.tool-card {
    transition: all 0.4s ease;
}

.tool-image {
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 25px;
}

.tool-image img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}

img.tool-card-img {
    width: 25px;
}

/* CONTENT */
.tool-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #4b4f5c;
    display: flex;
    gap: 5px;
}

.tool-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #6a6f7d;
}

/* HOVER EFFECT */
.tool-card:hover {
    transform: translateY(-12px);
}

.tool-card:hover .tool-image img {
    transform: scale(1.05);
}

/* Optional soft glow */
.tool-card:hover .tool-image {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* RESPONSIVE */

@media (max-width: 1024px) {
    .toolchain-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .toolchain-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .toolchain-section {
        padding: 80px 0px;
    }
}

.toolchain-section {
    opacity: 0;
    transform: translateY(80px);
    transition: all 1s ease;
}

.toolchain-section.show {
    opacity: 1;
    transform: translateY(0);
}

.section-title {
    opacity: 0;
    transform: translateY(40px);
    transition: all .8s ease;
}

.toolchain-section.show .section-title {
    opacity: 1;
    transform: translateY(0);
}

.tool-card {
    opacity: 0;
    transform: translateY(60px);
    transition: all .7s ease;
}

.toolchain-section.show .tool-card {
    opacity: 1;
    transform: translateY(0);
}

.toolchain-section.show .tool-card:nth-child(1) {
    transition-delay: .2s;
}

.toolchain-section.show .tool-card:nth-child(2) {
    transition-delay: .4s;
}

.toolchain-section.show .tool-card:nth-child(3) {
    transition-delay: .6s;
}








/* Summary Section */
.summary-section {
    margin-top: 80px;
    text-align: center;
}

.summary-title {
    color: #474A5D;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 32px;
}

.summary-text {
    color: #757785;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .summary-section {
        margin-top: 60px;
        text-align: left;
    }

    .summary-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .summary-text {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {


    .summary-section {
        margin-top: 40px;
    }

    .summary-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .summary-text {
        font-size: 15px;
    }
}

/* Book a Demo Section */

.demoSection {
    padding: 50px 0;
}

.demo-section {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: stretch;
	gap: 0;
}

/* Left Side - Form */
.demo-form-wrapper {
    background-color: #2F3551;
    padding: 40px;
	border-radius: 0;
}

.demo-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-input {
    width: 100%;
    padding: 16px 20px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    background-color: #F1F4F7;
    color: #474A5D;
}

.form-input::placeholder {
    color: #A3A5AE;
}

.form-input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(240, 186, 231, 0.5);
}

.submit-button {
    width: 100%;
    padding: 16px 20px;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    background-color: #E784D5;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}

.submit-button:hover {
    box-shadow: 0 6px 16px rgba(231, 132, 213, 0.4);
    transform: translateY(-2px);
    background-color: #E56FC9;
}

.submit-button::after {
    content: '▶';
    font-size: 14px;
}

.checkbox-wrapper {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-top: 8px;
}

.checkbox-input {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 2px;
}

.checkbox-label {
    color: #A3A5AE;
    font-size: 12px !important;
    line-height: 1.5;
}

.form-disclaimer {
    color: #A3A5AE;
    font-size: 8px !important;
    line-height: 1.6;
    margin-top: 12px;
}

/* Right Side - Content */
.demo-content {
    padding: 50px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.demo-title {
    color: #2F3551;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Libre Baskerville';
    text-transform: uppercase;
}

.demo-title-2 {
    color: #EF5737;
    margin-bottom: 24px;
}

.demo-description {
    color: #757785;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
}

.clients-label {
    color: #757785;
    font-size: 16px !important;
    font-weight: 500;
    margin-bottom: 24px;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
    align-items: center;
}

.client-logo {
    height: 40px;
    object-fit: contain;
    width: 100%;
}

/* Responsive Design */
@media (max-width: 968px) {
    .demo-section {
        grid-template-columns: 1fr;
    }

    .demo-content {
        order: -1;
    }

    .demo-title {
        font-size: 32px;
    }

    .demo-title-2 {
        margin-bottom: 20px;
    }

    .demo-description {
        font-size: 18px;
    }

    .clients-grid {
        gap: 24px 20px;
    }
}

@media (max-width: 768px) {

    .demo-form-wrapper {
        padding: 32px 24px;
    }

    .demo-title {
        font-size: 28px;
    }

    .demo-description {
        font-size: 16px;
    }

    .form-input {
        padding: 14px 18px;
        font-size: 15px;
    }

    .submit-button {
        padding: 14px 18px;
        font-size: 16px;
    }

    .clients-label {
        display: none;
    }

    .clients-grid {
        display: none;
    }

    .client-logo {
        height: 35px;
    }
}

@media (max-width: 480px) {

    .demo-form-wrapper {
        padding: 24px 20px;
    }

    .demo-title {
        font-size: 24px;
    }

    .demo-description {
        font-size: 15px;
    }

    .form-input {
        padding: 12px 16px;
        font-size: 14px;
    }

    .submit-button {
        padding: 12px 16px;
        font-size: 15px;
    }

    .checkbox-label {
        font-size: 11px;
    }

    .form-disclaimer {
        font-size: 7px;
    }
}


/* ===== DEMO SECTION ANIMATION ===== */

.demo-form-wrapper {
    opacity: 0;
    transform: translateX(-80px);
    transition: 0.9s ease;
}

.demo-content {
    opacity: 0;
    transform: translateX(80px);
    transition: 0.9s ease;
}

/* TITLE */

.demo-title,
.demo-description,
.clients-label {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s ease;
}

/* CLIENT LOGOS */

.client-logo {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.6s ease;
}

/* ACTIVE STATE */

.demoSection.active .demo-form-wrapper {
    opacity: 1;
    transform: translateX(0);
}

.demoSection.active .demo-content {
    opacity: 1;
    transform: translateX(0);
}

.demoSection.active .demo-title,
.demoSection.active .demo-description,
.demoSection.active .clients-label {
    opacity: 1;
    transform: translateY(0);
}

/* STAGGER LOGOS */

.demoSection.active .client-logo:nth-child(1) {
    transition-delay: .2s;
}

.demoSection.active .client-logo:nth-child(2) {
    transition-delay: .3s;
}

.demoSection.active .client-logo:nth-child(3) {
    transition-delay: .4s;
}

.demoSection.active .client-logo:nth-child(4) {
    transition-delay: .5s;
}

.demoSection.active .client-logo:nth-child(5) {
    transition-delay: .6s;
}

.demoSection.active .client-logo:nth-child(6) {
    transition-delay: .7s;
}

.demoSection.active .client-logo:nth-child(7) {
    transition-delay: .8s;
}

.demoSection.active .client-logo:nth-child(8) {
    transition-delay: .9s;
}

.demoSection.active .client-logo {
    opacity: 1;
    transform: translateY(0);
}

/* When Teams Choose Section */
.teams-section {
    margin-top: 80px;
}

.teams-title {
    color: #474A5D;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
}

.teams-subtitle {
    color: #757785;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 48px;
}

.teams-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.teams-grid.two-items {
    grid-template-columns: repeat(2, 1fr);
}

.teams-grid.one-item {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.teams-card {
    background-color: #F1F4F7;
    padding: 32px 24px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.teams-card:hover {
    background: linear-gradient(90deg, rgba(230, 132, 205, 1) 0%, rgba(229, 160, 161, 1) 50%, rgba(228, 136, 121, 1) 100%);
    box-shadow: 0 6px 16px rgba(230, 132, 205, 0.3);
}

.teams-card-text {
    color: #474A5D;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.teams-card:hover .teams-card-text {
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .teams-title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .teams-subtitle {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .teams-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .teams-grid.two-items,
    .teams-grid.one-item {
        grid-template-columns: 1fr;
    }

    .teams-card {
        padding: 24px 20px;
    }

    .teams-card-text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {


    .teams-title {
        font-size: 24px;
    }

    .teams-subtitle {
        font-size: 16px;
    }

    .teams-card {
        padding: 20px 16px;
    }

    .teams-card-text {
        font-size: 15px;
    }
}


/* New Hero Section CSS  */

.hero-ai {
    background: url(hero-bg.jpg) center/cover no-repeat;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.hero-title {
    font-family: "Libre Baskerville", serif;
    font-size: 48px;
    font-weight: 400 !important;
    line-height: 1.1;
    color: #2F3551;
}

.hero-title span {
    display: block;
    opacity: 0;
    transform: translateY(40px);
}

.hero-desc {
    margin-top: 25px;
    font-size: 18px;
    opacity: 0;
    transform: translateY(30px);
    color: #2F3551;
}

.hero-buttons,
.hero-buttons-mobile {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    opacity: 0;
    transform: translateY(30px);
}

.hero-buttons-mobile {
    align-items: center;
    justify-content: center;
    display: none;
}


.btn-primary {
    background: linear-gradient(90deg, #ff3cac, #ff8a00);
    padding: 14px 28px;
    border-radius: 30px;
    color: white;
}

.btn-outline {
    border: 2px solid white;
    padding: 14px 28px;
    border-radius: 30px;
}

.hero-right {
    display: flex;
    justify-content: center;
}

.hero-shield {
    width: 420px;
    opacity: 0;
    transform: translateX(120px) scale(.9);
    filter: drop-shadow(0 0 40px rgba(255, 70, 120, .6));
}

/* animation classes */

.animate .line1 {
    animation: fadeUp .8s forwards;
}

.animate .line2 {
    animation: fadeUp .8s .4s forwards;
}

.animate .hero-desc {
    animation: fadeUp .8s .9s forwards;
}

.animate .hero-buttons,
.animate .hero-buttons-mobile {
    animation: fadeUp .8s 1.3s forwards;
}

.animate .hero-shield {
    animation: shieldIn 1.2s .6s forwards;
}

@keyframes fadeUp {

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

@keyframes shieldIn {

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }

}

/* responsive */

@media(max-width:900px) {

    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-buttons {
        display: none;
    }

    /* .hero-right {
        order: -1;
    } */

    .hero-shield {
        width: 300px;
    }

    .hero-title {
        font-size: 30px;
    }

    .hero-buttons-mobile {
        display: flex;
    }

}



/* timeline slider CSS  */
/* TIMELINE SLIDER */

.ts-slider {
    padding: 0px 0;
    opacity: 0;
    transform: translateY(80px);
    transition: 1s ease;
}

.ts-slider.show {
    opacity: 1;
    transform: translateY(0);
}

.ts-slides {
    position: relative;
    overflow: hidden;
}

.ts-slide {
    opacity: 0;
    transform: translateY(60px);
    transition: .7s ease;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 100px 40px;
}

.ts-slide.active {
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

.ts-slide h2 {
    font-size: 44px;
    margin-bottom: 25px;
}

.ts-slide p {
    font-size: 20px;
    color: #555;
}

/* NAV */

.ts-nav {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.ts-nav-left,
.ts-nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    background: #2F3551;
    padding: 20px 30px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
}

.ts-progress {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    transition: .5s;
}

/* colors */

.ts-progress.pink {
    background: linear-gradient(90deg, #ff2fb3, #ff6a9a);
}

.ts-progress.yellow {
    background: #e2bf28;
}

.ts-progress.orange {
    background: #f2552f;
}

.ts-progress.dark {
    background: #555a6f;
}

/* dots */

.ts-dots {
    display: flex;
    gap: 10px;
}

.ts-dots span {
    width: 8px;
    height: 8px;
    background: white;
    /* opacity: .4; */
    border-radius: 50%;
    transition: .4s;
}

.ts-dots span.active {
    width: 40px;
    height: 8px;
    border-radius: 10px;
    opacity: 1;
    animation: dotMove 5s linear;
}

img.ts-icon {
    height: 25px;
    width: 25px;
}

/* dot progress animation */

@keyframes dotMove {

    0% {
        width: 10px
    }

    100% {
        width: 40px
    }

}

@media (max-width:768px) {

    .ts-nav {
        position: relative;

    }

    .ts-progress {
        order: -1;
        margin-bottom: 20px;
        background: none !important;
        min-height: auto;
        position: absolute;
        width: 100%;
        top: -30px;
    }

    .ts-dots {
        justify-content: center;
    }

    .ts-dots span.active {
        width: 30px;
    }

    .ts-dots span {
        background: #F44FCA;
    }

    .ts-nav-left,
    .ts-nav-right {
        flex: 1;
        width: 50%;
    }

}



/* Assa SECTION */

.assa-section {
    padding: 60px 0px;
}

.assa-container {
    display: grid;
    grid-template-columns: 65% 35%;
    align-items: stretch;
}

/* LEFT */

.assa-title {
    font-family: 'Libre Baskerville';
    font-size: 31px;
    line-height: 1.3;
    margin-bottom: 40px;
    color: #2F3551;
    --title-font-weight: 400 !important;
    text-align: left;
}

/* LIST */

.assa-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.assa-item {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.6s ease;
}

.assa-icon {
    color: #ff3cb5;
    font-size: 22px;
    /* margin-top: 5px; */
}

.assa-item p {
    margin: 0;
    color: #555;
    line-height: 1.6;
    font-size: 15px;
}

/* RIGHT IMAGE */

.assa-right img {
    /* width: 100%; */
    display: block;
}

/* ANIMATION BASE */

.assa-left {
    opacity: 0;
    transform: translateX(-80px);
    transition: 0.9s ease;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 30px;
}

.assa-right {
    opacity: 0;
    transform: translateX(80px);
    transition: 0.9s ease;
    justify-content: end;
    display: flex;
}

/* ACTIVE */

.assa-section.active .assa-left {
    opacity: 1;
    transform: translateX(0);
}

.assa-section.active .assa-right {
    opacity: 1;
    transform: translateX(0);
}

.assa-section.active .assa-item {
    opacity: 1;
    transform: translateY(0);
}

/* STAGGER */

.assa-section.active .assa-item:nth-child(1) {
    transition-delay: .2s;
}

.assa-section.active .assa-item:nth-child(2) {
    transition-delay: .4s;
}

.assa-section.active .assa-item:nth-child(3) {
    transition-delay: .6s;
}

.assa-section.active .assa-item:nth-child(4) {
    transition-delay: .8s;
}

.assa-section.active .assa-item:nth-child(5) {
    transition-delay: 1s;
}

/* RESPONSIVE */

@media(max-width:992px) {

    .assa-container {
        grid-template-columns: 1fr;
    }

    .assa-title {
        font-size: 28px;
    }

    .assa-right {
        order: -1;
        height: 350px;
    }

    .assa-right img {
        width: 100%;
        display: block;
        object-position: center;
        object-fit: cover;
    }

    .assa-left {
        padding: 30px 15px;
    }

}

@media(max-width:576px) {

    .assa-section {
        padding: 50px 0px;
    }

    .assa-title {
        font-size: 22px;
    }

}






/* STAR SECTION CSS */

.star-section {
    padding-bottom: 80px;
}

.star-container {
    display: grid;
    grid-template-columns: 35% 65%;
    align-items: stretch;
    gap: 0;
}

/* LEFT */

.star-left {
    opacity: 0;
    transform: translateX(-80px);
    transition: 0.9s ease;
    display: flex;
    justify-content: center;
}

.star-left img {
    width: 100%;
    height: auto;
}

/* RIGHT */

.star-right {
    opacity: 0;
    transform: translateX(80px);
    transition: 0.9s ease;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 30px;
}

/* TITLE */

.star-title {
    font-family: 'Libre Baskerville';
    font-size: 31px;
    line-height: 1.3;
    margin-bottom: 40px;
    color: #2F3551;
    --title-font-weight: 400;
}

/* LIST */

.star-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.star-item {
    margin-bottom: 24px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.6s ease;
}

.star-item h3 {
    margin: 0 0 5px;
    font-size: 18px;
    color: #2F3551;
}

.star-item p {
    margin: 0;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* ACTIVE */

.star-section.active .star-left {
    opacity: 1;
    transform: translateX(0);
}

.star-section.active .star-right {
    opacity: 1;
    transform: translateX(0);
}

.star-section.active .star-item {
    opacity: 1;
    transform: translateY(0);
}

/* STAGGER */

.star-section.active .star-item:nth-child(1) {
    transition-delay: .2s;
}

.star-section.active .star-item:nth-child(2) {
    transition-delay: .4s;
}

.star-section.active .star-item:nth-child(3) {
    transition-delay: .6s;
}

.star-section.active .star-item:nth-child(4) {
    transition-delay: .8s;
}

.star-section.active .star-item:nth-child(5) {
    transition-delay: 1s;
}

/* RESPONSIVE */

@media(max-width:992px) {

    .star-container {
        grid-template-columns: 1fr;
    }

    .star-left {
        order: -1;
        height: 350px;
    }

    .star-right {
        padding: 30px 15px;
    }

    .star-title {
        font-size: 28px;
    }

    .star-left img {
        object-position: center;
        object-fit: cover;
    }

}

@media(max-width:576px) {

    .star-title {
        font-size: 24px;
    }

    .star-item h3 {
        font-size: 18px;
    }

}




/* Evidence SECTION CSS */

.evidence-section {
    padding: 40px 0px;
}

.evidence-container {
    margin: auto;
    text-align: center;
}

/* TITLE */

.evidence-title {
    font-family: 'Libre Baskerville';
    font-size: 40px;
    text-transform: uppercase;
    --title-font-weight: 400 !important;
    text-align: center;
    padding: 65px 50px;
    background-position: center !important;
    background-size: cover !important;
}

/* CARDS */

.evidence-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

/* CARD BASE */

.evidence-card {
    padding: 50px 60px;
    color: white;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 500;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    opacity: 0;
    transition: 1s ease;
}

/* LEFT CARD */

.evidence-card-left {
    background: linear-gradient(135deg, #ff4fc3, #ff6fd8);
    transform: translateX(-120px);
}

.evidence-card p {
    font-size: 22px !important;
}

/* RIGHT CARD */

.evidence-card-right {
    background: linear-gradient(135deg, #ff6a2a, #ff3d3d);
    transform: translateX(120px);
}

/* ACTIVE */

.evidence-section.active .evidence-card {
    opacity: 1;
    transform: translateX(0);
}

/* TEXT ANIMATION */

.evidence-card p {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s ease;
}

.evidence-section.active .evidence-card p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .4s;
}

/* RESPONSIVE */

@media(max-width:992px) {

    .evidence-title {
        font-size: 34px;
    }

    .evidence-cards {
        grid-template-columns: 1fr;
    }

    .evidence-card {
        font-size: 22px;
    }

}

@media(max-width:576px) {

    .evidence-title {
        font-size: 26px;
        padding: 65px 10px;
    }

    .evidence-card {
        font-size: 18px;
        padding: 25px 10px;
    }

}




/* CASE SECTION CSS */

.case-section {
    padding: 80px 0px;
}

.case-slider {
    position: relative;
    overflow: hidden;
}

/* TRACK */

.case-track {
    display: flex;
    transition: transform .7s cubic-bezier(.77, 0, .18, 1);
    cursor: grab;
}

/* SLIDE */

.case-slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
}

/* CONTENT */

.case-content {
    background: #fff;
    padding: 20px 20px 70px 20px;
}

.case-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ff4fc3, #ff6fd8);
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 30px;
}

.case-title {
    font-family: 'Libre Baskerville';
    font-size: 40px;
    color: #2F3551;
    margin-bottom: 20px;
    --title-font-weight: 400 !important;
}

.case-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #6d6f7d;
    margin-bottom: 20px;
}

.case-link {
    font-size: 18px;
    color: #2F3551;
}

/* IMAGE */

.case-image {
    background: #7b7d8a;
}

.case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: left;
}

/* NAV */

.case-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    position: absolute;
    bottom: 19px;
    width: 45%;
    left: 20px;
}

.case-buttons {
    display: flex;
    gap: 12px;
}

.case-buttons button {
    width: 45px;
    height: 32px;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, #ff4fc3, #ff6fd8);
    color: #fff;
    font-size: 15px;
}

.case-dots {
    display: flex;
    gap: 12px;
}

.case-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2F3551;
    opacity: .4;
}

.case-dot.active {
    background: #ff4fc3;
    opacity: 1;
}

/* MOBILE */

@media(max-width:900px) {

    .case-slide {
        grid-template-columns: 1fr;
    }

    .case-image {
        order: -1;
        height: 320px;
    }

    .case-content {
        padding: 40px;
    }

    .case-title {
        font-size: 30px;
    }

    .case-nav {
        position: relative !important;
        width: 100% !important;
        padding: 20px !important;
        background: #fff !important;
        margin-top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
    }

}

/* SECTION SCROLL ANIMATION */

.case-section {
    opacity: 0;
    transform: translateY(80px);
    transition: all 1s ease;
}

.case-section.show {
    opacity: 1;
    transform: translateY(0);
}


/* LEFT CONTENT */

.case-content {
    opacity: 0;
    transform: translateX(-80px);
    transition: all .9s ease;
}

.case-section.show .case-content {
    opacity: 1;
    transform: translateX(0);
}


/* RIGHT IMAGE */

.case-image {
    opacity: 0;
    transform: translateX(80px);
    transition: all .9s ease;
}

.case-section.show .case-image {
    opacity: 1;
    transform: translateX(0);
}

.case-slide {
    opacity: .4;
    transition: all .6s ease;
}

.case-slide.active {
    opacity: 1;
}




.security-delivery {
    padding-bottom: 100px;
}

.security-delivery__title {
    font-family: 'Libre Baskerville';
    font-size: 40px;
    text-transform: capitalize;
    --title-font-weight: 400 !important;
    text-align: center;
    margin-bottom: 50px;
}

.security-delivery__slider {
    overflow: hidden;
}

.security-delivery__track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.security-card {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.security-card__image {
    height: 160px;
    background: #6d6f7c;
}

.security-card__content {
    padding: 25px 15px;
}

.security-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.security-card__tag {
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 600;
}

.security-card__date {
    font-size: 12px;
    color: #9a9a9a;
}

.security-card__title {
    font-size: 18px;
    margin-bottom: 10px;
}

.security-card__desc {
    color: #555;
    line-height: 1.6;
    font-size: 15px !important;
	min-height: 125px;
}

.security-card__btn {
    border: none;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    justify-content: center;
    display: flex;
    text-decoration: none;
    color: #fff;
}

/* colors */

.security-card.pink .security-card__tag {
    background: #ff4bc6;
    color: #fff;
}

.security-card.yellow .security-card__tag {
    background: #e4bf2d;
}

.security-card.orange .security-card__tag {
    background: #ff5a3c;
    color: #fff;
}

.security-card.pink .security-card__btn {
    background: linear-gradient(90deg, #ff4bc6, #ff7bd8);
    color: #fff;
}

.security-card.yellow .security-card__btn {
    background: #e4bf2d;
}

.security-card.orange .security-card__btn {
    background: #ff5a3c;
    color: #fff;
}

/* navigation */

.security-delivery__nav {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.security-delivery__dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1e1f3b;
    display: inline-block;
    margin-right: 8px;
    opacity: .4;
}

.security-delivery__dots span.active {
    background: #ff4bc6;
    opacity: 1;
}

.security-delivery__arrows button {
    border: none;
    /* padding: 12px 16px; */
    width: 45px;
    height: 32px;
    background: linear-gradient(135deg, #ff4fc3, #ff6fd8);
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

/* mobile */

@media(max-width:900px) {

    .security-delivery {
        margin-bottom: 70px;
    }

    .security-delivery__track {
        display: flex;
        transition: .4s;
        gap: 0;
    }
	
	/* Only second card image right */
	.security-delivery__track .security-card:nth-child(2) .security-card__image img{
		object-position: right;
	}

    .security-card {
        min-width: 100%;
        flex: 0 0 100%;
    }

    .security-card__image {
        height: 300px;
    }

    .security-delivery__nav {
        display: flex;
    }

    .security-delivery__title {
        text-align: left;
        font-size: 34px;
        margin-bottom: 30px;
    }

}

@media (max-width: 576px) {

    .security-delivery {
        margin-bottom: 50px;
    }

    .security-delivery__title {
        font-size: 26px;
    }
}

.security-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.security-delivery__arrows {
    display: flex;
    gap: 15px;
}

/* SECTION SCROLL */

.security-delivery {
    opacity: 0;
    transform: translateY(80px);
    transition: all 1s ease;
}

.security-delivery.show {
    opacity: 1;
    transform: translateY(0);
}

.security-delivery__title {
    opacity: 0;
    transform: translateY(40px);
    transition: all .8s ease;
}

.security-delivery.show .security-delivery__title {
    opacity: 1;
    transform: translateY(0);
}


.security-card {
    opacity: 0;
    transform: translateY(60px);
    transition: all .8s ease;
}

.security-delivery.show .security-card {
    opacity: 1;
    transform: translateY(0);
}

.security-delivery.show .security-card:nth-child(1) {
    transition-delay: .2s;
}

.security-delivery.show .security-card:nth-child(2) {
    transition-delay: .4s;
}

.security-delivery.show .security-card:nth-child(3) {
    transition-delay: .6s;
}

.security-delivery.show .security-card:nth-child(4) {
    transition-delay: .8s;
}

.security-card__image img {
    opacity: 0;
    transform: scale(1.1);
    transition: all 1s ease;
}

.security-delivery.show .security-card__image img {
    opacity: 1;
    transform: scale(1);
}

.security-card__content {
    opacity: 0;
    transform: translateY(30px);
    transition: all .7s ease;
}

.security-delivery.show .security-card__content {
    opacity: 1;
    transform: translateY(0);
}


.footer:before{
	background-image: url(https://brightsecurdev.wpenginepowered.com/wp-content/uploads/2025/12/Subtract.png) !important; 
	width: 100% !important; 
    background-repeat: no-repeat !important;
    background-size: auto !important; 
}

.case-buttons .case-next::before{
  content: "▶";
  font-size: 15px;
}

.case-buttons .case-prev::before{
  content: "◀";
  font-size: 15px;
}

.security-delivery__arrows .prev::before{
	content: "◀";
}

.security-delivery__arrows .next::before{
  content: "▶";
}

@media (max-width: 768px) {
    .hero-left {
        order: 0 !important;
        width: auto;
    }
	.hero-right{
		order: 0 !important;
	}
	.b-logo-slider__logo{
		padding: 0 !important;
	}
	.ts-slide h2{
		font-size: 28px;
	}
	.demo-content{
		padding: 30px 20px;
	}
	.demo-description{
		margin-bottom: 0;
	}
	div#wpforms-7340-field_10-container {
		margin-bottom: auto;
	}
	div#wpforms-7340-field_19-container {
		margin-bottom: 0;
	}
	.security-card__image img{
		object-position: left;
	}
}

button#wpforms-submit-7340 {
    margin-top: 0 !important;
}

.b-logo-slider__logo{
	padding: 0 !important;
}