/*==================================================
FINANCIAL HERO
==================================================*/

.industry-finance-hero{

    position:relative;
    overflow:hidden;
    background:#000;
}

.industry-finance-banner{

    position:relative;
    /* min-height:720px; */
}

.industry-finance-bg{

    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;
}

.industry-finance-overlay{

    position:relative;
    z-index:2;

    min-height:600px;

    display:flex;
    align-items:center;

    background:linear-gradient(
        90deg,
        rgba(0,0,0,.96) 0%,
        rgba(0,0,0,.93) 28%,
        rgba(0,0,0,.65) 55%,
        rgba(0,0,0,.15) 100%
    );
}

.industry-finance-content{

    max-width:100%;
    text-align:left;
}

.industry-finance-tag{

    display:inline-block;

    color:#00c083;

    font-size:18px;
    font-weight:600;
    letter-spacing:2px;

    margin-bottom:20px;

    text-transform:uppercase;
}

.industry-finance-content h1{

    color:#64d741;

    font-size:var(--fs-5xl);
    line-height:1.08;
    font-weight:normal;
    margin-bottom:28px;
}

.industry-finance-content h1 span{

    display:block;
    color:#fff;
    font-weight:normal;
}

.industry-finance-content h1 strong{

    color:#19e26a;
    font-weight:700;
}

.industry-finance-content p{

    color:#ffffff;

    font-size:var(--fs-lg);
    line-height:1.45;

    opacity:1;

    margin-bottom:45px;
}

.industry-finance-buttons{

    display:flex;
    gap:18px;
}

.btn-demo{

    background:#00c083;
    color:#fff;

    padding:18px 44px;

    border-radius:100px;

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

    transition:.35s;
}

.btn-demo:hover{

    background:#00d894;
    color:#fff;

    transform:translateY(-4px);
}

/*============================
Responsive
=============================*/

@media(max-width:1399px){

.industry-finance-content h1{

    font-size:62px;
}

.industry-finance-content p{

    font-size:24px;
}

}

@media(max-width:1199px){

.industry-finance-banner,
.industry-finance-overlay{

    min-height:640px;
}

.industry-finance-content h1{

    font-size:54px;
}

.industry-finance-content p{

    font-size:22px;
}

}

@media(max-width:991px){

.industry-finance-bg {
    width: auto;
    height: 100%;
    inset: unset;
    right: 0;
}
.industry-finance-banner,
.industry-finance-overlay{

    min-height:620px;
}

.industry-finance-overlay{

    text-align:center;
}

.industry-finance-content{

    margin:auto;
}

.industry-finance-buttons{

    justify-content:center;
}

.industry-finance-content h1{

    font-size:46px;
}

.industry-finance-content p{

    font-size:var(--fs-md);
}

}

@media(max-width:767px){

.industry-finance-banner,
.industry-finance-overlay{

    min-height:560px;
}

.industry-finance-content h1{

    font-size:38px;
}

.industry-finance-content p{

    font-size:var(--fs-md);
}

.btn-demo{

    width:100%;
}

}
 

/*==================================================
FINANCE INTRO
==================================================*/

.finance-intro{

    padding:110px 0 90px;

    background:#000;
}

.finance-intro-content{

    max-width:100%;
}

.finance-intro-tag{

    display:block;

    margin-bottom:18px;

    color:#00c083;

    font-size:var(--fs-lg);

    font-weight:normal;

    letter-spacing:1.5px;

    text-transform:uppercase;
}

.finance-intro-content h2{

    color:#fff;

    font-size:var(--fs-3xl);

    font-weight:normal;

    line-height:1.2;

    margin-bottom:30px;
}

.finance-intro-content h2 span{

    color:#64d741;
}

.finance-intro-content p{

    color:#e8e8e8;

    font-size:var(--fs-lg);

    line-height:1.7;

    margin-bottom:26px;

    font-weight:400;
}

.finance-intro-content p:last-child{

    margin-bottom:0;
}


/*==========================
Responsive
==========================*/

@media (max-width:1199px){

.finance-intro{

    padding:90px 0;
}

.finance-intro-content h2{

    font-size:44px;
}

.finance-intro-content p{

    font-size:var(--fs-lg);
}

}

