.elementor-821 .elementor-element.elementor-element-0425ffd{--display:flex;--margin-top:-21px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-821 .elementor-element.elementor-element-57e8e57{--display:flex;--margin-top:-19px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-821 .elementor-element.elementor-element-ebcfc38{--display:flex;--margin-top:-19px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-821 .elementor-element.elementor-element-3d26614{--display:flex;--margin-top:-19px;--margin-bottom:-20px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c02e915 */.ssz-cfo-hero,
.ssz-cfo-hero *{
    box-sizing:border-box;
}

.ssz-cfo-hero{
    --navy:#0E2039;
    --navy2:#132D4A;
    --orange:#F98F22;
    --white:#FFFFFF;

    position:relative;
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    padding:100px 5vw 105px;
    overflow:hidden;
    font-family:"Rokkitt",serif;

    background:
        linear-gradient(
            90deg,
            rgba(7,23,43,.96) 0%,
            rgba(7,23,43,.91) 45%,
            rgba(7,23,43,.76) 100%
        ),
        url("http://syntaxsolutionz.com/wp-content/uploads/2026/09/CFOO.jpg")
        center center / cover no-repeat;
}

.ssz-cfo-hero::before{
    content:"";
    position:absolute;
    width:600px;
    height:600px;
    right:-220px;
    top:-220px;
    background:rgba(249,143,34,.16);
    filter:blur(100px);
    border-radius:50%;
    pointer-events:none;
}

.ssz-cfo-hero::after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    left:-180px;
    bottom:-220px;
    background:rgba(19,45,74,.55);
    filter:blur(90px);
    border-radius:50%;
    pointer-events:none;
}

.ssz-cfo-hero-inner{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1500px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(360px,.75fr);
    align-items:center;
    gap:70px;
}

.ssz-cfo-hero-content{
    max-width:820px;
}

.ssz-cfo-hero-label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
    padding:8px 15px;
    border:1px solid rgba(249,143,34,.45);
    border-radius:50px;
    color:#FFFFFF;
    background:rgba(249,143,34,.10);
    font-size:14px;
    font-weight:700;
    letter-spacing:1.4px;
    text-transform:uppercase;
}

.ssz-cfo-hero-label::before{
    content:"";
    width:8px;
    height:8px;
    flex:0 0 8px;
    border-radius:50%;
    background:#F98F22;
    box-shadow:0 0 14px rgba(249,143,34,.9);
}

.ssz-cfo-hero-title{
    margin:0 0 24px;
    color:#FFFFFF;
    font-size:64px;
    line-height:1.05;
    font-weight:700;
    letter-spacing:-1.2px;
}

.ssz-cfo-hero-title span{
    color:#F98F22;
}

.ssz-cfo-hero-description{
    max-width:760px;
    margin:0 0 34px;
    color:#FFFFFF;
    font-size:20px;
    line-height:1.65;
    font-weight:400;
}

.ssz-cfo-hero-buttons{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
}

.ssz-cfo-hero button.ssz-cfo-btn,
.ssz-cfo-hero button[id="482731"],
.ssz-cfo-hero button[id="615904"]{
    appearance:none;
    -webkit-appearance:none;
    outline:none;
    cursor:pointer;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:56px;
    padding:0 28px;
    border-radius:10px;
    font-family:"Rokkitt",serif;
    font-size:17px;
    font-weight:700;
    line-height:1;
    text-decoration:none;
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease,
        color .3s ease,
        border-color .3s ease;
}

.ssz-cfo-hero button[id="482731"]{
    background:#F98F22;
    color:#FFFFFF;
    border:2px solid #F98F22;
    box-shadow:0 12px 30px rgba(249,143,34,.22);
}

.ssz-cfo-hero button[id="482731"]:hover{
    background:#FFFFFF;
    color:#0E2039;
    border-color:#FFFFFF;
    transform:translateY(-3px);
    box-shadow:0 16px 35px rgba(255,255,255,.20);
}

.ssz-cfo-hero button[id="615904"]{
    background:rgba(255,255,255,.08);
    color:#FFFFFF;
    border:2px solid rgba(255,255,255,.55);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
}

.ssz-cfo-hero button[id="615904"]:hover{
    background:#F98F22;
    color:#FFFFFF;
    border-color:#F98F22;
    transform:translateY(-3px);
    box-shadow:0 16px 35px rgba(249,143,34,.28);
}

.ssz-cfo-hero-trust{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px 24px;
    margin-top:35px;
}

.ssz-cfo-hero-trust-item{
    display:flex;
    align-items:center;
    gap:8px;
    color:#FFFFFF;
    font-size:15px;
    font-weight:600;
}

.ssz-cfo-hero-trust-item::before{
    content:"✓";
    display:flex;
    align-items:center;
    justify-content:center;
    width:20px;
    height:20px;
    flex:0 0 20px;
    border-radius:50%;
    background:#F98F22;
    color:#FFFFFF;
    font-size:12px;
    font-weight:800;
}

.ssz-cfo-hero-form-wrap{
    width:100%;
    max-width:440px;
    margin-left:auto;
    padding:30px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:22px;
    background:rgba(255,255,255,.96);
    box-shadow:
        0 30px 70px rgba(0,0,0,.28),
        0 8px 25px rgba(0,0,0,.12);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
}

.ssz-cfo-hero-form-wrap .wpcf7{
    width:100%;
}

.ssz-cfo-hero-form-wrap form{
    margin:0;
}

.ssz-cfo-hero-form-wrap label{
    display:block;
    margin:0 0 6px;
    color:#172033;
    font-size:14px;
    font-weight:700;
}

.ssz-cfo-hero-form-wrap input:not([type="submit"]),
.ssz-cfo-hero-form-wrap textarea,
.ssz-cfo-hero-form-wrap select{
    width:100%;
    min-height:48px;
    margin:0 0 14px;
    padding:12px 14px;
    border:1px solid #D9E0E8;
    border-radius:8px;
    outline:none;
    background:#FFFFFF;
    color:#172033;
    font-family:"Rokkitt",serif;
    font-size:15px;
    box-shadow:none;
    transition:
        border-color .25s ease,
        box-shadow .25s ease;
}

.ssz-cfo-hero-form-wrap input:not([type="submit"]):focus,
.ssz-cfo-hero-form-wrap textarea:focus,
.ssz-cfo-hero-form-wrap select:focus{
    border-color:#F98F22;
    box-shadow:0 0 0 3px rgba(249,143,34,.12);
}

.ssz-cfo-hero-form-wrap textarea{
    min-height:105px;
    resize:vertical;
}

.ssz-cfo-hero-form-wrap input[type="submit"]{
    width:100%;
    min-height:52px;
    padding:0 20px;
    border:0;
    border-radius:9px;
    background:#F98F22;
    color:#FFFFFF;
    font-family:"Rokkitt",serif;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
    transition:all .3s ease;
}

.ssz-cfo-hero-form-wrap input[type="submit"]:hover{
    background:#0E2039;
    transform:translateY(-2px);
}

.ssz-cfo-hero-form-wrap .wpcf7-response-output{
    margin:12px 0 0;
    padding:10px;
    border-radius:7px;
    font-size:13px;
}

@media(max-width:1100px){
    .ssz-cfo-hero{
        padding:85px 30px 90px;
    }

    .ssz-cfo-hero-inner{
        grid-template-columns:1fr;
        gap:45px;
    }

    .ssz-cfo-hero-content{
        max-width:900px;
    }

    .ssz-cfo-hero-form-wrap{
        max-width:600px;
        margin:0 auto;
    }

    .ssz-cfo-hero-title{
        font-size:56px;
    }
}

@media(max-width:767px){
    .ssz-cfo-hero{
        padding:70px 20px 75px;

        background:
            linear-gradient(
                180deg,
                rgba(7,23,43,.95),
                rgba(7,23,43,.90)
            ),
            url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1800&q=85")
            center center / cover no-repeat;
    }

    .ssz-cfo-hero-inner{
        gap:35px;
    }

    .ssz-cfo-hero-title{
        font-size:40px;
        line-height:1.08;
        letter-spacing:-.5px;
    }

    .ssz-cfo-hero-description{
        font-size:17px;
        line-height:1.55;
        color:#FFFFFF;
    }

    .ssz-cfo-hero-buttons{
        flex-direction:column;
        align-items:stretch;
    }

    .ssz-cfo-hero button.ssz-cfo-btn,
    .ssz-cfo-hero button[id="482731"],
    .ssz-cfo-hero button[id="615904"]{
        width:100%;
    }

    .ssz-cfo-hero-trust{
        display:grid;
        gap:10px;
    }

    .ssz-cfo-hero-trust-item{
        color:#FFFFFF;
    }

    .ssz-cfo-hero-form-wrap{
        padding:24px 20px;
        border-radius:18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67eb77a */.ssz-cfo-benefits,
.ssz-cfo-benefits *{
    box-sizing:border-box;
}

.ssz-cfo-benefits{
    --navy:#0E2039;
    --navy2:#132D4A;
    --orange:#F98F22;
    --white:#FFFFFF;
    --soft:#F7F9FC;
    --text:#172033;
    --muted:#64748B;

    position:relative;
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    padding:100px 20px 110px;
    overflow:hidden;
    font-family:"Rokkitt",serif;

    background:
        linear-gradient(
            135deg,
            rgba(247,249,252,.97),
            rgba(239,243,248,.94)
        ),
        url("http://syntaxsolutionz.com/wp-content/uploads/2026/09/image.avif")
        center center / cover no-repeat;
}

.ssz-cfo-benefits::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    top:-220px;
    left:-180px;
    background:rgba(249,143,34,.12);
    filter:blur(90px);
    border-radius:50%;
    pointer-events:none;
}

.ssz-cfo-benefits::after{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    right:-220px;
    bottom:-250px;
    background:rgba(14,32,57,.10);
    filter:blur(100px);
    border-radius:50%;
    pointer-events:none;
}

.ssz-cfo-benefits-inner{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1280px;
    margin:0 auto;
}

.ssz-cfo-benefits-header{
    max-width:850px;
    margin:0 auto 55px;
    text-align:center;
}

.ssz-cfo-benefits-label{
    display:inline-flex;
    align-items:center;
    gap:9px;
    margin-bottom:18px;
    padding:8px 16px;
    border:1px solid rgba(249,143,34,.35);
    border-radius:50px;
    background:rgba(249,143,34,.08);
    color:var(--orange);
    font-size:14px;
    font-weight:700;
    letter-spacing:1.3px;
    text-transform:uppercase;
}

.ssz-cfo-benefits-label::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--orange);
    box-shadow:0 0 0 5px rgba(249,143,34,.10);
}

.ssz-cfo-benefits-title{
    margin:0 0 20px;
    color:var(--navy);
    font-size:52px;
    line-height:1.08;
    font-weight:700;
    letter-spacing:-.7px;
}

.ssz-cfo-benefits-title span{
    color:var(--orange);
}

.ssz-cfo-benefits-intro{
    max-width:780px;
    margin:0 auto;
    color:var(--muted);
    font-size:19px;
    line-height:1.65;
}

.ssz-cfo-benefits-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.ssz-cfo-benefit-card{
    position:relative;
    min-height:275px;
    padding:34px 30px 32px;
    overflow:hidden;
    border:1px solid rgba(14,32,57,.09);
    border-radius:20px;
    background:rgba(255,255,255,.94);
    box-shadow:0 15px 40px rgba(14,32,57,.07);
    opacity:0;
    transform:translateY(35px) scale(.97);

    animation:
        sszCfoBenefitIn .8s cubic-bezier(.2,.7,.2,1)
        forwards;

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease,
        background .4s ease;
}

.ssz-cfo-benefit-card:nth-child(1){
    animation-delay:.05s;
}

.ssz-cfo-benefit-card:nth-child(2){
    animation-delay:.13s;
}

.ssz-cfo-benefit-card:nth-child(3){
    animation-delay:.21s;
}

.ssz-cfo-benefit-card:nth-child(4){
    animation-delay:.29s;
}

.ssz-cfo-benefit-card:nth-child(5){
    animation-delay:.37s;
}

.ssz-cfo-benefit-card:nth-child(6){
    animation-delay:.45s;
}

.ssz-cfo-benefit-card:hover{
    transform:translateY(-10px) scale(1.015);
    border-color:rgba(249,143,34,.38);
    background:#FFFFFF;
    box-shadow:
        0 25px 55px rgba(14,32,57,.13),
        0 5px 20px rgba(249,143,34,.08);
}

.ssz-cfo-benefit-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(
        90deg,
        var(--orange),
        #ffb15e
    );
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .45s ease;
}

