p {
    margin-bottom: 15px;
}
p:last-child {
    margin-bottom: 0px;
}
/*Developement Css*/
.what-we-do-custom .service-card {
    background: #070d1f;
    padding: 35px 30px;
    border-radius: 18px;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.08);
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

.what-we-do-custom .service-card:hover {
    transform: translateY(-8px);
    border-color: var(--theme2);
}

.what-we-do-custom .service-card .number {
    color: var(--theme2);
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 18px;
}

.what-we-do-custom .service-card h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
}

.what-we-do-custom .service-card p {
    color: rgba(255,255,255,0.75);
    margin-bottom: 0;
}
.security-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: var(--header3);
    font-size: 16px;
    line-height: 1.7;
}

.security-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme2);
    font-weight: 700;
}
.choose-us-content h3 {
    margin-bottom: 10px;
}
.compliance-sec .brand-box-1 {
    background: linear-gradient(135deg,#0b1324,#101b34);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 22px 15px;
    min-height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .35s;
    text-align: center;
}

.compliance-sec .brand-box-1:hover{
    transform:translateY(-8px);
    border-color:var(--theme2);
    box-shadow:0 15px 40px rgba(0,0,0,.25);
}

.compliance-sec .brand-img-1{
    font-size:22px;
    font-weight:700;
    color:#fff;
    line-height:1.4;
    margin-bottom:12px;
}

.compliance-sec .brand-desc{
    color:rgba(255,255,255,.65);
    font-size:14px;
    line-height:1.6;
}

.compliance-sec .swiper-slide{
    height:auto;
}
.posture-framework-section {
    background: #060b1a;
    position: relative;
    overflow: hidden;
}

.posture-framework-card {
    background: linear-gradient(135deg, #0b1324, #101b34);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 45px;
}

.posture-feature {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 24px;
    height: 100%;
    transition: .3s;
}

.posture-feature:hover {
    transform: translateY(-6px);
    border-color: var(--theme2);
}

.posture-feature .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: var(--theme2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 20px;
}

.posture-feature h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.posture-feature p {
    color: rgba(255,255,255,.7);
    margin-bottom: 0;
}

@media(max-width:575px){
    .posture-framework-card {
        padding: 28px 20px;
    }
}
.partner-ecosystem-section{
    position:relative;
}

.partner-card{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:20px;
    padding:30px;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.partner-card:hover{
    transform:translateY(-8px);
    border-color:var(--theme2);
}

/*.partner-logo{
    width:70px;
    height:70px;
    border-radius:16px;
    background:#f5f8fc;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.partner-logo img{
    max-width:45px;
}*/
.partner-logo {
    width: 200px;
    height: 65px;
    border-radius: 16px;
    background: #f5f8fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: var(--theme2);
    margin-bottom: 15px;
    padding: 10px;
}
.partner-logo img {
    width: 145px;
    object-fit: contain;
    object-position: center;
}

.partner-tag {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 30px;
    background: var(--body);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.partner-card h4{
    font-size:24px;
    margin-bottom:12px;
}

.partner-card p {
    margin-bottom: 0;
    line-height: 1.7;
    color: var(--black);
}
.insights-section{
    position:relative;
    overflow:hidden;
}

.insights-wrapper{
    background: linear-gradient(135deg,#071224,#0f1d3b);
    border-radius:30px;
    padding:70px;
    position:relative;
}

.insights-wrapper:before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(0,196,167,.08);
    border-radius:50%;
    right:-120px;
    top:-120px;
}

.insights-tag{
    display:inline-block;
    padding:8px 18px;
    background:rgba(255,255,255,.08);
    border-radius:30px;
    color:#fff;
    margin-bottom:20px;
    font-size:14px;
    letter-spacing:1px;
}

.insights-content h2{
    color:#fff;
/*    font-size:54px;*/
    line-height:1.15;
    margin-bottom:20px;
}

.insights-content p{
    color:rgba(255,255,255,.75);
    font-size:16px;
    line-height:1.8;
    max-width:700px;
}

.insight-card{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:25px;
    height:100%;
}

.insight-card h4{
    color:#fff;
    font-size:20px;
    margin-bottom:10px;
}

.insight-card p{
    color:rgba(255,255,255,.7);
    margin-bottom:0;
    font-size:16px;
}

@media(max-width:991px){
    .insights-wrapper{
        padding:40px 25px;
    }

    /*.insights-content h2{
        font-size:38px;
    }*/
}
.contact-cta-section{
    position: relative;
    overflow: hidden;
}

.contact-cta-wrapper{
    background: linear-gradient(135deg,#081325,#102040);
    border-radius: 30px;
    padding: 80px 70px;
    position: relative;
    overflow: hidden;
}

.contact-cta-wrapper:before{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    border-radius:50%;
    background:rgba(0,196,167,.08);
    top:-180px;
    right:-120px;
}

.contact-cta-wrapper:after{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    border-radius:50%;
    background:rgba(255,255,255,.03);
    bottom:-150px;
    left:-100px;
}

.contact-cta-content{
    position:relative;
    z-index:2;
    text-align:center;
/*    max-width:900px;*/
    margin:auto;
}

.contact-cta-content .sub-title{
    color:var(--theme2);
    margin-bottom:20px;
}

.contact-cta-content h2{
    color:#fff;
/*    font-size:64px;*/
    line-height:1.15;
    margin-bottom:15px;
}

.contact-cta-content p{
    color:rgba(255,255,255,.75);
/*    font-size:20px;*/
    line-height:1.8;
    max-width:760px;
    margin:0 auto 40px;
}

.contact-btn-wrap{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.contact-btn-wrap .outline-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 35px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:60px;
    color:#fff;
    transition:.3s;
}

.contact-btn-wrap .outline-btn:hover{
    background:#fff;
    color:#111;
}

.contact-stats{
    margin-top:60px;
}

.contact-stat-item{
    text-align:center;
}

.contact-stat-item h3{
    color:var(--theme2);
    font-size:42px;
    margin-bottom:5px;
}

.contact-stat-item span{
    color:rgba(255,255,255,.75);
}

@media(max-width:991px){

    .contact-cta-wrapper{
        padding:60px 30px;
    }

/*    .contact-cta-content h2{
        font-size:42px;
    }

    .contact-cta-content p{
        font-size:16px;
    }*/
}
.contact-list-style{
    margin:0;
    padding:0;
    list-style:none;
}

.contact-list-style li{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:18px;
    color:#fff;
}

.contact-icon{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:var(--theme2);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    transition:.3s;
}

.contact-list-style li:hover .contact-icon{
    background:var(--theme2);
    color:#fff;
}

.contact-list-style a{
    color:#fff;
    transition:.3s;
}

.contact-list-style a:hover{
    color:var(--theme2);
}
.partnrLogo .marquee.style-2 {
    border-radius: 0;
}
.about-meaning-section {
    position: relative;
}

.about-meaning-box {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 28px;
    padding: 60px;
    box-shadow: 0 15px 45px rgba(0,0,0,.05);
}

.about-meaning-content p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 0;
}

.meaning-point {
    display: flex;
    gap: 20px;
    padding: 28px 0;
    border-bottom: 1px solid #e8edf5;
}

.meaning-point:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.meaning-point .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 16px;
    background: #070d1f;
    color: var(--theme2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.meaning-point h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.meaning-point p {
    margin-bottom: 0;
    line-height: 1.8;
}

@media(max-width:991px){
    .about-meaning-box {
        padding: 35px 25px;
    }

    .meaning-point {
        flex-direction: column;
    }
}
.mission-vision-hover {
    position: relative;
}

.mv-card {
    position: relative;
    height: 450px;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s;
}

.mv-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.mv-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(4,12,32,.95) 0%,
        rgba(4,12,32,.65) 45%,
        rgba(4,12,32,.15) 100%
    );
}

.mv-content {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    color: #fff;
    transition: .4s;
}

.mv-content h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 0;
}

.mv-content p {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: .4s;
    color: rgba(255,255,255,.85);
    line-height: 1.9;
}

.mv-card:hover {
    transform: translateY(-10px);
}

.mv-card:hover img {
    transform: scale(1.05);
}

.mv-card:hover .mv-content {
    bottom: 55px;
}

.mv-card:hover .mv-content p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media(max-width:991px){

    .mv-card{
        height:380px;
    }

    .mv-content{
        left:25px;
        right:25px;
    }

    .mv-content h3{
        font-size:28px;
    }

    .mv-content p{
        opacity:1;
        visibility:visible;
        transform:none;
    }
}
.core-values-section{
    position:relative;
}

.core-value-card{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:22px;
    padding:32px;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
    position:relative;
    overflow:hidden;
}

.core-value-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:4px;
    height:100%;
    background:var(--theme2);
    opacity:.75;
}

.core-value-card:hover{
    transform:translateY(-10px);
    border-color:var(--theme2);
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.core-value-card .value-no{
    color:var(--theme2);
    font-weight:700;
    margin-bottom:14px;
    display:block;
}

.core-value-card h3{
    font-size:24px;
    margin-bottom:14px;
}
.core-value-card p {
    margin-bottom: 0;
    line-height: 1.8;
    color: var(--black);
}
.xsignon-model-section{
    position:relative;
}

.xsignon-model-image{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    height:100%;
}

.xsignon-model-image img{
    width:100%;
    height:100%;
    min-height:550px;
    object-fit:cover;
    border-radius:25px;
}

.xsignon-model-content{
    padding-left:30px;
}

.xsignon-model-content p{
    line-height:1.9;
    margin-bottom:20px;
    color: var(--black);
}


@media(max-width:991px){

    .xsignon-model-content{
        padding-left:0;
        margin-top:30px;
    }

    .xsignon-model-image img{
        min-height:400px;
    }
}
.engagement-section{
    position:relative;
}

.engagement-intro{
    max-width:820px;
    margin:0 auto 55px;
    text-align:center;
}

.engagement-intro p{
    margin-top:18px;
    line-height:1.8;
}

.engagement-card{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:22px;
    padding:32px;
    height:100%;
    transition:.35s;
    position:relative;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.engagement-card:hover{
    transform:translateY(-10px);
    border-color:var(--theme2);
}

.engagement-card .step-no{
    color:var(--theme2);
    font-size:14px;
    font-weight:700;
    display:block;
    margin-bottom:16px;
}

.engagement-card h3{
    font-size:26px;
    margin-bottom:14px;
}

.engagement-card p{
    margin-bottom:0;
    line-height:1.8;
    color: var(--black);
}

.engagement-card:after{
    content:"";
    position:absolute;
    right:-35px;
    bottom:-35px;
    width:110px;
    height:110px;
    border-radius:50%;
    background:rgba(0,196,167,.08);
}
.about-split-section{
    position:relative;
}

.about-split-card{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:24px;
    padding:40px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.about-split-card h3{
    font-size:30px;
    margin-bottom:18px;
}

.about-split-card p{
    line-height:1.9;
    margin-bottom:18px;
    color: var(--black);
}


.posture-story{
    background:linear-gradient(135deg,#081325,#102040);
    border-radius:28px;
    padding:55px;
}

.posture-story h3,
.posture-story h2{
    color:#fff;
}

.posture-story p{
    color:rgba(255,255,255,.75);
    line-height:1.9;
}

.posture-points{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:25px;
}

.posture-points span{
    background:rgba(255,255,255,.08);
    color:#fff;
    border:1px solid rgba(255,255,255,.12);
    padding:10px 16px;
    border-radius:30px;
    font-size:14px;
}


@media(max-width:991px){
    .about-split-card,
    .posture-story{
        padding:30px 22px;
    }
}
.standardsCm img {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    margin-top: 20px;
    object-fit: cover;
    object-position: center;
}

/*what we do css banner*/
.service-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 25px 0;
    justify-content: center;
}
.service-stats span{
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
    padding:10px 16px;
    border-radius:30px;
    font-size:14px;
}

.banner-btn{
    margin-bottom:35px;
}
.access-risk-section{
    position:relative;
}

.access-risk-intro{
    max-width:900px;
    margin:0 auto 55px;
    text-align:center;
}

.access-risk-intro p{
    margin-top:18px;
    line-height:1.9;
    color: var(--black);
}

.access-risk-card{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:22px;
    padding:32px;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.access-risk-card:hover{
    transform:translateY(-10px);
    border-color:var(--theme2);
}

.access-risk-card .icon{
    width:62px;
    height:62px;
    border-radius:18px;
background: #070d1f;
    color: var(--theme2);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:22px;
}

.access-risk-card h3{
    font-size:24px;
    margin-bottom:14px;
}

.access-risk-card p{
    margin-bottom:0;
    line-height:1.8;
    color: var(--black);
}
.service-fix-section{
    position:relative;
}

.service-fix-image{
    border-radius:26px;
    overflow:hidden;
    height:100%;
    position:relative;
}

.service-fix-image img{
    width:100%;
    height:100%;
    min-height:520px;
    object-fit:cover;
}

.service-fix-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(4,12,32,.05),rgba(4,12,32,.45));
}

.service-fix-content p{
    font-size:16px;
    line-height:1.9;
    color: var(--black);
}

.fix-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:30px;
}

.fix-list-item{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:16px;
    padding:18px 20px;
    display:flex;
    gap:14px;
    align-items:center;
    transition:.3s;
}

.fix-list-item:hover{
    transform:translateY(-6px);
    border-color:var(--theme2);
}

.fix-list-item .icon{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:12px;
    background:rgba(0,196,167,.08);
    color:var(--theme2);
    display:flex;
    align-items:center;
    justify-content:center;
}

.fix-list-item h4{
    font-size:18px;
    margin-bottom:6px;
}

.fix-list-item p{
    font-size:14px;
    line-height:1.6;
    margin-bottom:0;
    color: var(--black);
}

@media(max-width:991px){
    .fix-list{
        grid-template-columns:1fr;
    }

    .service-fix-image img{
        min-height:360px;
    }
}
.xsignon-model-section{
    position:relative;
}

.xsignon-model-content{
    padding-right:40px;
}

.xsignon-model-content p{
    line-height:1.9;
    margin-bottom:20px;
    color: var(--black);
}

.xsignon-model-box{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:22px;
    padding:30px;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
    margin-top: 25px;
}

.xsignon-model-box:hover{
    transform:translateY(-8px);
    border-color:var(--theme2);
}

.xsignon-model-box .icon{
    width:65px;
    height:65px;
    border-radius:18px;
    background:rgba(0,196,167,.08);
    color:var(--theme2);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:20px;
}

.xsignon-model-box h4{
    margin-bottom:12px;
    font-size:22px;
}

.xsignon-model-box p{
    margin-bottom:0;
    line-height:1.8;
    color: var(--black);
}

@media(max-width:991px){
    .xsignon-model-content{
        padding-right:0;
        margin-bottom:30px;
    }
}
.identity-impact-section{
    position:relative;
}

.identity-industries{
    background:#081325;
    padding:50px;
    border-radius:24px;
    height:100%;
}

.identity-industries h2,
.identity-industries h3{
    color:#fff;
}

.identity-industries p{
    color:rgba(255,255,255,.75);
}

.industry-list{
    margin-top:30px;
}

.industry-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.industry-item:last-child{
    border:none;
}

.industry-icon{
    width:45px;
    height:45px;
    border-radius:12px;
    background:rgba(255,255,255,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
}

.identity-benefits {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 24px;
    padding: 50px;
    height: 100%;
    color: var(--black);
}

.benefit-list{
    margin-top:30px;
}

.benefit-item {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
    color: var(--black);
}

.benefit-item i{
    color:var(--theme2);
    margin-top:5px;
}
.identity-trust-section{
    background:#081325;
    border-radius:30px;
    overflow:hidden;
}

.identity-trust-content{
    padding:60px;
}

.identity-trust-content h2{
    color:#fff;
}

.identity-trust-content p{
    color:rgba(255,255,255,.75);
}

.trust-tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}

.trust-tags span{
    background:rgba(255,255,255,.08);
    color:#fff;
    padding:12px 18px;
    border-radius:30px;
}

.identity-cta{
    background:rgba(255,255,255,.04);
    height:100%;
    padding:60px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.identity-cta h3{
    color:#fff;
    margin-bottom:20px;
}

.identity-cta p{
    color:rgba(255,255,255,.75);
}
.mid-market-section{
    position:relative;
}

.mid-market-wrapper{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:28px;
    padding:55px;
    box-shadow:0 15px 45px rgba(0,0,0,.05);
}

.mid-market-content p{
    line-height:1.9;
    color: var(--black);
}

.mid-market-card{
    background:#f8fafc;
    border:1px solid #e8edf5;
    border-radius:20px;
    padding:30px;
    height:100%;
    transition:.35s;
}

.mid-market-card:hover{
    background:#fff;
    transform:translateY(-10px);
    border-color:var(--theme2);
    box-shadow:0 15px 35px rgba(0,0,0,.07);
}

.mid-market-card .icon{
    width:62px;
    height:62px;
    border-radius:18px;
    background:rgba(0,196,167,.08);
    color:var(--theme2);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:22px;
}

.mid-market-card h3{
    font-size:23px;
    margin-bottom:14px;
}

.mid-market-card p{
    margin-bottom:0;
    line-height:1.8;
    color: var(--black);
}

@media(max-width:991px){
    .mid-market-wrapper{
        padding:35px 22px;
    }
}
.identity-review-section{
    position:relative;
}

.identity-review-wrapper{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:28px;
    padding:50px;
    box-shadow:0 15px 45px rgba(0,0,0,.05);
}

.identity-review-intro{
    margin-bottom:35px;
}

.identity-review-intro p{
    font-size:16px;
    line-height:1.8;
    color: var(--black);
}

.identity-form .form-group {
    margin-bottom: 0;
}

.identity-form label{
/*    font-weight:600;*/
    margin-bottom:8px;
    color:var(--header);
/*    display:none;*/
}

.identity-form input,
.identity-form select,
.identity-form textarea{
    width:100%;
    height:58px;
    border:1px solid #e1e7f0;
    border-radius:12px;
    padding:0 18px;
    background:#f8fafc;
    color:var(--black);
    outline:none;
}

.identity-form textarea{
    height:140px;
    padding-top:15px;
    resize:none;
}

.identity-form input:focus,
.identity-form select:focus,
.identity-form textarea:focus{
    border-color:var(--theme2);
    background:#fff;
}

.form-note{
    font-size:13px;
    line-height:1.7;
    color:var(--text);
    margin-top:15px;
}

@media(max-width:991px){
    .identity-review-wrapper{
        padding:30px 22px;
    }
}
.consent-checkbox{
    margin-top:10px;
}

.custom-check{
    display:flex;
    align-items:flex-start;
    gap:12px;
    cursor:pointer;
    position:relative;
}

.custom-check input{
    display:none;
}

.checkmark{
    width:22px;
    height:22px;
    min-width:22px;
    border:2px solid #d5dbe5;
    border-radius:6px;
    margin-top:2px;
    position:relative;
    transition:.3s;
}

.custom-check input:checked + .checkmark{
    background:var(--theme2);
    border-color:var(--theme2);
}

.custom-check input:checked + .checkmark:after{
    content:"✓";
    position:absolute;
    left:4px;
    top:-1px;
    color:#fff;
    font-size:14px;
    font-weight:700;
}

.consent-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--black);
}

.consent-text a{
    color:var(--theme2);
    text-decoration:none;
    font-weight:600;
}
.identity-form .form-group label {
    display: none;
}
.contentpage a {
    color: var(--theme4);
}
.contentpage a:hover {
    color: var(--body);
}
.contact-page-section{
    position:relative;
}

.contact-info-card{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:26px;
    padding:45px;
    height:100%;
    box-shadow:0 12px 35px rgba(0,0,0,.05);
}

.contact-info-item{
    display:flex;
    gap:18px;
    padding:22px 0;
    border-bottom:1px solid #e8edf5;
}

.contact-info-item:last-child{
    border-bottom:0;
    padding-bottom:0;
}

.contact-info-icon{
    width:58px;
    height:58px;
    min-width:58px;
    border-radius:16px;
    background: #070d1f;
    color: var(--theme2);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.contact-info-item h4{
    font-size:22px;
    margin-bottom:8px;
}

.contact-info-item p,
.contact-info-item a{
    margin-bottom:0;
    color:var(--text);
    line-height:1.8;
}

.contact-info-item a:hover{
    color:var(--theme2);
}

.contact-form-wrapper{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 15px 45px rgba(0,0,0,.06);
}

.contact-form-image{
    height:100%;
    min-height:620px;
    position:relative;
}

.contact-form-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.contact-form-image:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(4,12,32,.05),rgba(4,12,32,.55));
}