@media (max-width:991px){

.finance-intro{

    padding:70px 0;
}

.finance-intro-tag{

    font-size:16px;
}

.finance-intro-content h2{

    font-size:36px;
}

.finance-intro-content p{

    font-size:var(--fs-lg);

    line-height:1.45;
}

}

@media (max-width:767px){

.finance-intro{

    padding:60px 0;
}

.finance-intro-content h2{

    font-size:30px;
}

.finance-intro-content p{

    font-size:var(--fs-md
    );
}

}


/* count */
/*==================================================
Financial Statistics
==================================================*/

.financial-stats{

    padding:60px 0 60px;

    background:#000;

    position:relative;

    overflow:hidden;

    border-top:1px solid #64d741;
}

.financial-stats .row{

    align-items:stretch;
}

.financial-stats .col-lg-3{

    display:flex;
}

.financial-stat-item{

    padding:0 42px;

    border-right:1px solid rgba(0,192,131,.45);

    /* min-height:420px; */

    display:flex;

    flex-direction:column;

    height:100%;
}

.financial-stat-item h2{

    font-size:var(--fs-6xl);

    font-weight:normal;

    color:#00c083;

    line-height:1;

    margin-bottom:28px;
}

.financial-stat-item p{

    font-size:var(--fs-lg);

    line-height:1.45;

    color:#fff;

    margin-bottom:5px;
}

.financial-stat-item p strong{

    font-weight:500;
}

.financial-stat-item span{

    margin-top:auto;

    padding-top:16px;

    color:#00c083;

    font-size:var(--fs-md);

    font-weight:normal;

    display:block;
}

/* Responsive */

@media(max-width:991px){

.financial-stat-item{

    border-right:none;

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

    padding:35px 20px;
}

.financial-stat-item.border-0{

    border-bottom:none;
}

.financial-stat-item h2{

    font-size:60px;
}

.financial-stat-item p{

    font-size:var(--fs-md);
}

.financial-stat-item span{

    font-size:22px;
}

}
 

/* services aree */

/*==================================================
BANKING SERVICES
==================================================*/

.banking-services{

    position:relative;

    padding:120px 0;

    background:#001c1d;

    overflow:hidden;

    box-shadow:
        inset 0 180px 180px -120px rgba(1,45,46,0.5),
        inset 0 -180px 180px -120px rgba(0,28,29,0.5);

}

/*==================================================
MESH
==================================================*/

.banking-services-mesh-left{

    position:absolute;

    left:-180px;

    top:-70px;

    width:560px;

    opacity:.28;

    pointer-events:none;

}

.banking-services-mesh-right{

    position:absolute;

    right:-180px;

    top:-30px;

    width:520px;

    opacity:.28;

    pointer-events:none;

}

/*==================================================
HEADING
==================================================*/

.banking-services-heading{

    margin-bottom:55px;
    text-align:center;

}

.banking-services-heading h2{

    margin:0;

    color:#fff;

    font-size:var(--fs-5xl);

    font-weight:normal;

    line-height:1.2;

}

.banking-services-heading span{

    color:#64d741;

}

/*==================================================
LEFT COLUMN
==================================================*/

.banking-left-column{

    display:flex;

    flex-direction:column;

    gap:14px;

    height:100%;

}

/*==================================================
CARDS
==================================================*/

.banking-card{

    position:relative;

    display:flex;

    flex-direction:column;

    height:100%;

    padding:42px;

    border-radius:18px;

    border:1px solid rgba(0,192,131,.18);

    overflow:hidden;

    transition:.35s;

    /* background-image:url("/public/images/industry/ctem_services_right_bg_border.png"); */

    background-repeat:no-repeat;

    background-position:center;

    background-size:100% 100%;

}

.banking-card:hover{

    transform:translateY(-6px);

}

/*==================================================
CHALLENGE
==================================================*/

.banking-challenge{

    /* background:#133421; */
    background-image:url("/public/images/industry/ctem_services_left_bg_border.png");
    min-height:275px;

}

/*==================================================
SOLUTION
==================================================*/