.ssz-cfo-benefit-card:hover::before{
    transform:scaleX(1);
}

.ssz-cfo-benefit-icon{
    width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
    border-radius:15px;
    background:linear-gradient(
        135deg,
        var(--navy),
        var(--navy2)
    );
    color:#FFFFFF;
    box-shadow:0 10px 22px rgba(14,32,57,.16);

    transition:
        transform .4s ease,
        background .4s ease,
        box-shadow .4s ease;
}

.ssz-cfo-benefit-card:hover .ssz-cfo-benefit-icon{
    transform:translateY(-4px) rotate(-4deg);
    background:linear-gradient(
        135deg,
        var(--orange),
        #ffab51
    );
    box-shadow:0 12px 25px rgba(249,143,34,.25);
}

.ssz-cfo-benefit-icon svg{
    width:28px;
    height:28px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.ssz-cfo-benefit-card h3{
    margin:0 0 12px;
    color:var(--navy);
    font-size:24px;
    line-height:1.2;
    font-weight:700;

    transition:
        color .3s ease,
        transform .3s ease;
}

.ssz-cfo-benefit-card:hover h3{
    color:var(--orange);
    transform:translateX(2px);
}

.ssz-cfo-benefit-card p{
    margin:0;
    color:var(--muted);
    font-size:16px;
    line-height:1.65;
    font-weight:400;
}

.ssz-cfo-benefit-footer{
    position:absolute;
    left:30px;
    right:30px;
    bottom:0;
    height:3px;
    border-radius:5px 5px 0 0;
    background:var(--orange);
    transform:scaleX(0);
    transform-origin:center;
    transition:transform .45s ease;
}

.ssz-cfo-benefit-card:hover .ssz-cfo-benefit-footer{
    transform:scaleX(1);
}

@keyframes sszCfoBenefitIn{
    0%{
        opacity:0;
        transform:translateY(35px) scale(.97);
    }

    100%{
        opacity:1;
        transform:translateY(0) scale(1);
    }
}

@media(max-width:1050px){

    .ssz-cfo-benefits{
        padding:85px 25px 95px;
    }

    .ssz-cfo-benefits-title{
        font-size:45px;
    }

    .ssz-cfo-benefits-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:700px){

    .ssz-cfo-benefits{
        padding:70px 18px 80px;
    }

    .ssz-cfo-benefits-header{
        margin-bottom:38px;
    }

    .ssz-cfo-benefits-title{
        font-size:36px;
        line-height:1.1;
    }

    .ssz-cfo-benefits-intro{
        font-size:17px;
        line-height:1.55;
    }

    .ssz-cfo-benefits-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .ssz-cfo-benefit-card{
        min-height:auto;
        padding:28px 24px 30px;
    }

    .ssz-cfo-benefit-card h3{
        font-size:22px;
    }

    .ssz-cfo-benefit-card p{
        font-size:15.5px;
    }
}

@media(prefers-reduced-motion:reduce){

    .ssz-cfo-benefit-card{
        animation:none;
        opacity:1;
        transform:none;
    }

    .ssz-cfo-benefit-card,
    .ssz-cfo-benefit-icon,
    .ssz-cfo-benefit-footer{
        transition:none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31e2b42 */.ssz-cfo-role,
.ssz-cfo-role *{
    box-sizing:border-box;
}

.ssz-cfo-role{
    --navy:#07182C;
    --navy2:#0E2039;
    --navy3:#132D4A;
    --orange:#F98F22;
    --white:#FFFFFF;
    --muted:#FFFFFF;
    --line:rgba(255,255,255,.13);

    position:relative;
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    padding:115px 20px 125px;
    overflow:hidden;
    font-family:"Rokkitt",serif;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(249,143,34,.13),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(32,72,110,.30),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #07182C 0%,
            #0B2038 52%,
            #07182C 100%
        );
}

.ssz-cfo-role::before{
    content:"";
    position:absolute;
    width:700px;
    height:700px;
    left:-350px;
    top:250px;
    border-radius:50%;
    border:1px solid rgba(249,143,34,.08);
    box-shadow:
        0 0 0 80px rgba(249,143,34,.025),
        0 0 0 160px rgba(249,143,34,.018);
    pointer-events:none;
}

.ssz-cfo-role::after{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    right:-180px;
    top:-180px;
    border-radius:50%;
    background:rgba(249,143,34,.07);
    filter:blur(80px);
    pointer-events:none;
}

.ssz-cfo-role-inner{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1250px;
    margin:0 auto;
}

.ssz-cfo-role-header{
    max-width:850px;
    margin:0 auto 75px;
    text-align:center;
}

.ssz-cfo-role-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
    padding:8px 17px;
    border:1px solid rgba(249,143,34,.40);
    border-radius:50px;
    background:rgba(249,143,34,.07);
    color:#F98F22;
    font-size:14px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.ssz-cfo-role-kicker::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#F98F22;
    box-shadow:
        0 0 0 5px rgba(249,143,34,.10),
        0 0 16px rgba(249,143,34,.65);
}

.ssz-cfo-role-title{
    margin:0 0 22px;
    color:#FFFFFF;
    font-size:56px;
    line-height:1.08;
    font-weight:700;
    letter-spacing:-1px;
}

.ssz-cfo-role-title span{
    color:#F98F22;
}

.ssz-cfo-role-intro{
    max-width:780px;
    margin:0 auto;
    color:#FFFFFF;
    font-size:19px;
    line-height:1.7;
}

.ssz-cfo-role-timeline{
    position:relative;
    width:100%;
    padding:5px 0;
}

.ssz-cfo-role-timeline::before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    width:2px;
    background:rgba(255,255,255,.12);
    transform:translateX(-50%);
    z-index:1;
}