.contact-form-box{
    padding:45px;
}

.contact-query-form .form-group{
    margin-bottom:20px;
}

.contact-query-form label{
    display:block;
    font-weight:600;
    color:var(--header);
    margin-bottom:8px;
}

.contact-query-form input,
.contact-query-form select,
.contact-query-form textarea{
    width:100%;
    height:58px;
    border:1px solid #e1e7f0;
    border-radius:12px;
    background:#f8fafc;
    padding:0 18px;
    outline:none;
}

.contact-query-form textarea{
    height:130px;
    padding-top:15px;
    resize:none;
}

.contact-query-form input:focus,
.contact-query-form select:focus,
.contact-query-form textarea:focus{
    background:#fff;
    border-color:var(--theme2);
}

.consent-checkbox{
    margin-top:5px;
}

.custom-check{
    display:flex;
    align-items:flex-start;
    gap:12px;
    cursor:pointer;
}

.custom-check input{
    display:none;
}

.checkmark{
    width:22px;
    height:22px;
    min-width:22px;
    border:2px solid #d5dbe5;
    border-radius:6px;
    margin-top:3px;
    position:relative;
}

.custom-check input:checked + .checkmark{
    background:var(--theme2);
    border-color:var(--theme2);
}

.custom-check input:checked + .checkmark:after{
    content:"✓";
    position:absolute;
    left:4px;
    top:-2px;
    color:#fff;
    font-size:14px;
    font-weight:700;
}