.banking-solution{

    flex:1;
    background-image:url("/public/images/industry/ctem_services_right_bg_border.png");
    /* background:#192521; */

}

/*==================================================
OUTCOME
==================================================*/

.banking-outcome{

    height:100%;

    min-height:100%;

    background:

        linear-gradient(
            135deg,
            #028e69 0%,
            #065447 35%,
            #052929 100%
        );

}

/*==================================================
HEADINGS
==================================================*/

.banking-card h3{

    margin:0 0 28px;

    color:#02bd88;

    font-size:var(--fs-xl);

    font-weight:normal;

}

.banking-solution h3{

    margin:0 0 28px;

    color:#92cd41;

    font-size:var(--fs-xl);

    font-weight:normal;

}

.banking-outcome h3{

    margin:0 0 28px;

    color:#ffffff;

    font-size:var(--fs-xl);

    font-weight:normal;

}

/*==================================================
TEXT
==================================================*/

.banking-card p{

    color:#fff;

    font-size:var(--fs-lg);

    line-height:1.45;

    margin:0 0 28px;

    font-weight:normal;

}

.banking-card p:last-child{

    margin-bottom:0;

}

.banking-card strong{

    color:#fff;

    font-weight:600;

}

/*==================================================
OUTCOME LIST
==================================================*/

.banking-outcome ul{

    margin:0;

    padding:0;

    list-style:none;

}

.banking-outcome li{

    position:relative;

    padding-left:52px;

    margin-bottom:28px;

    color:#fff;

    font-size:var(--fs-md);

    line-height:1.45;

    font-weight:normal;

}

.banking-outcome li:last-child{

    margin-bottom:0;

}

/*==================================================
GREEN TICK
==================================================*/

.banking-outcome li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:2px;

    width:28px;

    height:28px;

    border-radius:50%;

    background:#00b96d;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:15px;

    font-weight:700;

    box-shadow:

        0 0 0 3px rgba(0,185,109,.18),

        0 0 18px rgba(0,185,109,.35);

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1199px){

    .banking-services-heading h2{

        font-size:46px;

    }

}

@media(max-width:991px){

    .banking-services{

        padding:80px 0;

    }

    .banking-services-heading{

        margin-bottom:35px;
        

    }

    .banking-services-heading h2{

        font-size:30px;

    }

    .banking-left-column{

        margin-bottom:20px;

    }

    .banking-card{

        padding:30px;

    }

    .banking-card h3{

        font-size:20px;

    }

    .banking-card p,

    .banking-outcome li{

        font-size:var(--fs-md);
        line-height: 1.45;

    }

}

@media(max-width:767px){

    .banking-services{

        padding:60px 0;

    }

    .banking-services-heading h2{

        font-size:30px;

        line-height:1.3;

    }

    .banking-card{

        padding:24px;

        border-radius:14px;

    }

    .banking-card h3{

        margin-bottom:18px;

        font-size:20px;

    }

    .banking-card p{

        font-size:var(--fs-md);

        margin-bottom:18px;

    }

    .banking-outcome li{

        font-size:15px;

        padding-left:42px;

        margin-bottom:20px;

    }

    .banking-outcome li::before{

        width:24px;

        height:24px;

        font-size:13px;

    }

    .banking-challenge{

        min-height:auto;

    }

    .banking-services-mesh-left,

    .banking-services-mesh-right{

        width:300px;

        opacity:.15;

    }

}


/*==================================================
FINANCIAL OUTCOMES
==================================================*/

.financial-outcomes{

    position:relative;

    padding:120px 0;

    background:#000;

    overflow:hidden;

}

.financial-outcomes::before{

    content:"";

    position:absolute;

    inset:0;

    background:url("/images/industry/mesh-bg.svg") center bottom no-repeat;

    opacity:.12;

    pointer-events:none;

}

/*==================================================
HEADING
==================================================*/

.financial-outcomes-heading{

    text-align:center;

    margin-bottom:60px;

}

.financial-outcomes-heading .section-label{

    display:block;

    margin-bottom:12px;

    color:#00c083;

    font-size:var(--fs-lg);

    text-transform:uppercase;

    letter-spacing:3px;

}