.ssz-cfo-role-progress{
    position:absolute;
    top:0;
    left:50%;
    width:3px;
    height:0;
    transform:translateX(-50%);
    background:
        linear-gradient(
            to bottom,
            #F98F22 0%,
            #FFB15E 100%
        );
    border-radius:10px;
    box-shadow:
        0 0 10px rgba(249,143,34,.45),
        0 0 20px rgba(249,143,34,.18);
    z-index:2;
    pointer-events:none;
    transition:height .08s linear;
}

.ssz-cfo-role-item{
    position:relative;
    display:grid;
    grid-template-columns:1fr 90px 1fr;
    align-items:center;
    margin-bottom:34px;
    opacity:0;
    transform:translateY(35px);

    animation:
        sszCfoRoleReveal .8s cubic-bezier(.2,.7,.2,1)
        forwards;
}

.ssz-cfo-role-item:nth-of-type(1){
    animation-delay:.05s;
}

.ssz-cfo-role-item:nth-of-type(2){
    animation-delay:.12s;
}

.ssz-cfo-role-item:nth-of-type(3){
    animation-delay:.19s;
}

.ssz-cfo-role-item:nth-of-type(4){
    animation-delay:.26s;
}

.ssz-cfo-role-item:nth-of-type(5){
    animation-delay:.33s;
}

