@font-face {
    font-family: 'Futura Thin';
    src: url('../fonts/Futura Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Light';
    src: url('../fonts/Futura Light font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Light Italic';
    src: url('../fonts/Futura Light Italic font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Light BT';
    src: url('../fonts/futura light bt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Book';
    src: url('../fonts/Futura Book font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Book Italic';
    src: url('../fonts/Futura Book Italic font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/futur.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Std Book';
    src: url('../fonts/Futura Std Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Medium BT';
    src: url('../fonts/futura medium bt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Medium Italic';
    src: url('../fonts/Futura Medium Italic font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Medium Condensed BT';
    src: url('../fonts/futura medium condensed bt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Condensed Light';
    src: url('../fonts/Futura-CondensedLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Bold';
    src: url('../fonts/Futura Bold font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Bold Italic';
    src: url('../fonts/Futura Bold Italic font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Heavy';
    src: url('../fonts/Futura Heavy font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Heavy Italic';
    src: url('../fonts/Futura Heavy Italic font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Std Heavy';
    src: url('../fonts/Futura Std Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Extra Black';
    src: url('../fonts/Futura Extra Black font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura XBlk BT';
    src: url('../fonts/Futura XBlk BT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Round';
    src: url('../fonts/Futura Round.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-futura: 'Futura', Arial, sans-serif;
    --font-futura-thin: 'Futura Thin', Arial, sans-serif;
    --font-futura-light: 'Futura Light', Arial, sans-serif;
    --font-futura-light-italic: 'Futura Light Italic', Arial, sans-serif;
    --font-futura-light-bt: 'Futura Light BT', Arial, sans-serif;
    --font-futura-book: 'Futura Book', Arial, sans-serif;
    --font-futura-book-italic: 'Futura Book Italic', Arial, sans-serif;
    --font-futura-medium-bt: 'Futura Medium BT', Arial, sans-serif;
    --font-futura-medium-italic: 'Futura Medium Italic', Arial, sans-serif;
    --font-futura-medium-condensed-bt: 'Futura Medium Condensed BT', Arial, sans-serif;
    --font-futura-condensed-light: 'Futura Condensed Light', Arial, sans-serif;
    --font-futura-bold: 'Futura Bold', Arial, sans-serif;
    --font-futura-bold-italic: 'Futura Bold Italic', Arial, sans-serif;
    --font-futura-heavy: 'Futura Heavy', Arial, sans-serif;
    --font-futura-heavy-italic: 'Futura Heavy Italic', Arial, sans-serif;
    --font-futura-extra-black: 'Futura Extra Black', Arial, sans-serif;
    --font-futura-round: 'Futura Round', Arial, sans-serif;
    --font-futura-std-book: 'Futura Std Book', Arial, sans-serif;
    --font-futura-std-heavy: 'Futura Std Heavy', Arial, sans-serif;
    --font-futura-xblk-bt: 'Futura XBlk BT', Arial, sans-serif;

    /* Font Sizes - 1rem to 4rem */
    --fs-1: 1rem;
    --fs-1-1: 1.1rem;
    --fs-1-2: 1.2rem;
    --fs-1-25: 1.25rem;
    --fs-1-3: 1.3rem;
    --fs-1-4: 1.4rem;
    --fs-1-5: 1.5rem;
    --fs-1-6: 1.6rem;
    --fs-1-75: 1.75rem;
    --fs-1-8: 1.8rem;
    --fs-2: 2rem;
    --fs-2-25: 2.25rem;
    --fs-2-5: 2.5rem;
    --fs-2-75: 2.75rem;
    --fs-3: 3rem;
    --fs-3-25: 3.25rem;
    --fs-3-5: 3.5rem;
    --fs-3-75: 3.75rem;
    --fs-4: 4rem;
}

body {
    font-family: var(--font-futura-book);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-futura-bold);
}

/* Homepage font override */
body.home {
    font-family: 'Inter Tight', sans-serif;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(10, 33, 31, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(63, 224, 197, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header.scrolled {
    background: #000;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 5px 0;
}

.container90 {
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    position: relative;
}

.site-branding img {
    max-height: 50px;
    width: 100%;
    transition: transform 0.3s ease;
}

.site-branding img:hover {
    transform: scale(1.05);
}

.main-navigation {
    display: flex;
    align-items: center;
}

.main-navigation ul {
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation ul li {
    position: relative;
}

.main-navigation ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 0;
    position: relative;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.main-navigation ul li a:hover {
    color: #3FE0C5;
}

.main-navigation ul li a::before {
    content: "•";
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translate(8px, -50%);
    font-size: 15px;
    color: #3FE0C5;
    opacity: 0;
    transition: all 0.3s ease;
}

.main-navigation ul li a:hover::before {
    opacity: 1;
    transform: translate(0, -50%);
}

.main-navigation ul li.current-menu-item a::before {
    opacity: 1;
    transform: translate(0, -50%);
    transition: all 0.45s cubic-bezier(.4, 0, .2, 1);

}

.main-navigation ul li.menu-item-has-children>a::after {
    content: "▼";
    font-size: 10px;
    margin-left: 4px;
    transition: transform 0.3s ease;
}

.main-navigation ul li.menu-item-has-children:hover>a::after {
    transform: rotate(180deg);
}

.main-navigation ul li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(10, 33, 31, 0.98);
    backdrop-filter: blur(15px);
    border-radius: 12px;
    padding: 15px 0;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(63, 224, 197, 0.15);
}

.main-navigation ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-navigation ul li .sub-menu li {
    padding: 0 20px;
}

.main-navigation ul li .sub-menu li a {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.main-navigation ul li .sub-menu li:last-child a {
    border-bottom: none;
}

.btn-header {
    background: linear-gradient(135deg, #3FE0C5, #d8ff85);
    color: rgb(28 28 28);
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid transparent;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(63, 224, 197, 0.2);
    font-weight: 500;
}

.btn-header:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(63, 224, 197, 0.3);
    border-color: #3FE0C5;
}

.btn-header:active {
    transform: translateY(-1px);
}

.btn-header i {
    font-size: 18px;
}

.menu-toggle {
    display: none;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1001;
}

.menu-toggle:hover {
    background: rgba(63, 224, 197, 0.1);
}

.menu-toggle.active {
    color: #3FE0C5;
}

.main-navigation .sub-menu li.menu-item-has-children>a {
    position: relative;
}

.main-navigation .sub-menu li.menu-item-has-children>a::after {
    content: "›";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-59%);
    font-size: 23px;
    color: #3FE0C5;
    line-height: 1;
    transition: transform 0.25s ease;
    opacity: 0.7;
}

.main-navigation .sub-menu li.menu-item-has-children:hover>a::after {
    transform: translateY(-50%) rotate(90deg);
    opacity: 1;
}

.main-navigation ul li .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.main-navigation ul li .sub-menu li .sub-menu {
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
    border-radius: 12px;
    min-width: 220px;
    background: rgba(10, 33, 31, 0.98);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.main-navigation ul li,
.main-navigation ul li .sub-menu li {
    position: relative;
}

.main-navigation ul>li>.sub-menu {
    z-index: 2000;
}

.main-navigation ul li .sub-menu {
    white-space: nowrap;
    overflow: visible;
}

.main-navigation ul li .sub-menu li>.sub-menu {
    top: 0 !important;
    left: 100% !important;
    transform: translateX(10px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    z-index: 10000 !important;
}

.main-navigation ul li .sub-menu li:hover>.sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;
}

.site-header,
.header-inner,
.main-navigation,
.main-navigation ul,
.main-navigation ul li {
    overflow: visible !important;
}

.main-navigation ul li>.sub-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    z-index: 9999 !important;
}

.main-navigation ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-navigation ul li .sub-menu li {
    position: relative !important;
}

.main-navigation ul li .sub-menu a::before {
    display: none !important;
}

.main-navigation>ul {
    display: flex;
}

.main-navigation ul.sub-menu {
    display: block !important;
}

.main-navigation ul.sub-menu>li {
    display: block;
    width: 100%;
}

.main-navigation ul.sub-menu li a {
    display: block;
    width: 100%;
}

.margin {
    margin: 0 auto !important;
}

@media (max-width: 991px) {
    .main-navigation ul li .sub-menu li .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin-left: 0;
        box-shadow: none;
    }

    .header-inner {
        min-height: 70px;
    }

    .site-branding img {
        max-height: 40px;
    }

    .menu-toggle {
        display: flex;
    }

    .main-navigation ul {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: linear-gradient(135deg, #0A211F, #0A2F2B);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 80px 20px 40px;
        transform: translateX(-100%);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1000;
        gap: 0;
    }

    .main-navigation.toggled ul {
        transform: translateX(0);
    }

    .main-navigation ul li {
        width: 100%;
        text-align: center;
        opacity: 0;
        transform: translateY(20px);
        animation: fadeInUp 0.5s forwards;
    }

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

    .main-navigation ul li:nth-child(1) {
        animation-delay: 0.1s;
    }

    .main-navigation ul li:nth-child(2) {
        animation-delay: 0.2s;
    }

    .main-navigation ul li:nth-child(3) {
        animation-delay: 0.3s;
    }

    .main-navigation ul li:nth-child(4) {
        animation-delay: 0.4s;
    }

    .main-navigation ul li:nth-child(5) {
        animation-delay: 0.5s;
    }

    .main-navigation ul li:nth-child(6) {
        animation-delay: 0.6s;
    }

    .main-navigation ul li a {
        font-size: 20px;
        padding: 20px 0;
        justify-content: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
        position: relative;
        text-decoration: none;
        color: #ffffff;
    }

    .main-navigation ul li a::before {
        content: "•";
        position: absolute;
        left: -15px;
        top: 50%;
        transform: translate(8px, -50%);
        font-size: 20px;
        color: #3FE0C5;
        opacity: 0;
        transition: all 0.3s ease;
    }

    .main-navigation ul li.menu-item-has-children>a::after {
        content: "›";
        font-size: 24px;
        transform: rotate(90deg);
        position: absolute;
        right: 20px;
    }

    .main-navigation ul li .sub-menu {
        position: static;
        background: rgba(0, 0, 0, 0.2);
        margin-top: 10px;
        border-radius: 8px;
        padding: 10px 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        box-shadow: none;
        border: none;
    }

    .main-navigation ul li.active .sub-menu {
        display: block;
    }

    .main-navigation ul li .sub-menu li a {
        font-size: 16px;
        padding: 12px 0;
        justify-content: center;
    }

    .header-cta {
        display: none;
    }

    .mobile-cta {
        display: block;
        margin-top: 30px;
        opacity: 0;
        animation: fadeIn 0.5s 0.7s forwards;
    }

    @keyframes fadeIn {
        to {
            opacity: 1;
        }
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container90 {
        width: 95%;
        padding: 0 15px;
    }

    .main-navigation ul {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .container90 {
        width: 100%;
        padding: 0 15px;
    }

    .header-inner {
        min-height: 60px;
    }

    .site-branding img {
        max-height: 35px;
    }

    .main-navigation ul li a {
        font-size: 18px;
        padding: 15px 0;
    }
}

@keyframes headerSlideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.site-header {
    animation: headerSlideDown 0.5s ease-out;
}





.ss-footer-wrap .ss-cta__actions {
    margin-top: 15px;
}
.page-id-263 .ss-work-content {
    padding-bottom: 0;
}
 .whyus-idealforce.vc_row  {
    padding: 100px 0 50px !important;
    width: 85%;
    margin: 0 auto !important;
}

/* Responsive Start */
@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1792px) {
    .cinematic-enrichment .content-space-left,
    .neuro-cinematic .content-space-left,
    .beyondvisuals .content-space-left,
    .aicom-faces-built .content-space-left,
    .aicom-light-skin .content-space-left,
    .aicom-humanizing .content-space-left {
        padding-left: 6%;
    }
    #fusionengine .fusionengine_content,
    .creative-development .content-space-right,
    .ai-assisted .content-space-right,
    .aicom-identity .content-space-right,
    .aicom-character .content-space-right,
    .aicom-designed .content-space-right,
    .hyper-cinematic .content-space-right,
    .ai-sound .content-space-right,
    .core-resources .content-space-right {
        padding-right: 6%;
    }
    #motionsystem .content-space-left.vc_col-sm-6, 
    #postproduction .postproduction_contant.vc_col-sm-6, 
    #fusionengine .content-space-right.vc_col-sm-6,
    #visionbehind .content-space-right.vc_col-sm-6,
    .whyus-human-led .content-space-right.vc_col-sm-6,
    .whyus-beyondvisuals .content-space-left.vc_col-sm-6, 
    .whyus-ai-architecture .content-space-left.vc_col-sm-6 {
        height: 490px;
        overflow: auto;
    }   
    .whyus-idealforce.vc_row {
        width: 90%;
    }

    .whyus-human-led .content-space-right, 
    #fusionengine .content-space-right,
    #postproduction .postproduction_contant,  
    #visionbehind .content-space-right {
        padding-right: 5%;
    }
    #motionsystem .content-space-left,  
    .whyus-beyondvisuals .content-space-left, 
    .whyus-ai-architecture .content-space-left {
        padding-left: 5%;
    } 
}

@media only screen and (max-width: 1680px) {
    .cinematic-enrichment .content-space-left,
    .neuro-cinematic .content-space-left,
    .beyondvisuals .content-space-left,
    .aicom-faces-built .content-space-left,
    .aicom-light-skin .content-space-left,
    .aicom-humanizing .content-space-left,
    .creative-lock .content-space-left,
    .storyworld-extension .content-space-left {
        padding-left: 5%;
    }

    #fusionengine .fusionengine_content,
    .creative-development .content-space-right,
    .ai-assisted .content-space-right,
    .aicom-identity .content-space-right,
    .aicom-character .content-space-right,
    .aicom-designed .content-space-right,
    .hyper-cinematic .content-space-right,
    .ai-sound .content-space-right,
    .core-resources .content-space-right {
        padding-right: 5%;
    }
    #motionsystem .content-space-left.vc_col-sm-6, 
    #postproduction .postproduction_contant.vc_col-sm-6, 
    #fusionengine .content-space-right.vc_col-sm-6,
    #visionbehind .content-space-right.vc_col-sm-6,
    .whyus-human-led .content-space-right.vc_col-sm-6,
    .whyus-beyondvisuals .content-space-left.vc_col-sm-6, 
    .whyus-ai-architecture .content-space-left.vc_col-sm-6 {
        height: 460px;
    }
}

@media only screen and (max-width: 1536px) {

    .cinematic-enrichment .content-space-left,
    .neuro-cinematic .content-space-left,
    .beyondvisuals .content-space-left,
    .aicom-faces-built .content-space-left,
    .aicom-light-skin .content-space-left,
    .aicom-humanizing .content-space-left,
    .creative-lock .content-space-left,
    .storyworld-extension .content-space-left {
        padding-left: 6%;
    }

    #fusionengine .fusionengine_content,
    .creative-development .content-space-right,
    .ai-assisted .content-space-right,
    .aicom-identity .content-space-right,
    .aicom-character .content-space-right,
    .aicom-designed .content-space-right,
    .hyper-cinematic .content-space-right,
    .ai-sound .content-space-right,
    .core-resources .content-space-right {
        padding-right: 6%;
    }
    #motionsystem .content-space-left.vc_col-sm-6, 
    #postproduction .postproduction_contant.vc_col-sm-6, 
    #fusionengine .content-space-right.vc_col-sm-6,
    #visionbehind .content-space-right.vc_col-sm-6,
    .whyus-human-led .content-space-right.vc_col-sm-6,
    .whyus-beyondvisuals .content-space-left.vc_col-sm-6, 
    .whyus-ai-architecture .content-space-left.vc_col-sm-6 {
        height: 420px;
    }
}

@media only screen and (max-width: 1440px) {
    .whyus-human-led .content-space-right, 
    #fusionengine .content-space-right,
    #postproduction .postproduction_contant,  
    #visionbehind .content-space-right {
        padding-right: 6%;
    }
    #motionsystem .content-space-left,  
    .whyus-beyondvisuals .content-space-left, 
    .whyus-ai-architecture .content-space-left {
        padding-left: 6%;
    } 
    #motionsystem .content-space-left.vc_col-sm-6, #postproduction .postproduction_contant.vc_col-sm-6, #fusionengine .content-space-right.vc_col-sm-6, #visionbehind .content-space-right.vc_col-sm-6, .whyus-human-led .content-space-right.vc_col-sm-6, .whyus-beyondvisuals .content-space-left.vc_col-sm-6, .whyus-ai-architecture .content-space-left.vc_col-sm-6 {
        height: 400px;
    }
}

@media only screen and (max-width: 1366px) {
    #motionsystem .content-space-left.vc_col-sm-6, #postproduction .postproduction_contant.vc_col-sm-6, #fusionengine .content-space-right.vc_col-sm-6, #visionbehind .content-space-right.vc_col-sm-6, .whyus-human-led .content-space-right.vc_col-sm-6, .whyus-beyondvisuals .content-space-left.vc_col-sm-6, .whyus-ai-architecture .content-space-left.vc_col-sm-6 {
        height: 375px;
    }
}

@media only screen and (max-width: 1280px) {

    .cinematic-enrichment .content-space-left,
    .neuro-cinematic .content-space-left,
    .beyondvisuals .content-space-left,
    .aicom-faces-built .content-space-left,
    .aicom-light-skin .content-space-left,
    .aicom-humanizing .content-space-left,
    .creative-lock .content-space-left,
    .storyworld-extension .content-space-left {
        padding-left: 7%;
    }

    #fusionengine .fusionengine_content,
    .creative-development .content-space-right,
    .ai-assisted .content-space-right,
    .aicom-identity .content-space-right,
    .aicom-character .content-space-right,
    .aicom-designed .content-space-right,
    .hyper-cinematic .content-space-right,
    .ai-sound .content-space-right,
    .core-resources .content-space-right {
        padding-right: 7%;
    }
    #motionsystem .content-space-left.vc_col-sm-6, #postproduction .postproduction_contant.vc_col-sm-6, #fusionengine .content-space-right.vc_col-sm-6, #visionbehind .content-space-right.vc_col-sm-6, .whyus-human-led .content-space-right.vc_col-sm-6, .whyus-beyondvisuals .content-space-left.vc_col-sm-6, .whyus-ai-architecture .content-space-left.vc_col-sm-6 {
        height: 350px;
    }
}

@media only screen and (max-width: 1180px) {
    .ss-ai-models .ss-ai-models__grid {
        --ss-ai-models-cols: 2 !important;
    }
    .content-space-left,
    .content-space-right,
    .fusionengine_content .vc_col-sm-6,
    .creative-development .vc_col-sm-6,
    .ai-assisted .vc_col-sm-6,
    .aicom-identity .vc_col-sm-6,
    .aicom-character .vc_col-sm-6,
    .aicom-designed .vc_col-sm-6,
    .aicom-light-skin .vc_col-sm-6,
    .aicom-faces-built .vc_col-sm-6,
    .aicom-humanizing .vc_col-sm-6,
    .creative-development .vc_col-sm-6,
    .creative-lock .vc_col-sm-6,
    .neuro-cinematic .vc_col-sm-6,
    .hyper-cinematic .vc_col-sm-6,
    .cinematic-enrichment .vc_col-sm-6,
    .ai-sound .vc_col-sm-6,
    .storyworld-extension .vc_col-sm-6,
    .core-resources .vc_col-sm-6 {
        padding: 0;
        width: 86% !important;
        margin: 0 auto;
        text-align: center;
    }
    .img-round-left .wpb_single_image img,
    .img-round-right .wpb_single_image img {
        border-radius: 15px;
    }
    .content-space-right,
    .content-space-left {
        padding: 50px 0 10px !important;
    }
    .aicom-faces-built,
    .aicom-light-skin,
    .aicom-humanizing,
    .creative-lock,
    .neuro-cinematic,
    .cinematic-enrichment,
    .storyworld-extension {
        flex-direction: column-reverse;
    }
    .ai-assisted,
    .aicom-identity,
    .aicom-character,
    .aicom-designed,
    .aicom-light-skin,
    .aicom-faces-built,
    .aicom-humanizing,
    .creative-development,
    .creative-lock,
    .neuro-cinematic,
    .hyper-cinematic,
    .cinematic-enrichment,
    .ai-sound,
    .storyworld-extension,
    .core-resources  {
        padding: 0 !important;
    }
    .aicom-humanizing {
        padding-bottom: 50px !important;
    }
    .humanizing {
        width: 85%;
        margin: 0 auto !important;
        padding: 0;
    }
    .ai-assisted .uvc-heading,
    .aicom-identity .uvc-heading,
    .aicom-character .uvc-heading,
    .aicom-designed .uvc-heading,
    .aicom-light-skin .uvc-heading,
    .aicom-faces-built .uvc-heading,
    .aicom-humanizing .uvc-heading,     
    .creative-development .uvc-heading,
    .creative-lock .uvc-heading,
    .neuro-cinematic .uvc-heading,
    .hyper-cinematic .uvc-heading,
    .cinematic-enrichment .uvc-heading,
    .ai-sound .uvc-heading,
    .storyworld-extension .uvc-heading,
    .core-resources .uvc-heading {
        text-align: center !important;
    }
    .ss-footer__logo {
        width: 60%;
        margin: 0 auto;
    }  
    .creative-development .vc_col-sm-6 .vc_column-inner,
    .creative-lock .vc_col-sm-6 .vc_column-inner,
    .neuro-cinematic .vc_col-sm-6 .vc_column-inner,
    .hyper-cinematic .vc_col-sm-6 .vc_column-inner,
    .cinematic-enrichment .vc_col-sm-6 .vc_column-inner,
    .ai-sound .vc_col-sm-6 .vc_column-inner,
    .storyworld-extension .vc_col-sm-6 .vc_column-inner,
    .core-resources .vc_col-sm-6 .vc_column-inner {
        padding: 0 !important;
    }
    .page-id-392 .ss-general-page .ss-work-content {
        padding: 0 0 20px;
    } 
    .creative-development {
        padding-top: 80px !important;
    }  
    #motionsystem .vc_col-sm-6,
    #postproduction .vc_col-sm-6, 
    #fusionengine .vc_col-sm-6, 
    #visionbehind .vc_col-sm-6, 
    .whyus-human-led .vc_col-sm-6, 
    .whyus-beyondvisuals .vc_col-sm-6, 
    .whyus-ai-architecture .vc_col-sm-6 {
        padding: 0;
        width: 86% !important;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    #motionsystem .uvc-heading,
    #postproduction .uvc-heading,
    #fusionengine .uvc-heading,
    #visionbehind .uvc-heading,
    .whyus-human-led .uvc-heading,
    .whyus-beyondvisuals .uvc-heading,
    .whyus-ai-architecture .uvc-heading {
        text-align: center !important;
    }    
     #motionsystem,
    .whyus-ai-architecture,
    .whyus-beyondvisuals {
        display: flex;
        flex-direction: column-reverse;
    }
    #motionsystem .content-space-left.vc_col-sm-6, #postproduction .postproduction_contant.vc_col-sm-6, #fusionengine .content-space-right.vc_col-sm-6, #visionbehind .content-space-right.vc_col-sm-6, .whyus-human-led .content-space-right.vc_col-sm-6, .whyus-beyondvisuals .content-space-left.vc_col-sm-6, .whyus-ai-architecture .content-space-left.vc_col-sm-6 {
        height: auto;
        overflow: visible;
    }
    .whyus-human-led.vc_row {
        padding: 100px 0 0 !important;
    }
    .whyus-ai-architecture.vc_row, #fusionengine.vc_row, #motionsystem.vc_row, #postproduction.vc_row, .whyus-beyondvisuals.vc_row, #visionbehind.vc_row {
        padding: 0 !important;
    }
    .postproduction_contant {
        padding: 50px 0 20px !important;
    }
    .whyus-idealforce .vc_col-sm-4.vc_col-xs-1, .whyus-idealforce .vc_col-sm-8 {
        width: 100%;
        text-align: center;
    }
    .whyus-idealforce .vc_col-sm-4.vc_col-xs-1 .uvc-main-heading, .whyus-idealforce .vc_col-sm-8 .uvc-main-heading {        
        text-align: center;
    }   
    .whyus-idealforce .vc_col-sm-4.vc_col-xs-1 .vc_row {
        width: 60%;
        margin: 0 auto;
    }
    .whyus-idealforce.vc_row {
        width: 90%;
        padding: 30px 0 0 !important;
    }
}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 1050px) {}

@media only screen and (max-width: 1024px) {
    .ss-footer .ss-footer__brand,
    .ss-footer__column {
        width: 25%;
    }

    .ss-footer__logo {
        width: 65%;
        margin-left: 0;
    }

    .ss-footer__grid {
        display: flex;
        margin-bottom: 15px;
    }

    .ss-footer {
        padding: 0;
    }

    .ss-footer-wrap .our-work-cta {
        padding: 80px 0;
    }

    .ss-footer-wrap .ss-btn--large {
        padding: 15px 30px;
        font-size: 14px;
    }

    .ss-footer-wrap .ss-btn--large {
        width: auto;
    }
}

@media only screen and (max-width: 966px) {
    .ss-footer__logo {
        width: 80%;
    }

    .ss-header__menu {
        gap: 25px;
    }
}

@media only screen and (max-width: 926px) {}

@media only screen and (max-width: 915px) {

    .content-space-left,
    .content-space-right,
    .fusionengine_content .vc_col-sm-6,
    .creative-development .vc_col-sm-6,
    .ai-assisted .vc_col-sm-6,
    .aicom-identity .vc_col-sm-6,
    .aicom-character .vc_col-sm-6,
    .aicom-designed .vc_col-sm-6,
    .aicom-light-skin .vc_col-sm-6,
    .aicom-faces-built .vc_col-sm-6,
    .aicom-humanizing .vc_col-sm-6 {
        width: 90%;
    }

    .content-space-left,
    .content-space-right .vc_column-inner,
    .fusionengine_content .vc_col-sm-6 .vc_column-inner,
    .creative-development .vc_col-sm-6 .vc_column-inner,
    .ai-assisted .vc_col-sm-6 .vc_column-inner,
    .aicom-identity .vc_col-sm-6 .vc_column-inner,
    .aicom-character .vc_col-sm-6 .vc_column-inner,
    .aicom-designed .vc_col-sm-6 .vc_column-inner,
    .aicom-light-skin .vc_col-sm-6 .vc_column-inner,
    .aicom-faces-built .vc_col-sm-6 .vc_column-inner,
    .aicom-humanizing .vc_col-sm-6 .vc_column-inner {
        padding: 0;
    }
     #motionsystem .vc_col-sm-6,
    #postproduction .vc_col-sm-6, 
    #fusionengine .vc_col-sm-6, 
    #visionbehind .vc_col-sm-6, 
    .whyus-human-led .vc_col-sm-6, 
    .whyus-beyondvisuals .vc_col-sm-6, 
    .whyus-ai-architecture .vc_col-sm-6 {
        width: 90% !important;
    }
}

@media only screen and (max-width: 900px) {}

@media only screen and (max-width: 864px) {
    .ss-header__logo img {
        height: 50px;
    }

    .ss-header__actions a {
        font-size: 12px;
    }

    .ss-footer-wrap .ss-cta__actions {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 844px) {}

@media only screen and (max-width: 823px) {}

@media only screen and (max-width: 820px) {}

@media only screen and (max-width: 812px) {}

@media only screen and (max-width: 800px) {
    .ss-footer__social {
        gap: 5px;
    }

    .ss-footer-wrap .our-work-cta {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 786px) {
    .ss-header__menu {
        gap: 20px;
    }

    .ss-footer__bottom {
        padding: 15px 0 0;
    }

    .ss-footer__logo {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 740px) {
    .ss-footer__grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: flex-start;
    }

    footer .ss-footer__brand {
        width: 33.33% !important;
        flex: 0 0 33.33%;
    }

    footer .ss-footer__column:nth-of-type(1) {
        width: 33.33% !important;
        flex: 0 0 33.33%;
    }

    footer .ss-footer__column:nth-of-type(2) {
        width: 33.33% !important;
        flex: 0 0 33.33%;
    }

    footer .ss-footer__column:nth-of-type(4) {
        width: 100%;
        flex: 0 0 100%;
    }

    .ss-footer__social {
        justify-content: flex-start;
    }

    .ss-footer__logo {
        width: 70%;
    }
}

@media only screen and (max-width: 736px) {}

@media only screen and (max-width: 734px) {}

@media only screen and (max-width: 731px) {}

@media only screen and (max-width: 720px) {}

@media only screen and (max-width: 684px) {}

@media only screen and (max-width: 667px) {}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 600px) {

    .content-space-left,
    .content-space-right,
    .fusionengine_content .vc_col-sm-6,
    .creative-development .vc_col-sm-6,
    .ai-assisted .vc_col-sm-6,
    .aicom-identity .vc_col-sm-6,
    .aicom-character .vc_col-sm-6,
    .aicom-designed .vc_col-sm-6,
    .aicom-light-skin .vc_col-sm-6,
    .aicom-faces-built .vc_col-sm-6,
    .aicom-humanizing .vc_col-sm-6 {
        width: 85%;
    }

    .ss-ai-models {
        padding: 80px 10px;
    }

    .humanize_roW {
        padding: 50px 10px;
    }

    .ss-ai-models .ss-ai-model-card .ss-ai-model-card__details .ss-ai-model-card__title {
        font-size: 28px;
    }

    .ss-ai-models .ss-ai-model-card .ss-ai-model-card__details .ss-ai-model-card__text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 568px) {
    .ss-footer__logo {
        width: 75%;
    }
}

@media only screen and (max-width: 540px) {}

@media only screen and (max-width: 480px) {
    .ss-ai-models {
        padding: 80px 0px;
    }

    .ss-ai-models .ss-ai-model-card .ss-ai-model-card__details .ss-ai-model-card__text {
        font-size: 16px;
        line-height: 20px;
    }

    .ss-ai-model-card__media {
        aspect-ratio: 4 / 5;
    }

    .humanizing {
        width: 95%;
    }

    .humanize_roW .container--wide {
        padding: 0 7px;
    }

    .ss-header__actions a {
        padding: 8px 12px !important;
    }

    .ss-header__logo img {
        height: 48px;
    }

    footer .ss-footer__brand {
        width: 100% !important;
        flex: 0 0 100%;
    }

    .ss-footer__logo {
        width: 100%;
    }

    .ss-footer__logo img {
        height: 60px;
        margin: 0 0 20px;
    }

    footer .ss-footer__column:nth-of-type(2) {
        width: auto;
        flex: 0 0 45%;
    }

    .ss-footer-wrap {
        background-position: 65%;
    }
    .creative-development {
        padding-top: 40px !important;
    }
    .airoWs.vc_row {
        padding-bottom: 15px !important;
    }
}

@media only screen and (max-width: 428px) {}

@media only screen and (max-width: 414px) {
    footer .ss-footer__column:nth-of-type(2) {
        flex: 0 0 60%;
    }

    .ss-footer-wrap {
        background-position: 70%;
    }
}

@media only screen and (max-width: 412px) {}

@media only screen and (max-width: 411px) {}

@media only screen and (max-width: 393px) {
    .ss-footer-wrap .our-work-cta {
        padding: 60px 0 20px;
    }

    .ss-footer-wrap .ss-btn--large {
        padding: 12px 20px;
        font-size: 12px;
        margin-top: 5px;
    }

    .ss-footer__logo img {
        height: 50px;
        margin: 0;
    }

    .ss-footer__title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .ss-footer-wrap .our-work-cta .ss-cta__headline {
        font-size: clamp(2.20rem, 4.5vw, 4.75rem);
    }

    .ss-footer-wrap .ss-cta__subheadline {
        font-size: 20px;
    }
}

@media only screen and (max-width: 390px) {}

@media only screen and (max-width: 384px) {}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 360px) {
    .container--wide {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 320px) {}

/* Responsive End */