.financial-outcomes-heading h2{

    margin:0;

    color:#fff;

    font-size:var(--fs-5xl);

    font-weight:normal;

}

.financial-outcomes-heading span{

    color:#64d741;

}

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

.financial-outcomes{

    position:relative;

    padding:120px 0;

    background:#000;

    overflow:hidden;

}

.financial-outcomes::before{

    content:"";

    position:absolute;

    inset:0;

    background:url("/public/images/industry/financial_outcome_bg.png") center center / cover no-repeat;

    opacity:1;

    pointer-events:none;

}

.financial-outcomes .container{

    position:relative;

    z-index:2;

}

.financial-outcome-card{

    position:relative;

    display:flex;

    flex-direction:column;

    height:100%;

    padding:35px;

    border-radius:20px;

    background:#102b24;

    border:1px solid rgba(0,192,131,.20);

    transition:.35s;

    overflow:hidden;

}

.financial-outcome-card.active{

    background:#003f27;

}

.financial-outcome-card:hover{

    transform:translateY(-8px);

    border-color:#00c083;

    box-shadow:
        0 20px 50px rgba(0,0,0,.35),
        0 0 35px rgba(0,192,131,.12);

}

.financial-outcome-icon{

    width:64px;

    margin-bottom:35px;

}

.financial-outcome-card h3{

    color:#fff;

    font-size:var(--fs-xl);

    line-height:1.2;

    font-weight:normal;

    margin-bottom:24px;

}

.financial-outcome-card p{

    margin:0;

    color:#00d5a0;

    font-size:var(--fs-lg);

    line-height:1.45;

}

@media(max-width:991px){

    .financial-outcomes-heading h2{

        font-size: 30px;

    }
    .financial-outcome-card p{

 

        font-size:var(--fs-md);

        line-height:1.45;

    }
}


/*==================================================
FINANCIAL COMPLIANCE
==================================================*/

.financial-compliance{
    position:relative;
    overflow:hidden;
    padding:130px 0;
    background:#020808;
}

/*==================================================
BACKGROUND
==================================================*/

.financial-compliance-bg{
    position:absolute;
    inset:0;
    background:url("/public/images/industry/financial_compliance_bg_2.png") center center / cover no-repeat;
    opacity:1;
}

.financial-compliance .container{
    position:relative;
    z-index:2;
}

/*==================================================
HEADING
==================================================*/

.financial-compliance-heading{
    text-align:center;
    margin-bottom:70px;
}

.financial-compliance-heading .section-label{
    display:block;
    margin-bottom:12px;
    color:#00c083;
    font-size:var(--fs-lg);
    text-transform:uppercase;
    letter-spacing:3px;
}

.financial-compliance-heading h2{
    margin-top:18px;
    color:#fff;
    font-size:var(--fs-5xl);
    font-weight:400;
    line-height:1.15;
}

.financial-compliance-heading h2 span{
    color:#64d741;
}

/*==================================================
LEFT CARD
==================================================*/

.financial-compliance-card{
    position:relative;
    overflow:hidden;
    height:100%;
    padding:46px;
    border-radius:22px;

    background:
    linear-gradient(
        135deg,
        rgba(8,42,36,.96),
        rgba(6,28,24,.98)
    );

    border:1px solid rgba(0,192,131,.25);

    box-shadow:
        0 25px 60px rgba(0,0,0,.35),
        inset 0 1px rgba(255,255,255,.04);

    transition:.35s;
}

.financial-compliance-card:hover{
    transform:translateY(-6px);
    border-color:#00c083;
}

.financial-compliance-card::before{

    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:80%;
    height:100%;

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

    transition:1s;
}

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

/*==================================================
GLOW
==================================================*/

.financial-card-glow{

    position:absolute;

    width:320px;
    height:320px;

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

    background:
    radial-gradient(
        circle,
        rgba(0,192,131,.20),
        transparent 70%
    );

    pointer-events:none;
}

/*==================================================
ICON
==================================================*/

.financial-card-icon{

    position:relative;
    z-index:2;
    margin-bottom:36px;
}

.financial-card-icon img{
    width:84px;
}

/*==================================================
CONTENT
==================================================*/

.financial-card-content{

    position:relative;
    z-index:2;
}