.ssz-cfo-role-item:nth-of-type(6){
    animation-delay:.40s;
}

.ssz-cfo-role-item:nth-of-type(7){
    animation-delay:.47s;
}

.ssz-cfo-role-item:nth-of-type(8){
    animation-delay:.54s;
}

.ssz-cfo-role-content{
    position:relative;
    padding:30px 32px;
    border:1px solid var(--line);
    border-radius:18px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.075),
            rgba(255,255,255,.025)
        );

    box-shadow:0 20px 45px rgba(0,0,0,.18);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);

    transition:
        transform .4s ease,
        border-color .4s ease,
        background .4s ease,
        box-shadow .4s ease;
}

.ssz-cfo-role-item:nth-of-type(odd) .ssz-cfo-role-content{
    grid-column:1;
    text-align:right;
}

.ssz-cfo-role-item:nth-of-type(even) .ssz-cfo-role-content{
    grid-column:3;
    text-align:left;
}

.ssz-cfo-role-item:nth-of-type(odd):hover .ssz-cfo-role-content{
    transform:translateX(-8px);
    border-color:rgba(249,143,34,.45);

    background:
        linear-gradient(
            145deg,
            rgba(249,143,34,.12),
            rgba(255,255,255,.035)
        );

    box-shadow:0 25px 55px rgba(0,0,0,.27);
}