.consent-text{
    font-size:13px;
    line-height:1.7;
    color:#666;
}

.consent-text a{
    color:var(--theme2);
    font-weight:600;
}

@media(max-width:991px){
    .contact-info-card,
    .contact-form-box{
        padding:30px 22px;
    }

    .contact-form-image{
        min-height:360px;
    }
}
.googlemap-wrp iframe {
    width: 100%;
    border-radius: 15px;
}
.gt-news-content .gt-date-list *,
.gt-news-content p {
    color: var(--black);
}
.blog-details-section{
    position:relative;
}

.blog-meta{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:22px;
}

.blog-meta span{
    background:rgba(0,196,167,.08);
    color:var(--theme2);
    padding:8px 15px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

.blog-details-title{
/*    font-size:52px;*/
    line-height:1.15;
    margin-bottom:25px;
}

.blog-featured-image{
    border-radius:26px;
    overflow:hidden;
    margin:35px 0;
}

.blog-featured-image img{
    width:100%;
    height:500px;
    object-fit:contain;
}

.blog-content h3{
/*    font-size:30px;*/
    margin:35px 0 15px;
}
.blog-details-wrapper p,
.blog-content p{
    line-height:1.9;
    margin-bottom:18px;
    color: var(--black);
}

.blog-content blockquote{
    background:#081325;
    color:#fff;
    padding:35px;
    border-radius:22px;
    margin:35px 0;
    font-size:22px;
    line-height:1.7;
    border-left:5px solid var(--theme2);
}

.blog-list{
    margin:25px 0;
    padding:0;
    list-style:none;
}

.blog-list li{
    position:relative;
    padding-left:32px;
    margin-bottom:14px;
    line-height:1.8;
    color: var(--black);
}

.blog-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:var(--theme2);
    font-weight:700;
}