.financial-card-content p{

    margin-bottom:28px;

    color:#fff;
    font-size:var(--fs-lg);
    line-height:1.75;
}

.financial-card-content p:last-child{
    margin-bottom:0;
}

/*==================================================
COMPLIANCE LIST
==================================================*/

.compliance-list{

    display:flex;
    flex-direction:column;
    gap:4px;

}

/*==================================================
ITEM
==================================================*/

.compliance-item{

    position:relative;

    display:flex;
    align-items:center;

    min-height:96px;

    background-image:url("/public/images/industry/compliance_list.svg");
    background-repeat:no-repeat;
    background-position:center;
    background-size:100% 100%;

    transition:all .35s ease;

}

.compliance-item:hover{

    transform:translateX(10px);

}

/*==================================================
TITLE
==================================================*/

.compliance-title{

    width:290px;
    min-width:290px;

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

    padding:18px 32px;

}

.compliance-title h4{

    margin:0;

    color:#56ad57;

    font-size:var(--fs-xl);

    line-height:1.2;

    font-weight:500;

}

.compliance-title span{

    margin-top:6px;

    color:#00c083;

    font-size:14px;

    line-height:1.4;

}

/*==================================================
ARROW
==================================================*/

.compliance-arrow{

    width:52px;
    min-width:52px;

    position:relative;

}

.compliance-arrow::before{

    content:"";

    position:absolute;

    left:50%;
    top:50%;

    width:22px;
    height:2px;

    background:#00c083;

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

}

.compliance-arrow::after{

    content:"";

    position:absolute;

    top:50%;
    left:50%;

    width:10px;
    height:10px;

    border-top:2px solid #00c083;
    border-right:2px solid #00c083;

    transform:translate(-25%,-50%) rotate(45deg);

}

/*==================================================
CONTENT
==================================================*/

.compliance-content{

    flex:1;

    display:flex;
    align-items:center;

    padding:18px 38px 18px 70px;

    color:#ffffff;

    font-size:var(--fs-lg);

    line-height:1.65;

}

/*==================================================
HOVER
==================================================*/

.compliance-item:hover .compliance-title h4{

    color:#ffffff;

}

.compliance-item:hover .compliance-arrow{

    animation:complianceArrow .8s infinite alternate;

}

@keyframes complianceArrow{

    from{

        transform:translateX(0);

    }

    to{

        transform:translateX(8px);

    }

}

 

/*==================================================
LARGE DESKTOP (1600px+)
==================================================*/
@media (min-width:1600px){

    .compliance-item{
        min-height:100px;
    }

    .compliance-title{
        width:330px;
        min-width:330px;
        padding:20px 30px;
    }

    .compliance-arrow{
        width:60px;
        min-width:60px;
    }

    .compliance-content{
        padding:20px 38px 20px 40px;
        font-size:var(--fs-md);
    }

}

/*==================================================
DESKTOP (1400px-1599px)
==================================================*/
@media (min-width:1400px) and (max-width:1599px){

    .compliance-title{
        width:305px;
        min-width:305px;
    }

    .compliance-content{
        padding:18px 40px 18px 72px;
    }

}

/*==================================================
LAPTOP (1200px-1399px)
==================================================*/
@media (min-width:1200px) and (max-width:1399px){

    .compliance-item{
        min-height:108px;
    }

    .compliance-title{
        width:250px;
        min-width:250px;
        padding:16px 24px;
    }

    .compliance-title h4{
        font-size:1rem;
    }

    .compliance-title span{
        font-size:13px;
    }

    .compliance-arrow{
        width:44px;
        min-width:44px;
    }

    .compliance-content{
        padding:16px 24px 16px 56px;
        font-size:.var(--fs-md);
        line-height:1.45;
    }

}

/*==================================================
SMALL LAPTOP (992px-1199px)
==================================================*/
@media (min-width:992px) and (max-width:1199px){

    .compliance-item{

        min-height:118px;

        /* Make the SVG taller automatically */
        background-size:100% 100%;
    }

    .compliance-title{

        width:220px;
        min-width:220px;

        padding:14px 18px;
    }

    .compliance-title h4{

        font-size:.95rem;

        line-height:1.25;
    }

    .compliance-title span{

        font-size:12px;
    }

    .compliance-arrow{

        width:38px;
        min-width:38px;
    }

    .compliance-content{

        padding:14px 18px 14px 42px;

        font-size:var(--fs-md);

        line-height:1.55;
    }

}