.ssz-cfo-role-item:nth-of-type(even):hover .ssz-cfo-role-content{
    transform:translateX(8px);
    border-color:rgba(249,143,34,.45);

    background:
        linear-gradient(
            145deg,
            rgba(249,143,34,.12),
            rgba(255,255,255,.035)
        );

    box-shadow:0 25px 55px rgba(0,0,0,.27);
}

.ssz-cfo-role-content::before{
    content:"";
    position:absolute;
    top:20px;
    bottom:20px;
    width:3px;
    border-radius:5px;
    background:#F98F22;
    transform:scaleY(0);
    transition:transform .4s ease;
}

.ssz-cfo-role-item:nth-of-type(odd) .ssz-cfo-role-content::before{
    right:0;
    transform-origin:center right;
}

.ssz-cfo-role-item:nth-of-type(even) .ssz-cfo-role-content::before{
    left:0;
    transform-origin:center left;
}

.ssz-cfo-role-content:hover::before{
    transform:scaleY(1);
}

.ssz-cfo-role-number{
    display:block;
    margin-bottom:10px;
    color:#F98F22;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    opacity:.9;
}

.ssz-cfo-role-content h3{
    margin:0 0 12px;
    color:#FFFFFF;
    font-size:25px;
    line-height:1.2;
    font-weight:700;
    transition:color .3s ease;
}

.ssz-cfo-role-content:hover h3{
    color:#F98F22;
}

.ssz-cfo-role-content p,
.ssz-cfo-role-content p *,
.ssz-cfo-role-content > p{
    margin:0;
    color:#FFFFFF;
    font-size:16px;
    line-height:1.65;
    font-weight:400;
    opacity:1;
    text-shadow:none;
}

.ssz-cfo-role .ssz-cfo-role-content p,
.ssz-cfo-role .ssz-cfo-role-content p span,
.ssz-cfo-role .ssz-cfo-role-content p strong,
.ssz-cfo-role .ssz-cfo-role-content p em,
.ssz-cfo-role .ssz-cfo-role-content p a{
    color:#FFFFFF;
    opacity:1;
}

.ssz-cfo-role-node{
    grid-column:2;
    grid-row:1;
    justify-self:center;
    position:relative;
    z-index:5;
    width:62px;
    height:62px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(249,143,34,.65);
    border-radius:50%;

    background:
        linear-gradient(
            145deg,
            #132D4A,
            #07182C
        );

    color:#F98F22;

    box-shadow:
        0 0 0 8px rgba(249,143,34,.045),
        0 12px 30px rgba(0,0,0,.30);

    transition:
        transform .4s ease,
        background .4s ease,
        box-shadow .4s ease;
}

.ssz-cfo-role-item:hover .ssz-cfo-role-node{
    transform:scale(1.12) rotate(6deg);
    background:#F98F22;
    color:#FFFFFF;

    box-shadow:
        0 0 0 10px rgba(249,143,34,.08),
        0 0 35px rgba(249,143,34,.28);
}