.blog-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:40px;
}

.blog-tags span{
    background:#081325;
    padding:8px 15px;
    border-radius:30px;
    font-size:14px;
}

@media(max-width:767px){
/*    .blog-details-title{
        font-size:36px;
    }*/

    .blog-featured-image img{
        height:320px;
    }
    .blog-content h3 {
        margin-top: 0px;
    }
}
.career-hero {
    background: linear-gradient(135deg,#071224,#102040);
    padding: 120px 0;
    color: #fff;
}
.career-hero h2 {
    color:#fff;
/*    font-size:64px;*/
    line-height:1.1;
    margin-bottom:25px;
}
.career-hero p {
    color:rgba(255,255,255,.78);
    line-height:1.8;
    max-width:780px;
}

.career-card {
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:24px;
    padding:35px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
    transition:.35s;
}
.career-card:hover {
    transform:translateY(-8px);
    border-color:var(--theme2);
}
.career-card .icon {
    width:62px;
    height:62px;
    border-radius:18px;
    background:rgba(0,196,167,.08);
    color:var(--theme2);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:22px;
}
.career-card h3 {
    font-size:24px;
    margin-bottom:14px;
}
.career-card p {
    line-height:1.8;
    margin-bottom:0;
    color:var(--black);
}
.career-card p a {
    color: var(--theme4);
}
.offer-list {
    list-style:none;
    padding:0;
    margin:25px 0 0;
}
.offer-list li {
    position:relative;
    padding-left:32px;
    margin-bottom:14px;
    line-height:1.7;
}
.offer-list li:before {
    content:"✓";
    position:absolute;
    left:0;
    color:var(--theme2);
    font-weight:700;
}

.job-card {
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:20px;
    margin-bottom:18px;
    overflow:hidden;
    padding: 25px 30px;
}
.job-header {
/*    padding:25px 30px;*/
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}
.job-header h3 {
    margin-bottom:8px;
}
.job-meta {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.job-meta span {
    background:rgba(0,196,167,.08);
    color:var(--theme2);
    padding:6px 12px;
    border-radius:30px;
    font-size:13px;
}
.job-toggle {
    font-size:22px;
    color:var(--theme2);
}
/*.job-body {
    padding:0 30px 30px;
}
.job-card.active .job-body {
    display:block;
}*/
.job-card.active .job-toggle {
    transform:rotate(45deg);
}

.belief-card {
    background:#081325;
    color:#fff;
    border-radius:22px;
    padding:32px;
    height:100%;
}
.belief-card h3 {
    color:#fff;
    font-size:22px;
    margin-bottom:14px;
}
.belief-card p {
    color:rgba(255,255,255,.75);
    line-height:1.8;
}
.team-built {
    color: var(--black);
}
.career-card.dntSee p {
    max-width: 1000px;
    margin: 0 auto 15px;
}
.career-card.dntSee p:last-child {
    margin-bottom: 0;
}
.job-card p{
    color: var(--black);
}
.job-card .job-body {
    display: flex;
    justify-content: end;
}
@media(max-width:767px){
/*    .career-hero h1{font-size:42px;}*/
    .job-header{align-items:flex-start;}
}
.industry-hero{
    background:linear-gradient(135deg,#071224,#102040);
    padding:120px 0;
    color:#fff;
}

.industry-hero h1{
    color:#fff;
/*    font-size:64px;*/
    line-height:1.1;
    margin-bottom:22px;
}

.industry-hero p{
    color:rgba(255,255,255,.75);
    font-size:16px;
    line-height:1.8;
    max-width:780px;
}

.industry-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    justify-content:center;
    margin-bottom:45px;
}

.industry-tabs button{
    border:1px solid #e8edf5;
    background:#fff;
    padding:12px 22px;
    border-radius:30px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.industry-tabs button.active,
.industry-tabs button:hover{
    background:var(--theme2);
    color:#fff;
    border-color:var(--theme2);
}

.thinking-card{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:24px;
    overflow:hidden;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
    transition:.35s;
}

.thinking-card:hover{
    transform:translateY(-8px);
    border-color:var(--theme2);
}

.thinking-img img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.thinking-content{
    padding:28px;
}

.thinking-category {
    display: inline-block;
    background: var(--body);
    color: var(--white);
    padding: 7px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
}

.thinking-content h3{
    font-size:24px;
    margin-bottom:14px;
}

.thinking-content p{
    line-height:1.8;
    margin-bottom:20px;
    color: var(--black);
}

.read-more{
    color:var(--theme2);
    font-weight:700;
}

.featured-thinking{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    border:1px solid #e8edf5;
    box-shadow:0 15px 45px rgba(0,0,0,.05);
}

.featured-thinking img{
    width:100%;
    height:100%;
    min-height:420px;
    object-fit:cover;
}

.featured-content{
    padding:50px;
}

.newsletter-box{
    background:linear-gradient(135deg,#081325,#102040);
    border-radius:28px;
    padding:60px;
    color:#fff;
    text-align:center;
}

.newsletter-box h2{
    color:#fff;
}

.newsletter-box p{
    color:rgba(255,255,255,.75);
    max-width:700px;
    margin:15px auto 30px;
}

.newsletter-form{
    display:flex;
    max-width:600px;
    margin:auto;
    gap:12px;
}

.newsletter-form input{
    width:100%;
    height:58px;
    border-radius:40px;
    border:none;
    padding:0 22px;
}

.newsletter-form button{
    border:none;
    white-space:nowrap;
}
.featured-content p {
    color: var(--black);
}

.contact-info-item .footer-widget-wrapper .footer-widget-items .footer-content .social-icon a:not(:hover) {
    background: #070d1f;
    color: var(--theme2);
}
.contact-info-item .footer-widget-wrapper .footer-widget-items .footer-content .social-icon a svg path {
    fill: var(--theme2);
}
.contact-info-item .footer-widget-wrapper .footer-widget-items .footer-content .social-icon a:hover svg path {
    fill: var(--white);
}



.usecase-card{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:24px;
    padding:35px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
    transition:.3s;
}

.usecase-card:hover{
    transform:translateY(-5px);
    border-color:var(--theme2);
}

.usecase-list{
    list-style:none;
    padding:0;
    margin:0;
    color: var(--black);
}

.usecase-list li{
    position:relative;
    padding-left:35px;
    margin-bottom:16px;
    line-height:1.8;
}

.usecase-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:var(--theme2);
    font-weight:700;
}

.number-box{
    width:70px;
    height:70px;
    border-radius:20px;
    background:rgba(0,196,167,.08);
    color:var(--theme2);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    font-weight:700;
    margin-bottom:20px;
}

/*user cases*/
.usecase-hero{
    background:#081325;
    color:#fff;
}

.usecase-hero h1{
/*    font-size:58px;*/
    color:#fff;
    margin:20px 0;
}

.case-label{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:rgba(255,255,255,.1);
}

.hero-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

.hero-badges span{
    background:var(--theme2);
    padding:8px 18px;
    border-radius:30px;
    color:#fff;
}


.overview-card,
.feature-card,
.solution-card,
.result-card{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:24px;
    padding:30px;
    height:100%;
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.overview-card:hover,
.feature-card:hover,
.solution-card:hover,
.result-card:hover{
    transform:translateY(-8px);
    border-color:var(--theme2);
}

.custom-check-list{
    list-style:none;
    padding:0;
}

.custom-check-list li{
    position:relative;
    padding-left:35px;
    margin-bottom:18px;
}

.custom-check-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:var(--theme2);
    font-weight:700;
}

.usecase-results{
    background:#081325;
}

.usecase-results h2,
.usecase-results .sub-title{
    color:#fff;
}
.prose.blog-content .list-disc {
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--black);
}
.prose.blog-content .list-disc li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 16px;
    line-height: 1.8;
}
.prose.blog-content .list-disc li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme2);
    font-weight: 700;
}
.prose.blog-content a {
    color: var(--theme2);
}
.service-card .icon-pageBox {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: var(--theme2);
    color: var(--white);
    margin-top: 20px;
    margin-left: auto;
    transition: 0.5s;
}