/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:991px){

    .financial-compliance{

        padding:90px 0;

    }

    .financial-compliance-heading{

        margin-bottom:45px;

    }

    .financial-compliance-heading h2{

        font-size:30px;

        line-height:1.25;

    }

    .financial-compliance-heading h2 br{

        display:none;

    }

    .financial-compliance-card{

        margin-bottom:40px;

        padding:36px;

    }

    .financial-card-icon img{

        width:72px;

    }

    .financial-card-content p{

        font-size:16px;

        line-height:1.75;

    }

    /*=================================
    COMPLIANCE LIST
    =================================*/

    .compliance-list{

        gap:18px;

    }

    .compliance-item{

        display:block;

        min-height:auto;

        margin:0;

        background:none !important;

        background-color:#101816;

        border:1px solid rgba(0,192,131,.18);

        border-radius:16px;

        overflow:hidden;

        transform:none !important;

        box-shadow:0 10px 35px rgba(0,0,0,.20);

    }

    .compliance-item:hover{

        transform:none !important;

        border-color:#00c083;

    }

    .compliance-title{

        width:100%;

        min-width:100%;

        padding:22px 24px 18px;

        background:

        linear-gradient(

            90deg,

            rgba(0,192,131,.16),

            rgba(0,192,131,.04)

        );

    }

    .compliance-title h4{

        color:#56ad57;

        font-size:var(--fs-lg);

        line-height:1.3;

    }

    .compliance-title span{

        color:#66d88b;

        font-size:14px;

    }

    .compliance-arrow{

        display:none;

    }

    .compliance-content{

        display:block;

        padding:20px 24px 24px;

        background:#101816;

        color:#ffffff;

        font-size:var(--fs-md);

        line-height:1.45;

    }

}


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

@media (max-width:767px){

    .financial-compliance{

        padding:70px 0;

    }

    .financial-compliance-heading{

        margin-bottom:35px;

    }

    .financial-compliance-heading h2{

        font-size:26px;

    }

    .financial-compliance-card{

        padding:28px;

    }

    .financial-card-icon{

        margin-bottom:24px;

    }

    .financial-card-icon img{

        width:60px;

    }

    .financial-card-content p{

        font-size:var(--fs-md);

        line-height:1.65;

    }

    .compliance-list{

        gap:16px;

    }

    .compliance-item{

        border-radius:14px;

    }

    .compliance-title{

        padding:18px;

    }

    .compliance-title h4{

        font-size:var(--fs-lg);

    }

    .compliance-title span{

        margin-top:5px;

        font-size:13px;

    }

    .compliance-content{

        padding:18px;

        font-size:var(--fs-md);

        line-height:1.45;

    }

}

 

/*==================================================
DESKTOP ONLY
(Keep SVG Background)
==================================================*/

@media (min-width:992px){

    .compliance-item{

        display:flex;

        align-items:center;

        background:url("/public/images/industry/compliance_list.svg") center center / 100% 100% no-repeat !important;

        border:none;

        border-radius:0;

        overflow:visible;

        min-height:96px;

    }

}

