.elementor-856 .elementor-element.elementor-element-bf1fc67{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-856 .elementor-element.elementor-element-b17f145{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-856 .elementor-element.elementor-element-cf88113{--display:flex;--margin-top:-19px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-856 .elementor-element.elementor-element-dffa3f1{--display:flex;--margin-top:-19px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-856 .elementor-element.elementor-element-6115c56{--display:flex;--margin-top:-19px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-856 .elementor-element.elementor-element-9b7df5c{--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-68957f4 */.ssz-llc-hero,
.ssz-llc-hero *{
    box-sizing:border-box;
    font-family:"Rokkitt",serif;
}

.ssz-llc-hero{
    --navy:#07172A;
    --navy2:#0E2039;
    --navy3:#172E4B;
    --orange:#F98F22;
    --white:#FFFFFF;

    position:relative;
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    padding:90px 20px;
    overflow:hidden;

    background-image:
        linear-gradient(
            90deg,
            rgba(4,16,31,.97) 0%,
            rgba(5,18,34,.94) 30%,
            rgba(7,23,42,.88) 52%,
            rgba(7,23,42,.84) 72%,
            rgba(14,32,57,.82) 100%
        ),
        url("http://syntaxsolutionz.com/wp-content/uploads/2026/09/cfo.avif");

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.ssz-llc-hero:before{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    top:-280px;
    right:-180px;
    border:1px solid rgba(249,143,34,.18);
    border-radius:50%;
    pointer-events:none;
}

.ssz-llc-hero:after{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    left:-220px;
    bottom:-240px;
    border-radius:50%;
    background:rgba(249,143,34,.07);
    filter:blur(10px);
    pointer-events:none;
}

.ssz-llc-hero-wrap{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1240px;
    margin:0 auto;

    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);
    gap:70px;
    align-items:center;
}

.ssz-llc-hero-content{
    max-width:700px;
}

.ssz-llc-label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin:0 0 20px;
    padding:10px 17px;
    border:1px solid rgba(249,143,34,.48);
    border-radius:30px;
    background:rgba(7,23,42,.58);
    color:#F98F22;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    line-height:1;
    text-transform:uppercase;
}

.ssz-llc-label:before{
    content:"";
    width:7px;
    height:7px;
    flex:0 0 7px;
    border-radius:50%;
    background:#F98F22;
    box-shadow:0 0 10px rgba(249,143,34,.75);
}

.ssz-llc-hero h1{
    margin:0;
    color:#FFFFFF;
    font-size:60px;
    line-height:1.02;
    font-weight:700;
    letter-spacing:-1px;
}

.ssz-llc-highlight{
    color:#F98F22;
}

.ssz-llc-hero-description{
    max-width:680px;
    margin:24px 0 0;
    color:#FFFFFF;
    font-size:19px;
    line-height:1.65;
}

.ssz-llc-hero-actions{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:14px;
    margin-top:32px;
}

.ssz-llc-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:55px;
    padding:14px 28px;
    border-radius:7px;
    font-size:18px;
    font-weight:700;
    line-height:1;
    text-decoration:none;
    cursor:pointer;
    transition:all .3s ease;
}

.ssz-llc-primary{
    background:#F98F22;
    border:1px solid #F98F22;
    color:#FFFFFF;
}

.ssz-llc-primary:hover{
    background:#FFFFFF;
    border-color:#FFFFFF;
    color:#0E2039;
    transform:translateY(-2px);
}

.ssz-llc-secondary{
    background:transparent;
    border:1px solid rgba(255,255,255,.65);
    color:#FFFFFF;
}

.ssz-llc-secondary:hover{
    background:#FFFFFF;
    border-color:#FFFFFF;
    color:#0E2039;
    transform:translateY(-2px);
}

.ssz-llc-form-box{
    width:100%;
    max-width:470px;
    margin-left:auto;
    padding:34px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:18px;
    background:rgba(7,23,42,.78);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    box-shadow:0 25px 70px rgba(0,0,0,.25);
}

.ssz-llc-form-box .wpcf7{
    width:100%;
}

.ssz-llc-form-box .wpcf7 form{
    width:100%;
}

.ssz-llc-form-box .wpcf7-response-output{
    margin:15px 0 0;
}

.ssz-llc-form-box .wpcf7-spinner{
    margin:10px 0 0;
}

@media(max-width:950px){

    .ssz-llc-hero{
        padding:75px 20px;

        background-image:
            linear-gradient(
                180deg,
                rgba(4,16,31,.95) 0%,
                rgba(7,23,42,.91) 48%,
                rgba(7,23,42,.89) 100%
            ),
            url("http://syntaxsolutionz.com/wp-content/uploads/2026/09/IndustriesWeServe-bgimage.avif");
    }

    .ssz-llc-hero-wrap{
        grid-template-columns:1fr;
        gap:50px;
    }

    .ssz-llc-hero-content{
        max-width:850px;
        text-align:center;
        margin:0 auto;
    }

    .ssz-llc-hero-description{
        margin-left:auto;
        margin-right:auto;
    }

    .ssz-llc-hero-actions{
        justify-content:center;
    }

    .ssz-llc-form-box{
        margin:0 auto;
        max-width:600px;
    }
}

@media(max-width:600px){

    .ssz-llc-hero{
        padding:60px 14px;
    }

    .ssz-llc-label{
        padding:9px 14px;
        font-size:11px;
        letter-spacing:1.6px;
    }

    .ssz-llc-label:before{
        width:6px;
        height:6px;
        flex-basis:6px;
    }

    .ssz-llc-hero h1{
        font-size:39px;
        line-height:1.07;
        letter-spacing:-.4px;
    }

    .ssz-llc-hero-description{
        margin-top:19px;
        font-size:16px;
        line-height:1.6;
    }

    .ssz-llc-hero-actions{
        flex-direction:column;
        width:100%;
        margin-top:27px;
    }

    .ssz-llc-button{
        width:100%;
        min-height:53px;
        font-size:17px;
    }

    .ssz-llc-form-box{
        padding:25px 20px;
        border-radius:15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76354e2 */.ssz-trustbar,
.ssz-trustbar *{
    box-sizing:border-box;
    font-family:"Rokkitt",serif;
}

.ssz-trustbar{
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    padding:24px 20px;
    background:#0E2039;
}

.ssz-trustbar-inner{
    width:100%;
    max-width:1240px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    align-items:center;
}

.ssz-trustbar-item{
    position:relative;
    min-height:82px;
    padding:8px 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    text-align:left;
}

.ssz-trustbar-item:not(:last-child):after{
    content:"";
    position:absolute;
    top:50%;
    right:0;
    width:1px;
    height:48px;
    background:rgba(255,255,255,.20);
    transform:translateY(-50%);
}

.ssz-trustbar-icon{
    width:50px;
    height:50px;
    min-width:50px;
    flex:0 0 50px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(249,143,34,.45);
    border-radius:12px;
    background:rgba(249,143,34,.10);
    color:#F98F22;
    transition:all .3s ease;
}

.ssz-trustbar-icon svg{
    width:25px;
    height:25px;
    display:block;
    fill:none;
    stroke:#F98F22;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.ssz-trustbar-item:hover .ssz-trustbar-icon{
    background:#F98F22;
    border-color:#F98F22;
    transform:translateY(-2px);
}

.ssz-trustbar-item:hover .ssz-trustbar-icon svg{
    stroke:#FFFFFF;
}

.ssz-trustbar-content{
    display:flex;
    flex-direction:column;
    gap:3px;
}

.ssz-trustbar-number{
    margin:0;
    color:#FFFFFF;
    font-size:25px;
    font-weight:700;
    line-height:1.05;
}

.ssz-trustbar-label{
    margin:0;
    color:rgba(255,255,255,.72);
    font-size:15px;
    font-weight:500;
    line-height:1.2;
}

@media(max-width:950px){

    .ssz-trustbar{
        padding:22px 15px;
    }

    .ssz-trustbar-inner{
        grid-template-columns:repeat(2,1fr);
    }

    .ssz-trustbar-item{
        padding:15px 20px;
    }

    .ssz-trustbar-item:nth-child(2):after{
        display:none;
    }

    .ssz-trustbar-item:nth-child(1),
    .ssz-trustbar-item:nth-child(2){
        border-bottom:1px solid rgba(255,255,255,.12);
    }
}

@media(max-width:600px){

    .ssz-trustbar{
        padding:20px 12px;
    }

    .ssz-trustbar-inner{
        grid-template-columns:1fr 1fr;
    }

    .ssz-trustbar-item{
        min-height:100px;
        padding:12px 8px;
        flex-direction:column;
        gap:8px;
        text-align:center;
    }

    .ssz-trustbar-item:not(:last-child):after{
        display:none;
    }

    .ssz-trustbar-item:nth-child(odd){
        border-right:1px solid rgba(255,255,255,.12);
    }

    .ssz-trustbar-item:nth-child(1),
    .ssz-trustbar-item:nth-child(2){
        border-bottom:1px solid rgba(255,255,255,.12);
    }

    .ssz-trustbar-icon{
        width:44px;
        height:44px;
        min-width:44px;
        flex-basis:44px;
        border-radius:10px;
    }

    .ssz-trustbar-icon svg{
        width:22px;
        height:22px;
    }

    .ssz-trustbar-content{
        align-items:center;
        gap:3px;
    }

    .ssz-trustbar-number{
        font-size:21px;
    }

    .ssz-trustbar-label{
        font-size:13px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f8688b */.ssz-llc-why-full,
.ssz-llc-why-full *{
    box-sizing:border-box;
}

.ssz-llc-why-full{
    position:relative;
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:0;
    padding:55px 0;
    background:#F7F9FC;
    font-family:"Rokkitt",serif;
    overflow:hidden;
}

.ssz-llc-why-full-inner{
    position:relative;
    width:100%;
    max-width:none;
    margin:0;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:45px;
    align-items:center;
    padding:30px 5%;
    background:#EEF3F5;
    border-top:2px solid #FCE9A9;
    border-bottom:2px solid #FCE9A9;
    border-left:0;
    border-right:0;
}

.ssz-llc-why-full-content{
    width:100%;
    min-width:0;
    padding:0;
}

.ssz-llc-why-full-title{
    margin:0 0 25px;
    color:#0E2039;
    font-family:"Rokkitt",serif;
    font-size:44px;
    line-height:1.1;
    font-weight:700;
}

.ssz-llc-why-full-highlight{
    color:#F98F22;
}

.ssz-llc-why-full-accordion{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:9px;
}

.ssz-llc-why-full-item{
    width:100%;
    overflow:hidden;
    border-radius:5px;
    background:#FFFFFF;
    border:1px solid rgba(14,32,57,.04);
}

.ssz-llc-why-full-button{
    width:100%;
    min-height:50px;
    padding:14px 15px;
    margin:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    border:0;
    outline:0;
    background:#FFFFFF;
    color:#172033;
    font-family:"Rokkitt",serif;
    font-size:16px;
    font-weight:700;
    line-height:1.3;
    text-align:left;
    cursor:pointer;
    box-shadow:none;
}

.ssz-llc-why-full-button:hover{
    color:#F98F22;
    background:#FFFFFF;
}

.ssz-llc-why-full-arrow{
    width:20px;
    height:20px;
    min-width:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#F98F22;
    transition:transform .3s ease;
}

.ssz-llc-why-full-arrow svg{
    width:12px;
    height:8px;
    display:block;
    stroke:#F98F22;
    stroke-width:1.8;
    fill:none;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.ssz-llc-why-full-item.active .ssz-llc-why-full-arrow{
    transform:rotate(180deg);
}

.ssz-llc-why-full-answer{
    max-height:0;
    overflow:hidden;
    padding:0 15px;
    background:#FFFFFF;
    transition:max-height .35s ease,padding .35s ease;
}

.ssz-llc-why-full-item.active .ssz-llc-why-full-answer{
    max-height:300px;
    padding:0 15px 17px;
}

.ssz-llc-why-full-answer p{
    margin:0;
    color:#596579;
    font-family:"Rokkitt",serif;
    font-size:15px;
    line-height:1.6;
}

.ssz-llc-why-full-image{
    width:100%;
    max-width:500px;
    height:450px;
    min-height:450px;
    margin-left:auto;
    overflow:hidden;
    border-radius:14px;
}

.ssz-llc-why-full-image img{
    width:100%;
    height:450px;
    min-height:450px;
    display:block;
    object-fit:cover;
    object-position:center;
}

@media(min-width:1400px){

    .ssz-llc-why-full-inner{
        padding-left:7%;
        padding-right:7%;
    }

}

@media(max-width:900px){

    .ssz-llc-why-full{
        padding:50px 0;
    }

    .ssz-llc-why-full-inner{
        grid-template-columns:1fr;
        gap:30px;
        padding:28px 30px;
    }

    .ssz-llc-why-full-title{
        font-size:40px;
    }

    .ssz-llc-why-full-image{
        width:100%;
        max-width:520px;
        height:400px;
        min-height:400px;
        margin:0 auto;
    }

    .ssz-llc-why-full-image img{
        height:400px;
        min-height:400px;
    }

}

@media(max-width:600px){

    .ssz-llc-why-full{
        padding:40px 0;
    }

    .ssz-llc-why-full-inner{
        gap:22px;
        padding:20px 14px;
    }

    .ssz-llc-why-full-title{
        margin-bottom:18px;
        font-size:32px;
        line-height:1.12;
    }

    .ssz-llc-why-full-button{
        min-height:46px;
        padding:11px 12px;
        font-size:14px;
    }

    .ssz-llc-why-full-answer{
        padding-left:12px;
        padding-right:12px;
    }

    .ssz-llc-why-full-item.active .ssz-llc-why-full-answer{
        padding:0 12px 15px;
    }

    .ssz-llc-why-full-answer p{
        font-size:14px;
        line-height:1.55;
    }

    .ssz-llc-why-full-image{
        width:100%;
        max-width:100%;
        height:300px;
        min-height:300px;
        border-radius:11px;
    }

    .ssz-llc-why-full-image img{
        height:300px;
        min-height:300px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe8ed0c */.ssz-llc-process-hover,
.ssz-llc-process-hover *{
    box-sizing:border-box;
}

.ssz-llc-process-hover{
    position:relative;
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:0;
    padding:75px 5%;
    overflow:hidden;
    font-family:"Rokkitt",serif;
    background-image:
        linear-gradient(
            90deg,
            rgba(7,23,42,.97) 0%,
            rgba(14,32,57,.95) 50%,
            rgba(7,23,42,.97) 100%
        ),
        url("http://syntaxsolutionz.com/wp-content/uploads/2026/09/IndustriesWeServe-bgimage.avif");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.ssz-llc-process-hover-inner{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1320px;
    margin:0 auto;
}

.ssz-llc-process-hover-heading{
    max-width:760px;
    margin:0 auto 40px;
    text-align:center;
}

.ssz-llc-process-hover-heading h2{
    margin:0 0 10px;
    color:#FFFFFF;
    font-family:"Rokkitt",serif;
    font-size:46px;
    line-height:1.1;
    font-weight:700;
}

.ssz-llc-process-hover-highlight{
    color:#F98F22;
}

.ssz-llc-process-hover-heading p{
    margin:0 auto;
    max-width:700px;
    color:#FFFFFF;
    font-family:"Rokkitt",serif;
    font-size:17px;
    line-height:1.55;
}

.ssz-llc-process-hover-box{
    width:100%;
    display:grid;
    grid-template-columns:360px minmax(0,1fr);
    min-height:510px;
    overflow:hidden;
    border:1px solid rgba(249,143,34,.35);
    border-radius:18px;
    background:rgba(7,23,42,.78);
    box-shadow:0 25px 70px rgba(0,0,0,.30);
    backdrop-filter:blur(7px);
    -webkit-backdrop-filter:blur(7px);
}

.ssz-llc-process-hover-list{
    width:100%;
    padding:18px 0;
    border-right:1px solid rgba(255,255,255,.14);
    background:rgba(7,23,42,.68);
}

.ssz-llc-process-hover-item{
    position:relative;
    width:100%;
    min-height:65px;
    padding:12px 25px;
    display:flex;
    align-items:center;
    gap:15px;
    border:0;
    border-bottom:1px solid rgba(255,255,255,.16);
    outline:0;
    background:transparent;
    color:#FFFFFF;
    font-family:"Rokkitt",serif;
    font-size:16px;
    font-weight:600;
    line-height:1.25;
    text-align:left;
    cursor:pointer;
    transition:all .3s ease;
}

.ssz-llc-process-hover-item:last-child{
    border-bottom:0;
}

.ssz-llc-process-hover-item > span:last-child{
    color:#FFFFFF;
}

.ssz-llc-process-hover-number{
    width:34px;
    height:34px;
    min-width:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(249,143,34,.55);
    border-radius:50%;
    background:rgba(249,143,34,.10);
    color:#F98F22;
    font-size:13px;
    font-weight:700;
    transition:all .3s ease;
}

.ssz-llc-process-hover-item:hover,
.ssz-llc-process-hover-item.active{
    padding-left:32px;
    background:rgba(249,143,34,.14);
    color:#FFFFFF;
}

.ssz-llc-process-hover-item:hover > span:last-child,
.ssz-llc-process-hover-item.active > span:last-child{
    color:#FFFFFF;
}

.ssz-llc-process-hover-item:hover .ssz-llc-process-hover-number,
.ssz-llc-process-hover-item.active .ssz-llc-process-hover-number{
    background:#F98F22;
    border-color:#F98F22;
    color:#FFFFFF;
}

.ssz-llc-process-hover-item:hover:after,
.ssz-llc-process-hover-item.active:after{
    content:"";
    position:absolute;
    right:0;
    top:0;
    width:4px;
    height:100%;
    background:#F98F22;
}

.ssz-llc-process-hover-display{
    position:relative;
    width:100%;
    min-width:0;
    padding:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:
        linear-gradient(
            135deg,
            rgba(14,32,57,.84),
            rgba(7,23,42,.92)
        );
}

.ssz-llc-process-hover-panel{
    width:100%;
    max-width:700px;
    display:none;
    animation:sszLLCFade .35s ease;
}

.ssz-llc-process-hover-panel.active{
    display:block;
}

@keyframes sszLLCFade{
    from{
        opacity:0;
        transform:translateY(10px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}

.ssz-llc-process-hover-panel-top{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.ssz-llc-process-hover-panel-icon{
    width:58px;
    height:58px;
    min-width:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:#F98F22;
    color:#FFFFFF;
    box-shadow:0 10px 30px rgba(249,143,34,.22);
}

.ssz-llc-process-hover-panel-icon svg{
    width:27px;
    height:27px;
    display:block;
    fill:none;
    stroke:#FFFFFF;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.ssz-llc-process-hover-panel-step{
    margin:0 0 3px;
    color:#F98F22;
    font-family:"Rokkitt",serif;
    font-size:14px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.ssz-llc-process-hover-panel h3{
    margin:0;
    color:#FFFFFF;
    font-family:"Rokkitt",serif;
    font-size:31px;
    line-height:1.2;
    font-weight:700;
}

.ssz-llc-process-hover-panel-text{
    margin:0;
    padding:25px 0 0;
    border-top:1px solid rgba(255,255,255,.18);
    color:#FFFFFF;
    font-family:"Rokkitt",serif;
    font-size:18px;
    line-height:1.7;
}

.ssz-llc-process-hover-panel-text::selection,
.ssz-llc-process-hover-heading p::selection{
    background:#F98F22;
    color:#FFFFFF;
}

@media(min-width:901px){

    .ssz-llc-process-hover-item:first-child{
        background:rgba(249,143,34,.14);
        color:#FFFFFF;
    }

    .ssz-llc-process-hover-item:first-child .ssz-llc-process-hover-number{
        background:#F98F22;
        border-color:#F98F22;
        color:#FFFFFF;
    }

}

@media(max-width:900px){

    .ssz-llc-process-hover{
        padding:60px 20px;
    }

    .ssz-llc-process-hover-heading h2{
        font-size:40px;
    }

    .ssz-llc-process-hover-box{
        grid-template-columns:300px minmax(0,1fr);
        min-height:500px;
    }

    .ssz-llc-process-hover-item{
        padding:11px 18px;
        font-size:14px;
    }

    .ssz-llc-process-hover-item:hover,
    .ssz-llc-process-hover-item.active{
        padding-left:22px;
    }

    .ssz-llc-process-hover-display{
        padding:30px;
    }

    .ssz-llc-process-hover-panel h3{
        font-size:27px;
    }

    .ssz-llc-process-hover-panel-text{
        font-size:16px;
    }

}

@media(max-width:650px){

    .ssz-llc-process-hover{
        padding:45px 12px;
    }

    .ssz-llc-process-hover-heading{
        margin-bottom:25px;
    }

    .ssz-llc-process-hover-heading h2{
        font-size:32px;
    }

    .ssz-llc-process-hover-heading p{
        font-size:15px;
    }

    .ssz-llc-process-hover-box{
        display:flex;
        flex-direction:column;
        min-height:auto;
        border-radius:14px;
    }

    .ssz-llc-process-hover-list{
        padding:8px 0;
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.15);
    }

    .ssz-llc-process-hover-item{
        min-height:54px;
        padding:9px 14px;
        font-size:14px;
    }

    .ssz-llc-process-hover-item:hover,
    .ssz-llc-process-hover-item.active{
        padding-left:18px;
    }

    .ssz-llc-process-hover-display{
        min-height:310px;
        padding:28px 22px;
    }

    .ssz-llc-process-hover-panel-top{
        align-items:flex-start;
        margin-bottom:17px;
    }

    .ssz-llc-process-hover-panel-icon{
        width:48px;
        height:48px;
        min-width:48px;
        border-radius:11px;
    }

    .ssz-llc-process-hover-panel-icon svg{
        width:22px;
        height:22px;
    }

    .ssz-llc-process-hover-panel h3{
        font-size:23px;
    }

    .ssz-llc-process-hover-panel-text{
        padding-top:18px;
        font-size:15px;
        line-height:1.6;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ed1f17 */.ssz-llc-corp-box,
.ssz-llc-corp-box *{
    box-sizing:border-box;
}

.ssz-llc-corp-box{
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    padding:65px 5%;
    background:#F7F9FC;
    font-family:"Rokkitt",serif;
}

.ssz-llc-corp-box-inner{
    position:relative;
    width:100%;
    max-width:1240px;
    margin:0 auto;
    padding:50px 55px;
    overflow:hidden;
    border-radius:18px;
    background:
        linear-gradient(
            135deg,
            #0E2039 0%,
            #132D4A 55%,
            #0E2039 100%
        );
    border:1px solid rgba(249,143,34,.35);
    box-shadow:0 20px 55px rgba(7,23,42,.20);
}

.ssz-llc-corp-box-inner:before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    right:-160px;
    top:-170px;
    border:1px solid rgba(249,143,34,.18);
    border-radius:50%;
}

.ssz-llc-corp-box-inner:after{
    content:"";
    position:absolute;
    width:190px;
    height:190px;
    left:-110px;
    bottom:-130px;
    border:1px solid rgba(255,255,255,.07);
    border-radius:50%;
}

.ssz-llc-corp-box-content{
    position:relative;
    z-index:2;
    max-width:1000px;
    margin:0 auto;
    text-align:center;
}

.ssz-llc-corp-box-content h2{
    margin:0 0 18px;
    color:#FFFFFF;
    font-family:"Rokkitt",serif;
    font-size:42px;
    font-weight:700;
    line-height:1.15;
}

.ssz-llc-corp-highlight{
    color:#F98F22;
}

.ssz-llc-corp-box-content p{
    margin:0 auto;
    max-width:900px;
    color:#FFFFFF;
    font-family:"Rokkitt",serif;
    font-size:18px;
    font-weight:400;
    line-height:1.7;
}

.ssz-llc-corp-box-cta{
    margin-top:28px;
}

.ssz-llc-corp-box-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:52px;
    padding:14px 28px;
    border:1px solid #F98F22;
    border-radius:7px;
    background:#F98F22;
    color:#FFFFFF;
    font-family:"Rokkitt",serif;
    font-size:17px;
    font-weight:700;
    line-height:1.2;
    text-decoration:none;
    cursor:pointer;
    transition:all .3s ease;
}

.ssz-llc-corp-box-button:hover{
    background:#FFFFFF;
    border-color:#FFFFFF;
    color:#0E2039;
    transform:translateY(-3px);
}

.ssz-llc-corp-box-button svg{
    width:18px;
    height:18px;
    min-width:18px;
    display:block;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
    transition:transform .3s ease;
}

.ssz-llc-corp-box-button:hover svg{
    transform:translateX(4px);
}

@media(max-width:900px){

    .ssz-llc-corp-box{
        padding:55px 25px;
    }

    .ssz-llc-corp-box-inner{
        padding:42px 32px;
    }

    .ssz-llc-corp-box-content h2{
        font-size:36px;
    }

}

@media(max-width:600px){

    .ssz-llc-corp-box{
        padding:45px 15px;
    }

    .ssz-llc-corp-box-inner{
        padding:32px 20px;
        border-radius:14px;
    }

    .ssz-llc-corp-box-content h2{
        font-size:30px;
        line-height:1.2;
    }

    .ssz-llc-corp-box-content p{
        font-size:16px;
        line-height:1.65;
    }

    .ssz-llc-corp-box-button{
        width:100%;
        min-height:50px;
        padding:13px 18px;
        font-size:15px;
    }

    .ssz-llc-corp-box-button svg{
        width:17px;
        height:17px;
        min-width:17px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c63b624 */.ssz-llc-faq,
.ssz-llc-faq *{
    box-sizing:border-box;
}

.ssz-llc-faq{
    position:relative;
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:0;
    padding:80px 5%;
    overflow:hidden;
    font-family:"Rokkitt",serif;
    background:
        linear-gradient(
            135deg,
            rgba(7,23,42,.97) 0%,
            rgba(14,32,57,.96) 55%,
            rgba(7,23,42,.98) 100%
        ),
        url("http://syntaxsolutionz.com/wp-content/uploads/2026/09/IndustriesWeServe-bgimage.avif");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.ssz-llc-faq:before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    top:-300px;
    right:-220px;
    border:1px solid rgba(249,143,34,.16);
    border-radius:50%;
    pointer-events:none;
}

.ssz-llc-faq:after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    left:-220px;
    bottom:-250px;
    border:1px solid rgba(255,255,255,.07);
    border-radius:50%;
    pointer-events:none;
}

.ssz-llc-faq-inner{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1050px;
    margin:0 auto;
}

.ssz-llc-faq-heading{
    margin:0 0 42px;
    text-align:center;
}

.ssz-llc-faq-heading h2{
    margin:0;
    color:#FFFFFF;
    font-family:"Rokkitt",serif;
    font-size:46px;
    font-weight:700;
    line-height:1.15;
}

.ssz-llc-faq-heading h2 span{
    color:#F98F22;
}

.ssz-llc-faq-list{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.ssz-llc-faq-item{
    width:100%;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.14);
    border-radius:10px;
    background:rgba(255,255,255,.055);
    transition:all .3s ease;
}

.ssz-llc-faq-item.active{
    border-color:rgba(249,143,34,.55);
    background:rgba(14,32,57,.92);
    box-shadow:0 12px 35px rgba(0,0,0,.18);
}

.ssz-llc-faq-question{
    width:100%;
    min-height:66px;
    padding:18px 22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    border:0;
    outline:0;
    background:transparent;
    color:#FFFFFF;
    font-family:"Rokkitt",serif;
    text-align:left;
    cursor:pointer;
}

.ssz-llc-faq-question h3{
    margin:0;
    padding:0;
    color:#FFFFFF;
    font-family:"Rokkitt",serif;
    font-size:19px;
    font-weight:700;
    line-height:1.35;
}

.ssz-llc-faq-question h3 span{
    color:#F98F22;
}

.ssz-llc-faq-icon{
    width:30px;
    height:30px;
    min-width:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(249,143,34,.5);
    border-radius:50%;
    color:#F98F22;
    transition:all .3s ease;
    position:relative;
}

.ssz-llc-faq-icon::before{
    content:"";
    width:8px;
    height:8px;
    display:block;
    border-right:2px solid #F98F22;
    border-bottom:2px solid #F98F22;
    transform:rotate(45deg);
    margin-top:-4px;
    transition:transform .3s ease,border-color .3s ease;
}

.ssz-llc-faq-item.active .ssz-llc-faq-icon{
    background:#F98F22;
    border-color:#F98F22;
}

.ssz-llc-faq-item.active .ssz-llc-faq-icon::before{
    border-color:#FFFFFF;
    transform:rotate(225deg);
    margin-top:4px;
}

.ssz-llc-faq-answer{
    display:grid;
    grid-template-rows:0fr;
    transition:grid-template-rows .35s ease;
}

.ssz-llc-faq-answer-inner{
    overflow:hidden;
}

.ssz-llc-faq-answer-content{
    padding:0 22px;
    color:#FFFFFF;
    font-family:"Rokkitt",serif;
    font-size:17px;
    font-weight:400;
    line-height:1.7;
    opacity:0;
    transform:translateY(-8px);
    transition:
        opacity .25s ease,
        transform .35s ease,
        padding .35s ease;
}

.ssz-llc-faq-item.active .ssz-llc-faq-answer{
    grid-template-rows:1fr;
}

.ssz-llc-faq-item.active .ssz-llc-faq-answer-content{
    padding:0 22px 23px;
    opacity:1;
    transform:translateY(0);
}

.ssz-llc-faq-question:hover h3{
    color:#F98F22;
}

.ssz-llc-faq-item.active .ssz-llc-faq-question h3{
    color:#FFFFFF;
}

@media(max-width:900px){

    .ssz-llc-faq{
        padding:65px 25px;
    }

    .ssz-llc-faq-heading{
        margin-bottom:35px;
    }

    .ssz-llc-faq-heading h2{
        font-size:40px;
    }

}

@media(max-width:600px){

    .ssz-llc-faq{
        padding:50px 15px;
    }

    .ssz-llc-faq-heading{
        margin-bottom:28px;
    }

    .ssz-llc-faq-heading h2{
        font-size:32px;
        line-height:1.2;
    }

    .ssz-llc-faq-list{
        gap:9px;
    }

    .ssz-llc-faq-question{
        min-height:60px;
        padding:15px 16px;
        gap:12px;
    }

    .ssz-llc-faq-question h3{
        font-size:16px;
        line-height:1.35;
    }

    .ssz-llc-faq-icon{
        width:27px;
        height:27px;
        min-width:27px;
    }

    .ssz-llc-faq-icon::before{
        width:7px;
        height:7px;
        border-width:1.5px;
    }

    .ssz-llc-faq-answer-content{
        padding-left:16px;
        padding-right:16px;
        font-size:15px;
        line-height:1.6;
    }

    .ssz-llc-faq-item.active .ssz-llc-faq-answer-content{
        padding-left:16px;
        padding-right:16px;
        padding-bottom:18px;
    }

}/* End custom CSS */