/* Hover Animation */
.service-card:hover .icon-pageBox {
    animation: ring 1s ease-in-out infinite;
    transform-origin: top center;
}

@keyframes ring {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(15deg); }
    50% { transform: rotate(-15deg); }
    75% { transform: rotate(10deg); }
}


.xsign-process{
    position: relative;
    background: #fff;
}

.process-flow{
    display:flex;
    align-items:stretch;
    justify-content:center;
    gap:30px;
    margin-top:70px;
    flex-wrap:wrap;
}

.flow-card{
    flex:1;
    min-width:300px;
    max-width:380px;
    background:#071122;
    color:#fff;
    padding:35px;
    border-radius:24px;
    position:relative;
    overflow:hidden;
    transition:all .4s ease;
    border:1px solid rgba(255,255,255,.08);
    z-index:1;
}

/* Gradient Border */
.flow-card::after{
    content:"";
    position:absolute;
    inset:0;
    padding:1px;
    border-radius:24px;
    background:linear-gradient(
        135deg,
        rgba(255,34,79,.8),
        rgba(255,255,255,.08)
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
    mask-composite:exclude;
}

/* Shine Effect */
.flow-card::before{
    content:'';
    position:absolute;
    top:0;
    left:-120%;
    width:80%;
    height:100%;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.15),
        transparent
    );
    transition:1s;
}

.flow-card:hover::before{
    left:150%;
}

.flow-card:hover{
    transform:translateY(-12px);
    box-shadow:
        0 20px 50px rgba(0,0,0,.20),
        0 0 30px rgba(255,34,79,.15);
}

.step{
    position:absolute;
    top:20px;
    right:25px;
    font-size:14px;
    font-weight:700;
    color:#ff214f;
    letter-spacing:1px;
}

.xsign-process .icon{
    width:72px;
    height:72px;
    border-radius:18px;
    background:rgba(255,33,79,.12);
    border:1px solid rgba(255,33,79,.25);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#ff214f;
    margin-bottom:25px;
    transition:.4s;
}

.flow-card:hover .icon{
    transform:translateY(-6px) scale(1.08);
    box-shadow:0 0 25px rgba(255,33,79,.25);
}

.flow-card h3{
    font-size:24px;
    margin-bottom:20px;
    color:#fff;
}

.flow-card ul{
    padding:0;
    margin:0;
    list-style:none;
}

.flow-card ul li{
    position:relative;
    padding-left:24px;
    margin-bottom:14px;
    color:rgba(255,255,255,.75);
    line-height:1.6;
}

.flow-card ul li::before{
    content:"";
    position:absolute;
    left:0;
    top:10px;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#ff214f;
}

/* Arrow */

.flow-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ff214f;
    font-size:34px;
}

.flow-arrow i{
    animation:arrowMove 1.5s infinite;
}

@keyframes arrowMove{
    0%,100%{
        transform:translateX(0);
    }
    50%{
        transform:translateX(10px);
    }
}

/* Responsive */

@media(max-width:991px){

    .process-flow{
        flex-direction:column;
    }

    .flow-arrow{
        transform:rotate(90deg);
    }

    .flow-card{
        max-width:100%;
    }
}



.trust-bar {
    margin: -50px 0 0 0;
    position: relative;
    z-index: 1;
}

.trust-bar-inner{
    background: #081126;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    padding: 25px 15px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.15);
}

.trust-item{
    flex:1;
    display:flex;
    align-items:center;
    gap:15px;
    padding:15px 20px;
    position:relative;
}

.trust-item:not(:last-child):after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:45px;
    background:rgba(255,255,255,.1);
}

.trust-icon{
    width:55px;
    height:55px;
    border-radius:14px;
    background:rgba(255,34,79,.12);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#ff214f;
    font-size:22px;

    transition:.4s;
}

.trust-item:hover .trust-icon{
    transform:translateY(-4px);
    background:#ff214f;
    color:#fff;
}

.trust-item h3{
    margin:0;
    font-size:30px;
    line-height:1;
    color:#fff;
    font-weight:700;
}

.trust-item span{
    color:rgba(255,255,255,.7);
    font-size:14px;
}

@media(max-width:991px){

    .trust-bar-inner{
        flex-wrap:wrap;
    }

    .trust-item{
        width:calc(50% - 10px);
        flex:none;
    }

    .trust-item:after{
        display:none;
    }
}

@media(max-width:576px){

    .trust-item{
        width:100%;
    }
}




.product-ecosystem{
    background:#fff;
    overflow:hidden;
    padding-bottom: 75px;
}

.product-ecosystem .section-title{
    max-width:100%;
    margin:auto;
}

.product-ecosystem .section-title p{
    margin-top:15px;
}

.ecosystem-wrapper{
    position:relative;
    min-height:700px;
/*    margin-top:80px;*/
}

/* ===================
   PRODUCT CARD
=================== */

.product-card{
    position:absolute;
    width:420px;
    height:500px;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
    transition:.6s;
}

.left-card{
    left:0;
    top:50%;
    transform:translateY(-50%);
}

.right-card{
    right:0;
    top:50%;
    transform:translateY(-50%);
}

.product-card:hover{
    transform:translateY(calc(-50% - 15px));
}

/* Background */

.card-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1.2s;
}

.product-card:hover .card-bg{
    transform:scale(1.1);
}

/* Overlay */

.card-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.92),
        rgba(0,0,0,.75),
        rgba(0,0,0,.25)
    );
}

/* Content */

.product-content{
    position:absolute;
    left:35px;
    right:35px;
    bottom:35px;
    z-index:5;
    color:#fff;
}

.product-label {
    color: #ff214f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.product-content h3{
    color:#fff;
/*    font-size:35px;*/
    line-height:1.1;
    margin-bottom:15px;
}

.product-content p{
    color:rgba(255,255,255,.85);
    line-height:1.8;
    margin-bottom:25px;
}

.product-content a{
    color:#fff;
    font-weight:600;
    display:inline-flex;
    gap:10px;
    align-items:center;
}