/* next section */
    /*==================================================
    WHY SECUREX360
    ==================================================*/

    .financial-advantage{

        position:relative;

        padding:120px 0;

        background:url("/public/images/industry/financial_advantage_bg.jpg") center center / cover no-repeat;
    

        overflow:hidden;

    }

    .financial-advantage-wrapper{

        position:relative;

        padding:60px;

        border:1px solid rgba(0,192,131,.18);

        background:rgba(15,28,24,.72);

        backdrop-filter:blur(4px);

    }

    .financial-advantage-heading{

        text-align:center;

        margin-bottom:55px;

    }

    .financial-advantage-heading .section-label{

        display:block;

        margin-bottom:12px;

        color:#00c083;

        font-size:var(--fs-2xl);

        text-transform:uppercase;

        letter-spacing:3px;
        
    }

    .financial-advantage-heading img{

        height:60px;

        /* margin-left:8px; */

        vertical-align:middle;

    }

    .financial-advantage-heading h2{

        margin-top:12px;

        color:#fff;

        font-size:var(--fs-5xl);

        font-weight:normal;

    }

    .financial-advantage-heading h2 span{

        color:#39d35b;

    }

    .advantage-column{

        display:flex;

        flex-direction:column;

        gap:22px;

        height:100%;

    }

    .advantage-card{

        flex:1;

        padding:34px;

        border-radius:16px;

        background:#0d1110;

        border:1px solid transparent;

        transition:.35s;

        position:relative;

        overflow:hidden;

    }

    .advantage-card::before{

        content:"";

        position:absolute;

        inset:0;

        background:
            radial-gradient(circle at right,
            rgba(0,192,131,.14),
            transparent 60%);

        opacity:0;

        transition:.35s;

    }

    .advantage-card:hover{

        border-color:#00c083;

        transform:translateY(-6px);

    }

    .advantage-card:hover::before{

        opacity:1;

    }

    .advantage-card.active{

        border-color:rgba(0,192,131,.45);

    }

    .advantage-card h3{

        margin:0 0 14px;

        color:#02bc87;

        font-size:var(--fs-xl);

        line-height:1.2;

    }

    .advantage-card p{

        margin:0;

        color:#fff;

        font-size:var(--fs-lg);

        line-height:1.55;

        opacity:1;

    }
 /*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1199px){

    .financial-advantage{

        padding:100px 0;

    }

    .financial-advantage-wrapper{

        padding:50px;

    }

    .financial-advantage-heading{

        margin-bottom:45px;

    }

    .financial-advantage-heading h2{

        font-size:46px;

    }

    .advantage-card{

        padding:30px;

    }

}

@media(max-width:991px){

    .financial-advantage{

        padding:80px 0;

    }

    .financial-advantage-wrapper{

        padding:40px 30px;

    }

    .financial-advantage-heading{

        margin-bottom:35px;

    }

    .financial-advantage-heading .section-label{

        font-size:20px;

        letter-spacing:2px;

    }

    .financial-advantage-heading img{

        height:50px;

    }

    .financial-advantage-heading h2{

        font-size:38px;

        line-height:1.2;

    }

    .advantage-column{

        gap:18px;

    }

    .advantage-card{

        padding:26px;

    }

    .advantage-card h3{

        font-size:var(--fs-lg);

        margin-bottom:12px;

    }

    .advantage-card p{

        font-size:var(--fs-md);

        line-height:1.45;

    }

}

@media(max-width:767px){

    .financial-advantage{

        padding:60px 0;

    }

    .financial-advantage-wrapper{

        padding:30px 20px;

    }

    .financial-advantage-heading{

        margin-bottom:28px;

    }

    .financial-advantage-heading .section-label{

        font-size:18px;

        letter-spacing:1.5px;

    }

    .financial-advantage-heading img{

        height:42px;

    }

    .financial-advantage-heading h2{

        margin-top:10px;

        font-size:30px;

        line-height:1.25;

    }

    .advantage-column{

        gap:16px;

    }

    .advantage-card{

        padding:22px;

        border-radius:14px;

    }

    .advantage-card h3{

        font-size:var(--fs-lg);

        line-height:1.3;

        margin-bottom:10px;

    }

    .advantage-card p{

        font-size:var(--fs-md);

        line-height:1.45;

    }

}
 

/* faq secgtion */

.financial-faq{

    padding:120px 0;
    background:#000;

}

.financial-faq-heading {
    text-align: center;
    margin-bottom: 55px;
}
.financial-faq-heading .section-label{

    display:block;

    margin-bottom:12px;

    color:#00c083;

    font-size:var(--fs-lg);

    text-transform:uppercase;

    letter-spacing:3px;

    text-align:center;
}

.financial-faq-heading h2{
    margin-top: 18px;
    color: rgb(255, 255, 255);
    font-size: var(--fs-5xl);
    font-weight: normal;
    line-height: 1.15;
    text-align: center;
}