.ssz-cfo-role-node svg{
    width:27px;
    height:27px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.ssz-cfo-role-bottom{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    max-width:760px;
    margin:55px auto 0;
    padding:17px 25px;
    border:1px solid rgba(249,143,34,.22);
    border-radius:12px;
    background:rgba(249,143,34,.055);
    color:#FFFFFF;
    text-align:center;
    font-size:16px;
    line-height:1.5;
}

.ssz-cfo-role-bottom strong{
    color:#F98F22;
}

@keyframes sszCfoRoleReveal{
    0%{
        opacity:0;
        transform:translateY(35px);
    }

    100%{
        opacity:1;
        transform:translateY(0);
    }
}

@media(max-width:900px){

    .ssz-cfo-role{
        padding:90px 24px 100px;
    }

    .ssz-cfo-role-title{
        font-size:46px;
    }

    .ssz-cfo-role-item{
        grid-template-columns:70px 1fr;
        gap:20px;
        margin-bottom:22px;
    }

    .ssz-cfo-role-timeline::before{
        left:35px;
        transform:none;
    }

    .ssz-cfo-role-progress{
        left:35px;
        transform:none;
    }

    .ssz-cfo-role-node{
        grid-column:1;
        grid-row:auto;
        width:58px;
        height:58px;
    }

    .ssz-cfo-role-content,
    .ssz-cfo-role-item:nth-of-type(odd) .ssz-cfo-role-content,
    .ssz-cfo-role-item:nth-of-type(even) .ssz-cfo-role-content{
        grid-column:2;
        text-align:left;
    }

    .ssz-cfo-role-item:nth-of-type(odd):hover .ssz-cfo-role-content,
    .ssz-cfo-role-item:nth-of-type(even):hover .ssz-cfo-role-content{
        transform:translateX(6px);
    }

    .ssz-cfo-role-item:nth-of-type(odd) .ssz-cfo-role-content::before{
        left:0;
        right:auto;
        transform-origin:center left;
    }
}

@media(max-width:600px){

    .ssz-cfo-role{
        padding:70px 16px 80px;
    }

    .ssz-cfo-role-header{
        margin-bottom:45px;
    }

    .ssz-cfo-role-title{
        font-size:36px;
        line-height:1.1;
    }

    .ssz-cfo-role-intro{
        font-size:17px;
        line-height:1.55;
    }

    .ssz-cfo-role-item{
        grid-template-columns:52px 1fr;
        gap:14px;
    }

    .ssz-cfo-role-timeline::before{
        left:26px;
    }

    .ssz-cfo-role-progress{
        left:26px;
        transform:none;
    }

    .ssz-cfo-role-node{
        width:50px;
        height:50px;
    }

    .ssz-cfo-role-node svg{
        width:23px;
        height:23px;
    }

    .ssz-cfo-role-content,
    .ssz-cfo-role-item:nth-of-type(odd) .ssz-cfo-role-content,
    .ssz-cfo-role-item:nth-of-type(even) .ssz-cfo-role-content{
        padding:24px 21px;
        text-align:left;
    }

    .ssz-cfo-role-content h3{
        font-size:21px;
    }

    .ssz-cfo-role-content p,
    .ssz-cfo-role-content p *,
    .ssz-cfo-role .ssz-cfo-role-content p{
        color:#FFFFFF;
        opacity:1;
        font-size:15px;
        line-height:1.6;
    }

    .ssz-cfo-role-bottom{
        margin-top:35px;
        padding:15px 18px;
        font-size:15px;
        flex-direction:column;
        gap:4px;
    }
}

@media(max-width:420px){

    .ssz-cfo-role{
        padding:55px 12px 70px;
    }

    .ssz-cfo-role-title{
        font-size:30px;
    }

    .ssz-cfo-role-content p,
    .ssz-cfo-role .ssz-cfo-role-content p{
        color:#FFFFFF;
        opacity:1;
    }
}

@media(prefers-reduced-motion:reduce){

    .ssz-cfo-role-item{
        animation:none;
        opacity:1;
        transform:none;
    }

    .ssz-cfo-role-item,
    .ssz-cfo-role-content,
    .ssz-cfo-role-node{
        transition:none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56db0b1 */.faq2-section,
.faq2-section *{
    box-sizing:border-box;
}

.faq2-section{
    --navy:#0E2039;
    --navy2:#162F4D;
    --orange:#F98F22;
    --orange-dark:#E8790C;
    --white:#FFFFFF;
    --black:#111827;
    --text:#253247;
    --muted:#6C7788;
    --line:#E3E7EC;

    position:relative;
    width:100vw;
    max-width:100vw;
    left:50%;
    margin-left:-50vw;
    margin-right:-50vw;

    padding:105px 50px;

    background:
        linear-gradient(
            115deg,
            rgba(247,249,251,.97) 0%,
            rgba(241,244,247,.94) 52%,
            rgba(235,239,243,.92) 100%
        ),
        url("http://syntaxsolutionz.com/wp-content/uploads/2026/09/banner.jpeg")
        center center / cover no-repeat;

    font-family:"Rokkitt",serif;
    overflow:hidden;
    isolation:isolate;
}

.faq2-overlay{
    position:absolute;
    inset:0;

    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(249,143,34,.10),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 85%,
            rgba(14,32,57,.08),
            transparent 30%
        );

    z-index:1;
    pointer-events:none;
}

.faq2-container{
    position:relative;
    z-index:2;

    width:100%;
    max-width:1260px;
    margin:0 auto;

    display:grid;
    grid-template-columns:minmax(390px,.86fr) minmax(0,1.14fr);

    align-items:center;
    gap:75px;
}

.faq2-form-col{
    position:relative;
    width:100%;
    min-width:0;

    display:flex;
    align-items:center;
    justify-content:center;
}

.faq2-form-col::after{
    content:"";

    position:absolute;

    width:92%;
    height:92%;

    left:4%;
    top:4%;

    border:1px solid rgba(249,143,34,.18);
    border-radius:30px;

    transform:translate(18px,18px);

    z-index:-1;
}

.faq2-form-col form{
    position:relative;

    width:100%;

    padding:40px;

    background:rgba(255,255,255,.97);

    border:1px solid rgba(14,32,57,.09);

    border-radius:24px;

    box-shadow:
        0 28px 70px rgba(14,32,57,.13),
        0 8px 22px rgba(14,32,57,.05);

    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
}

.faq2-form-col form::before{
    content:"";

    position:absolute;

    top:0;
    left:0;
    right:0;

    height:5px;

    background:
        linear-gradient(
            90deg,
            var(--orange),
            #FFB765,
            var(--orange)
        );

    border-radius:24px 24px 0 0;
}

.faq2-form-col form p{
    margin:0 0 17px;
}

.faq2-form-col form p:last-child{
    margin-bottom:0;
}

.faq2-form-col input,
.faq2-form-col textarea,
.faq2-form-col select{
    width:100%;

    min-height:54px;

    padding:14px 17px;

    border:1px solid #DCE1E7;

    border-radius:10px;

    background:#FBFCFD;

    color:var(--black);

    font-family:"Rokkitt",serif;

    font-size:16px;

    outline:none;

    box-shadow:none;

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

.faq2-form-col textarea{
    min-height:120px;
    resize:vertical;
}

.faq2-form-col input:focus,
.faq2-form-col textarea:focus,
.faq2-form-col select:focus{
    border-color:var(--orange);

    background:#FFFFFF;

    box-shadow:
        0 0 0 4px rgba(249,143,34,.10);
}

.faq2-form-col input::placeholder,
.faq2-form-col textarea::placeholder{
    color:#8A94A3;
}

.faq2-form-col input[type="submit"],
.faq2-form-col button[type="submit"]{
    width:100%;

    min-height:56px;

    border:0;

    border-radius:10px;

    background:
        linear-gradient(
            135deg,
            var(--orange),
            var(--orange-dark)
        );

    color:#FFFFFF;

    font-family:"Rokkitt",serif;

    font-size:18px;

    font-weight:600;

    cursor:pointer;

    box-shadow:
        0 12px 26px rgba(249,143,34,.24);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.faq2-form-col input[type="submit"]:hover,
.faq2-form-col button[type="submit"]:hover{
    transform:translateY(-2px);

    box-shadow:
        0 17px 32px rgba(249,143,34,.31);
}

.faq2-list-col{
    width:100%;
    min-width:0;
}

.faq2-title{
    margin:0 0 34px;

    color:var(--navy);

    font-size:46px;

    font-weight:600;

    line-height:1.1;

    letter-spacing:-.8px;
}

.faq2-title-highlight{
    color:var(--orange);
}

.faq2-title::after{
    content:"";

    display:block;

    width:62px;
    height:4px;

    margin-top:17px;

    border-radius:10px;

    background:
        linear-gradient(
            90deg,
            var(--orange),
            #FFB765
        );
}

.faq2-list{
    width:100%;

    border-top:1px solid var(--line);

    box-shadow:
        0 15px 45px rgba(14,32,57,.06);

    border-radius:16px;

    overflow:hidden;
}

.faq2-item{
    position:relative;

    background:rgba(255,255,255,.96);

    border-bottom:1px solid var(--line);

    transition:
        background .3s ease,
        box-shadow .3s ease;
}

.faq2-item:last-child{
    border-bottom:0;
}

.faq2-question{
    position:relative;

    width:100%;

    min-height:82px;

    padding:18px 21px;

    display:grid;

    grid-template-columns:
        42px
        minmax(0,1fr)
        36px;

    align-items:center;

    gap:16px;

    border:0;

    border-left:4px solid transparent;

    outline:none;

    background:transparent;

    cursor:pointer;

    text-align:left;

    font-family:"Rokkitt",serif;

    transition:
        background .3s ease,
        border-color .3s ease;
}

.faq2-question:hover{
    background:rgba(249,143,34,.045);

    border-left-color:var(--orange);
}

.faq2-num{
    display:flex;

    align-items:center;
    justify-content:center;

    width:35px;
    height:35px;

    border-radius:9px;

    background:#F0F3F6;

    color:#7B8695;

    font-size:13px;

    font-weight:600;

    transition:
        background .3s ease,
        color .3s ease;
}

.faq2-q-text{
    margin:0;

    color:var(--navy);

    font-size:19px;

    font-weight:600;

    line-height:1.35;

    text-transform:capitalize;

    letter-spacing:.05px;
}

.faq2-icon{
    display:flex;

    align-items:center;
    justify-content:center;

    width:34px;
    height:34px;

    min-width:34px;

    border-radius:50%;

    border:1px solid #D4DAE2;

    background:#FFFFFF;

    color:var(--navy);

    font-family:Arial,sans-serif;

    font-size:21px;

    font-weight:400;

    transition:
        transform .35s ease,
        background .3s ease,
        border-color .3s ease,
        color .3s ease;
}

.faq2-item.active{
    background:#FFFFFF;

    box-shadow:
        0 10px 28px rgba(14,32,57,.07);

    z-index:2;
}

.faq2-item.active .faq2-question{
    border-left-color:var(--orange);

    background:
        linear-gradient(
            90deg,
            rgba(249,143,34,.075),
            rgba(249,143,34,.012)
        );
}

.faq2-item.active .faq2-num{
    background:var(--orange);

    color:#FFFFFF;
}

.faq2-item.active .faq2-icon{
    background:var(--orange);

    border-color:var(--orange);

    color:#FFFFFF;

    transform:rotate(45deg);
}

.faq2-answer{
    max-height:0;

    overflow:hidden;

    opacity:0;

    transition:
        max-height .45s ease,
        opacity .3s ease;
}

.faq2-answer p{
    margin:0;

    padding:0 76px 26px 98px;

    color:var(--muted);

    font-size:16px;

    line-height:1.75;

    font-weight:400;
}

.faq2-item.active .faq2-answer{
    max-height:320px;

    opacity:1;
}

@media(min-width:768px){

    .elementor-section:has(.faq2-section) .elementor-container,
    .elementor-section:has(.faq2-section) .elementor-widget-wrap,
    .elementor-section:has(.faq2-section) .elementor-column,
    .elementor-section:has(.faq2-section) .e-con{
        width:100%;
        max-width:100%;

        padding-left:0;
        padding-right:0;

        margin-left:0;
        margin-right:0;
    }
}

@media(max-width:1100px){

    .faq2-section{
        padding:85px 35px;
    }

    .faq2-container{
        grid-template-columns:
            minmax(330px,.9fr)
            minmax(0,1.1fr);

        gap:45px;
    }

    .faq2-title{
        font-size:39px;
    }

    .faq2-q-text{
        font-size:17px;
    }

    .faq2-form-col form{
        padding:30px;
    }
}

@media(max-width:767px){

    .faq2-section{
        padding:65px 17px;
    }

    .faq2-container{
        display:flex;

        flex-direction:column;

        gap:58px;
    }

    .faq2-form-col,
    .faq2-list-col{
        width:100%;
    }

    .faq2-form-col::after{
        transform:translate(10px,10px);
    }

    .faq2-form-col form{
        padding:28px 20px;

        border-radius:20px;
    }

    .faq2-title{
        font-size:34px;

        line-height:1.12;

        margin-bottom:28px;
    }

    .faq2-title::after{
        margin-top:14px;
    }

    .faq2-question{
        min-height:75px;

        grid-template-columns:
            33px
            minmax(0,1fr)
            31px;

        gap:11px;

        padding:15px 12px;
    }

    .faq2-num{
        width:30px;
        height:30px;

        font-size:12px;
    }

    .faq2-q-text{
        font-size:16px;

        line-height:1.35;
    }

    .faq2-icon{
        width:30px;
        height:30px;

        min-width:30px;

        font-size:19px;
    }

    .faq2-answer p{
        padding:0 17px 22px 56px;

        font-size:15px;

        line-height:1.65;
    }
}

@media(max-width:420px){

    .faq2-section{
        padding:55px 12px;
    }

    .faq2-title{
        font-size:30px;
    }

    .faq2-question{
        grid-template-columns:
            30px
            minmax(0,1fr)
            29px;

        gap:9px;

        padding:14px 9px;
    }

    .faq2-q-text{
        font-size:15px;
    }

    .faq2-answer p{
        padding-left:48px;
        padding-right:13px;
    }
}/* End custom CSS */