.product-content a i{
    transition:.3s;
}

.product-card:hover a i{
    transform:translateX(5px);
}
.platform-core::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    border-radius:50%;
    background:radial-gradient(
        rgba(255,33,79,.12),
        transparent 70%
    );
    z-index:-1;
}
/* Icon */

.product-icon{
    width:75px;
    height:75px;
    border-radius:18px;
    background:#fff;
    color:#ff214f;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:20px;
}

/* ===================
   CENTER PLATFORM
=================== */

.platform-core{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    z-index:20;
}

.core-circle{
    width:240px;
    height:240px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;

    position:relative;

    border:1px solid rgba(255,33,79,.12);

    box-shadow:
        0 20px 60px rgba(0,0,0,.08),
        0 0 0 20px rgba(255,33,79,.03);

    animation:platformPulse 4s infinite;
}

.core-circle::before{
    content:"";
    position:absolute;
    inset:-15px;
    border-radius:50%;
    border:1px dashed rgba(255,33,79,.25);
    animation:rotateCircle 20s linear infinite;
}

.core-circle::after{
    content:"";
    position:absolute;
    inset:-35px;
    border-radius:50%;
    border:1px solid rgba(255,33,79,.08);
}

.core-circle img{
    width:175px;
    height:auto;
    transition:.4s;
}

.platform-core:hover .core-circle img{
    transform:scale(1.08);
}

.platform-core h3{
    margin-top:30px;
    margin-bottom:5px;
    font-size:36px;
    font-weight:700;
    color:#081126;
}

.platform-core span{
    display:block;
    color:#ff214f;
    letter-spacing:3px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
}

@keyframes platformPulse{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.03);
    }
    100%{
        transform:scale(1);
    }
}

@keyframes rotateCircle{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

.platform-bottom{
    margin-top:30px;
    font-size:28px;
}

.platform-bottom strong{
    color:#ff214f;
}

/* ===================
   LINES
=================== */

.line{
    position:absolute;
    top:50%;
    height:2px;
    background:#ff214f;
}

.left-line{
    left:420px;
    width:calc(50% - 320px);
}

.right-line{
    right:420px;
    width:calc(50% - 320px);
}

.line::before{
    content:'';
    position:absolute;
    top:-4px;
    right:0;
    width:10px;
    height:10px;
    border-top:2px solid #ff214f;
    border-right:2px solid #ff214f;
    transform:rotate(45deg);
}

/* ===================
   ANIMATIONS
=================== */

@keyframes pulse{

    0%{
        box-shadow:
        0 0 0 0 rgba(255,33,79,.25);
    }

    70%{
        box-shadow:
        0 0 0 40px rgba(255,33,79,0);
    }

    100%{
        box-shadow:
        0 0 0 0 rgba(255,33,79,0);
    }
}

.product-card{
    animation:floatCard 5s ease-in-out infinite;
}

.right-card{
    animation-delay:1.5s;
}

@keyframes floatCard{

    0%,100%{
        transform:translateY(-50%);
    }

    50%{
        transform:translateY(calc(-50% - 10px));
    }
}

/* ===================
   MOBILE
=================== */

@media(max-width:991px){

    .ecosystem-wrapper{
        min-height:auto;
        display:flex;
        flex-direction:column;
        gap:40px;
        margin-top: 40px;
    }

    .product-card,
    .platform-core{
        position:relative;
        top:auto;
        left:auto;
        right:auto;
        transform:none;
        width:100%;
    }

    .product-card {
        height: 450px;
        animation: none;
    }

    .line{
        display:none;
    }

    .platform-core{
        order:-1;
        margin-bottom:20px;
    }

    .product-card:hover{
        transform:translateY(-10px);
    }
}

.breadcrumb-wrapper.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}


.news-box-items-2 .thumb {
    height: 225px;
}
.brand-box-1 .brand-img-1 img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    object-position: center;
}





.ecosystem-section{
    background:#f8fafc;
    overflow:hidden;
    padding-bottom: 70px;
}

.ecosystem-slider{
    padding:30px 0;
}

.ecosystem-card{
    position:relative;
    height:300px;

    background:
    linear-gradient(
        135deg,
        #081126,
        #0d1c38
    );

    border-radius:28px;

    overflow:hidden;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;

    border:1px solid rgba(255,255,255,.08);

    transition:.5s;
}

.ecosystem-card::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;

    width:100%;
    height:100%;

    background:
    linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.12),
        transparent
    );

    transition:1s;
}

.ecosystem-card:hover::before{
    left:120%;
}

.ecosystem-card::after{
    content:"";
    position:absolute;

    width:250px;
    height:250px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(255,33,79,.22),
        transparent 70%
    );

    top:-120px;
    right:-120px;

    opacity:0;

    transition:.5s;
}

.ecosystem-card:hover::after{
    opacity:1;
}

.ecosystem-card:hover{
    transform:translateY(-10px);

    box-shadow:
    0 20px 50px rgba(255,33,79,.12);
}

.eco-badge{
    position:absolute;
    top:18px;
    right:18px;

    background:rgba(255,33,79,.15);

    color:#ff214f;

    padding:6px 12px;

    border-radius:50px;

    font-size:11px;
    font-weight:600;

    text-transform:uppercase;
}

.eco-icon{
    width:95px;
    height:95px;

    background:#fff;

    border-radius:22px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:25px;

    transition:.5s;
}

.eco-icon img{
    width:60px;
    height:60px;
    object-fit:contain;
}

.ecosystem-card:hover .eco-icon{
    transform:scale(1.08) rotate(5deg);
}

.ecosystem-card h4{
    color:#fff;
    font-size:28px;
    margin-bottom:8px;
}

.ecosystem-card p{
    color:rgba(255,255,255,.7);
    margin-bottom:25px;
}

.eco-link{
    color:#fff;
    font-size:14px;
    font-weight:600;
}

.eco-link i{
    margin-left:8px;
}

.swiper-slide-active .ecosystem-card{
    transform:scale(1.05);

    border-color:#ff214f;

    box-shadow:
    0 20px 60px rgba(255,33,79,.15);
}

.service-fix-image::after {
    display: none;
}

.breadcrumb-wrapper::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.65);
    z-index:1;
}


.partner-ecosystem-section{
    position:relative;
    overflow:hidden;
}

/* Background Glow */

.partner-ecosystem-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:radial-gradient(
        rgba(215,0,33,.08),
        transparent 70%
    );
    top:-250px;
    right:-200px;
}

.partner-ecosystem-section::after{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    border-radius:50%;
    background:radial-gradient(
        rgba(7,28,74,.12),
        transparent 70%
    );
    bottom:-200px;
    left:-150px;
}

/* Main Wrapper */

.partner-wrappers{

    background:
    linear-gradient(
        135deg,
        #071c4a,
        #020d2c
    );

    border-radius:32px;

    padding:60px;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    position:relative;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
    0 30px 80px rgba(0,0,0,.12);
}

/* Grid Pattern */

.partner-wrappers::before{

    content:'';

    position:absolute;

    inset:0;

    background-image:
    linear-gradient(
        rgba(255,255,255,.03) 1px,
        transparent 1px
    ),
    linear-gradient(
        90deg,
        rgba(255,255,255,.03) 1px,
        transparent 1px
    );

    background-size:40px 40px;

    pointer-events:none;
}

/* Cards */

.partner-cardss {
    position: relative;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
    radial-gradient(circle at center,
    rgba(255,255,255,.095),
    rgba(255,255,255,.01));
    backdrop-filter: blur(12px);
    border-radius: 24px;
    border:1px solid rgba(255,255,255,.08);
    transition: .45s;
    overflow: hidden;
    padding: 10px;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08),
        0 10px 25px rgba(0,0,0,.15);
}
/* Top Border Animation */