.financial-faq-heading h2 span {
    color: rgb(57, 211, 91);
    font-weight: normal;
}

.faq-wrapper{

    max-width:950px;
    margin:auto;

}

.faq-item{

    margin-bottom:16px;

    border:1px solid rgba(0,192,131,.2);

    border-radius:16px;

    overflow:hidden;

    background:#081312;

}

.faq-question{

    width:100%;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:26px 34px;

    background:none;

    border:0;

    color:#00d394;

    font-size:var(--fs-xl);

    cursor:pointer;

}

.faq-question i{

    font-style:normal;

    font-size:38px;

    transition:.35s;

}

.faq-answer{

    max-height:0;

    overflow:hidden;

    transition:max-height .45s ease;

}

.faq-answer p{

    padding:0 34px 30px;

    color:#fff;

    font-size:var(--fs-lg);

    line-height:1.7;

}

.faq-item.active .faq-answer{

    max-height:250px;

}

.faq-item.active .faq-question i{

    transform:rotate(45deg);

}

/*==================================================
FAQ RESPONSIVE
==================================================*/

@media (max-width:1199px){

    .financial-faq{

        padding:100px 0;

    }

    .financial-faq h2{

        font-size:46px;

    }

}

@media (max-width:991px){

    .financial-faq{

        padding:80px 0;

    }

    .financial-faq-heading{

        margin-bottom:35px;

    }

    .financial-faq h2{

        font-size:30px;

    }

    .faq-wrapper{

        max-width:100%;

    }

    .faq-question{

        padding:22px 24px;

        font-size:var(--fs-lg);

    }

    .faq-question i{

        font-size:30px;

    }

    .faq-answer p{

        padding:0 24px 24px;

        font-size:var(--fs-md);

        line-height:1.6;

    }

}

@media (max-width:767px){

    .financial-faq{

        padding:60px 0;

    }

    .financial-faq-heading{

        margin-bottom:30px;

    }

    .financial-faq h2{

        font-size:30px;

        line-height:1.25;

    }

    .faq-item{

        margin-bottom:14px;

        border-radius:14px;

    }

    .faq-question{

        padding:18px 18px;

        font-size:var(--fs-lg);

        line-height:1.45;

        align-items:flex-start;

        gap:15px;

    }

    .faq-question span{

        flex:1;
        text-align: left;

    }

    .faq-question i{

        font-size:26px;

        line-height:1;

        margin-top:2px;

        flex-shrink:0;

    }

    .faq-answer p{

        padding:0 18px 20px;

        font-size:var(--fs-md);

        line-height:1.6;

    }

}
 
/* get started */

/*==================================================
GET STARTED
==================================================*/

.financial-cta{

    position:relative;

    padding:90px 0;

    overflow:hidden;

    background:
        linear-gradient(rgba(0,0,0,.68),rgba(0,0,0,.68)),
        url("/public/images/industry/financial_get_started_bg.jpg")
        center center / cover no-repeat;

}

.financial-cta::before{

    content:"";

    position:absolute;

    inset:0;

    background:
        radial-gradient(circle at 50% 12%,
        rgba(135,206,10,.18),
        transparent 55%);

    pointer-events:none;

}

.financial-cta .container{

    position:relative;

    z-index:2;

}

.financial-cta-content{

    max-width:720px;

    margin:auto;

    text-align:center;

}

.financial-cta h2{

    margin-top:18px;

    margin-bottom:14px;

    color:#fff;

    font-size:var(--fs-5xl);

    font-weight:normal;

    line-height:1.15;

    text-align:center;

}

.financial-cta p{

    margin:0 auto;

    max-width:620px;

    color:#fff;

    font-size:var(--fs-lg);

    font-weight:normal;

    line-height:1.45;

    padding-bottom: 16px;

}

.financial-cta p span{

    color:#39d35b;

}

.financial-cta .btn-book-demo{

    margin-top:26px;

}

@media(max-width:991px){
    .financial-cta h2 {
        font-size: 30px;
    }
}



@media(max-width:767px){

    .financial-cta{

        padding:70px 0;

    }

    .financial-cta h2{

        font-size:34px;

    }

    .financial-cta p{

        font-size:var(--fs-md);

    }

}