.partner-cardss::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:3px;

    background:
    linear-gradient(
        90deg,
        #d70021,
        #ffffff,
        #d70021
    );

    transform:scaleX(0);

    transition:.4s;
}

.partner-cardss:hover::before{
    transform:scaleX(1);
}

/* Hover Effect */

.partner-cardss:hover{

    transform:
    translateY(-12px);

    background:#fff;

    border-color:#d70021;

    box-shadow:
    0 20px 50px rgba(0,0,0,.25),
    0 0 30px rgba(215,0,33,.20);
}

/* Logo */

.partner-cardss img{

    max-width:80%;

    max-height:125px;

    object-fit:contain;

    transition:.45s;

}

.partner-cardss:hover img{

    transform:scale(1.08);
}

/* Floating Animation */

.partner-cardss:nth-child(1){
    animation:floatLogo 5s ease-in-out infinite;
}

.partner-cardss:nth-child(2){
    animation:floatLogo 5s ease-in-out infinite .5s;
}

.partner-cardss:nth-child(3){
    animation:floatLogo 5s ease-in-out infinite 1s;
}

.partner-cardss:nth-child(4){
    animation:floatLogo 5s ease-in-out infinite 1.5s;
}

@keyframes floatLogo{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-8px);
    }
}

/* Responsive */

@media(max-width:991px){

    .partner-wrappers{

        grid-template-columns:
        repeat(2,1fr);

        padding:40px;
    }
}

@media(max-width:575px){

    .partner-wrappers{

        grid-template-columns:1fr;

        padding:25px;
    }

    .partner-cardss{

        height:150px;
    }
}






  :root{
    --red:#d70021;
    --navy-1:#021033;
    --navy-2:#071c4a;
  }

  .premium-about-section{
    position:relative;
    overflow:hidden;
  }

  /* ---------- Image ---------- */
.image-wrapper {
    position: relative;
    height: 575px;
}
.image-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    display: block;
    box-shadow: 0 25px 60px rgba(2,16,51,.18);
    object-fit: cover;
    object-position: top center;
}

  .floating-icon{
    width:64px;
    height:64px;
    border-radius:50%;
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    background:rgba(255,255,255,.12);
    border:1.5px solid rgba(255,255,255,.55);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    font-size:22px;
  }
  .shield{ top:32px; right:32px; }
  .lock{ bottom:130px; right:0px; }
  .finger{ bottom:24px; left:44%; }

  /* ---------- Stats ---------- */
  .stats-wrapper{
    margin-top:-70px;
    position:relative;
    z-index:10;
  }
  .stats-wrapper .row{
    display:flex;
    gap:28px;
  }
  .stats-wrapper .col-lg-4{
    flex:1;
  }

  .stat-card{
    background:linear-gradient(135deg,var(--navy-1),var(--navy-2));
    padding:36px 40px 32px;
    border-radius:20px;
    color:#fff;
    height:100%;
    box-shadow:0 20px 45px rgba(2,16,51,.22);
    transition:transform .3s ease, box-shadow .3s ease;
    position:relative;
    border-bottom:4px solid var(--theme4);
  }
  .stat-card:hover{
    transform:translateY(-8px);
    box-shadow:0 28px 55px rgba(2,16,51,.3);
  }

  .stat-icon{
    width:54px;
    height:54px;
    border-radius:50%;
    border:2px solid var(--theme4);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    margin-bottom:20px;
    color:#fff;
  }

  .small-title{
    display:block;
    color:#8f9cc0;
    margin-bottom:12px;
    letter-spacing:1.5px;
    font-size:13px;
    font-weight:600;
  }

.stat-card h3 {
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 18px;
    line-height: 1;
    letter-spacing: -1px;
}

  .stat-card p{
    color:#c3cce3;
    line-height:1.75;
    margin:0;
    padding-top:16px;
    border-top:1px solid rgba(255,255,255,.12);
  }

  /* ---------- Responsive ---------- */
  @media(max-width:991px){
    .about-top-area .row{flex-direction:column;}
    .stats-wrapper{margin-top:40px;}
    .stats-wrapper .row{flex-direction:column;}
    .stat-card h3{font-size:48px;}
    .floating-icon{display:none;}
  }


.fix-lists{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.fix-list-items{

    display:flex;
    gap:20px;

    padding:25px;

    border-radius:20px;

    background:#f8f9fc;

    cursor:pointer;

    transition:.4s;

    border:1px solid #edf0f5;
}

.fix-list-items:hover,
.fix-list-items.active{

    background:#fff;

    transform:translateX(10px);

    border-color:#d70021;

    box-shadow:
    0 15px 35px rgba(0,0,0,.08);
}

.fix-list-items .icon{

    min-width:65px;
    width:65px;
    height:65px;

    border-radius:16px;

    background:#071c4a;

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;
}

.fix-list-items h4{
    margin-bottom:8px;
}

.fix-list-items p{
    margin:0;
}

/* IMAGE AREA */

.service-fix-images {
    position: relative;
    text-align: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
/*    background: var(--body);*/
    border-radius: 15px;
    background: #f7f7f7;
}

.service-fix-images img {
    width: 550px;
    height: 550px;
    position: relative;
    z-index: 2;
    border-radius: 24px;
    /* transition: opacity .4s ease,
    transform .4s ease; */
    /* animation: floatImage 5s ease-in-out infinite; */
    object-fit: contain;
    object-position: center;
}

/* FLOATING IMAGE */

@keyframes floatImage{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }

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

/* GLOW */

.service-fix-image::after{

    content:'';

    position:absolute;

    width:320px;
    height:320px;

    border-radius:50%;

    background:
    radial-gradient(
        rgba(215,0,33,.20),
        transparent 70%
    );

    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    animation:pulseGlow 4s infinite;

    z-index:1;
}

@keyframes pulseGlow{

    0%,100%{
        transform:translate(-50%,-50%) scale(1);
        opacity:.6;
    }

    50%{
        transform:translate(-50%,-50%) scale(1.15);
        opacity:1;
    }
}

/* FLOATING ICONS */

.floating-badge{

    position:absolute;

    width:70px;
    height:70px;

    border-radius:50%;

    background:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:
    0 15px 30px rgba(0,0,0,.12);

    color:#d70021;

    font-size:24px;

    z-index:5;
}

.badge1{

    top:40px;
    left:30px;

    animation:float1 4s ease-in-out infinite;
}

.badge2{

    top:120px;
    right:20px;

    animation:float2 5s ease-in-out infinite;
}

.badge3{

    bottom:50px;
    right:50px;

    animation:float3 6s ease-in-out infinite;
}

.badge4{

    bottom:100px;
    left:50px;

    animation:float4 7s ease-in-out infinite;
}

@keyframes float1{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }
}

@keyframes float2{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(15px);
    }
}

@keyframes float3{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-10px);
    }
}

@keyframes float4{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-15px);
    }
}


.platform-showcase-section{
    position:relative;

    overflow:hidden;
}

.platform-heading{

    max-width:850px;

    margin:auto;
}

.platform-tag{

    display:inline-block;

    color:#d70021;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:15px;
}

.platform-heading h2{
    margin-bottom:20px;
}

.platform-heading p{

    color:#6b7280;
}

.platform-card{

    height:100%;

    background:#f8f9fc;

    border-radius:28px;

    padding:35px;

    position:relative;

    overflow:hidden;

    transition:.45s;

    border:1px solid #edf0f5;
}

.platform-card:hover{

    transform:translateY(-12px);

    box-shadow:
    0 25px 60px rgba(0,0,0,.12);
}

.platform-card::before{

    content:'';

    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:4px;

    background:linear-gradient(
        90deg,
        #d70021,
        #071c4a
    );

    transform:scaleX(0);

    transition:.4s;
}

.platform-card:hover::before{

    transform:scaleX(1);
}

.platform-image{

    text-align:center;

    margin-bottom:25px;
}

.platform-image img{

    max-width:100%;

    height:280px;

    object-fit:contain;

    animation:floatPlatform 6s ease-in-out infinite;

    transition:.5s;
}

.platform-card:hover img{

    transform:scale(1.06);
}

.platform-badge{

    display:inline-block;

    background:#f3f4f6;

    padding:8px 15px;

    border-radius:30px;

    font-size:13px;

    margin-bottom:15px;

    color:#071c4a;

    font-weight:600;
}

.platform-content h3{

    margin-bottom:15px;

    font-size:32px;
}

.platform-content p{
    color:var(--black);

    line-height:1.8;
}

.platform-content ul{

    list-style:none;

    padding:0;
}

.platform-content ul li{

    margin-bottom:12px;

    font-weight:500;
}

.platform-content ul li i{

    color:#d70021;

    margin-right:10px;
}

@keyframes floatPlatform{

    0%,100%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-15px);
    }
}

.usecase-listing-section{
    background:#f8f9fc;
    position:relative;
    overflow:hidden;
}

.section-heading{
    max-width:850px;
    margin:0 auto 70px;
}

.sub-title{
    color:#d70021;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}


.section-heading h2{
/*    font-size:56px;*/
    margin:15px 0;
    line-height:1.2;
}

.section-heading p{
    color:#000;
/*    font-size:18px;*/
}

.usecase-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.usecase-card{

    background:#fff;

    border-radius:30px;

    padding:35px;

    position:relative;

    overflow:hidden;

    border:1px solid #edf0f5;

    text-decoration:none;

    color:#111;

    transition:.45s;
}

.usecase-card::before{

    content:'';

    position:absolute;

    inset:0;

    background:
    radial-gradient(circle at top right,
    rgba(215,0,33,.08),
    transparent 45%);

    opacity:0;

    transition:.4s;
}

.usecase-card::after{

    content:'';

    position:absolute;

    left:0;
    top:0;

    width:5px;
    height:0;

    background:#d70021;

    transition:.5s;
}

.usecase-card:hover::after{
    height:100%;
}

.usecase-card:hover::before{
    opacity:1;
}

.usecase-card:hover{

    transform:translateY(-15px);

    box-shadow:
    0 25px 60px rgba(0,0,0,.10);
}

.card-top{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:20px;
}

.industry-icon{

    width:70px;
    height:70px;

    border-radius:20px;

    background:
    linear-gradient(135deg,#071c4a,#0b2d72);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;
}

.case-number{

    font-size:72px;

    font-weight:800;

    color:#eef1f6;

    line-height:1;
}
.industry-item span {
    width: calc(100% - 85px);
}
.industry-tag{

    display:inline-flex;

    align-items:center;

    padding:8px 18px;

    background:#f3f5fa;

    border-radius:50px;

    font-size:13px;

    font-weight:600;

    color:#071c4a;

    margin-bottom:20px;
}

.usecase-card h3{

/*    font-size:30px;*/

    line-height:1.4;

    margin-bottom:25px;

    min-height:125px;
}

.usecase-points{

    list-style:none;

    padding:0;

    margin:0 0 30px;
}

.usecase-points li{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:15px;

    color:#555;

    transition:.3s;
}

.usecase-points li:hover{
    transform:translateX(6px);
}

.check-icon{

    width:30px;
    height:30px;

    border-radius:50%;

    background:
    linear-gradient(
    135deg,
    #d70021,
    #ff3655);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

    font-size:12px;
}

.card-footer{

    display:flex;

    justify-content:space-between;

    align-items:center;

    font-weight:600;

    color:#d70021;
}

.arrow-btn{

    width:50px;
    height:50px;

    border-radius:50%;

    background:#d70021;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.4s;
}

.usecase-card:hover .arrow-btn{

    background:#071c4a;

    transform:rotate(-45deg);
}

@media(max-width:991px){

    .usecase-grid{
        grid-template-columns:1fr;
    }

/*    .section-heading h2{
        font-size:40px;
    }*/

    .usecase-card h3{
        min-height:auto;
    }
}




.usecase-list.sslt{
    padding:0;
    margin:25px 0;
    list-style:none;
}

.usecase-list.sslt li{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:16px;
    color:#222;
    font-size:17px;
    font-weight:500;
    padding-left: 0;
}

.usecase-list.sslt li i{
    color:#d70021;
    font-size:18px;
}
.usecase-list.sslt li::before {
    display: none;
}





.section0405 .usecase-list{
    list-style:none;
    padding:0;
    margin:0;
}

.section0405 .usecase-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:15px;
    color:#222;
    font-size:16px;
    line-height:1.7;
    padding-left: 0;
}
.section0405 .usecase-list li::before {
    display: none;
}
.section0405 .usecase-list li i{
    color:#d70021;
    margin-top:4px;
    min-width:18px;
}

.service-fix-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.theChallenge {
    width: 100%;
    height: 340px;
    border-radius: 12px;
    margin-top: 25px;
    object-fit: cover;
    object-position: top center;
}
.implementation-result-box {
    background: var(--body) !important;
    color: #fff !important;
}
.implementation-result-box * {
    color: #fff !important;
}



.header-1 .mean__menu-wrapper .main-menu ul li .submenu li a:hover {
    color: var(--theme4) !important;
    background: transparent !important;
    border-radius: 0px !important;
}
.header-1 .mean__menu-wrapper .main-menu ul li .submenu li:hover > a {
    color: var(--theme4) !important;
    margin-left: 0;
}
.mean-container .mean-nav ul li .mean-expand {
    color: var(--header) !important;
}
.mean-container .mean-nav ul li li a {
    padding-left: 15px !important;
}
.section-padding.contentpage h5 {
    font-weight: 400;
}
.crntOpng p.text-black a.text-red {
    color: var(--theme4);
}




@media(max-width:1401px){
.news-box-items-2 .content ul {
    align-items: start;
    flex-direction: column;
}

}


@media(max-width:1200px){
.line.left-line,
.line.right-line,
.platform-core {
    display: none;
}

}


@media(max-width:991px){
    /*.industry-hero h1{
        font-size:42px;
    }*/

    .featured-content{
        padding:30px 22px;
    }

    .newsletter-box{
        padding:40px 22px;
    }

    .newsletter-form{
        flex-direction:column;
    }
    .career-hero {
        padding: 60px 0;
    }
    .job-card .job-body {
        justify-content: start;
    }


}



@media(min-width:1024px){
    .solution-capabilities .fix-list {
        grid-template-columns: repeat(3,1fr);
    }

}


@media(max-width:767px){
.breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
    flex-wrap: wrap;
}
.identity-benefits,
.identity-industries {
    padding: 35px 15px;
}
.image-wrapper img {
    animation: none !important;
    transform: none !important;
}
.image-wrapper {
    position: relative;
    height: 375px;
}
.identity-cta, .identity-trust-content {
    padding: 35px 15px;
}
.service-fix-images {
    min-height: 400px;
}
.service-fix-images img {
    width: 350px;
    height: 350px;
}

}

@media (max-width: 1200px) {
    .mean-container .mean-nav ul li a:focus,
    .mean-container .mean-nav ul li a:hover {
        color: var(--header) !important;
    }
}

.back-to-top {
    background-color: var(--theme4) !important;
    color: var(--white) !important;
}











